@charset "UTF-8";

/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.simple-form-basic,
.simple-text,
.simple-textarea,
.simple-select {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}

.simple-form-basic:focus,
.simple-text:focus,
.simple-textarea:focus,
.simple-select:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}

.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch
    /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 1.6;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff
    /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1
    /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  outline: 0
    /* 2 */
}

a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic
    /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word
    /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px
    /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px
    /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical
    /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family:  "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;
}

body {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}




/* 2023-03-02 袁阳网站适配重新调整*/
html {
  font-size: 2.084vw !important;
}

@media (max-width: 1481px) {
  /* html {
    font-size: 2.5vw !important;
  } */
}

@media (max-width: 996px) {
  html {
    font-size: 34px !important;
  }
}






::-moz-selection {
  background: black;
  color: #fff;
}

::selection {
  background: black;
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #e94709;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #e94709;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #e94709;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}




/*==常用字号==*/
.tit-12 {
  font-size: 12px;
}

.tit-13 {
  font-size: 13px;
}

.tit-14 {
  font-size: .35rem;
}

.tit-15 {
  font-size: .4rem;
}


.tit-16 {
  font-size: .4rem;
}

.tit-17 {
  font-size: .4rem;
}

.tit-18 {
  font-size: .45rem;
}

.tit-19 {
  font-size: .475rem;
}

.tit-20 {
  font-size: .5rem;
}


.tit-21 {
  font-size: .525rem;
}

.tit-22 {
  font-size: .55rem;
}

.tit-23 {
  font-size: .575rem;
}

.tit-24 {
  font-size: .6rem;
}

.tit-25 {
  font-size: .625rem;
}

.tit-26 {
  font-size: .65rem;
}

.tit-27 {
  font-size: .675rem;
}

.tit-28 {
  font-size: .7rem;
}

.tit-29 {
  font-size: .725rem;
}

.tit-30 {
  font-size: .75rem;
}

.tit-31 {
  font-size: .775rem;
}

.tit-32 {
  font-size: .8rem;
}

.tit-33 {
  font-size: .825rem;
}

.tit-34 {
  font-size: .85rem;
}

.tit-35 {
  font-size: .875rem;
}

.tit-36 {
  font-size: .9rem;
}

.tit-37 {
  font-size: .925rem;
}

.tit-38 {
  font-size: .95rem;
}

.tit-39 {
  font-size: .975rem;
}

.tit-40 {
  font-size: 1rem;
}

.tit-41 {
  font-size: 1.025rem;
}

.tit-42 {
  font-size: 1.05rem;
}

.tit-43 {
  font-size: 1.075rem;
}

.tit-44 {
  font-size: 1.1rem;
}

.tit-45 {
  font-size: 1.125rem;
}

.tit-46 {
  font-size: 1.15rem;
}

.tit-47 {
  font-size: 1.175rem;
}

.tit-48 {
  font-size: 1.2rem;
}

.tit-49 {
  font-size: 1.225rem;
}

.tit-50 {
  font-size: 1.25rem;
}

.tit-51 {
  font-size: 1.275rem;
}

.tit-52 {
  font-size: 1.3rem;
}

.tit-53 {
  font-size: 1.325rem;
}

.tit-54 {
  font-size: 1.35rem;
}

.tit-55 {
  font-size: 1.375rem;
}

.tit-56 {
  font-size: 1.4rem;
}

.tit-57 {
  font-size: 1.425rem;
}

.tit-58 {
  font-size: 1.45rem;
}

.tit-59 {
  font-size: 1.475rem;
}

.tit-60 {
  font-size: 1.5rem;
}

.tit-61 {
  font-size: 1.525rem;
}

.tit-62 {
  font-size: 1.55rem;
}

.tit-63 {
  font-size: 1.575rem;
}

.tit-64 {
  font-size: 1.6rem;
}

.tit-65 {
  font-size: 1.625rem;
}

.tit-66 {
  font-size: 1.65rem;
}

.tit-67 {
  font-size: 1.675rem;
}

.tit-68 {
  font-size: 1.7rem;
}

.tit-69 {
  font-size: 1.725rem;
}

.tit-70 {
  font-size: 1.75rem;
}

.tit-71 {
  font-size: 1.775rem;
}

.tit-72 {
  font-size: 1.8rem;
}

.tit-73 {
  font-size: 1.825rem;
}

.tit-74 {
  font-size: 1.85rem;
}

.tit-75 {
  font-size: 1.875rem;
}

.tit-76 {
  font-size: 1.9rem;
}

.tit-77 {
  font-size: 1.925rem;
}

.tit-78 {
  font-size: 1.95rem;
}

.tit-79 {
  font-size: 1.975rem;
}

.tit-80 {
  font-size: 2rem;
}





/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}


/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}

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

  .m-block-768 {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}

/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #d2d2d2;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  background: #f0efef;
  display: block;
  float: left;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  background: #da3830;
  color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  display: inline-block;
  background: #da3830;
  color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #da3830;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}

.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}

.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}

.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

*弹性盒样式*/ .f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}

.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}

.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}

.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}

.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}

.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}

/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all .8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*响应隐藏样式*/
.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;
  }
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top .6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s;
}

@-webkit-keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@-webkit-keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@-webkit-keyframes line_w100 {
  to {
    left: 100%;
  }
}

@keyframes line_w100 {
  to {
    left: 100%;
  }
}

@-webkit-keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.a-del1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.a-del2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.a-del3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.a-del4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.a-del5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.a-del6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.a-del7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.a-del8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.a-del9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.a-del10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.a-dur1 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.a-dur2 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.a-dur3 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.a-dur4 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.a-dur5 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.a-dur6 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.a-dur7 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.a-dur8 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.a-dur9 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.a-dur10 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.a-dur11 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.a-dur12 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.a-dur13 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.a-dur14 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.a-dur15 {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.a-dur16 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.a-dur17 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.a-dur18 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.t-del1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.t-del2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.t-del3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.t-del4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.t-del5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.t-del6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.t-del7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.t-del8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.t-del9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.t-del10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/

header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}

header .pc-header {
  width: 100%;
  height: 100%;
  padding: 0 1.55rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .pc-header .logo {
  display: block;
  width: 4.625rem;
  position: relative;
}

header .pc-header .op1 {
  opacity: 1;
}

header .pc-header .op2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

header .pc-header .left {
  display: flex;
  align-items: center;
  height: 100%;
}

header .pc-header .nav {
  margin-left: 3.35rem;
  height: 100%;
  display: flex;
  align-items: center;
}

header .pc-header .nav .li {
  height: 100%;
  margin-right: 1.825rem;
  display: flex;
  align-items: center;

}

header .pc-header .nav .li .tit {
  display: block;
  font-weight: 400;
  font-size: .45rem;
  color: #fff;
}


header .pc-header .rightbox {
  position: relative;
  padding-left: .7rem;
  height: 85px;
}

header .pc-header .rightbox .searchbtn {
  width: auto;
  height: 30px;
  margin-right: .65rem;
  cursor: pointer;
}

header .pc-header .rightbox .searchbtn .icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}

header .pc-header .rightbox .telbox {
  margin-right: .5rem;
  position: relative;
  transition: all .5s;
}

header .pc-header .rightbox .telbox .icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}

header .pc-header .rightbox .telbox .titbox {
  position: absolute;
  width: 160px;
  top: 40px;
  left: -80px;
  padding: 5px .3rem;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

header .pc-header .rightbox .telbox:hover .titbox {
  opacity: 1;
  visibility: visible;
}

header .pc-header .rightbox .mailbox {
  margin-right: .5rem;
  transition: all .5s;
}

header .pc-header .rightbox .mailbox .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}

header .pc-header .rightbox .mailbox .titbox {
  position: absolute;
  width: 160px;
  top: 40px;
  right: -80px;
  padding: 5px .3rem;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

header .pc-header .rightbox .mailbox:hover .titbox {
  opacity: 1;
  visibility: visible;
}

header .pc-header .rightbox .mailbox:hover,
header .pc-header .rightbox .telbox:hover {
  transform: translate3d(0, -3px, 0);
}

header .pc-header .rightbox .langbox .icon {
  width: 20px;
  height: 20px;
  margin-right: .1rem;
  fill: #fff;
}

header .pc-header .rightbox .langbox:hover a {
  color: #fff;
}

header .pc-header .rightbox .formbox {
  width: 160px;
  height: 28px;
  border: 1px solid #FFFFFF;
  border-radius: 28px;
  margin-right: .5rem;
  background: rgba(255, 255, 255, .15);
}

header .pc-header .rightbox .formbox>div {
  height: 25px;
}

header .pc-header .rightbox .formbox .input1 {
  width: calc(100% - 30px);
  text-indent: .35rem;
  height: 20px;
  background: transparent;
}

header .pc-header .rightbox .formbox .input2 {
  width: 20px;
  height: 20px;
  margin-right: .1rem;
  background: url(../img/sicon.png) no-repeat center center;
}

header .pc-header .rightbox .formbox .input2:hover {
  background: url(../img/searchbtn2.png) no-repeat center center;
}

.logo .cls-1 {
  fill: #fff;
}

.logo .cls-2 {
  fill: #e94709;
}

.pc-header.on .logo .cls-1 {
  fill: #0a3078;
}

.pc-header.on .logo .cls-2 {
  fill: #e94709;
}

header .pc-header .nav .li .tit {
  position: relative;
}

header .pc-header .nav .li .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #e94709;
  transition: all 0.5s;
}

header .pc-header .nav .li:hover .tit::after {
  width: 100%;
}

#i-mian .viewport {
  position: relative;
  height: 100vh;
  width: 100%;
}

.main-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home-a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  []
}

.banner-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.banner-container .banner-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-container .banner-slide .txt {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: all 1s ease 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-container .banner-slide .txt .t1 {
  line-height: 1;
  font-weight: 700;
}

.banner-container .banner-slide .txt .t1 div {
  white-space: nowrap;
  background-image: -webkit-linear-gradient(bottom, transparent, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.more {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.more .a {
  display: block;
  width: 60px;
  height: 60px;
  background: #103178;
  border-radius: 50%;
  position: relative;
  margin-top: 1.225rem;
  margin-bottom: .1rem;
  transition: all 0.8s;
}

.more:hover .a {
  background-color: #E9460A;
  transform: scale(1.1);
}

.more .a .icon {
  transition: all 0.5s;
}

.more:hover .a .icon {
  transform: translate(-50%, -50%) rotate(45deg);
}

.more .text-bold {
  position: relative;
}

.more .text-bold::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #E9460A;
  transition: all 0.5s;
}

.more:hover .text-bold::after {
  width: 100%;
}

.banner-container .banner-slide .bg {
  width: 100%;
  height: 100%;
  transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}

.banner-container .banner-slide.swiper-slide-active .bg {
  transform: scale3d(1.1, 1.1, 1);
}


.imgspc {
  height: 100vh;
  position: relative;
  object-fit: cover;
}

.mb {
  display: none;
}

.pc {
  display: block;
}

.viewport2 .viewport-cont {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  margin-left: -.8rem;
}

.sollor {
  width: 1.6rem;
  height: 1.6rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  z-index: 4;
  display: none;
}

.banner-container .banner-slide.swiper-slide-active .txt {
  top: 25%;
  opacity: 1;
}


.sollor {
  width: 75px;
  height: 75px;
  background: rgba(16, 49, 120, .9);
  border-radius: 50%;
  position: relative;
  z-index: 4;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  margin-left: -.8rem;
}

.banner-pagination {
  position: absolute;
  left: 1.55rem !important;
  width: 11px !important;
  z-index: 3;
  height: 100%;
  bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-pagination .swiper-pagination-bullet {
  margin: 10px 0 !important;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E9460A;
}

.sollor .box {
  width: 22px;
  height: 35px;
  border-radius: 35px;
  border: 2px solid #fff;
}

.sollor .box .line {
  width: 2px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  animation: sollor 1000ms infinite linear;
}


@keyframes sollor {
  0% {
    top: 10%;
  }

  50% {
    top: 25%;
  }

  100% {
    top: 10%;
  }
}

.main-wrapper {
  transition: cubic-bezier(0.91, 0.04, 0.58, 1);
}

.index-footer .fix-sharebox {
  position: fixed;
  right: 0;
  
      top: 35%;
    transform: translate3d(0, -50%, 0);
    z-index: 999999999999999999999999999999999999999999999;
}

.index-footer .fix-sharebox .tit3 {
  color: #fff;
}

.index-footer .fix-sharebox .tit3 {
  margin-bottom: .25rem;
}

.index-footer .fix-sharebox .item {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  margin-bottom: 2px;
  background: rgba(255, 255, 255, .35);
}

.index-footer .fix-sharebox .item:last-child {
  border-bottom: none;
}

.index-footer .fix-sharebox .item p {
  width: 100%;
  line-height: 1;
  margin-top: .12rem;
  text-align: center;
}

.index-footer .fix-sharebox .item:hover p {
  color: #fff;
}

.index-footer .fix-sharebox .item .icon img {
  filter: grayscale(100%) brightness(1000%) !important;
}

.index-footer .fix-sharebox .item:hover .icon img {

  /* animation: beat .6s ease; */
}

.fixfooter .tit3 {
  color: #333;
}

.fixfooter .item p {
  color: #333;
}

.fixfooter .item {
  background: rgba(255, 255, 255, .65);
}

.index-footer .fix-sharebox .item:hover p {
  color: #333;
}

@keyframes beat {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    transform: translate3d(0, -100%, 0);
  }

  52% {
    opacity: 0;
  }

  59% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*屏幕分辨率放大为 125 */
@media (-webkit-min-device-pixel-ratio: 1.25) {

  #swiper2 .first .container .lf {
    margin-top: -6rem !important;
  }
}

.home-b {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home-b-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home-b-container .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.home-b-container .swiper-slide .txt {
  position: absolute;
  width: 40%;
  left: 56.6%;
  top: 26.4%;
  z-index: 3;

}

.home-b-container .swiper-slide .txt .mb {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.8s;
}

.home-b-container .swiper-slide .txt .t1 {
  color: #FFFFFF;
  line-height: 1.5;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.8s;
}

.home-b-container .swiper-slide .txt .more {
  display: inline-block;
  text-align: center;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.8s;

}

.home-b-container .swiper-slide .txt .more .a {
  display: inline-block;
  margin-top: 1rem;
}

.home-b-container .swiper-slide.swiper-slide-active .txt .t1 {
  transition-delay: 0.2s;
  transform: translateY(0);
  opacity: 1;
}

.home-b-container .swiper-slide.swiper-slide-active .txt .mb {

  transform: translateY(0);
  opacity: 1;
}

.home-b-container .swiper-slide.swiper-slide-active .txt .more {
  transition-delay: 0.3s;
  transform: translateY(0);
  opacity: 1;
}



.main-pagination {
  position: absolute;
  left: 0 !important;
  width: 100% !important;
  z-index: 3;
  bottom: 1rem !important;
  text-align: center;
}

.main-pagination .swiper-pagination-bullet {
  margin: 10px 0.55rem !important;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
}

.index-footer {
  height: auto;
}

.main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E9460A;
}

.home-b .table {
  position: absolute;
  top: 26.4%;
  left: 7.66%;
  z-index: 4;
}

.home-b .table .li {
  line-height: 1;
  color: #A3AAB1;
  margin-bottom: 0.55rem;
  cursor: pointer;
}

.home-b .table .li.on {
  color: #fff;

}

.home-c {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../img/hc.jpg);
}

.lh1 {
  line-height: 1;
}

.home-c .txt {
  position: absolute;
  top: 22.4%;
  left: 7.71%;
  width: 18.6rem;
  color: #fff;
}

.home-c .txt .t2 {
  line-height: 1.4;
  margin-top: .65rem;
}

.home-c .list {
  position: absolute;
  top: 18.74%;
  left: 58%;
  padding-right: 2.3rem;
  height: 81.26%;
  /* overflow: hidden; */
  /* cursor: none !important; */
}

.home-c .list a {
  display: block;
  width: 13.75rem;
  height: 7.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: .675rem;
  border-radius: .5rem;

  /* cursor: none !important; */
}

.home-c .list a .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .7));
  display: flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 1rem;
  padding-bottom: .525rem;
}

.home-c .list a .txt .t1 {
  line-height: 1.2;
  margin-bottom: .25rem;
}

.home-c .list a:hover .txt {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(16, 49, 120, 1));
}

.home-c .list .mCustomScrollBox {
  width: calc(100% + 2.3rem);
  max-width: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #E9460A !important;
}

.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_draggerContainer {
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2) !important;
}

.hovermore {
  width: 120px;
  height: 120px;
  display: block;
}

.hovermore .a {
  width: 120px;
  height: 120px;
  margin: 0;
}

.hovermore .a .tit-24 {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

.home-d {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-d .txt {
  position: absolute;
  top: 10.65%;
  left: 8.07%;
  color: #fff;
}

.home-d .txt .t1 {
  margin-top: 1.2rem
}

.home-d .txt .list {
  width: 20rem;

}

.home-d .txt .list .li {
  padding: .5rem 0;
  height: 2.8rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc((100% - 1.625rem) / 2);
  margin-right: 1.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  float: left;
  font-size: .5rem;
}

.home-d .txt .t1.list .li {
  border-top: 1px solid #fff;
}

.home-d .txt .list .li:last-child {
  margin-right: 0;
}

.home-d .txt .list1 .li {
  width: 100%;
}

.lh12 {
  line-height: 1.2;
}

.home-d .bot-txt {
  width: 100%;
  padding: 1.5rem 8.07%;
  background: #42546C;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-d .bot-txt .tit-48 {
  position: relative;
}

.home-d .bot-txt .tit-48:hover {
  color: #e94709;
}

.home-d .bot-txt .tit-48::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e94709;
  transition: all 0.5s;
}

.home-d .bot-txt .tit-48:hover::after {
  width: 100%;
}

.home-d .bot-txt .t3 {
  margin-top: .5rem;
}

.home-d .bot-txt .t2 a {
  line-height: 1;
  color: #FFFFFF;
  opacity: 0.5;
  display: inline-block;
  margin-right: .975rem;
  margin-top: .5rem;
  position: relative;
  font-weight: 700;
}

.home-d .bot-txt .t2 a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e94709;
  transition: all 0.5s;
}

.home-d .bot-txt .t2 a:hover {
  color: #E9460A;
  opacity: 1;
}

.home-d .bot-txt .t2 a:hover::after {
  width: 100%;
}

.home-d .bot-txt .more {
  position: absolute;
  right: 8.07%;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  width: 100%;
  position: relative;
  z-index: 99;
}

footer .top {
  width: 100%;
  background: #353F51;
  padding: 3.175rem 3.8rem 0;

}

footer .nav-top {
  display: flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.675rem;
  display: none;
}

footer .nav-top .logo {
  display: block;
  width: 4.625rem;
  position: relative;
}



footer .nav-top .rightbox {
  position: relative;
  padding-left: .7rem;

}

footer .nav-top .rightbox .searchbtn {
  width: auto;
  height: 30px;
  margin-right: .65rem;
  cursor: pointer;
}

footer .nav-top .rightbox .searchbtn .icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}

footer .nav-top .rightbox .telbox {
  margin-right: .5rem;
  position: relative;
  transition: all .5s;
}

footer .nav-top .rightbox .telbox .icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}

footer .nav-top .rightbox .telbox .titbox {
  position: absolute;
  width: 160px;
  top: 40px;
  left: -80px;
  padding: 5px .3rem;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

footer .nav-top .rightbox .telbox:hover .titbox {
  opacity: 1;
  visibility: visible;
}

footer .nav-top .rightbox .mailbox {
  margin-right: .5rem;
  transition: all .5s;
}

footer .nav-top .rightbox .mailbox .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}

footer .nav-top .rightbox .mailbox .titbox {
  position: absolute;
  width: 160px;
  top: 40px;
  right: -80px;
  padding: 5px .3rem;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

footer .nav-top .rightbox .mailbox:hover .titbox {
  opacity: 1;
  visibility: visible;
}

footer .nav-top .rightbox .mailbox:hover,
footer .nav-top .rightbox .telbox:hover {
  transform: translate3d(0, -3px, 0);
}

footer .nav-top .rightbox .langbox .icon {
  width: 20px;
  height: 20px;
  margin-right: .1rem;
  fill: #fff;
}

footer .nav-top .rightbox .langbox:hover a {
  color: #fff;
}

footer .nav-top .rightbox .formbox {
  width: 160px;
  height: 28px;
  border: 1px solid #FFFFFF;
  border-radius: 28px;
  margin-right: .5rem;
  background: rgba(255, 255, 255, .15);
}

footer .nav-top .rightbox .formbox>div {
  height: 25px;
}

footer .nav-top .rightbox .formbox .input1 {
  width: calc(100% - 30px);
  text-indent: .35rem;
  height: 20px;
  background: transparent;
}

footer .nav-top .rightbox .formbox .input2 {
  width: 20px;
  height: 20px;
  margin-right: .1rem;
  background: url(../img/sicon.png) no-repeat center center;
}

footer .nav-top .rightbox .formbox .input2:hover {
  background: url(../img/searchbtn2.png) no-repeat center center;
}

.foot-nav {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 18.1rem;
}

.foot-nav .left {
  width: 11.825rem;
  padding-top: 1.725rem;
  padding-right: 2.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  float: left;
}

.foot-nav .left .t1 {
  line-height: 1.2;
  word-spacing: 9px;
}

.foot-nav .left .link {
  width: 6.85rem;
  height: 1.35rem;
  border: 1px solid #55657F;
  margin-top: 1.225rem;
  position: relative;
  display: none;
}

.foot-nav .left .link .tit {
  width: 6.85rem;
  height: 1.35rem;
  font-size: .6rem;
  padding: 0 .45rem;
  line-height: 1.35rem;
  font-size: .6rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.foot-nav .left .link .tit svg {
  position: absolute;
  top: 50%;
  right: 0.45rem;
  width: 8px;
  height: 8px;
  fill: #fff;
  margin-top: -4px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.foot-nav .left .link .tit.cur svg {
  transform: rotate(0);
}

.foot-nav .left .link .sub-link {
  position: absolute;
  width: 100%;
  top: 1.35rem;
  left: -1px;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: none;
  box-sizing: content-box;
  max-height: 200px;
  overflow-y: auto;
}

.foot-nav .left .link .sub-link a {
  padding: 10px 15px;
  line-height: 1.4;
  display: block;
  color: #666;
  font-size: 16px;
  border-bottom: 1px solid #cdcdcd;
  transition: all 0.5s;
}

.foot-nav .left .link .sub-link a:hover {
  background-color: #E9460A;
  color: #fff;
}

.foot-nav .left .share {
  width: 100%;
  margin-top: 6.25rem;
}

.foot-nav .left .share .t1 {
  line-height: 1;
  font-weight: 700;
  line-height: 1;
}

.foot-nav .left .share .list {
  margin-top: .75rem;
  font-size: 0;
}

.foot-nav .left .share .list a {
  display: inline-block;
  vertical-align: top;
  margin-right: .55rem;
  transition: all 0.5s;
}

.foot-nav .left .share .list a img {
  filter: grayscale(100%) brightness(1000%) !important;
}

.foot-nav .left .share .list a:hover {
  transform: translateY(-3px);
}

.foot-nav .right {
  width: calc(100% - 11.825rem);
  float: right;
  padding: 1.75rem 2.35rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.foot-nav .right .li {
  width: 33%;
}

.foot-nav .right .li .tit {
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  display: block;
  /* height: 1.5rem; */
}
.foot-nav .right .li:nth-child(1){
  padding-right: 1rem;
}
.foot-nav .right .li:nth-child(3){
  padding-left: 1rem;
}
.foot-nav .right .li .sub-nav {
  margin-top: .75rem;
}

.foot-nav .right .li .sub-nav a {
  display: block;
  color: #9DA8BA;
  transition: all 0.5s;
  font-weight: bold;
  /* text-transform: capitalize; */
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.foot-nav .right .li .sub-nav a:hover {
  color: #fff;
  transform: translateX(3px);
}

.foot-nav .left .share .t1 {
  text-transform: capitalize;
}

footer .bot {
  width: 100%;
  height: 106px;
  background: #262F3F;
  padding: 0 3.8rem;
  display: flex;
  align-items: center;
}

footer .bot a {
  display: inline-block;
  opacity: 0.5;
  margin-left: 20px;
  color: #FFFFFF;
  font-size: 16px;
}

.info {
  padding-top: 2.5rem;
}

.info header {
  background-color: #fff;
  height: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.info header .logo .cls-1 {
  fill: #0a3078;
}

.info header .pc-header .nav .li .tit {
  color: #000;
}

.info header .rightbox .formbox {
  border: 1px solid #E0E0E0;
  color: #666;
}

.info header .rightbox .formbox .input2 {
  background: url(../img/sicon2.png) no-repeat center center;
}

.info header .rightbox .telbox .icon {
  fill: #000;
}


.info header {
  /* position: relative; */

}

.info header {
  background: #fff;
}

.info header .li>a {
  color: #333;
}

.info header .rightbox .langbox .sp {
  color: #333;
}

.info header .rightbox .telbox .icon {
  fill: #000;
}

.info header .rightbox .mailbox .icon {
  fill: #000;
}

.info header .rightbox .searchbtn:before {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.info header .rightbox .searchbtn .icon {
  fill: #333;
}

.info header .rightbox .langbox .icon {
  fill: #333;
}

.info header .rightbox .langbox:hover a {
  color: #333;
}

.info header .rightbox .telbox .titbox {
  color: #333;
  background: rgba(0, 0, 0, 0.1);
}

.info header .rightbox .mailbox .titbox {
  color: #333;
  background: rgba(0, 0, 0, 0.1);
}

.info header .rightbox .formbox {
  border: 1px solid #E0E0E0;
  color: #666;
}

.info header .rightbox .formbox .input1 {
  color: #666;
}

.info header .rightbox .formbox .input2 {
  background: url(../img/sicon2.png) no-repeat center center;
}

.info header .rightbox .hamburger-inner,
.info header .rightbox .hamburger-inner::before,
.warp-header4.active .header4 .rightbox .hamburger-inner::after {
  background: #000;
}

.view {
  padding: 0 3.75rem;
}

.mbx {
  padding-top: 30px;
  position: relative;
  z-index: 33;
}

.mbx .view {
  display: flex;
  align-items: center;
  color: #000000;
}

.mbx .view a {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #103178;
}

.mbx .view span {}

.mbx .view a:hover {
  color: #E40B20;
  opacity: 1;
}

.mbx .view a .icon {
  opacity: 0.8;
  width: .4rem;
  height: 16px;
  transform: translateY(-2px);
}

.mbx .view a .tit-16 {
  line-height: 1;
  margin: 0 11px;
  text-transform: capitalize;
}

.mbx .view a .icon svg {
  fill: #103178;
}

.tec-b .t1 {
  text-transform: capitalize;
}

.mbx .view a:hover .icon svg {
  fill: #E40B20;

}
.smbx{
  height: 2rem;
}
.smbx .view{
  position: fixed;
}

.news {
  width: 100%;
  position: relative;
}

.news-a {
  width: 100%;
  padding-top: 1.575rem;
}

.news-container {
  width: 100%;
  overflow: hidden;
}

.news-container .swiper-slide {
  width: 100%;
  height: 16.25rem;
  border-radius: .5rem;
  overflow: hidden;
  display: block;
}

.news-container .swiper-slide .left {
  width: 50%;
  height: 100%;
  float: left;
  padding: 2.425rem 1.75rem;
  background-color: #fff;
}

.news-container .swiper-slide .right {
  width: 50%;
  height: 100%;
  float: right;
  overflow: hidden;
}

.news-container .swiper-slide:hover .right .bg {
  transform: scale(1.05);
}

.news-container .swiper-slide .left .t1 {
  font-weight: bold;
  color: #103178;
  line-height: 1;
}

.news-container .swiper-slide .left .t2 {
  /* font-weight: bold; */
  color: #103178;
  line-height: 1.2;
  margin-top: 1.225rem;
  transition: all 0.5s;
  font-size: 1.2rem;
}

.news-container .swiper-slide .left .t3 {
  margin-top: 1rem;
}

.news-container .swiper-slide .left .more2 {
  margin-top: 1.925rem;
  width:5rem;
}

.news-b .list a .left .more2 {
  width:5rem;
}

.more2 {
  width: 4rem;
  height: 1.2rem;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 28px;
  padding: 0 .5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}

.more2 .tit-18 {
  font-weight: bold;
  color: #666;
}

.more2 svg {
  transform: rotate(90deg);
  fill: rgba(0, 0, 0, .3);
}

.more2:hover {
  border: 1px solid #103178;

}

.more2:hover .tit-18 {
  color: #103178;
}

.more2:hover svg {

  fill: #103178;
}

.news {
  padding-bottom: 3rem;
}

.news-container .main-pagination {
  position: relative !important;
  margin-top: 1.3rem;
  bottom: auto !important;
}

.news-container .main-pagination .swiper-pagination-bullet {
  margin: 10px .3rem !important;
  width: 16px;
  height: 16px;
  opacity: 1 !important;
  background: #103178;
  border-radius: 50%;
}

.news-container .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E9460A;
}


.news-b {
  width: 100%;
  position: relative;
}

.news-b .list a {
  display: block;
  padding: 1.725rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.news-b .list a .right {
  width: 15rem;
  height: 9.5rem;
  overflow: hidden;
  float: left;
}

.news-b .list a .left {
  width: calc(100% - 15rem);
  padding-left: 2.275rem;
  float: left;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.news-b .list a .left .t1 {
  /* font-weight: bold; */
  color: #262F3F;
  line-height: 1.2;
}

.news-b .list a .left .t2 {
  line-height: 1;
  margin-top: 0.3rem;
  font-weight: bold;
  color: #103178;
}

.news-b .list a .left .t3 {
  font-weight: 400;
  color: #262F3F;
  line-height: 1.2;
  margin-top: 0.3rem;
  ;
}

.news-b .list a .left .more2 {
  margin-top: 1.175rem;
}

.bg {
  transition: all 0.8s;
}

.news-b .list a:hover .bg {
  transform: scale(1.1);
}


.dwpage {
  text-align: center;
  font-size: 0;
  margin-top: .95rem;
}

.dwpage a {
  display: inline-block;
  width: 41px;
  height: 41px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
  margin: 0 2px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 41px;
  font-family: "AvantGardeLT-Demi";
  color: #666666;
  transition: all 0.5s;
}

.dwpage a.active {
  color: #FFFFFF;
  background-color: rgba(38, 77, 152, 1);
}

.dwpage a:hover {
  color: #FFFFFF;
  background-color: rgba(38, 77, 152, 1);
}

.dwpage a[rel=next] {
  background-image: url(../img/l1.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.dwpage a[rel=prev] {
  background-image: url(../img/l1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.dwpage a[rel=next]:hover,
.dwpage a[rel=prev]:hover {
  background-image: url(../img/l2.png);
}

.video {
  padding: 1.15rem 0;
}

.video .table {
  font-size: 0;
  text-align-last: left;
}

.video .table .li {
  padding: .4rem 1.5rem;
  /* font-weight: bold; */
  color: #000000;
  border: 1px solid #9E9D9F;
  border-radius: .725rem;
  font-size: .55rem;
  line-height: 1;
  margin-right: .5rem;
  transition: all 0.5s;
  cursor: pointer;

}

.video .table .li.on {
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
}

.video .table .li:hover {
  /* border: 1px solid #E9460A; */
  background: rgba(0, 0, 0, .3);
  color: #fff;
}

.video .list {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}

.video .list .li {
  width: calc((100% - .575rem) / 2);
  margin-right: .575rem;
  float: left;
  margin-bottom: 2.3rem;
  cursor: pointer;

}

.video .list .li:nth-child(2n) {
  margin-right: 0;
}

.video .list .li .img {
  overflow: hidden;
  width: 100%;
  height: 12.5rem;
  position: relative;
  border-radius: .5rem;
  overflow: hidden;
}

.video .list .li .img .mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2), rgba(16, 49, 120, 1));
}

.video .list .li .img .play {
  z-index: 5;

}

.video .list .li .t1 {
  line-height: 1.2;

  color: #262F3F;
  margin-top: 1.375rem;
}

.video .list .li:hover .bg {
  transform: scale(1.1);
}

.tec-a {
  padding-top: 1.975rem;
}

.tec-a .tit-28 {
  font-weight: 400;
  color: #00264F;
  line-height: 1.2;
}

.tec-b {
  padding-top: 2.925rem;
}

.tec-b .t1 {
  font-weight: bold;
  color: #103178
}

.tec-b .list {
  margin-top: 1.25rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.tec-b .list .li {
  width: calc((100% - 1.075rem) / 2);
  margin-right: 1.075rem;
  padding: .875rem 1rem 1.65rem;
  background-color: #fff;
  border-radius: .5rem;
  float: left;
  transition: all 0.5s;
  float: left;
  margin-bottom: 1.625rem;
}

.tec-b .list .li:nth-child(2n) {
  margin-right: 0;
}

.tec-b .list.on .li:last-child {
  width: 100%;
  margin-right: 0;
}

.tec-b .list .li .img {
  height: 9.65rem;
  width: 100%;
  overflow: hidden;
}

.tec-b .list .li .t1 {
  line-height: 1;
  font-weight: bold;
  color: #333;
  margin-top: 1.2rem;
}

.tec-b .list .li:hover .t1 {
  color: #E9460A;
}

.tec-b .list .li .t2 {
  font-weight: 400;
  color: #00264F;
  margin-top: .4rem;
  line-height: 1.25;
 
}
.tec-b .list .li:hover .t2 {
  /* text-decoration: underline; */
}


.tec-b .list .li:hover {
  box-shadow: 2px 20px 19px 1px rgba(29, 29, 29, 0.1);
}

.tec-b .list .li:hover .bg {
  transform: scale(1.1);
}

.manual .list {
  margin-top: .05rem;
}

.manual .list a {
  display: block;
  padding: 1.45rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.manual .list a .img {
  width: 15rem;
  height: 10.5rem;
  overflow: hidden;
  float: left;
  transition: all 0.5s;
}

.manual .list a .txt {
  width: calc(100% - 15rem);
  float: left;
  padding-left: 3.45rem;
}

.manual .list a .txt .t1 {
  font-weight: bold;
  color: #262F3F;
  line-height: 1.2;
  margin-top: .6rem;
}

.manual .list a .txt .t2 {
  line-height: 1;
  color: #103178;
  margin-top: 1.125rem;
}

.manual .list a .txt .down {
  width: 2.1rem;
  height: 2.1rem;
  background: rgba(16, 49, 120, .1);
  border-radius: .5rem;
  position: relative;
  margin-top: 1.45rem;
  transition: all 0.5s;
}

.manual .list a .txt .down svg {
  fill: #103178;
  width: .8rem;
  transition: all 0.5s;
}

.manual .list a:hover .img {
  box-shadow: 0px 10px 20px 0px rgba(16, 49, 120, 0.25), 0px 10px 100px 0px rgba(81, 102, 193, 0.05);
  border-radius: 20px;
}

.manual .list a:hover .down {
  background: #E9460A;
}

.manual .list a:hover .txt .down svg {
  fill: #ffff;
}

.details {
  margin-top: 2.45rem;
  padding: 0 4.225rem;
  padding-bottom: 3rem;
}

.details .tit {
  line-height: 1.2;
  font-weight: bold;
  color: #262F3F;
}

.details .time {
  font-weight: bold;
  color: #E9460A;
  line-height: 1;
  margin-top: 1rem;
}

.details .content {
  margin-top: 1rem;
  padding: 1.75rem 0;
  border-top: 2px solid rgba(38, 47, 63, 0.2);
  border-bottom: 2px solid rgba(38, 47, 63, 0.2);
  font-size: 20px;
}

.details .content img {
  display: inline-block;
}

.details .bot {
  margin-top: 2.175rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details .bot .left a {
  display: block;
  font-weight: bold;
  color: #CCCCCC;
  font-size: .5rem;
  line-height: 1;
  margin-bottom: .5rem;
}

.details .bot .left a:last-child {
  margin-bottom: 0;
}

.details .bot a span {
  color: #000;
}

.details .bot a:hover span {
  color: #E9460A;
  ;
}

.return {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background: #103178;
  border-radius: 50%;
  position: relative;
}

.return:hover {
  background-color: #E9460A;
}

.services .services-a {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  justify-content: space-between;
}

.services .services-a .t1 {
  font-weight: bold;
  color: #103178;
  line-height: 1.2;
}

.services .services-a .t2 {
  color: #00264F;
  line-height: 1.4;
  width: 23.175rem;
}

.services .s-img {
  margin-top: 1.5rem;
  border-radius: .5rem;
  overflow: hidden;
}

.services .table {
  width: 100%;
  height: 1.65rem;
  background-color: #fff;
  margin-top: 3rem;
  border-radius: .825rem;
  overflow: hidden;

  position: relative;
}

.services .table .li {
  display: flex;
  height: 1.65rem;
  width: 33.33%;
  border-radius: .825rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.services .table .li.on {
  /* background-color: rgb(243, 163, 103); */
  background: rgba(0, 0, 0, .3);
  color: #fff;
}

.services .table .li .icon {
  margin-right: .5rem;
  width: 1rem;
}

.services .ajax-list {
  margin-top: 2.15rem;
}

.services .ajax-list .list {
  padding-bottom: 2rem;
}

.services .list .li {
  width: 100%;
  border-top: 1px solid #E2E2E2;
}

.services .list .li .img {
  width: 50%;
  height: 13rem;
  float: left;
  overflow: hidden;
}

.services .list .li .txt {
  width: 50%;
  float: left;
  padding: 0 2.275rem;
  /* margin-top: 3.375rem; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 13rem;


}

.services .list .li .txt .t1 {
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

.services .list .li .txt .t2 {
  line-height: 1.4;
  margin-top: .975rem;
}

.services .list .li:nth-child(2n) .img {
  float: right;
}

.info {
  /* background-image: url(../img/mainbg.png); */
  /* background-position: top left;
   */
  background-size: cover;
}


.services .cont {
  padding: 0 4.25rem;
  padding-bottom: 3rem;
}

.services .cont .t1 {
  line-height: 1.2;
  font-weight: bold;
  color: #333333;
}

.services .cont .li {
  margin-top: 1.575rem;
}

.services .cont .li .t2 {
  line-height: 1.4;
  color: #333333;
}

.services .cont .li .img {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: .625rem;
  overflow: hidden;
}

.services .cont .li .img img {
  display: inline-block;

}

.smbx {
  /* padding-top: 2.3rem; */
}

.contact-a {
  margin-top: 1.325rem;
  display: none;
}

.contact-a .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-a .top .left .t1 {
  font-weight: bold;
  color: #103178;
  line-height: 1;
}

.contact-a .top .left .t2 {
  font-weight: 400;
  color: #00264F;
  line-height: 1.4;
  margin-top: 0.9rem;
  width: 14.05rem;
}

.contact-a .top .right {
  display: flex;
}

.contact-a .top .right .numlist {
  margin-right: 4.4rem;
  color: #103178;
}

.contact-a .top .right .numlist .numtop {
  line-height: 1;
  display: flex;
}

.contact-a .top .right .numlist .numtop .num {
  font-weight: 700;
  margin-right: .3rem;
}

.contact-a .top .right .numlist .t {
  font-weight: bold;

}

.contact-a .top .right .numlist:hover {
  color: #E9460A;
}

.contact-b {
  /* margin-top: 3.425rem; */
  padding-bottom: 3rem;
}

.contact-b .tit {
  line-height: 1;
  font-weight: bold;
  color: #103178;
}

.contact-b .list {
  /* margin-top: 3.425rem; */
}

.contact-b .list .li {
  width: calc((100% - 9rem) / 4);
  margin-right: 3rem;
  float: left;
  height: 7rem;
  background-color: #fff;
  border-radius: .5rem;
  display: flex;
  padding: 0 1rem;
  padding-top: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.025rem;
  text-align: center;
  transition: all 0.5s;

}

.contact-b .list .li:nth-child(4n) {
  margin-right: 0;
}

.contact-b .list .li .icon {
  width: 2rem;
  height: 2rem;
  transition: all 0.5s;
  background: #103178;
  border-radius: 50%;
  position: relative;
}

.contact-b .list .li:hover .icon {

  background: #E9460A;
}

.contact-b .list .li:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 180, 255, 0.25);
}

.contact-b .list .li .t1 {
  font-weight: bold;
  color: #103178;
  line-height: 1;
  margin-top: .5rem;
}

.contact-b .list .li .t2 {
  margin-top: 0.5rem;

  color: #262F3F;
  line-height: 1.2;
}

.contact-b .list .li:hover .t1 {
  color: #E9460A;
}

.contact-b .list .li:hover .t2 {
  color: #E9460A;
}

.contact-a .map {
  position: relative;
}

.contact-a .map img {
  width: 100%;
  max-width: none;
}

.contact-a .map .img2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-animation: clal 700ms infinite linear;
  animation: clal 3000ms infinite linear;
}

@-webkit-keyframes clal {
  0% {
    -webkit-clip-path: circle(0.0% at 40% 46%);
    clip-path: circle(0.0% at 40% 46%);
  }

  100% {
    -webkit-clip-path: circle(70.7% at 40% 46%);
    clip-path: circle(70.7% at 40% 46%);
  }
}

.tec-info-a {
  margin-top: 3rem;
}

.tec-info-a .mbx {
  padding-top: 0;
  position: absolute;
  top: -2rem;
  left: 0;
}

.tec-info-a .mbx .view {
  padding: 0;
}

.tec-info-a {
  /* display: flex;
  align-items: center; */
}

.tec-info-a .left {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.tec-info-a .left .t1 {
  white-space: nowrap;
}

.tec-info-a .right {
  width: 100%;
  position: relative;
  float: left;
  border-radius: .625rem;
  height: 16.25rem;
  margin-top: 1rem;
  overflow: hidden;
}

.tec-info-a .right:hover .bg {
  transform: scale(1.05);
}

.tec-info-a .left .t1 {
  line-height: 1.1;
  font-weight: bold;
  color: #103178;
}

.tec-info-a .left .t2 {

  font-weight: 400;
  color: #00264F;
  /* width: 60%; */
  /* padding-left: 1rem; */
  margin-top: 1rem;
  text-align: justify;

}

.wr {
  width: 100%;
  position: relative;
}

.tec-info-b {
  padding-top: 3.75rem;
  font-weight: bold;
  color: #103178;
}

.tec-info-b .list {
  margin-top: 1.675rem;
  border-radius: .625rem;
  overflow: hidden;
  border: 1px solid #E2E2E2;
}

.tec-info-b .list .li {
  width: 100%;

  display: flex;

  overflow: hidden;
}

.tec-info-b .list .li:nth-child(2n) {
  flex-direction: row-reverse;
}

.tec-info-b .list .li:hover .bg {
  transform: scale(1.04);
}

.tec-info-b .list .li .img {
  width: 50%;
  min-height: 13.75rem;
  overflow: hidden;
  float: left;
}

.tec-info-b .list .li .txt {
  width: 50%;
  float: left;
  padding: 2.7rem 2.05rem;
  /* border: 1px solid #E2E2E2; */

  border-bottom: 0;
  background-color: #fff;
  /* height: 13.75rem; */
  overflow: hidden;
}

.tec-info-b .list .li .txt .t1 {
  line-height: 1.2;
  font-weight: bold;
  color: #333333;
}

.tec-info-b .list .li .txt .t2 {
  color: #666666;
  line-height: 1.4;
  font-weight: 500;
  margin-top: .75rem;
}

.tec-info-b .list .li .txt .morelist {
  font-size: 0;
  margin-top: 2.15rem;
  text-align: left;
}

.tec-info-b .list .li .txt .morelist .mli {
  /* width: calc((100%) / 2); */
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
 
  
}

.tec-info-b .list .li .txt .morelist .mli .more2 svg {
  /* display: none; */
}

.tec-info-b .list .li .txt .morelist .more2 {
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  border: none;
  /* justify-content: flex-start; */
}

.tec-info-b .list .li::after {
  display: none;
}

.tec-info-b .list .li .txt .morelist .more2 .tit-18 {
  margin-right: 0.5rem;
  line-height: 1.2;
}

.tec-info-b .list .li .txt .morelist .more2:hover {
  /* border: 1px solid #103178; */
  border: 0;
  background: transparent;
  transform: scale(1.03);
}

.tec-info-b .list .li .txt .morelist .more2:hover .tit-18 {
  color: #e94709;
}

.tec-info-b .list .li .txt .morelist .more2:hover svg {
  fill: #e94709;
}

.tec-info-b .list .li:nth-child(2n) .txt {
  float: left;
}

.tec-info-b .list .li:nth-child(2n) .img {
  float: right;
}

.tec-info-b .list .li:nth-child(1) .txt {

  /* border-radius: 15px 15px 0px 0px; */

}

.tec-info-b .list .li:last-child .txt {
  /* border-bottom: 1px solid #E2E2E2; */
}

.news-b .list a .right {
  border-radius: .5rem;
  overflow: hidden;
}

.tec-info-b {
  padding-bottom: 1.5rem;
}

.tec-info-c {
  padding-top: 2.25rem;
  font-weight: bold;
  color: #103178;
  padding-bottom: 3.75rem;
}

.tec-container {
  padding-top: 1.4rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tec-container .swiper-wrapper.one {
  justify-content: center;
}

.tec-container .swiper-wrapper.one .t1 {
  text-align: center;

}

.tec-container .swiper-slide {
  width: calc((100% - 2.475rem) / 4);
  margin-right: .825rem;
}

.tec-container .swiper-slide:last-child {
  margin-right: 0;
}

.tec-container .swiper-slide img {
  width: 100%;
  border-radius: .5rem;
}

.tec-container .swiper-slide .t1 {
  line-height: 1.4;
  margin-top: .775rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}


.tec-container .main-pagination {
  position: relative !important;
  margin-top: 1.975rem;
  bottom: auto !important;
}

.tec-container .main-pagination .swiper-pagination-bullet {
  margin: 10px .3rem !important;
  width: 11px;
  height: 11px;
  opacity: 1 !important;
  background: #103178;
  border-radius: 50%;
}

.tec-container .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E9460A;
}

.tec-info-d {
  border-radius: 15px;
  width: 100%;
  margin-top: .625rem;
  overflow: hidden;
  display: flex;
}

.tec-info-d .img {
  width: 50%;
  /* height: 16.25rem; */
  float: left;
  overflow: hidden;
  position: relative;
}

.tec-info-d .img a {
  overflow: hidden;
}

.tec-info-d .img a:hover .bg {
  transform: scale(1.05);
}

.tec-info-d .txt {
  width: 50%;
  float: right;
  padding: 1rem 2.25rem;
  background-color: #fff;
  /* height: 16.25rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tec-info-d .txt .t1 {
  font-weight: bold;
  color: #103178;
  line-height: 1;
  font-size: 1rem;
}

.tec-info-d .txt .t2 {
  margin-top: 1.7rem;
  font-size: .75rem;
}

.tec-info-d .txt .t2 .li {
  padding-left: .55rem;
  font-weight: 400;
  color: #00264F;
  position: relative;
  margin-bottom: 1rem;
}

.tec-info-d .txt .t2 .li:last-child {
  margin-bottom: 0;
}

.tec-info-d .txt .t2 .li::after {
  content: "";
  position: absolute;
  top: .43rem;
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #00264F;
  left: 0;
}

.tec-info-f {
  padding-top: 3.75rem;
  font-weight: bold;
  color: #103178;
  padding-bottom: 3.75rem;
}

.tec-info-f .table {
  margin-top: 1.375rem;
}

.tec-info-f .table .theader {
  width: 100%;
  line-height: 70px;
  background: #103178;
  color: #fff;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
}

.tec-info-f .table .tbody .th {
  width: 100%;

  border-bottom: 1px solid #D4D4D4;
}

.tec-info-f .table .tbody .th .li {
  width: 25%;
  float: left;
  padding: .55rem .875rem;

}

.tec-info-f .table .tbody .td {
  width: 100%;

  border-bottom: 1px solid #D4D4D4;
}

.tec-info-f .table .tbody .td .li {
  width: 25%;
  float: left;
  font-weight: normal;
  padding: .55rem .875rem;
  color: #00264F;
}

.tec-info-f .table .tfoot {
  width: 100%;
  text-align: center;
  color: #E9460A;
  padding: .55rem .875rem;
  border-bottom: 1px solid #D4D4D4;
}

.tec-info-g {
  padding-top: 2rem;

  padding-bottom: 3.75rem;
}

.tec-info-g .tit {
  font-weight: bold;
  color: #103178;
}

.tec-info-g .list {
  margin-top: 2.425rem;
}

.tec-info-g .list .li {
  padding: 1.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid #D4D4D4;
  align-items: center;
}

.tec-info-g .list .li .img {
  width: 16rem;
  height: 7.5rem;
  overflow: hidden;
  border-radius: .5rem;
  float: left;
}

.tec-info-g .list .li .txt {
  float: left;
  width: calc(100% - 16rem);

  padding-left: 5.25rem;

}

.tec-info-g .list .li .txt .t1 {
  font-weight: bold;
  line-height: 1;
  color: #333333
}

.tec-info-g .list .li .txt .t2 {

  margin-top: 1rem;
  color: #00264F;
}

.tec-info-g .list .li .txt .t2 .lis {
  margin-bottom: 0.1rem;
}

.info .tec-nav {
  top: 2.5rem;
}


.tec-nav {
  position: absolute;
  left: 0;
  top: 3rem;
  height: 16rem;
  width: 100vw;
  padding: 1.85rem 4.875rem;
  background-image: url(../img/nav.jpg);
  background-size: 100% 100%;
  display: none;
}

.tec-nav .t1 {
  font-weight: bold;
  color: #103178;
  margin-bottom: 0.2rem;
  font-size: .8rem;
}

.tec-nav .oneli {
  margin-bottom: 0.85rem;
  display: block;
  width: 35%;

}

.tec-nav .oneli .t2 {
  line-height: 1;
  font-weight: bold;
  color: #222222;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 90%;
}

.tec-nav .oneli .t2 span {
  line-height: 1;
  position: absolute;
  right: -24px;
}

.tec-nav .oneli .twoli {
  position: absolute;
  left: 38%;
  top: 2.2rem;
  display: none;
  width: 35%;
}

.tec-nav .oneli .twoli .t3 {
  display: block;
  margin-bottom: .5rem;
  color: #444444;
  font-size: 16px;
}

.tec-nav .oneli .twoli .t3:hover {
  color: #E9460A;
}

.tec-nav .oneli .twoli .t3.on {
  color: #E9460A;
}

.tec-nav .threeli {
  display: block;
  position: absolute;
  right: 0;
  top: 3rem;
  padding-left: 2.45rem;
  width: 33%;
}

.tec-nav .threeli .img {
  width: 10.5rem;
  height: 6.5rem;
  overflow: hidden;
}

.tec-nav .threeli::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 10.775rem;
  background-color: rgba(0, 0, 0, .1);
}

.tec-nav .threeli .t4 {
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-top: .7rem;
}

.tec-nav .threeli .icon {
  width: 18px;
  height: 18px;
  background: #E9460A;
  border-radius: 50%;
  position: relative;
  margin-top: .35rem;
  transition: all 0.5s;
}

.tec-nav .threeli .icon svg {
  fill: #fff;
}

.tec-nav .threeli:hover .bg {
  transform: scale(1.05);
}

.tec-nav .threeli:hover .icon {
  background: rgba(16, 49, 120, 1);
}

.tec-nav .threeli:hover .t4 {
  color: rgba(16, 49, 120, 1);
  ;
}

.tec-nav .oneli .t2.on {
  color: #E9460A;
}

.tec-nav .oneli .t2.on svg {
  fill: #E9460A;
  ;
  width: .6rem;
  height: .6rem;
}





header.on {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.on .logo .cls-1 {
  fill: #0a3078;
}

header.on .pc-header .nav .li .tit {
  color: #000;
}

header.on .rightbox .formbox {
  border: 1px solid #E0E0E0;
  color: #666;
}

header.on .rightbox .formbox .input2 {
  background: url(../img/sicon2.png) no-repeat center center;
}

header.on .rightbox .telbox .icon {
  fill: #000;
}


header.on {
  /* position: relative; */

}

header.on {
  background: #fff;
}

header.on .li>a {
  color: #333;
}

header.on .rightbox .langbox .sp {
  color: #333;
}

header.on .rightbox .telbox .icon {
  fill: #000;
}

header.on .rightbox .mailbox .icon {
  fill: #000;
}

header.on .rightbox .searchbtn:before {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

header.on .rightbox .searchbtn .icon {
  fill: #333;
}

header.on .rightbox .langbox .icon {
  fill: #333;
}

header.on .rightbox .langbox:hover a {
  color: #333;
}

header.on .rightbox .telbox .titbox {
  color: #fff;
  background: #103178;
  font-size: 18px;
}

header.on .rightbox .mailbox .titbox {
  color: #fff;
  background: #103178;
  font-size: 18px;
}

header.on .rightbox .formbox {
  border: 1px solid #E0E0E0;
  color: #666;
}

header.on .rightbox .formbox .input1 {
  color: #666;
}

header.on .rightbox .formbox .input2 {
  background: url(../img/sicon2.png) no-repeat center center;
}

header.on .rightbox .hamburger-inner,
header.on .rightbox .hamburger-inner::before,
header.on .rightbox .hamburger-inner::after {
  background: #000;
}

.hsub-nav {
  position: absolute;
  top: 3rem;
  width: 100vw;
  height: 1.5rem;
  left: 0;
  background-image: url(../img/nav.jpg);
  background-size: 100% 100%;
  padding: 0 20%;
  padding-right: 0;
  display: none;

}

.info .hsub-nav {
  top: 2.5rem;

}

.hsub-nav a {
  display: inline-block;
  line-height: 1.5rem;
  margin-right: 1rem;
  font-size: .4rem;
  /* text-transform: capitalize; */
}

.hsub-nav a:hover {
  color: #E9460A;
  ;
}

.hnews .hsub-nav {
  padding-left: 41.5%;
}

.hcontact .hsub-nav {

  padding-left: 51%;

}

.hservices .hsub-nav {
  padding-left: 34.5%;
}


.all-pagination {
  right: 1rem !important;
  ;
  width: 1.85rem;
  height: 2.25rem !important;
  /*bottom: 1.5rem;*/
  bottom: 0 !important;
  ;
  top: auto !important;
  ;
  margin: 0;
  text-align: right;
  overflow: initial;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.all-pagination .swiper-pagination-bullet {
  width: .35rem;
  height: 2px;
  background: #fff;
  opacity: 1;
  margin: 5px 0;
  border-radius: 0;
  position: relative;
  opacity: 0.5;
}

.all-pagination .swiper-pagination-bullet span {
  position: absolute;
  right: calc(100% + .3rem);
  top: 50%;
  transform: translateY(-50%);
  font-size: .4rem;
  color: #fff;
  opacity: 0;
  white-space: nowrap;
  text-transform: uppercase;
}

.all-pagination .swiper-pagination-bullet-active {
  width: .85rem;
  opacity: 1;
  background-color: #fff;
}

.all-pagination .swiper-pagination-bullet-active span {
  opacity: 1;
}




.fix-sharebox {
  width: 50px;
  position: fixed;
  right: 0;
      top: 35%;
    transform: translate3d(0, -50%, 0);
    z-index: 999999999999999999999999999999999999999999999;
  z-index: 5;
}

.fix-sharebox .tit3 {
  margin-bottom: .25rem;
}

.fix-sharebox .tit3 {
  color: #333;
}

.fix-sharebox .item {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  margin-bottom: 2px;
  background: rgba(0, 0, 0, .1);
}

.fix-sharebox .item:last-child {
  border-bottom: none;
}

.fix-sharebox .item p {
  width: 100%;
  line-height: 1;
  margin-top: .12rem;
  text-align: center;
}

.fix-sharebox .item:hover p {
  color: #fff;
}

.fix-sharebox .item:hover .icon img {
  /* animation: beat .6s ease; */
}

.fixfooter .tit3 {
  color: #333;
}

.fixfooter .item p {
  color: #333;
}

.fixfooter .item {
  background: rgba(255, 255, 255, .65);
}

.fix-sharebox .item:hover p {
  color: #333;
}

.ani {
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.8s;

}

.home-b.swiper-slide-active .ani {
  transition-delay: 0.8s;
  transform: translateY(0);
  opacity: 1;
}

.home-b.swiper-slide-active .ani.dl1 {
  transition-delay: 1s;
}

.home-c.swiper-slide-active .ani {
  transition-delay: 0.8s;
  transform: translateY(0);
  opacity: 1;
}

.home-c.swiper-slide-active .ani.dl1 {
  transition-delay: 1s;
}

.home-c.swiper-slide-active .ani.dl12 {
  transition-delay: 1.1s;
}

.home-c.swiper-slide-active .ani.dl13 {
  transition-delay: 1.2s;
}

.home-c.swiper-slide-active .ani.dl14 {
  transition-delay: 1.3s;
}

.home-d.swiper-slide-active .ani {
  transition-delay: 0.8s;
  transform: translateY(0);
  opacity: 1;
}

.home-d.swiper-slide-active .ani.dl1 {
  transition-delay: 1s;
}

.home-d.swiper-slide-active .ani.dl12 {
  transition-delay: 1.1s;
}

.home-d.swiper-slide-active .ani.dl13 {
  transition-delay: 1.2s;
}

.home-d.swiper-slide-active .ani.dl14 {
  transition-delay: 1.3s;
}

.index-footer footer .nav-top {
  display: none;
}

.smbx .mbx-sub {
  position: absolute;
  top: 30px;
  left: 0;

  min-width: 5rem;
  left: 50%;
  transform: translateX(-50%);

  color: #103178;
  background: #fff;
  text-align: center;
  display: none;
  padding: .5rem .825rem;
  background: #FFFFFF;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;

}

.smbx .por {
  margin: 0 11px;
  cursor: pointer;
}

.smbx .por .tit-16 {
  color: #103178;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.smbx .mbx-sub a {
  white-space: nowrap;
  display: block;
  margin-bottom: 0.2rem;
  font-size: 16px;
  color: #103178;
  transition: all 0.5s;
}

.smbx .mbx-sub a:hover {

  color: #E9460A;
}

.smbx .jt {
  transition: all 0.5s;
}

.smbx .jt.on {
  transform: rotate(-180deg);
}

/* about */



.zw1620 {
  width: 1620px;
  max-width: 88%;
  margin: 0 auto;
}

.about-list1 {
  padding: 2.25rem 0;
}

.about-list1 .contentbox {
  margin: 1rem auto 0;
}

.about-list1 .tit2 {
  color: #103178;
}

.about-list1 .tabul {
  padding-bottom: .35rem;
  border-bottom: 1px solid #e3e3e3;
}

.about-list1 .tabul .li {
  margin: 0 .53rem;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% 80%;
  cursor: pointer;
}

.about-list1 .tabul .li.cur {
  transform: scale3d(1, 1, 1);
  color: #f44200;
}

.about-list1 .warpbox {
  position: relative;
}

.about-list1 .warpbox .ul {
  position: relative;
  z-index: 2;
  min-height: 400px;
  padding-top: 2.4rem;
  width: 100%;
}

.about-list1 .warpbox .ul:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 3.5rem);
  top: 0;
  left: 50%;
  background: #e3e3e3;
}

.about-list1 .warpbox .ul .li:nth-child(1) {
  margin-top: 0;
}

.about-list1 .warpbox .ul .li {
  width: 100%;
  /* margin-top: -4rem; */
  align-items: flex-start;
}

.about-list1 .warpbox .ul .li:nth-child(2n) {
  /* margin-bottom: 2.5rem; */
}

.about-list1 .warpbox .ul .time2 {
  margin-bottom: .4rem;
  color: #103178;
}

.about-list1 .warpbox .ul .box {
  width: calc(84.375vw * .45);
}

.about-list1 .warpbox .ul .box .img {
  width: 100%;
  border-radius: .45rem;
  overflow: hidden;

}

.about-list1 .warpbox .ul .box .img .bg {
  height: 0;
  transition: all 0.5s;
}

.about-list1 .warpbox .ul .li.on .box .img .bg {
  height: 7.5rem;
}

.about-list1 .warpbox .ul .box .text {
  width: 100%;
  position: relative;
  margin-bottom: .55rem;
}

.about-list1 .warpbox .ul .dian {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #efefef;
  position: relative;
  /* margin-left: 3.5%; */
  transition: all .5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.about-list1 .warpbox .ul .dian:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  background: #d2d2d2;
  border-radius: 50%;
  transition: all .5s;
}

.about-list1 .warpbox .ul .li:hover .dian {
  background: #fdd9cc;
}

.about-list1 .warpbox .ul .li:hover .dian:before {
  background: #f44200;
}

.about-list1 .warpbox .ul .li:hover .time2 {
  color: #f44200;
}

.about-list1 .warpbox .ul .li:hover .bg {
  transform: scale(1.04);
}

.about-list1 .warpbox .ul .li:nth-child(odd) .box .time2 {
  text-align: right;
}

.about-list1 .warpbox .ul .li:nth-child(odd) .box .text {
  text-align: right;
}

.about-list1 .warpbox .ul .li:nth-child(even) {
  padding-left: 48.5%;
  width: 100%;
}

.about-list1 .warpbox .ul .li:nth-child(even) .dian {
  margin-right: 3.5%;
  margin-left: 0;
}

.about-list1 .warpbox .ul .li:nth-child(even) .box {
  flex-flow: row-reverse wrap;
  margin-left: 12.5%;
}

.about-list1 .warpbox .morebtn {
  color: #f44200;
  cursor: pointer;
}

.about-list1 .warpbox .morebtn img {
  width: 29px;
  height: 29px;
  margin-bottom: .2rem;
}

@media (max-width: 1680px) {
  .about-list1 .warpbox .ul .box {
    width: calc(88vw * 0.45);
  }
}

@media (max-width: 960px) {
  .about-list1 .warpbox .ul .dian {
    display: none;
  }

  .about-list1 .warpbox .ul .time {
    display: none;
  }

  .about-list1 .warpbox .ul .box .text:before,
  .about-list1 .warpbox .ul:before {
    display: none;
  }

  .about-list1 .warpbox .ul .box {
    width: 100%;
  }

  .about-list1 .warpbox .ul .box .time2 {
    width: 100%;
    margin-bottom: .25rem;
  }

  .about-list1 .warpbox .ul .li:nth-child(even) .box {
    flex-flow: row wrap;
    width: 100%;
  }

  .about-list1 .warpbox .ul .li:nth-child(even) {
    padding-left: 0;
  }

  .about-list1 .warpbox .ul {
    padding: 2rem 0 1.5rem;
  }

  .about-list1 .warpbox .ul .li {
    margin-bottom: .5rem;
  }
}

@media (max-width: 767px) {
  .about-list1 .warpbox .ul .box .img {
    height: 6rem;
  }

  .about-list1 .warpbox .ul .box .img,
  .about-list1 .warpbox .ul .box .text {
    width: 100%;
  }

  .about-list1 {
    padding: 1.5rem 0 0;
  }

  .about-list1 .contentbox {
    margin: .5rem auto 0;
  }

  .about-list1 .warpbox .ul {
    padding: 1rem 0;
  }

  .about-list1 .warpbox .ul .box .time2 {
    margin-bottom: .3rem;
  }

  .about-list1 .warpbox .ul .box .tit3 {
    margin-bottom: .1rem;
  }
}

.warpabout {
  /* background: #fff url(../zimg/aboutbg) no-repeat center top; */
  background-size: cover;
}

.aboutbanner {
  width: 100%;
  height: 17.5rem;
}

.aboutbanner .img1 {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  transition: all 0.5s;
}

.aboutbanner .img1.on {
  transform: scale(1.05);
}

.aboutbanner .text {
  z-index: 2;
  font-weight: 700;
  bottom: 1.75rem;
}

.aboutbanner .videobtn {
  transition: all 0.5s;
}

.aboutbanner .videobtn:hover {
  transform: translate(-50%, -50%) scale(.8);
}

.about-warpsub .subbox {
  height: 2rem;
  border-bottom: 1px solid #e4e5e5;
}

.about-warpsub .leftbox {
  color: #103178;
}

.about-warpsub .leftbox a {
  color: #103178;
}

.about-warpsub .leftbox img {
  margin-right: .25rem;
}

.about-warpsub .nav {
  width:auto;
}

.about-warpsub .nav a {
  height: 2rem;
  line-height: 2rem;
  position: relative;
  transition: all .6s;
  margin-left: .75rem;
}

.about-warpsub .nav a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #e9460a;

  transition: all .6s;
}

.about-warpsub .nav a:hover {
  color: #e9460a;
}

.about-warpsub .nav a:hover:before {
  width: 100%;
}

.about-warpsub .leftbox a:hover {
  color: #e9460a;
}

.about-warpsub .leftbox a:hover svg {
  fill: #e9460a;
}

.about-warpsub .leftbox a svg {
  fill: #103178;
  margin-right: 5px;
  width: 18px;
}

.about-list2 {
  padding: 2.5rem 0;
}

.about-list2 .leftbox {
  width: 46.15%;
  padding-top: 1.15rem;
}

.about-list2 .leftbox .tit2 {
  color: #103178;
  margin-bottom: 1.2rem;
}

.about-list2 .leftbox .p {
  color: #00264f;
  margin-top: 1rem;
  height: 10rem;
  overflow: auto;
}

.about-list2 .rightbox {
  width: 49.38%;
}

.about-list2 .rightbox img {
  border-radius: .45rem;
  overflow: hidden;
}

.about-list2 .rightbox img {
  transition: all 0.5s;
}

.about-list2 .rightbox:hover img {
  transform: scale(1.05);
}

.about-list3 .tit2 {
  color: #103178;
}

.about-list3 {
  padding: 1.85rem 0 3rem;
}

.about-list3 .tit3 {
  margin-top: .55rem;
  color: #e9460a;
}

.about-list3 .tit4 {
  color: #e9460a;
}

.about-list3 .itembox {
  border-radius: .45rem;
  overflow: hidden;
  background: rgba(0, 0, 0, .1);
  height: 17rem;
  display: flex;
  flex-flow: row-reverse wrap;
}

.about-list3 .itembox .img {
  overflow: hidden;
}

.about-list3 .itembox .tit6 {
  height: 9rem;
  overflow: auto;
}

.about-list3 .itembox .tit6::-webkit-scrollbar {
  width: 3px;
}

.about-list3 .itembox .tit6::-webkit-scrollbar-thumb {
  background: #fff;
}

.about-list3 .itembox .img img {
  transition: all 0.5s;
}

.about-list3 .itembox:hover .img img {
  transform: scale(1.05);
}

.about-list3 .itembox .text {
  width: 46%;
  padding: 1.5rem 1.7rem;
  background: rgba(0, 0, 0, .1);
}

.about-list3 .itembox .tit6 {
  margin-top: .8rem;
}

.about-list3 .itembox .tit6 p {
  margin-bottom: .4rem;
}

.about-list3 .itembox .tit6 span {
  font-weight: bold;
  /* color: #f44200; */
}

.about-list3 .itembox .img {
  width: 54%;
}

.about-list3 .itembox .img img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}

.about-list3 .warpbox {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.about-list3 .warpbox .button-prev,
.about-list3 .warpbox .button-next {
  width: 50px;
  height: 50px;
  background: #fff;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  box-sizing: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition: all .6s;
}

.about-list3 .warpbox .button-prev .icon,
.about-list3 .warpbox .button-next .icon {
  width: 20px;
  height: 20px;
  fill: #e9460a;
}

.about-list3 .warpbox .button-prev {
  left: -2.25rem;
}

.about-list3 .warpbox .button-next {
  right: -2.25rem;
}

.about-list3 .warpbox .button-next .icon {
  transform: rotate(-180deg);
}

.about-list3 .warpbox .button-prev:hover,
.about-list3 .warpbox .button-next:hover {
  background: #e9460a;
}

.about-list3 .warpbox .button-prev:hover .icon,
.about-list3 .warpbox .button-next:hover .icon {
  fill: #fff;
}

.about-list3 .warpbox .swiper-pagination {
  bottom: .75rem;
}

.about-list3 .warpbox .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: #fff;
  opacity: 1;
}

.about-list3 .warpbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #f44200;
}

.about-list3 .ul {
  margin-top: 1.35rem;
}

.about-list3 .ul .li {
  width: 48.76%;
  margin-bottom: 1.5rem;
}

.about-list3 .ul .li .img {
  height: 9.7rem;
  border-radius: .5rem;
  overflow: hidden;
}

.about-list3 .ul .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.01);
  transition: all .6s;
}

.about-list3 .ul .li .p {
  margin-top: .75rem;
}

.about-list3 .ul .li:hover .img img {
  transform: scale(1.1);
}

.about-list3 .ul .li:hover .p {
  color: #e9460a;
}

.about-list4 {
  /* padding: 3.4rem 0 0; */
}

.about-list4 .tit2 {
  color: #103178;
  width: 16.75rem;
  line-height: 1;
  padding-right: 1rem;
}

.about-list4 .tit3 {
  width: calc(100% - 16.75rem);
}

.about-list4 .boxtop {
  margin-bottom: 2rem;
}

/* .about-list4 .honorbox {
  background: url(../zimg/about3img1.jpg) no-repeat center center;
  background-size: cover;
  height: 22rem;
  padding-top: 3.8rem;
  position: relative;
} */
.about-list4 .honorbox {
  background: url(../zimg/about3img1.jpg) no-repeat center center;
  background-size: cover;
  height: 17rem;
  padding-top: 0.8rem;
  position: relative;
}

.about-list4 .honorbox .honor-container {
  width: 28rem;
  overflow: hidden;
  margin: 0 auto;
}

.about-list4 .honorbox .button-prev,
.about-list4 .honorbox .button-next {
  width: 50px;
  height: 50px;
  background: #fff;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition: all .6s;
}

.about-list4 .honorbox .button-prev .icon,
.about-list4 .honorbox .button-next .icon {
  width: 20px;
  height: 20px;
  fill: #e9460a;
}

.about-list4 .honorbox .button-prev {
  left: 4.25rem;
}

.about-list4 .honorbox .button-next {
  right: 4.25rem;
}

.about-list4 .honorbox .button-next .icon {
  transform: rotate(-180deg);
}

.about-list4 .honorbox .button-prev:hover,
.about-list4 .honorbox .button-next:hover {
  background: #e9460a;
}

.about-list4 .honorbox .button-prev:hover .icon,
.about-list4 .honorbox .button-next:hover .icon {
  fill: #fff;
}

.about-list5 {
  padding: 3.5rem 0 0rem;
}

.about-list5 .title {
  color: #103178;
  margin-bottom: 1.25rem;
}

.about-list5 .li {
  border-radius: .4rem;
  height: 11.5rem;
  overflow: hidden;
  margin-bottom: 1.1rem;

  position: relative;
}

.about-list5 .li .tit3 {
  transition: all 0.5s;
}

.about-list5 .li:hover .tit3 {
  color: #f44200;
}

.about-list5 .li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1.01);
  transition: all .6s;
}

.about-list5 .text {
  width: 100%;

  position: relative;
  z-index: 3;
  width: 100%;
  padding: 1.5rem 6%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  transition: all 1s;
}

.about-list5 .text:hover {
  background-color: transparent;
}

.about-list5 .li {
  width: 48.8%;
}

.about-list5 .li:nth-child(1) {
  width: 100%;
}

.about-list5 .li:nth-child(1) .tit4 {
  color: #fff;
  text-align: left;
  word-break: break-word;
}

.about-list5 .li:nth-child(1):hover .tit4 {
  color: #444;
}

.about-list5 .li:hover .bg {
  transform: scale(1.1);
}

@media (max-width: 1360px) {
  .about-list2 .leftbox {
    padding-top: 0;
  }

  .about-list2 .leftbox .tit2 {
    margin-bottom: .8rem;
  }
}

@media (max-width: 1024px) {
  .about-list2 .leftbox {
    width: 100%;
    margin-bottom: 1.2rem;
  }

  .about-list2 .rightbox {
    width: 100%;
  }

  .about-list2 .rightbox img {
    width: 100%;
  }

  .about-list3 .warpbox .button-prev,
  .about-list3 .warpbox .button-next {
    display: none;
  }

  .about-list1 .warpbox .ul .li:nth-child(even) {
    padding-left: 48.25%;
  }

  .about-list1 .warpbox .ul .dian {
    margin-left: 3.25%;
  }
}

@media (max-width: 996px) {

  .about-list3 .itembox .text,
  .about-list3 .itembox .img {
    width: 100%;
  }

  .about-list3 {
    padding: 1rem 0 2rem;
  }

  .about-list3 .warpbox {
    margin-top: 1.2rem;
  }

  .about-list3 .warpbox .swiper-pagination span {
    width: 8px;
    height: 8px;
  }

  .about-list4 {
    padding: 1.4rem 0 0;
  }

  .about-list4 .tit2 {
    width: 100%;
    margin-bottom: .8rem;
  }

  .about-list4 .tit3 {
    width: 100%;
  }

  .about-list4 .honorbox .honor-container {
    width: 90%;
  }

  .about-list4 .honorbox .button-prev {
    left: 2rem;
  }

  .about-list4 .honorbox .button-next {
    right: 2rem;
  }

  .about-list1 .warpbox .ul .li:nth-child(odd) .box .text,
  .about-list1 .warpbox .ul .li:nth-child(odd) .box .time2 {
    text-align: left;
  }

  .about-list1 .warpbox .ul .li {
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .about-list1 .warpbox .ul .li:nth-child(2n) {
    /* margin-bottom: 0; */
  }

  .about-list1 .warpbox .ul .li:nth-child(even) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about-list2 {
    padding: 2rem 0 1rem;
  }

  .about-list3 .itembox .text {
    padding: 1rem 6% 1.5rem;
  }

  .about-list3 .warpbox .swiper-pagination {
    bottom: .5rem;
  }

  .about-list3 .warpbox {
    padding-bottom: 1.5rem;
  }

  .about-list3 .ul .li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .about-list3 .ul .li .p {
    margin-top: .4rem;
  }

  .about-list4 .honorbox .button-prev,
  .about-list4 .honorbox .button-next {
    /* display: none; */
    top: 100%;
    margin-right: 0;
  }

  .about-list4 .honorbox {
    height: auto;
    padding-top: 0;
    background: none;
    padding-bottom: 2rem;
  }

  .about-list4 {
    padding: 0;
  }

  .about-list4 .tit2 {
    margin-bottom: .5rem;
  }

  .about-list1 .tabul .li {
    margin: 0 .3rem;
  }

  .about-list5 .li {
    width: 100%;
  }

  .about-list5 .li {
    margin-bottom: .75rem;
  }
}

.tec-container .swiper-slide img {
  transition: all 0.5s;
}

.tec-container .swiper-slide:hover img {
  transform: scale(1.02);
}

.tec-container .swiper-slide:hover .t1 {
  color: #E9460A;
}

.prixfi {
  position: relative;
  width: 100%;
  top: -3rem;
}

.home-d .txt .list .li:hover .right {
  color: #E9460A;
}

.timg img {
  transition: all 0.5s;
}

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

.tec-info-g .list .li:hover .bg {
  transform: scale(1.05);
}

.tec-info-g .list .li:hover .txt .t1 {
  color: #E9460A;
}

.services .s-img img {
  transition: all 0.5s;
}

.services .s-img:hover img {
  transform: scale(1.04);
}

.services .cont .content {
  font-size: 20px;
  margin-top: 1.5rem;
}

.services .cont .content img {
  display: inline-block;
}

.news-container .swiper-slide:hover .left .t2 {
  color: #E9460A;
}

.news-b .list a:hover .left .t1 {
  color: #E9460A;
}

.video .list .li:hover .t1 {
  color: #E9460A;
}

.video .list .li svg {
  fill: #fff;
  width: .85rem;
  transition: all 0.5s;
}

.video .list .li:hover svg {
  fill: #E9460A;
  ;
}

.searchinfo .se-top .subt:hover {
  background-color: #E9460A;
}

.about-list4 .honorbox .honor-container img {
  width: 100%;
}

.about-list4 .honorbox .honor-container .tran-middle {
  width: calc(100% - 1.5rem);
}


.map .li {
  position: absolute;

}

.map .li .bot {
  width: .9rem;
  height: .9rem;
  position: relative;
}

.map .li .bot::after {
  content: "";
  position: absolute;
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background: #038dd21f;
  border: 2px solid #0066994d;
  ;
  left: 50%;
  top: 50%;
  margin-left: -.1rem;
  margin-top: -.1rem;
  z-index: 2;
  transition: all .5s;
}

.map .li .bot::before {
  content: "";
  position: absolute;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  background: #038dd21f;
  border: 2px solid #0066994d;
  ;
  left: 50%;
  top: 50%;
  margin-left: -.45rem;
  margin-top: -.45rem;
  z-index: 2;
  transition: all .5s;
  animation: warn 2s ease-out both;
  animation-iteration-count: infinite;
}


@-webkit-keyframes warn {
  0% {
    transform: scale(0.4);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.map .li1 {
  position: absolute;
  top: 18%;
  left: 40.8%;
}

.map .li2 {
  position: absolute;
  top: 21%;
  left: 25.3%;
}

.map .li3 {
  position: absolute;
  top: 30.5%;
  left: 14.8%;
}

.map .li4 {
  position: absolute;
  top: 35%;
  left: 17.2%;
}

.map .li5 {
  position: absolute;
  top: 32%;
  left: 36.5%;
}

.map .li6 {
  position: absolute;
  top: 31.5%;
  left: 28.5%;
}

.map .li7 {
  position: absolute;
  top: 41.5%;
  left: 24.5%;
}

.map .li8 {
  position: absolute;
  top: 46%;
  left: 19.5%;
}

.map .li9 {
  position: absolute;
  top: 48%;
  left: 23.5%;
}

.map .li10 {
  position: absolute;
  top: 44%;
  left: 29.2%;
}

.map .li11 {
  position: absolute;
  top: 48.5%;
  left: 31.2%;
}

.map .li12 {
  position: absolute;
  top: 50%;
  left: 36%;
}

.map .li13 {
  position: absolute;
  top: 57%;
  left: 37.5%;
}

.map .li14 {
  position: absolute;
  top: 61%;
  left: 41.5%;
}

.map .li15 {
  position: absolute;
  top: 70%;
  left: 16.8%;
}

.map .li16 {
  position: absolute;
  top: 56.5%;
  left: 14%;
}

.map .li17 {
  position: absolute;
  top: 38.5%;
  left: 42.8%;
}

.map .li18 {
  position: absolute;
  top: 38%;
  left: 45.8%;
}

.map .li19 {
  position: absolute;
  top: 34.5%;
  left: 67.8%;
}

.map .li20 {
  position: absolute;
  top: 38%;
  left: 73.2%;
}

.map .li21 {
  position: absolute;
  top: 47%;
  left: 69.2%;
}

.map .li22 {
  position: absolute;
  top: 56.5%;
  left: 76.2%;
}

.map .li23 {
  position: absolute;
  top: 63%;
  left: 81%;
}

.map .li24 {
  position: absolute;
  top: 71.5%;
  left: 80.5%;
}



.map .center {
  position: absolute;
  top: 41%;
  left: 40.4%;
}

.map .center .bot {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
}

.map .center .bot::after {
  content: "";
  position: absolute;
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background: #e7be6b57;
  border: 2px solid #e55c226f;
  ;
  left: 50%;
  top: 50%;
  margin-left: -.1rem;
  margin-top: -.1rem;
  z-index: 2;
  transition: all .5s;
}

.map .center .bot::before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #e7be6b57;
  border: 2px solid #e55c226f;
  ;
  left: 50%;
  top: 50%;
  margin-left: -.65rem;
  margin-top: -.65rem;
  z-index: 2;
  transition: all .5s;
  animation: warn 2s ease-out both;
  animation-iteration-count: infinite;
}

.services .swiper-button-next,
.swiper-button-prev {
  width: 28px;
  height: 16px;
  margin-top: -8px;
}

.about-list1 .warpbox .morebtn img {
  animation: rad 2s ease-out both;
  animation-iteration-count: infinite;
}

@-webkit-keyframes rad {
  0% {
    transform: rotate(0);

  }

  100% {
    transform: rotate(360deg);

  }
}

.about-list1 .warpbox .morebtn:hover img {
  animation-play-state: paused;
}

header .pc-header .nav .li.on .tit::after {
  width: 100%;
}

.about-warpsub {
  background-image: url(../img/nav.jpg);
  background-size: 100% 100%;
}

.timg-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: .5rem;
  margin-top: 1.5rem;
}

.timg-container .swiper-slide {
  overflow: hidden;
}

.timg-container .swiper-slide img {
  transition: all 0.5s;
}

.timg-container .swiper-slide:hover img {
  transform: scale(1.02);
}

.timg-container {
  position: relative;
}

.timg-container .main-pagination {
  /* position: relative !important;
  margin-top: 1.3rem;
  bottom: auto !important; */
}

.timg-container .main-pagination .swiper-pagination-bullet {
  margin: 10px .2rem !important;
  width: 12px;
  height: 12px;
  opacity: 1 !important;
  background: #fff;
  border-radius: 50%;
}

.timg-container .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E9460A;
}

.home-c .list {
  padding-right: 0;
}

.home-c .more {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s;
}

.home-c.swiper-slide-active .more {
  transition-delay: 1.3s;
  transform: translateY(0);
  opacity: 1;
}

.hclist-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-c .list .prev {
  position: absolute;
  top: -1rem;
  left: 88%;
  z-index: 3;
  /* transform: translateX(-50%); */
  cursor: pointer;
}

.home-c .list .prev svg {
  fill: #fff;
  transition: all 0.5s;
}

.home-c .list .prev:hover svg {
  fill: #E9460A;
  transform: scale(1.5);
}

.home-c .list .next {
  position: absolute;
  top: -1rem;
  left: 95%;
  z-index: 3;
  /* transform: translateX(-50%); */
  cursor: pointer;
}

.home-c .list .next svg {
  fill: #fff;
  transition: all 0.5s;
  transform: rotate(180deg);
}

.home-c .list .next:hover svg {
  fill: #E9460A;
  transform: rotate(180deg) scale(1.5);
}

.tec-info-d .img .main-pagination {
  bottom: 0.5rem !important;
}

.tec-info-d .img .main-pagination .swiper-pagination-bullet {
  margin: 10px .2rem !important;
  width: 12px;
  height: 12px;
  opacity: 1 !important;
  background: #fff;
  border-radius: 50%;
}

.tec-info-d .img .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E9460A;
}

.home-c .list .next.swiper-button-disabled svg {
  fill: #fff;
  opacity: .5;
  transform: rotate(180deg) scale(1);
}

.home-c .list .prev.swiper-button-disabled svg {
  fill: #fff;
  opacity: .5;
  transform: scale(1);
}

.about-list1 .warpbox .ul.on .li .box .img .bg {
  height: 7.5rem;
}

.fix-sharebox .item.phone {
  width: 6rem;
  padding: 0 0.5rem;
  padding-right: 1rem;
  transform: translateX(100%);
  margin-right: 50px;
  transition: all 0.5s;
  padding-left: 0;
  align-items: flex-start;

}

.fix-sharebox .item.phone .icon {
  width: 50px;
  height: 50px;
}

.fix-sharebox .item.phone:hover {
  background-color: #e94709;
  margin-right: 0px;
  transform: translateX(0%);
}
.fix-sharebox .item:hover {
  background-color: #e94709;
  margin-right: 0px;
  transform: translateX(0%);
}

.fix-sharebox .item.phone .tit-20 {
  color: #ffff;
  margin-left: 0rem;
}

.fix-sharebox {
  position: fixed;
  right: 0;

      top: 35%;
    transform: translate3d(0, -50%, 0);
    z-index: 999999999999999999999999999999999999999999999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.fix-sharebox .item.phone:hover .icon img {
  filter: grayscale(100%) brightness(1000%) !important;
}

.cont-dilig {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.cont-dilig .mak {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.cont-dilig .box {
  background-color: #fff;
  padding: 1rem 3.5rem;
  border-radius: 20px;
  max-height: 98vh;
  overflow: auto;
}
.cont-dilig .box .tit-36{
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.cont-dilig .box .d-cont-dilig {
  width: 24rem;
}

.cont-dilig .box .li {
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem;
  float: left;
  margin-top: .25rem;
  position: relative;
}

.cont-dilig .box .li:nth-child(2n) {
  margin-right: 0;
}

.cont-dilig .box .li input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: .25rem;
  font-size: 16px;
  padding: 0 0.5rem;
}

.cont-dilig .box .li .selcet {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: .25rem;
  font-size: 16px;
  padding: 0 0.5rem;
  cursor: pointer;
  position: relative;
}

.cont-dilig .box .li .selcet .tits {
  height: 100%;
  width: 100%;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  padding-right: 1rem;
}

.cont-dilig .box .li .selcet .tits::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  border-left: 6px solid #112f6e;
  border-top: 6px solid #112f6e;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: all 0.5s;
}
.cont-dilig .box .li .selcet.on .tits::after {
  transform: translateY(-50%) rotate(-90deg);
}

.cont-dilig .box .li .selcet .op {
  position: absolute;
  top: 50px;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0px 0px 20px 0px rgba(28, 22, 23, 0.13);
  padding: .5rem 1rem;
  display: none;
  background-color: #fff;
}

.cont-dilig .box .li .selcet .op .p {
  line-height: 1;
  cursor: pointer;
  padding: 0.3rem 0;
}

.cont-dilig .box .li .selcet .op .p:hover {
  color: #112f6e;

}

.cont-dilig .box .li.code {
  width: 100%;
}
.cont-dilig .box .li.code img{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    border:1px solid rgba(0, 0, 0, .1);
}
.cont-dilig .box .li.code input{
  width: calc(100% - 6rem);
}
.cont-dilig .box .li.textair {
  width: 100%;
}

.cont-dilig .box .li.textair textarea {
  width: 100%;
  height: 4rem;

  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: .25rem;
  font-size: 16px;
  padding: 0 0.5rem;
}

.cont-dilig .box .submit {
  width: 100%;
  float: left;
}

.cont-dilig .box .submit input {
  padding: 0 1.4rem;
  height: 1.15rem;
  line-height: 1.15rem;
  border-radius: 1.15rem;
  background-color: #0a3078;
  text-align: center;
  font-size: 20px;
  margin-top: 0.5rem;
  color: #fff;
  transition: all 0.54s;
}

.cont-dilig .box .submit input:hover {
  transform: translateY(-5px);
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.cont-dilig .box .close {
  filter: brightness(0%);
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  transition: all 0.5s;
}

.cont-dilig .box .close:hover {
  transform: rotate(180deg);
}

@media (max-width: 996px) {
  .cont-dilig .box .d-cont-dilig {
    width: 100%;
  }

  .cont-dilig .box {
    background-color: #fff;
    padding: 1rem 12px;
    border-radius: 20px;
    width: 80%;
    top: 10%;
    overflow: auto;
    height: 80vh;
    transform: translateX(-50%);
  }

  .cont-dilig .box .li {
    width: 100%;
    margin-right: 0;
  }

  .cont-dilig .box .li input {
    height: 30px;
  }
  .cont-dilig .box .li .selcet{
    height: 30px;
  }
  .cont-dilig .box .li .selcet .tits{
    line-height: 30px;
  }
  .cont-dilig .box .li .selcet .op{
    top: 30px;
  }
  .cont-dilig .box .tit-36{
    font-size: 24px;
    line-height: 1.2;
  }
  .cont-dilig .box .close {

    top: .5rem;
    right: .5rem;

  }
  .cont-dilig .box .li.code input{
    width: calc(100% - 4rem);
  }
  .cont-dilig .box .li.code img{
    height: 30px;
  }
}

.success-box{
  display: flex;
  width: 100%;
  height: 80vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.success-box .img{
  margin-bottom: 1rem;
}
.success-box .tit-60{
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: .7rem;
}
.success-box .tit-24{
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.35rem;
}
.success-box a  {
  padding: 0 .5rem;
  height: 1.15rem;
  line-height: 1.15rem;
  border-radius: 1.15rem;
  background-color: #0a3078;
  text-align: center;
  font-size: 20px;
  margin-top: 0.8rem;
  color: #fff;
  transition: all 0.54s;
}
.success-box a:hover {
  transform: scale(1.2);
}
.contact-b .list .li{
  overflow: hidden;
}
.contact-b .list .li .hover-box{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
  padding: 0.75rem;
  display: none;
  overflow: auto;
}
.contact-b .list .li .hover-box p{
  text-align: left;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 14px;
}
.contact-b .list .li .hover-box::-webkit-scrollbar{
  width: 5px;
}

.langbox .libox {
  padding: 8px 8px 0;
  background: #fff;
  width: 100px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translate(0, -20px);
}

.langbox .libox a {
  display: block;
  width: 84px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: #eee;
  color: #999;
  transition: all .3s;
  margin-bottom: .25rem;
}

.langbox .libox a:hover {
  background: rgba(0, 0, 0, .3);
  color: #fff;
}
.langbox:hover .libox {
  transition: none;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}



/* feedback */
.feedback {
  width: 340px;
  position: fixed;
  right: 10px;
  bottom: 0;
  box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  z-index: 999999;
}

.feedback .feedbackHeader {
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  text-indent: 50px;
  font-weight: normal;
  cursor: pointer;
  font-size: 12px;
}

.feedback .eMailIco {
  background: url("../images/emailIco.png") 16px center no-repeat #353f51;
  background-size: 21px auto;
}

.feedbackForm {
  padding: 16px 16px 40px 16px;
  background-color: #fff;
}

.feedbackForm .tips {
  color: #222d38;
  padding-bottom: 20px;
}

.feedbackForm .line {
  margin-bottom: 16px;
}

.feedbackForm .line input,
.feedbackForm .line textarea {
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: solid 1px #ccc;
  color: #222d38;
  display: block;
}

.feedbackForm textarea {
  resize: none;
  height: 78px;
  padding: 11px;
  line-height: 20px;
}

.feedbackForm .line input {
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
}

.feedbackForm .input_b {
  background: #353f51;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}

.feedback .closeBtn {
  background: url("../images/closeBtn.png") no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  display: none;
}