﻿

/*!
  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,
.newslist .frombox .input {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}

.simple-form-basic:focus,
.simple-text:focus,
.simple-textarea:focus,
.simple-select:focus,
.newslist .frombox .input: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;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  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;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  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);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}

a:active,
a:hover {
  outline: 0;
  /* 2 */
}

a:hover {
  color: #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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}

/*"Montserrat-Regular-8",*/
html,
button,
input,
select,
textarea {
  font-family:"Montserrat-Regular-8", "Source Han Sans CN", "Microsoft Yahei", "Noto Sans S Chinese Light", "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%;
  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);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select,
input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}

@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}

/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}

@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}

::-moz-selection {
  background: red;
  color: #fff;
}

::selection {
  background: red;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #005bbb;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #005bbb;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #005bbb;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

.tit-13 {
  font-size: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.8;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.8;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.8;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.8;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.8;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.8;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.8;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.8;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.8;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.8;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.8;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.8;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.8;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.8;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.8;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.8;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.8;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.8;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.8;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.8;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.8;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.8;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.8;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.8;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.8;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.8;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.8;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.8;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.8;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.8;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.8;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.8;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.8;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.8;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.8;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.8;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.8;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.8;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.8;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.8;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.8;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.8;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.8;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.8;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.8;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.8;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.8;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.8;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.8;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.8;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.8;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.8;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.8;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.8;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.8;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.8;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.8;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.8;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.8;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.8;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.8;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.8;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.8;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.8;
  font-size: 80px;
}

@media (max-width: 1681px) {

  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

  .tit-13 {
    font-size: 13px;
  }

  .tit-14 {
    font-size: 13px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 15px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 17px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-21 {
    font-size: 19px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-23 {
    font-size: 21px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-25 {
    font-size: 23px;
  }

  .tit-26 {
    font-size: 24px;
  }

  .tit-27 {
    font-size: 25px;
  }

  .tit-28 {
    font-size: 26px;
  }

  .tit-29 {
    font-size: 27px;
  }

  .tit-30 {
    font-size: 27px;
  }

  .tit-31 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 29px;
  }

  .tit-33 {
    font-size: 30px;
  }

  .tit-34 {
    font-size: 31px;
  }

  .tit-35 {
    font-size: 32px;
  }

  .tit-36 {
    font-size: 33px;
  }

  .tit-37 {
    font-size: 34px;
  }

  .tit-38 {
    font-size: 35px;
  }

  .tit-39 {
    font-size: 36px;
  }

  .tit-40 {
    font-size: 37px;
  }

  .tit-42 {
    font-size: 38px;
  }

  .tit-43 {
    font-size: 39px;
  }

  .tit-44 {
    font-size: 40px;
  }

  .tit-45 {
    font-size: 41px;
  }

  .tit-46 {
    font-size: 42px;
  }

  .tit-47 {
    font-size: 43px;
  }

  .tit-48 {
    font-size: 44px;
  }

  .tit-50 {
    font-size: 45px;
  }

  .tit-51 {
    font-size: 46px;
  }

  .tit-52 {
    font-size: 47px;
  }

  .tit-53 {
    font-size: 48px;
  }

  .tit-54 {
    font-size: 49px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}

@media (max-width: 1481px) {

  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size: 46px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}

@media (max-width: 1281px) {

  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 19px;
  }

  .tit-25 {
    font-size: 20px;
  }

  .tit-26 {
    font-size: 21px;
  }

  .tit-27 {
    font-size: 22px;
  }

  .tit-28 {
    font-size: 23px;
  }

  .tit-29 {
    font-size: 24px;
  }

  .tit-30 {
    font-size: 25px;
  }

  .tit-31 {
    font-size: 26px;
  }

  .tit-32 {
    font-size: 27px;
  }

  .tit-33 {
    font-size: 24px;
  }

  .tit-34 {
    font-size: 25px;
  }

  .tit-35 {
    font-size: 26px;
  }

  .tit-36 {
    font-size: 27px;
  }

  .tit-37 {
    font-size: 28px;
  }

  .tit-38 {
    font-size: 29px;
  }

  .tit-39 {
    font-size: 30px;
  }

  .tit-40 {
    font-size: 31px;
  }

  .tit-41 {
    font-size: 32px;
  }

  .tit-42 {
    font-size: 33px;
  }

  .tit-43 {
    font-size: 34px;
  }

  .tit-44 {
    font-size: 35px;
  }

  .tit-45 {
    font-size: 36px;
  }

  .tit-46 {
    font-size: 37px;
  }

  .tit-47 {
    font-size: 38px;
  }

  .tit-48 {
    font-size: 39px;
  }

  .tit-49 {
    font-size: 40px;
  }

  .tit-50 {
    font-size: 38px;
  }

  .tit-51 {
    font-size: 39px;
  }

  .tit-52 {
    font-size: 40px;
  }

  .tit-53 {
    font-size: 41px;
  }

  .tit-54 {
    font-size: 42px;
  }

  .tit-55 {
    font-size: 43px;
  }

  .tit-56 {
    font-size: 44px;
  }

  .tit-57 {
    font-size: 45px;
  }

  .tit-58 {
    font-size: 46px;
  }

  .tit-59 {
    font-size: 47px;
  }

  .tit-60 {
    font-size: 48px;
  }

  .tit-61 {
    font-size: 49px;
  }

  .tit-62 {
    font-size: 50px;
  }

  .tit-63 {
    font-size: 51px;
  }

  .tit-64 {
    font-size: 52px;
  }

  .tit-65 {
    font-size: 53px;
  }

  .tit-66 {
    font-size: 54px;
  }

  .tit-67 {
    font-size: 55px;
  }

  .tit-68 {
    font-size: 56px;
  }

  .tit-69 {
    font-size: 57px;
  }

  .tit-70 {
    font-size: 58px;
  }

  .tit-71 {
    font-size: 51px;
  }

  .tit-72 {
    font-size: 52px;
  }

  .tit-73 {
    font-size: 53px;
  }

  .tit-74 {
    font-size: 54px;
  }

  .tit-75 {
    font-size: 55px;
  }

  .tit-76 {
    font-size: 56px;
  }

  .tit-77 {
    font-size: 57px;
  }

  .tit-78 {
    font-size: 58px;
  }

  .tit-79 {
    font-size: 59px;
  }

  .tit-80 {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .tit-24 {
    font-size: 16px;
  }

  .tit-25 {
    font-size: 17px;
  }

  .tit-26 {
    font-size: 18px;
  }

  .tit-27 {
    font-size: 19px;
  }

  .tit-28 {
    font-size: 20px;
  }

  .tit-29 {
    font-size: 21px;
  }

  .tit-30 {
    font-size: 22px;
  }

  .tit-31 {
    font-size: 23px;
  }

  .tit-32 {
    font-size: 24px;
  }

  .tit-33 {
    font-size: 21px;
  }

  .tit-34 {
    font-size: 22px;
  }

  .tit-35 {
    font-size: 23px;
  }

  .tit-36 {
    font-size: 24px;
  }

  .tit-37 {
    font-size: 25px;
  }

  .tit-38 {
    font-size: 26px;
  }

  .tit-39 {
    font-size: 27px;
  }

  .tit-40 {
    font-size: 28px;
  }

  .tit-41 {
    font-size: 29px;
  }

  .tit-42 {
    font-size: 30px;
  }

  .tit-43 {
    font-size: 31px;
  }

  .tit-44 {
    font-size: 32px;
  }

  .tit-45 {
    font-size: 33px;
  }

  .tit-46 {
    font-size: 34px;
  }

  .tit-47 {
    font-size: 35px;
  }

  .tit-48 {
    font-size: 36px;
  }

  .tit-49 {
    font-size: 37px;
  }

  .tit-50 {
    font-size: 34px;
  }

  .tit-51 {
    font-size: 35px;
  }

  .tit-52 {
    font-size: 36px;
  }

  .tit-53 {
    font-size: 37px;
  }

  .tit-54 {
    font-size: 38px;
  }

  .tit-55 {
    font-size: 39px;
  }

  .tit-56 {
    font-size: 40px;
  }

  .tit-57 {
    font-size: 41px;
  }

  .tit-58 {
    font-size: 42px;
  }

  .tit-59 {
    font-size: 43px;
  }

  .tit-60 {
    font-size: 44px;
  }

  .tit-61 {
    font-size: 45px;
  }

  .tit-62 {
    font-size: 46px;
  }

  .tit-63 {
    font-size: 47px;
  }

  .tit-64 {
    font-size: 48px;
  }

  .tit-65 {
    font-size: 49px;
  }

  .tit-66 {
    font-size: 50px;
  }

  .tit-67 {
    font-size: 51px;
  }

  .tit-68 {
    font-size: 52px;
  }

  .tit-69 {
    font-size: 53px;
  }

  .tit-70 {
    font-size: 54px;
  }

  .tit-71 {
    font-size: 47px;
  }

  .tit-72 {
    font-size: 48px;
  }

  .tit-73 {
    font-size: 49px;
  }

  .tit-74 {
    font-size: 50px;
  }

  .tit-75 {
    font-size: 51px;
  }

  .tit-76 {
    font-size: 52px;
  }

  .tit-77 {
    font-size: 53px;
  }

  .tit-78 {
    font-size: 54px;
  }

  .tit-79 {
    font-size: 55px;
  }

  .tit-80 {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .tit-60 {
    font-size: 30px;
  }
}

/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}

/*弹性盒样式*/
.f-no {
  display: 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-s-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.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;
align-content: 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;
}

/*响应隐藏样式*/
.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%;
  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;
  -o-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%;
}

.w1680 {
  max-width: 1680px;
  width: 88%;
  margin: 0 auto;
}

.w1520 {
  max-width: 1520px;
  width: 88%;
  margin: 0 auto;
}


.w1480 {
  max-width: 1480px;
  width: 88%;
  margin: 0 auto;
}

@media (max-width: 1540px) {
  .w1480 {
    width: 88%;
  }
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1480px) {
  .w1400 {
    width: 88%;
  }
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .w1280 {
    width: 85%;
  }
}

@media (max-width: 1024px) {
  .w1280 {
    width: 88%;
  }
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .w1200 {
    width: calc(100% - 180px);
  }
}

@media (max-width: 1024px) {
  .w1200 {
    width: 90%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #333;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  background: #eee;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  background: #005bbb;
  color: #fff;
  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: #005bbb;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #005bbb;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}

.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}

.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}

.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}

.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}

.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}

.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}

.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}

.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}

/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-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;
  -o-transition: all .8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top .6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s;
}

@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_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@keyframes line_w100 {
  to {
    left: 100%;
  }
}

@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@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_fade {
  0% {
    opacity: 0;
  }

  100% {
    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;
  }
}

@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_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_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_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;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-dur1 {
  animation-duration: 0.3s;
}

.a-dur2 {
  animation-duration: 0.4s;
}

.a-dur3 {
  animation-duration: 0.5s;
}

.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../png/dqvp0v.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/

/*@include font-face($font-family:'Montserrat-Regular-8', $file-path:"fonts/Montserrat-Regular-8", $weight: normal, $style: normal);*/

@font-face {
  font-family: "Montserrat-Regular-8";
  src: url("../woff2/cafdko.woff2") format("woff2"),
    url("../woff/cafdko.woff") format("woff"),
    url("../ttf/cafdko.ttf") format("truetype"),
    url("../eot/cafdko.eot") format("embedded-opentype"),
    url("../svg/5jt0lo.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.warp-header4 {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}


.header4 {
  height: 100px;
  padding: 0 1.25rem;
  background: transparent;
  position: relative;
  z-index: 12;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all .5s;
}

.header4 .leftbox .li {
  height: 100px;
  line-height: 100px;
  margin: 0 .85rem;
  /*border-bottom: 3px solid transparent;*/
  transition: all .4s;

}

.header4 .leftbox .li>a {
  position: relative;
  height: 100px;
  line-height: 100px;
}

.header4 .leftbox .li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  height: 3px;
  background: #075CC0;
}

.header4 .leftbox .li .icon {
  width: 10px;
  height: 10px;
  fill: #fff;
  margin-left: 5px;
  display: none;
}

.header4 .leftbox .li:hover a:before {
  /*border-bottom: 3px solid #075CC0;*/
  opacity: 1;
}

.header4 .leftbox .li>a:hover {
  color: #fff;
}

.header4 .leftbox .subbox {
  position: absolute;
  width: 210px;
  padding: .5rem 0;
  background: #e81616;
  left: 50%;
  top: 80px;
  margin-left: -105px;
  opacity: 0;
  transform: translate(0, -10px);
  transition: all .4s;
  visibility: hidden;
}

.header4 .leftbox .subbox .nli {
  display: block;
  height: 48px;
  line-height: 48px;
}

.header4 .leftbox .subbox .nli:hover {
  color: #fff;
  background: #08377f;
}

.header4 .leftbox .li:hover .subbox {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.header4 .rightbox .search {
  margin-right: 1rem;
}

.header4 .rightbox .search .input1 {
  padding: 0 .5rem;
  height: 40px;
  width: 3.5rem;
  background: transparent;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.header4 .rightbox .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.header4 .rightbox .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.header4 .rightbox .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.header4 .rightbox .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.header4 .rightbox .search .input2 {
  width: 30px;
  height: 30px;
  background: url(../png/qyeh9x.png) no-repeat center center;
  background-size: 15px 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.header4 .rightbox .langbox {
  position: relative;
}

.header4 .rightbox .litip .img1 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #fff;
}

.header4 .rightbox .litip .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin-left: 5px;
}

.header4 .rightbox .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);
}

.header4 .rightbox .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;
}

.header4 .rightbox .libox a:hover {
  color: #fff;
  background: #005bbb;
}

.header4 .rightbox .langbox:hover .libox {
  transition: none;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.header4 .rightbox .litip:hover {
  color: #fff;
}

.header4 .rightbox .landbtn {
  margin-left: .5rem;
  display: none;
}

.header4 .rightbox .landbtn.active {
  display: flex;
}

.header4 h1 {
  height: 26px;
}

.header4 h1 a {
  display: block;
}

.header4 h1 img {
  height: 26px;
}

.header4 h1 .logo {
  opacity: 1;
  height: 26px;
  fill: #fff;
  transition: all .4s;
}

.header4 .isubbox {
  background: #fff;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  top: 86px;
  position: absolute;
  display: none;
}

.header4 .isubbox .leftnav {
  padding: 1.15rem 0;
  width: 7.475rem;
  border-right: 1px solid #ddd;
}

.header4 .isubbox .nli {
  width: 100%;
  padding: .35rem 1rem;
  transition: all .4s;
}

.header4 .isubbox .nameicon {
  width: .5rem;
  height: .5rem;
  margin-right: .35rem;
  fill: #999;
  transition: all .4s;
}

.header4 .isubbox span {
  width: calc(100% - .85rem);
}

.header4 .isubbox .nli:hover,
.header4 .isubbox .nli.cur {
  background: #E8F1FA;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #005BBB;
}

.header4 .isubbox .nli:hover .nameicon,
.header4 .isubbox .nli.cur .nameicon {
  fill: #005BBB;
}

.header4 .isubbox .rightbox {
  width: calc(100% - 7.475rem);
  padding: 1.25rem 1.5rem 1.25rem;
}

.header4 .isubbox .rightbox .tit3 {
  margin-bottom: .75rem;
}

.header4 .isubbox .rightbox .itemli {
  display: none;
}

.header4 .isubbox .rightbox .itemli.cur {
  display: flex;
}

.header4 .isubbox .rightbox .itemli-left {
  width: 44%;

}

.header4 .isubbox .rightbox .itemli-left .tit4 {
  line-height: 32px;
  height: 96px;
  overflow: hidden;
  /*max-height:210px;*/
  /*overflow-y:auto;*/
}

.header4 .isubbox .rightbox .itemli-right {
  width: calc(1400px * 0.314);
  height: auto;
}

.header4 .isubbox .rightbox .itemli-right img {
  border-radius: 10px;
  overflow: hidden;
}

.header4 .isubbox .rightbox .more {
  margin-top: 1.25rem;
  padding-bottom: 3px;
  background: url(../png/acf5b1.png) no-repeat center bottom;
  color: #005bbb;
  display: block;
  width: 85px;
  background-size: 100% 2px;
}

.header4 .isubbox .rightbox .more .icon {
  width: 10px;
  height: 10px;
  fill: #005bbb;
  margin-left: 5px;
}

.header4 .isubbox .box2 {
  width: 100%;
  /*padding: 1.25rem 1.5rem 1.25rem;*/
  padding: 1.25rem 0 1.25rem;
}

.header4 .isubbox .box2 .tit3 {
  margin-bottom: .85rem;
}

.header4 .isubbox .box2 a {
  margin-right: .75rem;
  padding-bottom: 2px;
  transition: all .4s;
}

.header4 .isubbox .box2 a span {
  width: 100%;
  transition: all .4s;
  border-bottom: 2px solid transparent;
}

/*.header4 .isubbox .box2 a:hover span {
  border-bottom: 2px solid #2069C4;
}*/
.header4 .isubbox .box2 .itemli-right {
  width: 31.4%;
}

.header4 .isubbox .box2 .itemli-right img {
  border-radius: 10px;
  overflow: hidden;
}

.header4 .isubbox .box2 .ali2 {
  width: 35%;
  margin-right: 0;
  margin-bottom: .3rem;
}

.header4.on {
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.header4.on .leftbox .icon {
  fill: #333;
}

.header4.on .leftbox .li>a {
  color: #333;
}

.header4.on .rightbox .search .input1 {
  border: 1px solid #DDD;
  color: #999999;
}

.header4.on .rightbox .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

.header4.on .rightbox .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.header4.on .rightbox .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.header4.on .rightbox .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.header4.on .rightbox .input2 {
  background: url(../png/kusvxu.png) no-repeat center center;
}

.header4.on .rightbox .litip {
  color: #111111;
}

.header4.on .rightbox .litip .img1 {
  fill: #111111;
}

.header4.on .rightbox .litip .icon {
  fill: #111111;
}

.header4.on h1 .logo {
  fill: #005bbb;
}

@media (max-width: 1580px) {
  .header4 .leftbox .li {
    margin: 0 .6rem;
  }

  .header4 .rightbox .search .input1 {
    width: 4rem;
  }

  .header4 .leftbox .li a {
    font-size: 16px;
  }
}

@media (max-width: 1480px) {
  .header4 .isubbox .rightbox .itemli-right {
    width: calc(100vw * 0.9 * 0.314);
  }

  .header4 .isubbox .box2 {
    padding: 1.25rem 1.5rem 1.25rem;
  }

  .header4 .isubbox .box2 .itemli-right {
    width: calc(100vw * 0.9 * 0.314);
  }
}

.m-bocweb-header3 {
  /*position:fixed;*/
  position: relative;
  width: 100%;
  height: 60px;
  z-index: 99;
}

.m-bocweb-header3 .header2 {
  background: #fff;
  height: 60px;
  padding: 0 4%;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
}

.m-bocweb-header3 .header2 .logo {
  display: block;
  position: relative;
  z-index: 12;
  height: 0.75rem;
}

.m-bocweb-header3 .header2 .logo svg {
  fill: #055bbb;
  height: .75rem;
}

.m-bocweb-header3 .header2 .logo a {
  display: block;
}

.m-bocweb-header3 .header2 .nav .tit {
  width: 100%;
  padding: 16px 0;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.m-bocweb-header3 .header2 .nav .tit {
  line-height: 1.5;
}

.m-bocweb-header3 .header2 .nav .sub-tit {
  display: block;
}

.m-bocweb-header3 .header2 .nav .sub-tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  right: 5%;
  top: 20px;
  background: url(../svg/vi1g65.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px auto;
  transform: rotate(0);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}

.m-bocweb-header3 .header2 .warp-nav {
  height: calc(100vh - 60px);
  padding: 0 0 45px;
  position: fixed;
  background: rgba(17, 96, 165, 0.98);
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 9;
  display: none;
}

.m-bocweb-header3 .header2 .nav {
  font-size: 16px;
  color: #333;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 60px);
}

.m-bocweb-header3 .header2 .nav .li {
  position: relative;
  width: 100%;
  padding: 0 5%;
}

.m-bocweb-header3 .header2 .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  padding: 16px 0;
  line-height: 1.5;
  position: relative;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.m-bocweb-header3 .header2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.m-bocweb-header3 .header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}

.m-bocweb-header3 .header2 .nav .lilang {
  background: #063274;
}

.m-bocweb-header3 .header2 .nav .lilang .tit {
  border-bottom: none;
}

.m-bocweb-header3 .header2 .nav .lilang .langicon {
  margin-right: .35rem;
}

.m-bocweb-header3 .header2 .nav .lilang .icon2 {
  margin-left: .25rem;
  width: .5rem;
  height: .5rem;
  fill: #005bbb;
}

.m-bocweb-header3 .header2 .nav .lilang .sec-list {
  padding: .35rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.m-bocweb-header3 .header2 .nav .lilang .sub-tit:after {
  display: none;
}

.m-bocweb-header3 .header2 .langbox {
  position: relative;
}

.m-bocweb-header3 .header2 .langbox .icon {
  width: 20px;
  height: 20px;
  fill: #005bbb;
  margin-right: 10px;
}

.m-bocweb-header3 .header2 .langbox .libox {
  padding: 10px;
  background: #fff;
  width: 100px;
  position: absolute;
  top: 30px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -20px);
}

.m-bocweb-header3 .header2 .langbox .libox a {
  display: block;
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  background: #eee;
  color: #999;
  transition: all .3s;
  margin-bottom: .25rem;
}

.m-bocweb-header3 .header2 .langbox .libox a:hover {
  color: #fff;
  background: #1060A4;
}

.m-bocweb-header3 .header2 .langbox:hover .libox {
  transition: none;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.m-bocweb-header3 .header2 .tipbox {
  width: auto;
}

.m-bocweb-header3 .header2 .tipbox a {
  margin-left: .35rem;
}

.m-bocweb-header3 .header2 .tipbox a:nth-child(1) {
  margin-left: 0;
}

.m-bocweb-header3 .header2 .nav .sub-tit.on:after {
  transform: rotate(90deg);
}

.m-bocweb-header3 .header2 .nav .sec-list {
  line-height: 40px;
  padding: .35rem 0 .35rem 6%;
  display: none;
  font-size: 14px;
}

.m-bocweb-header3 .header2 .nav .sec-list a {
  color: #fff;
}

.m-bocweb-header3 .header2 .hamburger {
  padding: 0;
  height: 24px;
}

.m-bocweb-header3 .header2 .hamburger-box {
  width: 30px;
  height: 24px;
}

.m-bocweb-header3 .header2 .hamburger-inner,
.m-bocweb-header3 .header2 .hamburger-inner::before,
.m-bocweb-header3 .header2 .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background: #005bbb;
}

.m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner,
.m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::before,
.m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::after {
  background: #005bbb;
}

.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::before,
.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.m-bocweb-header3 .header2 .h-right span {
  margin-left: .25rem;
}

.m-bocweb-header3 .search {
  width: 90%;
  margin: 0 auto;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.m-bocweb-header3 .search .input1 {
  padding: 0 .5rem;
  height: 40px;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.m-bocweb-header3 .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.m-bocweb-header3 .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.m-bocweb-header3 .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.m-bocweb-header3 .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.m-bocweb-header3 .search .input2 {
  width: 30px;
  height: 30px;
  background: url(../png/qyeh9x.png) no-repeat center center;
  background-size: 15px 16px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -15px;
}

.m-bocweb-header3.active .header2 .logo .logoimg {
  opacity: 0;
}

.m-bocweb-header3.active .header2 .logo .logoimg2 {
  opacity: 1;
}

.m-bocweb-header3.active .header2 .hamburger-inner,
.m-bocweb-header3.active .header2 .hamburger-inner::before,
.m-bocweb-header3.active .header2 .hamburger-inner::after {
  background: #fff;
}

@media (max-width: 767px) {
  .m-bocweb-header3 .header2 {
    height: 60px;
  }

  .m-bocweb-header3 {
    height: 60px;
  }

  .m-bocweb-header3 .header2 .hamburger-box {
    width: 25px;
    height: 20px;
  }

  .m-bocweb-header3 .header2 .hamburger {
    height: 20px;
  }

  .m-bocweb-header3 .hamburger-inner::before {
    top: -8px;
  }

  .m-bocweb-header3 .hamburger-inner::after {
    bottom: -8px;
  }

  .m-bocweb-header3 .header2 .hamburger-inner,
  .m-bocweb-header3 .header2 .hamburger-inner::before,
  .m-bocweb-header3 .header2 .hamburger-inner::after {
    width: 25px;
    height: 2px;
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}

.ibanner {
  /*width:100vw;*/
  height: 100vh;
  position: relative;
  z-index: 2;
}

.ibanner .swiper-slide {
  height: 100vh;
  overflow: hidden;
}

.ibanner #video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: relative;
}

.ibanner .bg {
  height: 100vh;
  display: block;
}

.ibanner .banner-pagination {
  bottom: 30px !important;
}

.ibanner .banner-pagination:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  border-left: 1px dashed #fff;
  top: 50%;
  z-index: 3;
}

.ibanner .banner-pagination span {
  width: 16px;
  height: 16px;
  position: relative;
  background: transparent;
  opacity: 1;
  margin: 0 .85rem !important;
}

.ibanner .banner-pagination span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ibanner .banner-pagination span:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: scale(0, 0);
}

.ibanner .banner-pagination span.swiper-pagination-bullet-active:after {
  transform: translate(-50%, -50%) scale(1, 1);
}

@media (max-width: 767px) {
  .ibanner .banner-pagination span:after {
    width: 14px;
    height: 14px;
  }

  .ibanner .banner-pagination span:before {
    width: 5px;
    height: 5px;
  }
}

.i-index2 {
  background: #fff;
  padding: 1.25rem 0 0;
}

.i-index2 .tit2 {
  margin-bottom: .15rem;
}

.i-index2 .warp-tabulbox {
  margin: 1.2rem 0 0;
  position: relative;
}

.i-index2 .warp-tabulbox:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 58px;
  height: 1px;
  background: #eee;
  left: 0;
  z-index: 1;
}

.i-index2 .warp-tabulbox .tabulbox {
  position: relative;
  z-index: 2;
}

.i-index2 .warp-tabulbox .tabulbox .li {
  cursor: pointer;
}

.i-index2 .warp-tabulbox .tabulbox .img {
  width: 40px;
  height: 44px;
  margin-bottom: 10px;
  background-position: center top;
  background-size: 40px auto;
  transition: background-position .4s;
}

.i-index2 .warp-tabulbox .tabulbox .img svg {
  width: 35px;
  height: auto;
  fill: #999;
}

.i-index2 .warp-tabulbox .tabulbox .dian {
  width: 9px;
  height: 9px;
  background: #222;
  opacity: 0;
  transition: all .4s;
}

.i-index2 .warp-tabulbox .tabulbox .tit4 {
  margin-top: 6px;
  transition: all .4s;
}

.i-index2 .warp-tabulbox .tabulbox .li.cur .img svg {
  fill: #005bbb;
}

.i-index2 .warp-tabulbox .tabulbox .li.cur .dian {
  opacity: 1;
  background: #005bbb;
}

.i-index2 .warp-tabulbox .tabulbox .li.cur .tit4 {
  color: #005bbb;
}

.i-index2 .ulbox-container {
  width: 100%;
  margin: 1.25rem auto 0;
}

.i-index2 .warptext {
  background: #e8f1fa;
  /*border-radius: 10px;*/
  overflow: hidden;
  flex-flow: row-reverse wrap;
}

.i-index2 .warptext .text {
  width: 17.5rem;
  height: 12.5rem;
  padding: 2rem 1.2rem 1.2rem 3rem;
}

.i-index2 .warptext .text .tit5 {
  margin-bottom: .5rem;
  font-weight: bold;
}
.i-index2 .warptext .text .tabtip{
  margin-top:.5rem;
} 

.i-index2 .warptext .text .tit6 {
  margin-bottom: .85rem;
}

.i-index2 .warptext .text .tit7 {
  margin-bottom: .4rem;
}

.i-index2 .warptext .bg2 {
  width: calc(100% - 17.5rem);
  height: 12.5rem;
}

.i-index2 .warptext .item {
  padding: 0 .5rem;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  background: #005bbb;
  border-radius: 6px;
  margin-right: .25rem;
  margin-bottom: .35rem;
}

.i-index2 .warptext .item:hover {
  color: #fff;
}

.i-index2 .warptext .more {
  position: absolute;
  padding-bottom: 3px;
  background: url(../png/acf5b1.png) no-repeat center bottom;
  color: #005bbb;
  bottom: 2.5rem;
  background-size: 100% 2px;
}

.i-index2 .warptext .more .icon {
  width: 10px;
  height: 10px;
  fill: #005bbb;
  margin-left: 5px;
}

.i-index2 .ulbox-container .swiper-pagination {
  display: none;
}

@media (max-width:1520px) {
  .i-index2 .warp-tabulbox .tabulbox {
    width: 72%;
  }
}

@media (max-width: 768px) {
  .i-index2 .warp-tabulbox .tabulbox {
    display: none;
  }
}

@media (max-width: 767px) {
  .i-index2 .warptext .item {
    margin-bottom: .25rem;
    padding: 0 .25rem;
  }

  .i-index2 .warptext .text .tit6 {
    font-size: 14px;
  }

  .i-index2 .ulbox-container {
    width: 100%;
  }

  .i-index2 .warp-tabulbox {
    margin-top: .6rem;
  }

  .i-index2 .ulbox-container .swiper-wrapper {
    align-items: stretch;

  }

  .i-index2 .ulbox-container .swiper-slide {
    background: #e8f1fa;
    height: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }

  .i-index2 {
    padding: 1.5rem 5%;
  }

  .i-index2 .warp-tabulbox {
    margin-bottom: 0;
  }

  .i-index2 .warptext .bg2 {
    width: 100%;
    height: 7rem;
  }

  .i-index2 .warptext .text {
    width: 100%;
    height: auto;
    padding: 1rem .65rem 3.5rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .i-index2 .warptext .text .tit6 {
    /*text-align: center;*/
    text-align: left;
  }

  .i-index2 .tit2 {
    margin-bottom: .35rem;
  }

  .i-index2 .ulbox-container {
    margin-top: .5rem;
    padding-bottom: 2rem;
  }

  .i-index2 .ulbox-container .swiper-pagination {
    bottom: 0;
    display: block;
  }

  .i-index2 .ulbox-container span {
    border-radius: 0;
    margin: 0 .5rem !important;
  }

  .i-index2 .ulbox-container span.swiper-pagination-bullet-active {
    background: #005bbb;
  }
}

.i-index4 {
  padding: 1rem 0 1.5rem;
}

.i-index4 .title {
  margin-bottom: 1.25rem;
}

.i-index4 .newslist {
  margin-top: 1.1rem;
  background: transparent;
}

.i-index4 .time {
  /*opacity: .8;*/
}

.i-index4 .newslist {
  padding: 0;
}

.i-index4 .newslist .swiper-pagination {
  display: none;
}

.i-index4 .swiper-slide {
  background: #fff;
  border-radius: 5px;
}

.i-index4 .swiper-slide a {
  padding: 1.75rem 1.25rem;
  border: 1px solid #DDDDDD;

  border-radius: 5px;
  display: block;
}

.i-index4 .swiper-slide .tit3 {
  height: 68px;
  line-height: 34px;
  overflow: hidden;
  margin: 0.5rem 0 1rem;
  font-weight: bold;
}

.i-index4 .swiper-slide .tit4 {
  /*opacity: .6;*/
  line-height: 30px;
  height: 90px;
  margin-bottom: 2.25rem;
}

.i-index4 .swiper-slide .btn {
  color: #005bbb;
  height: 35px;
  border: 1px solid rgba(0, 85, 158, 0.2);
  border-radius: 24px;
  width: 120px;
}

.i-index4 .swiper-slide .time {
  transition: all .3s;
}

.i-index4 .swiper-slide .tit3 {
  transition: all .3s;
}

.i-index4 .swiper-slide .tit4 {
  transition: all .3s;
}

.i-index4 .swiper-slide .btn {
  transition: all .3s;
}

.i-index4 .newslist .news-container {
  padding: 5px 10px 24px;
}

.i-index4 .newslist .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: all .3s;
}

.i-index4 .newslist a {
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgb(0, 0, 0, 0.04);
}

.i-index4 .newslist .swiper-slide:hover .bg {
  opacity: 1;
}

.i-index4 .newslist .swiper-slide:hover .time {
  opacity: .5;
  color: #fff;
}

.i-index4 .newslist .swiper-slide:hover .tit3 {
  color: #fff;
}

.i-index4 .newslist .swiper-slide:hover .tit4 {
  color: #fff;
}

.i-index4 .newslist .swiper-slide:hover .btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.i-index4 .more {
  padding-bottom: 3px;
  background: url(../png/acf5b1.png) no-repeat center bottom;
  color: #005bbb;
  background-size: 100% 2px;
  margin-top: .75rem;
  padding-left: 5px;
}

.i-index4 .more .icon {
  width: 10px;
  height: 10px;
  fill: #005bbb;
  margin-left: 5px;
}

.i-index4 .botbox {
  width: 100%;
}

@media (max-width: 767px) {
  .i-index4 {
    padding: 1.2rem 0;
  }

  .i-index4 .newslist .swiper-pagination {
    display: block;
  }

  .i-index4 .title {
    margin-bottom: .8rem;
  }

  .i-index4 .newslist {
    padding-bottom: 1.5rem;
  }

  .i-index4 .newslist {
    padding-bottom: .8rem;
  }

  .i-index4 .more {
    margin-top: .5rem;
  }

  .i-index4 {
    background: #f7f7f7;
  }

  .i-index4 .newslist .news-container {
    padding: 5px 0 24px;
  }

  .i-index4 .newslist {
    margin-top: 0;
  }

  .i-index4 .swiper-pagination span {
    background: #005bbb;
    border-radius: 0;
    margin: 0 .5rem !important;
  }
}

.footer {
  padding: 1.5rem 0 .9rem;
  background: #fff;
  border-top: 2px solid #ddd;
}

.footer .leftbox {
  width: 260px;
}

.footer .leftbox .sp {
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: rgba(102, 102, 102, .5);
}

.footer .leftbox .icon {
  width: 10px;
  height: 10px;
  fill: #333;
}

.footer .leftbox .linkbox {
  margin-bottom: .75rem;
}

.footer .leftbox .linkbox img {
  width: 100px;
  margin-bottom: .25rem;
}

.footer .leftbox .linkbox .sp {
  z-index: 3;
  position: relative;
  background: #fff;
}

.footer .leftbox .linkbox .linkitem {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 40px;
  display: none;
}

.footer .leftbox .linkbox .linkitem a {
  width: 100%;
  display: block;
  padding: 12px 20px;
  line-height: 1.2;
  color: #666;
  border-bottom: 1px solid #ddd;
}

.footer .leftbox .linkbox .linkitem a:last-child {
  border-bottom: none;
}

.footer .leftbox .linkbox .linkitem a:hover {
  color: #005bbb;
}

.footer .leftbox .wxbox .item {
  margin-right: 33px;
  width: 113px;
}

.footer .leftbox .wxbox .item p {
  margin-top: .35rem;
}

.footer .leftbox .wxbox .item img {
  width: 100%;
}

.footer .leftbox .wxbox .item:nth-child(1) {
  margin-left: 0;
}

.footer .leftbox .wxbox .item:nth-child(2) {
  margin-right: 0;
}

.footer .rightbox {
  width: calc(100% - 275px - 5.25rem);
}

.footer .rightbox .tit2 {
  margin-bottom: .4rem;
  transition: all .3s;
}

.footer .rightbox .tit2:hover {
  color: #005bbb;
}

.footer .rightbox .tit3 {
  margin-bottom: .35rem;
}

.footer .rightbox .tit3:hover {
  color: #005bbb;
}

.footer .rightbox .tit4 {
  margin-top: .4rem;
}

.footer .logo {
  fill: #005bbb;
  margin-bottom: 15px;
  max-height: 26px;
}

.footer .f-bot {
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .footer .rightbox {
    display: none;
  }

  .footer .leftbox {
    width: 100%;
  }

  .footer .f-bot {
    text-align: center;
    padding: 0 5%;
  }

  .footer {
    padding: 1.5rem 0 .5rem;
  }

  .footer .f-bot {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .footer .leftbox .wxbox {
    justify-content: center;
  }

  .footer .leftbox .wxbox .item {
    margin: 0 15px;
  }
}

.n-banner {
  height: 11.25rem;
  padding: 4.25rem 0 0;
}

.n-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.n-banner .tit2 {
  margin-bottom: .65rem;
}

.n-banner form {
  width: 100%;
}

.n-banner .search {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 480px;
  margin: 0 auto;
  border: 1px solid white;
}

.n-banner .search .input1 {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: transparent;
  color: #333;
}

.n-banner .search .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}

.n-banner .search .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}

.n-banner .search .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}

.n-banner .search .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}

.n-banner .search .input2 {
  width: 30px;
  height: 30px;
  background: url(../svg/ev27uh.svg) no-repeat center center;
  background-size: 20px auto;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}

.n-banner .tit2 {
  position: relative;
  z-index: 2;
}

.n-banner .search {
  position: relative;
  z-index: 2;
}

.n-banner .tabbox {
  position: absolute;
  bottom: 0;
  z-index: 4;
}

.n-banner .tabbox a {
  padding: 24px .75rem;
  line-height: 1;
  margin: 0 .25rem;
  position: relative;
  opacity: .8;
}

.n-banner .tabbox a:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #005bbb;
  opacity: 0;
  transition: all .3s;
}

.n-banner .tabbox a:hover,
.n-banner .tabbox a.cur {
  opacity: 1;
  color: #fff;
}

.n-banner .tabbox a:hover:before,
.n-banner .tabbox a.cur:before {
  opacity: 1;
}

@media (max-width: 768px) {
  .n-banner .search {
    width: 90%;
    margin: 0 auto;
  }

  .n-banner .tabbox a {
    padding: 15px 0.2rem;
  }

  .n-banner .tabbox {
    padding: 0 3%;
    width: 100%;
  }

  .n-banner .tabbox a:before {
    height: 3px;
  }
}

@media (max-width: 767px) {
  .n-banner .tabbox a {
    padding: 15px 0;
    margin: 0 .2rem;
  }

  .n-banner .tabbox {
    padding: 0;
  }
}

.n-search {
  padding: 2rem 0 5rem;
}

.n-search .tip {
  margin-bottom: 1.75rem;
}

.n-search .tip span {
  color: #005bbb;
  line-height: 1;
  margin: 0 5px;
}

.n-search .colcur {
  color: #005bbb;
}

.n-search .li {
  background: #F7F7F7;
  padding: 1.2rem;
  margin-bottom: 20px;
}

.n-search .title {
  width: 100%;
  margin-bottom: 1.5rem;
}

.n-search .title .tit2 {
  width: calc(100% - 240px);
}

@media (max-width: 768px) {
  .n-search .title .tit2 {
    width: 100%;
    margin-bottom: .25rem;
  }

  .n-search .li {
    padding: .85rem;
  }

  .n-search {
    padding: 2rem 0;
  }

  .n-search .page {
    padding-top: .5rem;
  }
}

.header2 {
  padding: .75rem 1.5rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.header2 .logo {
  margin-right: 1.5rem;
}

.header2 .logo svg {
  height: 26px;
  fill: #fff;
}

.header2 a:hover {
  color: #fff;
}

.register-f-bot {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.n-register {
  padding: .7rem 0 1.5rem;
  min-height: 100vh;
}

.n-register .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.n-register .formbox {
  width: 530px;
  max-width: 90%;
  margin: 1.75rem auto;
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  z-index: 2;
}

.n-register .tit3 {
  margin-bottom: .75rem;
}

.n-register .item {
  margin-bottom: .5rem;
}

.n-register .item .input {
  width: 100%;
  height: 54px;
  border-radius: 5px;
  background: #F7F7F7;
  padding-left: 85px;
}

.n-register .item .namebtn {
  position: absolute;
  width: 60px;
  height: 25px;
  top: 50%;
  left: 0;
  margin-top: -12.5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.n-register .item .namebtn img {
  width: 24px;
}

.n-register .item .input1 {
  width: calc(100% - 130px);
  height: 54px;
  border-radius: 5px;
  background: #F7F7F7;
  padding-left: 85px;
}

.n-register .item .coad {
  width: 120px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.n-register .input2 {
  width: 100%;
  border-radius: 5px;
  background: #005BBB;
  height: 52px;
  line-height: 52px;
  border: none;
  margin-bottom: .5rem;
}

.n-register .reg-bot {
  /*margin-top: .5rem;*/
}

.n-register .btn {
  display: block;
  color: #005BBB;
  /*margin-left:.25rem;*/
}

.n-register .reg-bot a {
  color: #005BBB;
}

.n-register .checkbox1 {
  margin-right: .25rem;
}

.n-register .bot {
  /*margin-top: .5rem;*/
}

.n-register .bot a {
  margin-top: 0;
}

.n-register form {
  width: 100%;
}

.n-register .bot .line {
  margin: 0 15px;
  width: 1px;
  height: 15px;
  border-left: 1px solid #666;
}

.n-register .formbox2 {
  padding: 2.5rem 1.5rem;
}

.n-register .formbox2 .icon2 {
  width: 2rem;
  height: 2rem;
  margin: .15rem auto .3rem;
}

.n-register .formbox2 .tit4 {
  display: block;
  color: #21CA64;
}

.n-register .f-bot {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 1.5rem;
}

.n-register .f-bot br {
  display: none;
}

@media (max-width: 768px) {
  .n-register {
    padding-bottom: 3.5rem;
  }

  .header2 {
    padding: .5rem .65rem;
  }

  .header2 .logo {
    margin-right: .7rem;
  }

  .n-register .formbox {
    margin: 1rem auto;
  }
}

@media (max-width: 767px) {
  .n-register .formbox {
    margin: 2.5rem auto;
  }

  .n-register .f-bot {
    text-align: center;
  }

  .n-register .f-bot br {
    display: block;
  }

  .n-register .item .namebtn {
    width: 46px;
  }

  .n-register .item .input {
    padding-left: 64px;
  }

  .n-register .item .input1 {
    padding-left: 64px;
  }
}

.contact-banner {
  height: 17.5rem;
  width: 100%;
}

.contact-banner .bg {
  height: 17.5rem;
  position: absolute;
  width: 100%;
}

.contact-banner .tit2 {
  position: relative;
  z-index: 3;
  padding: 0 2.75rem;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .contact-banner {
    /*height: 50vh;*/
    height: 7.5rem;
  }

  .contact-banner .bg {
    /*height: 50vh;*/
    height: 7.5rem;
  }
}

@media (max-width: 767px) {
  .contact-banner .tit2 {
    padding: 0 5%;
  }

  .contact-banner .bg {
    background-position: 70% center;
  }
}

.contact-list1 {
  padding: 2.25rem 0;
  background: #f7f7f7;
}

.contact-list1 img {
  max-width: 100%;
}

.contact-list1 .img2 {
  z-index: 3;
}

.contact-list1 .contentbox {
  position: relative;
  z-index: 1;
}

.contact-list1 .tabbox {
  width: 1280px;
  max-width: 90%;
  margin: -2.5rem auto 0;
  background: #fff;
  border-radius: 12px;
  padding: .75rem 1rem .85rem;
  position: relative;
  z-index: 5;
}

.contact-list1 .tit3 {
  color: #0355bd;
  margin-bottom: .5rem;
}

.contact-list1 .tit3.cur span {
  border-bottom: 2px solid #0355bd;
}

.contact-list1 .li {
  padding-right: .75rem;
}

.contact-list1 .li:nth-child(1) {
  width: 17.65%;
}

.contact-list1 .li:nth-child(2) {
  width: 38.56%;
  padding: 0 1.25rem;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.contact-list1 .li:nth-child(3) {
  width: 43.36%;
  padding-left: 1.25rem;
}

.contact-list1 .item-li img {
  width: 16px;
  margin-right: 8px;
  margin-top: 5px;
}

.contact-list1 .item-li .icon {
  width: 16px;
  margin-right: 3px;
  margin-top: 3px;
}

.contact-list1 .item-li .img1 {
  width: 8px;
  margin-right: 8px;
  margin-top: 8px;
}

.contact-list1 .item-li div {
  width: calc(100% - 20px);
  /*word-break: keep-all;*/
}

.ping {
  --uib-size: 2.5rem;
  --uib-speed: 10s;
  --uib-color: rgba(42, 124, 214, .8);
  position: relative;
  height: var(--uib-size);
  width: var(--uib-size);
  position: absolute;
  left: 2%;
  top: 3%;
  z-index: 2;
}

.ping::before,
.ping::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: var(--uib-color);
  animation: pulse7132 var(--uib-speed) linear infinite;
  transform: scale(0);
  opacity: 0;
}

.ping::after {
  animation-delay: calc(var(--uib-speed) / -3);
}

.ping1 {
  left: 7%;
  top: 26.5%;
  display: none;
}

.ping2 {
  /*left: 35.4%;
    top: 37%;*/
  left: 35.8%;
  top: 29%;
}

.ping3 {
  left: 69.3%;
  top: 33.6%;
  display: none;
}

@keyframes pulse7132 {
  0% {
    transform: scale(.2);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 1520px) {
  .ping1 {
    left: 4.5%;
    top: 26.5%;
  }

  .ping2 {
    left: 36.3%;
    top: 30%;
  }

  .ping3 {
    left: 71.3%;
    top: 34.5%;
  }
}

@media (max-width: 1480px) {
  .contact-list1 .li:nth-child(1) .itembox img {
    margin-top: 3px;
  }
}

@media (max-width:1024px) {
  .contact-list1 .item-li div br {
    display: none;
  }

  .ping1 {
    left: 4%;
  }

  .ping2 {
    left: 36%;
    top: 30%;
  }

  .ping3 {
    left: 70.9%;
    top: 34.5%;
  }
}

@media (max-width: 767px) {
  .contact-list1 .li .item-li {
    width: 100%;
  }

  .contact-list1 .tabbox {
    margin-top: -1rem;
  }

  .contact-list1 {
    padding: 1.5rem 0;
  }

  .contact-list1 .li {
    width: 100% !important;
    border: none;
  }

  .contact-list1 .li:nth-child(1) {
    padding-bottom: .75rem;
  }

  .contact-list1 .li:nth-child(2) {
    border: none;
    padding: .75rem 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
  }

  .contact-list1 .li:nth-child(3) {
    padding-left: 0;
    padding-top: .75rem;
  }

  .contact-list1 .item-li img {
    margin-top: 3px;
  }
}

.contact-list2 {
  padding: 2.25rem 0;
  background: #fff;
}

.contact-list2 .tit2 {
  margin-bottom: .8rem;
}

.contact-list2 .formlist {
  border-radius: 10px;
  overflow: hidden;
  /*font-weight:bold;*/
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  overflow-x: auto;
}

.contact-list2 .formlist table {
  width: 100%;
  min-width: 1200px;
}

.contact-list2 .formlist table .sp1 {
  width: 20px;
  display: inline-block;
  line-height: 1.2;
}

.contact-list2 .formlist table .tr1 {
  background: #005bbb !important;
}

.contact-list2 .formlist table tr {
  height: 60px;
  border-bottom: 1px solid #e8e8e8;
}

.contact-list2 .formlist td {
  /*width: 25%;*/
  text-align: center;
  border-right: 1px solid #e8e8e8;
}

.contact-list2 .formlist .td3 {
  width: 3.1rem;
  text-align: center;
}

.contact-list2 .formlist .td6 {
  text-align: left;
  padding-left: 1.5rem;
  padding-right: .5rem;
}

.contact-list2 .formlist td:nth-child(2) {
  /*width: 20%;*/
}

.contact-list2 .formlist td:nth-child(3) {
  /*width: 30%;*/
  text-align: center;
  /*padding-left: 5%;*/
}

.contact-list2 .formlist tr:nth-child(odd) {
  background: #eaeff7;
}

@media (max-width: 1440px) {
  .contact-list2 {
    padding-top: 2rem;
  }

  .contact-list2 .formlist table .tr1 {
    font-size: 16px;
  }

  .contact-list2 .formlist table td {
    font-size: 16px;
  }

  .contact-list2 .formlist table {
    width: 100%;
    min-width: 1000px;
  }
}

@media (max-width: 767px) {
  .contact-list2 {
    padding: 1.5rem 0;
  }

  /*.contact-list2 .formlist td {
    width: 25% !important;
    text-align: center;
    line-height: 1.2;
    padding: .35rem 2% !important;
    word-break: break-all;
  }
  .contact-list2 .formlist td:nth-child(2){
    width:20% !important;
  }
  .contact-list2 .formlist td:nth-child(3){
    width:30% !important;
  }*/

  .contact-list2 .formlist table .tr1 {
    font-size: 14px;
  }

  .contact-list2 .formlist table td {
    font-size: 14px;
  }

  .contact-list2 .formlist table {
    width: 100%;
    min-width: 1000px;
  }
}

.about-banner {
  height: 17.5rem;
  width: 100%;
  padding-top: 6rem;
}

.about-banner .bg {
  height: 17.5rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.about-banner .tit2 {
  position: relative;
  z-index: 3;
  padding: 0 2.75rem;
}

@media (max-width: 768px) {
  .about-banner {
    /*height: 50vh;*/
    height: 7.5rem;
  }

  .about-banner .bg {
    /*height: 50vh;*/
    height: 7.5rem;
  }
}

@media (max-width: 767px) {
  .about-banner {
    padding-top: 2rem;
  }

  .about-banner .tit2 {
    padding: 0 5%;
  }

  .about-banner .tit2 {
    font-size: 24px;
  }
}

.about-list1 {
  padding: 2rem 0 2.5rem;
}

.about-list1 .tit2 {
  margin-bottom: 1.5rem;
}

.about-list1 .contentbox {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1480px) {
  .about-list1 .contentbox {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about-list1 {
    padding: 1.5rem 0;
  }
}

.about-list2 {
  background-color: #edf2f7;
  padding: 2.25rem 0 0;
}

.about-list2 .tabul {
  margin-bottom: 1.6rem;
}

.about-list2 .tabul .tabli {
  width: 140px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background: #fff;
  color: #666;
  cursor: pointer;
  margin-right: .5rem;
}

.about-list2 .tabul .tabli:hover,
.about-list2 .tabul .tabli.cur {
  color: #fff;
  background: #005bbb;
}

.about-list2 .textbox {
  width: calc(88.2% - 438px);
  /*60.4%*/
  /*padding-bottom: 1rem;*/
  margin-top: 1rem;
}

.about-list2 .img {
  width: 438px;
  position: absolute;
  /*right:5.8%;*/
  right: 0;
  bottom: 0;
}

.about-list2 .img img {
  width: 100%;
}

.about-list2 .tabitem {
  display: none;
}

.about-list2 .contentbox {
  align-items: flex-end;
  width: 1720px;
  max-width: 90%;
}

@media (max-width: 1480px) {
  .about-list2 .img {
    width: 500px;
  }

  .about-list2 {
    padding: 2.25rem 0 0;
  }
}

@media (max-width: 1380px) {
  .about-list2 .img {
    width: 510px;
  }
}

@media (max-width: 1024px) {
  .about-list2 .textbox {
    width: 100%;
  }

  .about-list2 .img {
    width: 40%;
    right: 0;
    position: relative;
  }
}

@media (max-width: 768px) {

  .about-list2 .contentbox .tabbox {
    font-size: 16px;
  }

  .about-list2 .contentbox .tabbox {
    margin-top: 0 !important;
  }

  .about-list2 .img {
    width: 80%;
    position: relative;
  }
}

@media (max-width: 767px) {
  .about-list2 {
    padding: 1.5rem 0 0;
  }

  .about-list2 .textbox {
    width: 100%;
  }

  .about-list2 .img {
    width: 100%;
    position: relative;
    margin-top: .5rem;
  }

  .about-list2 .img img {
    max-width: 100%;
  }

  .about-list2 .tabul .tabli {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .about-list2 .textbox {
    margin-top: 1rem;
    padding-bottom: 0;
  }

  .about-list2 .tabul {
    margin-bottom: 1rem;
  }

  .about-list1 .tit2 {
    margin-bottom: 1rem;
  }

}

.about-list4 {
  background: #EDF2F7;
  padding: 2.25rem 0 1rem;
}

.about-list4 .tit4 {
  color: #333333;
  margin-top: .85rem;
}

.about-list4 .iconimg {
  width: 100%;

  height: 2rem;
}

.about-list4 .iconimg img {
  max-height: 100%;
}

.about-list4 .ulbox {
  margin-top: 2rem;
}

.about-list4 .li {
  width: 25%;
  padding: 0 2%;
  margin-bottom: 1.75rem;
}

.about-list4 .iconimg {
  margin-bottom: .75rem;
}

.about-list4 .tit5 {
  color: #666;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .about-list4 {
    padding: 2rem 0;
  }

  .about-list4 .ulbox {
    margin-top: 1rem;
  }

  .about-list4 .li {
    width: 50%;
  }
}

.n-newslist {
  background: #fff;
  padding: 2.25rem 0 1.75rem;
}

.n-newslist .frombox {
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 4;
}

.n-newslist .frombox .sp {
  color: #222222;
  margin-right: 15px;
}

.n-newslist .frombox .li {
  width: 4.75rem;
  background: #fff;
  margin-right: .5rem;
  color: #999;
  z-index: 3;
}

.n-newslist .frombox .sptitle {
  height: 1.25rem;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 0 24px;
  cursor: pointer;
}

.n-newslist .frombox .icon {
  width: 15px;
  height: 15px;
  fill: #7e8288;
}

.n-newslist .frombox .li.on .icon {
  transform: rotate(-180deg);
}

.n-newslist .frombox .li3 {
  width: 9rem;
  z-index: 1;
}

.n-newslist .frombox .iconbtn {
  width: 90px;
  height: 50px;
  background: #d01e26;
  z-index: 3;
  border-radius: 5px;
}

.n-newslist .frombox .iconbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
}

.n-newslist .frombox .input {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1.25rem;
  background: none;
  padding: 0 24px;
  padding-right: 60px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  box-shadow: none;
}

.n-newslist .frombox .input:focus {
  border-color: rgba(0, 85, 158, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 85, 158, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 85, 158, 0.6);
}

.n-newslist .frombox .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b2b2;
}

.n-newslist .frombox .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b2b2;
}

.n-newslist .frombox .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b2b2;
}

.n-newslist .frombox .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b3b2b2;
}

.n-newslist .frombox .input2 {
  width: 20px;
  height: 20px;
  background: url(../svg/5bsjsw.svg) no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}

.n-newslist .frombox .libox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  background: #fff;
  z-index: 3;
  border: 1px solid #d7d7d7;
  display: none;
}

.n-newslist .frombox .item {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 .75rem;
  cursor: pointer;
}

.n-newslist .frombox .item:last-child {
  border-bottom: none;
}

.n-newslist .frombox .item:hover {
  background: #005bbb;
  color: #fff;
}

.n-newslist .ulbox .li:last-child {
  margin-bottom: 0;
}

.n-newslist .ulbox .li {
  margin-bottom: 1rem;
  box-shadow: 0 8px 24px rgb(0, 0, 0, 0.04);
}

.n-newslist .ulbox .li a {
  padding: 1.65rem 1rem;
  border: 1px solid #DDDDDD;
  border-radius: 5px;

}

.n-newslist .ulbox .li .tit3 {
  max-height: 68px;
  line-height: 34px;
  overflow: hidden;
  font-weight: bold;
}

.n-newslist .ulbox .li .tit4 {
  opacity: .6;
  line-height: 27px;
  max-height: 54px;
  overflow: hidden;
  margin-top: .25rem;
}

.n-newslist .ulbox .li .btn {
  color: #005bbb;
  height: 1rem;
  border: 1px solid rgba(0, 85, 158, 0.2);
  border-radius: 24px;
  width: 3.1rem;
}

.n-newslist .ulbox .li .time {
  width: 120px;
  transition: all .3s;
}

.n-newslist .ulbox .li .tit3 {
  width: 100%;
  transition: all .3s;
}

.n-newslist .ulbox .li .tit4 {
  width: 100%;
  transition: all .3s;
}

.n-newslist .ulbox .li .middlebox {
  width: calc(100% - 3.1rem - 190px);
  margin: 0 .7rem;
}

.n-newslist .ulbox .li .btn {
  transition: all .3s;
}

.n-newslist .ulbox .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: all .3s;
}

.n-newslist .ulbox a {
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
}

.n-newslist .ulbox .li:hover .bg {
  opacity: 1;
}

.n-newslist .ulbox .li:hover .time {
  opacity: .5;
  color: #fff;
}

.n-newslist .ulbox .li:hover .tit3 {
  color: #fff;
}

.n-newslist .ulbox .li:hover .tit4 {
  color: #fff;
}

.n-newslist .ulbox .li:hover .btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.n-newslist .frombox .li {
  border-radius: 8px;
}

@media (max-width: 768px) {
  .n-newslist .ulbox .li .time {
    width: 100%;
    margin-bottom: .5rem;
  }

  .n-newslist .ulbox .li .middlebox {
    margin: 0;
    width: 100%;
  }

  .n-newslist .ulbox .li .btn {
    width: 130px;
    margin-top: .35rem;
  }
}

@media (max-width: 767px) {
  .n-newslist {
    padding: 2rem 0;
  }

  .n-newslist .frombox .libox {
    top: 40px;
  }

  .n-newslist .frombox .item {
    height: 35px;
    line-height: 35px;
  }

  .n-newslist .frombox .sptitle {
    padding-right: 10px;
  }

  .n-newslist .ulbox .li .tit3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: .3rem;
  }

  .n-newslist .ulbox .li .tit4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: .5rem;
  }

  .n-newslist .ulbox .li .btn {
    height: 35px;
    line-height: 35px;
  }

  .n-newslist .frombox .li3 {
    width: 100%;
    margin-top: .5rem;
  }

  .n-newslist .frombox .input {
    height: 40px;
  }

  .n-newslist .frombox .nli {
    width: 100%;
  }

  .n-newslist .frombox .nli .li {
    margin-right: 0;
    width: calc(100% - 120px);
  }

  .n-newslist .frombox .li {
    margin-right: 0;
  }

  .n-newslist .frombox .sptitle {
    height: 40px;
  }

  .n-newslist .ulbox .li {
    margin-bottom: .5rem;
  }

  .n-newslist .ulbox .li .tit3 {
    line-height: 30px;
    max-height: none;
  }

  .n-newslist .frombox .nli .li {
    width: calc(100% - 80px);
  }
}

/*
-----------
** 新闻详细1 **
-----------
*/
.newsinfo {
  padding: calc(100px + 22px) 0 3.75rem;
}

.newsinfo .tipbox {
  margin-bottom: 1.5rem;
}

.newsinfo .tipbox a {
  color: #666666;
}

.newsinfo .leftbox {
  /*width: 70%;*/
  /*padding-left: 3rem;*/
  width: calc(92% - 300px);
}

.newsinfo .leftbox .news-top {
  /*border-bottom: 1px solid #e5e5e5;
  padding-bottom: .75rem;*/
  text-align: center;
}

.newsinfo .leftbox .news-top .news-tit {
  color: #444;
  margin-bottom: .35rem;
}

.newsinfo .leftbox .news-top .time {
  color: #999;
  font-size: 14px;
  color: #999;
}

.newsinfo .leftbox .news-text {
  padding: 1rem 0 2.5rem;
  line-height: 2;
  border-bottom: 1px solid #e5e5e5;
  text-indent: 2em;
}

.newsinfo .leftbox .news-text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.newsinfo .leftbox .news-nav {
  padding-top: 1rem;
}

.newsinfo .leftbox .news-nav .nav-l {
  width: calc(100% - 2rem);
}

.newsinfo .leftbox .news-nav .nav-l span {
  width: 100%;
  font-size: 15px;
  line-height: 28px;
  color: #666;
}

.newsinfo .leftbox .news-nav .nav-l span a {
  color: #666;
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  transition: all .5s ease;
}

.newsinfo .leftbox .news-nav .nav-l span a:hover {
  color: #1060a4;
}

.newsinfo .leftbox .news-nav .back-btn {
  font-size: .4rem;
  line-height: .5rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: .425rem;
  padding-left: .65rem;
  color: #666;
  background-image: url(../png/nwvsdf.png);
  transition: all .3s;
}
.newsinfo .leftbox .news-nav .back-btn:hover{
  color:#005bbb;
}

.newsinfo .rightbox {
  /*width: 21.66%;*/
  width: 300px;
  padding: 1rem .75rem 1.25rem;
  background: #F7F7F7;
  border-radius: 10px;
}

.newsinfo .rightbox .tit3 {
  margin-bottom: .8rem;
}

.newsinfo .rightbox a {
  margin-bottom: .35rem;
  padding-left: 20px;
  color: #444;
  display: block;
  transition:all .6s;
}
.newsinfo .rightbox a:hover{
  color:#005bbb;
}

.newsinfo .rightbox a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: #075CC0;
}

.newsinfo .rightbox a:last-child {
  margin-bottom: 0;
}

.warp-header4.active {
  /*position: relative;*/
}

@media (max-width: 1024px) {
  .newsinfo .leftbox {
    padding-left: 0;
  }

  .newsinfo .tipbox {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .newsinfo {
    padding-top: 1.5rem;
  }

  .newsinfo .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .newsinfo .rightbox {
    width: 100%;
  }

  .newsinfo {
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .newsinfo {
    padding: 22px 5% 2rem;
  }

  .newsinfo .leftbox .news-nav .nav-l span {
    max-width: 100%;
    font-size: 14px;
  }

  .newsinfo .leftbox .news-nav .back-btn {
    font-size: 14px;
    margin-top: .3rem;
  }

  .newsinfo .leftbox .news-text {
    padding-bottom: 1.5rem;
  }
}

.warp-sub-navbox {
  background: #fff;
  box-shadow: 0px 0px 81px 0px rgba(34, 34, 34, 0.16);
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.sub-navbox {

  height: 90px;
  /*padding: 0 1.5rem;*/

}

.sub-navbox a {
  padding: 0 1.25rem;
  height: 90px;
  line-height: 90px;
  position: relative;
  transition: all .3s;
  color: #444;
  width: auto;
}

.sub-navbox a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #005bbb;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .3s;
}

.sub-navbox .swiper-wrapper {
  justify-content: space-between;
}

.sub-navbox a:hover,
.sub-navbox a.cur {
  color: #005bbb;
}

.sub-navbox a:hover:before,
.sub-navbox a.cur:before {
  opacity: 1;
}

.sub-navbox .box2 {
  position: relative;
}

.sub-navbox .box2:before {
  content: "";
  width: 1px;
  height: 16px;
  background: #ddd;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
}

.sub-navbox .box2 a {
  width: 45%;
}

.sub-navbox .box2 .icon {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  fill: #075CC0;
}

.sub-navbox .box2 span {
  height: 90px;
  line-height: 90px;
  position: relative;
}

.sub-navbox .box2 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #005bbb;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .3s;
}

.sub-navbox .box2 a:hover:before {
  opacity: 0;
}

.sub-navbox .box2 a:hover span:before {
  opacity: 1;
}

.sub-navbox .box3 {
  position: relative;
  padding: 0 2rem;
  width: 100%;
}

.sub-navbox .box3 a {
  width: 33.3%;
}

.sub-navbox .box3 .icon {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  fill: #075CC0;
}

.sub-navbox .box3 span {
  height: 90px;
  line-height: 90px;
  position: relative;
}

.sub-navbox .box3 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #005bbb;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .3s;
}

.sub-navbox .box3 a:hover:before {
  opacity: 0;
}

.sub-navbox .box3 a:hover span:before {
  opacity: 1;
}

.sub-navbox2 {
  padding: 0 5.5rem;
}

@media (max-width: 1024px) {
  .sub-navbox {
    display: none;
  }
}

.join-list1 {
  padding: 2.25rem 0 2.5rem;
}

.join-list1 .contentbox {
  border-radius: 20px;
  overflow: hidden;
}

.join-list1 .contentbox .img1 {
  width: 100%;
}

.join-list1 .contentbox .videobtn {
  text-align: center;
  z-index: 2;
  cursor: pointer;
}

.join-list1 .contentbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  margin-top: .4rem;
}

.join-list1 .contentbox .icon svg {
  width: 20px;
  height: 20px;
  fill: #1060A4;
}

@media (max-width: 767px) {
  .join-list1 .contentbox .videobtn {
    font-size: 20px;
    width: 100%;
  }

  .join-list1 .contentbox .icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .join-list1 .contentbox .icon svg {
    width: 10px;
    height: 10px;
  }

  .join-list1 {
    padding-bottom: 1.5rem;
  }
}

.join-list2 {
  padding-bottom: 3.25rem;
}

.join-list2 .tit2 {
  margin-bottom: 2.5rem;
}

.join-list2 .tit3 {
  margin-bottom: 1.5rem;
}

.join-list2 .text {
  width: 45.78%;
}

.join-list2 .img {
  width: 45%;
  border-radius: 20px;
  overflow: hidden;
}

.join-list2 .img img {
  width: 100%;
}

@media (max-width: 768px) {
  .join-list2 .text {
    width: 100%;
  }

  .join-list2 .img {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .join-list2 .tit2 {
    margin-bottom: 1rem;
  }

  .join-list2 {
    padding-bottom: 2rem;
  }
}

.join-list3 {
  padding: 2.5rem 0;
  background: #EEE;
}

.join-list3 .tit2 {
  margin-bottom: 2.25rem;
}

.join-list3 .li {
  width: 33.3%;
}

.join-list3 .icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: .5rem;
}

.join-list3 .li:nth-child(1),
.join-list3 .li:nth-child(2) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.join-list3 .li:nth-child(1),
.join-list3 .li:nth-child(2),
.join-list3 .li:nth-child(3) {
  padding-bottom: 1.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.join-list3 .li:nth-child(4),
.join-list3 .li:nth-child(5),
.join-list3 .li:nth-child(6) {
  padding-top: 1.75rem;
  padding-bottom:1.75rem;
}

.join-list3 .li:nth-child(4),
.join-list3 .li:nth-child(5) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/*.join-list3 .li:nth-child(6){
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}*/
.join-list3 .li:nth-child(7),
.join-list3 .li:nth-child(8) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top:1.75rem;
}
.join-list3 .li:nth-child(7),
.join-list3 .li:nth-child(8) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .join-list3 .li {
    width: 50% !important;
    padding: 1rem 0 !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    
  }
  .join-list3 .li:nth-child(8){
    border-top:none!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .join-list3 .tit2 {
    margin-bottom: 1rem;
  }

  .join-list3 {
    padding: 1.5rem 0;
  }

  .join-list3 .li:nth-child(5) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .join-list3 .li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.join-list4 {
  padding: 3rem 0 3.5rem;
}

.join-list4 .bg {
  border-radius: 30px;
  overflow: hidden;
  padding: 3rem 1rem 2.75rem;
}

.join-list4 .tit5 {
  margin-top: 3.25rem;
  margin-bottom: .35rem;
}

.join-list4 .frombox {
  margin-top: 3rem;
}

.join-list4 .frombox .tit3 {
  margin-bottom: 1.25rem;
}

.join-list4 .frombox .table {
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}

.join-list4 .frombox .table td {
  padding: 15px .5rem;
  font-weight: bold;
}

.join-list4 .frombox .table .tr1 {
  background: #005bbb;
  height: 50px;
  padding: 0;
}

.join-list4 .frombox .table .tr1 td {
  border: 1px solid transparent;
}

.join-list4 .frombox .table tr {
  border: 1px solid #DDDDDD;
}

.join-list4 .frombox .table td {
  width: 25%;
  text-align: center;
  border: 1px solid #DDDDDD;
}

@media (max-width: 1480px) {
  .join-list4 .frombox .table td {
    padding: 10px .5rem;
  }
}

@media (max-width: 767px) {
  .join-list4 {
    padding: 2rem 0;
  }

  .join-list4 .frombox .table tr {
    font-size: 14px;
  }

  .join-list4 .frombox .table td {
    padding: 20px .2rem;
  }
}

.join-list5 {
  padding: 2.75rem 0 2.5rem;
  background: #EDF2F7;
}

.join-list5 .tit3 {
  margin-bottom: 1.25rem;
}

.join-list5 .table {
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.join-list5 .table td {
  padding: 10px .5rem;
  font-weight: bold;
}

.join-list5 .table .tr1 {
  background: #005bbb;
  height: 50px;
  padding: 0;
}

.join-list5 .table .tr1 td {
  border: 1px solid transparent;
}

.join-list5 .table .tr1 .td1 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.join-list5 .table .tr1 .td2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.join-list5 .table tr {
  border: 1px solid #DDDDDD;
}

.join-list5 .table td {
  width: 25%;
  text-align: center;
  border: 1px solid #DDDDDD;
}

@media (max-width: 1480px) {
  .join-list5 .table td {
    padding: 5px .5rem;
  }

  .join-list5 .table tr {
    font-size: 14px;
  }

  .join-list4 .frombox .table tr {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .join-list5 {
    padding: 2rem 0;
  }

  .join-list5 .table tr {
    font-size: 14px;
  }

  .join-list5 .table td {
    padding: 20px .2rem;
  }
}

.join-list6 {
  padding: 2.75rem 0 3rem;
}

.join-list6 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.join-list6 img {
  height: 4rem;
  margin: 1rem 0;
}

.join-list6 .contentbox {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .join-list6 {
    padding: 2rem 0;
  }
}

.welfare-list2 {
  padding: 2.75rem 0 3.75rem;
}

.welfare-list2 .tit2 {
  margin-bottom: 2.25rem;
}

.welfare-list2 .tit3 {
  margin-bottom: 1.25rem;
}

.welfare-list2 .tit4 {
  margin-bottom: .85rem;
}

.welfare-list2 .text {
  width: 46.5%;
}

.welfare-list2 .img {
  width: 46%;
  border-radius: 20px;
  overflow: hidden;
}

.welfare-list2 .img img {
  width: 100%;
}

@media (max-width: 768px) {
  .welfare-list2 .text {
    width: 100%;
  }

  .welfare-list2 .img {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .welfare-list2 .tit2 {
    margin-bottom: 1rem;
  }

  .welfare-list2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.welfare-list3 {
  padding: 3.5rem 0 3rem;
}

.welfare-list3 .tit2 {
  margin-bottom: 2.7rem;
}

.welfare-list3 .tit3 {
  margin: .5rem 0 .7rem;
}

.welfare-list3 .icon {
  width: 1.75rem;
  height: 1.75rem;
}

.welfare-list3 .li {
  width: 25%;
  padding-right: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.welfare-list3 .li:nth-child(2) {
  padding: 0 1.25rem;
}

.welfare-list3 .li:nth-child(3) {
  padding: 0 1.25rem;
}

.welfare-list3 .li:nth-child(4) {
  padding-left: 1.25rem;
  padding-right: 0;
  border-right: none;
}

@media (max-width: 767px) {
  .welfare-list3 {
    padding: 2rem 0;
  }

  .welfare-list3 .tit2 {
    margin-bottom: 0rem;
    text-align: center;
  }

  .welfare-list3 .li {
    /*width: 100%;*/
    width: 48%;
    margin-right: 4%;
    border: none;
    padding: 1rem 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .welfare-list3 .li:nth-child(2n) {
    margin-right: 0;
  }

  .welfare-list3 .li:nth-child(3) {
    border-bottom: none;
  }

  .welfare-list3 .li:last-child {
    border-bottom: none;
  }
}

.welfare-list4 {
  padding: 3.65rem 0;
}

.welfare-list4 .title {
  padding-bottom: .85rem;
  border-bottom: 1px solid #DDD;
  margin-bottom: 2.5rem;
}

.welfare-list4 .img-container {
  padding-bottom: 2.25rem;
}

.welfare-list4 .warpimg {
  width: calc(1280px + 120px);
  margin: 0 auto;
}

.welfare-list4 .img {
  border-radius: 10px;
  overflow: hidden;
}

.welfare-list4 .tit3 {
  margin-top: .4rem;
}

.welfare-list4 .swiper-button-prev {
  background: none !important;
  left: 0;
  margin-top: calc(-22px - 1.65rem);
}

.welfare-list4 .swiper-button-prev .icon {
  transform: rotate(-180deg);
  width: 20px;
  height: 30px;
}

.welfare-list4 .swiper-button-next {
  background: none !important;
  margin-top: calc(-22px - 1.65rem);
  right: 0;
}

.welfare-list4 .swiper-button-next .icon {
  width: 20px;
  height: 30px;
}

.welfare-list4 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #005bbb;
}

@media (max-width: 1320px) {
  .welfare-list4 .warpimg {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .welfare-list4 {
    padding: 2rem 0;
  }

  .welfare-list4 .title {
    margin-bottom: 1rem;
  }

  .welfare-list4 .swiper-button-prev,
  .welfare-list4 .swiper-button-next {
    display: none;
  }
}

.services-list1 {
  background: #F7F7F7;
  padding: 2.25rem 80px 2.75rem;
}

.services-list1 .services-top {
  padding: 1rem;
  background: #fff;
  border-top: 2px solid #005bbb;
}

.services-list1 .services-top .tit3 {
  margin-bottom: .65rem;
}

.services-list1 .services-top .frombox {
  /*margin-bottom: 1.25rem;*/
  position: relative;
  z-index: 4;
}

.services-list1 .services-top .frombox .sp {
  width: 65px;
  color: #222222;
  margin-right: 15px;
}

.services-list1 .services-top .frombox .nli {
  width: 25%;
}

.services-list1 .services-top .frombox .middlebox {
  width: 55%;
}

.services-list1 .services-top .frombox .middlebox .itembox {
  display: none;
}

.services-list1 .services-top .frombox .middlebox .itembox.cur {
  display: flex;
}

.services-list1 .services-top .frombox .middlebox .itembox .nli {
  width: 48%;
}

.services-list1 .services-top .frombox .li {
  width: calc(100% - 80px);
  /*background:#f1f1f1;*/
  /*border:1px solid #DDD;*/
  color: #999;
  z-index: 3;
}

.services-list1 .services-top .frombox .sptitle {
  height: 44px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 0 24px;
  cursor: pointer;
}

.services-list1 .services-top .frombox .icon {
  width: 15px;
  height: 15px;
  fill: #7e8288;
}

.services-list1 .services-top .frombox .li.on .icon {
  transform: rotate(-180deg);
}

.services-list1 .services-top .frombox .iconbtn {
  width: 90px;
  height: 44px;
  background: #d01e26;
  z-index: 3;
  border-radius: 5px;
}

.services-list1 .services-top .frombox .iconbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 5px;
}

.services-list1 .services-top .frombox .libox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 44px;
  background: #fff;
  z-index: 3;
  border: 1px solid #d7d7d7;
  display: none;
}

.services-list1 .services-top .frombox .item {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 .75rem;
  cursor: pointer;
}

.services-list1 .services-top .frombox .item:last-child {
  border-bottom: none;
}

.services-list1 .services-top .frombox .item:hover {
  background: #005bbb;
  color: #fff;
}

.services-list1 .services-top .frombox .botton {
  width: 13%;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  background: #005bbb;
  cursor: pointer;
}

.services-list1 .table {
  margin-top: 1rem;
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}

.services-list1 .table .td1 {
  width: 60px;
}

.services-list1 .table .td2 {
  width: 4rem;
}

.services-list1 .table .td3 {
  /*width: 4rem;*/
  width: 6rem;
}

.services-list1 .table .td4 {
  /*width: 4rem;*/
  width: 6rem;
}

.services-list1 .table .td5 {
  width: calc(100% - 16rem - 9.75rem - 60px - 2.5rem);
  text-align: left;
}

.services-list1 .table .td6,
.services-list1 .table .td7,
.services-list1 .table .td8 {
  width: 3.25rem;
}

.services-list1 .table .td9 {
  width: 4rem;
}

.services-list1 .table .td10 {
  width: 2.5rem;
}


.services-list1 .table .td8 a {
  color: #333;
  transition: all .3s;
}

.services-list1 .table .td8 a .icon {
  transition: all .3s;
}

.services-list1 .table .td8 a:hover {
  color: #005bbb;
}

.services-list1 .table .td8 a:hover .icon {
  fill: #005bbb;
}

.services-list1 .table .td8 .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #333;
}

.services-list1 .table td {
  padding: 20px .2rem;
}

.services-list1 .table .tr1 {
  background: #005bbb !important;
  height: 50px;
  padding: 0;
}

.services-list1 .table .tr1 td {
  border: 1px solid transparent;
}

.services-list1 .table tr {
  border: 1px solid #DDDDDD;
}

.services-list1 .table tr:nth-child(odd) {
  background: #EAEFF7;
}

.services-list1 .table .td8 a {
  border-bottom: none;
}

.services-list1 .table td {
  width: 25%;
  text-align: center;
  border: 1px solid #DDDDDD;
}

.services-list1 .table td a {
  color: #005bbb;
  border-bottom: 1px solid #005bbb;
}

.services-list1 .ulbox {
  width: 100%;
}

.services-list1 .ulbox .li {
  border-bottom: 1px solid #ebeef5;
}

.services-list1 .ulbox .li-top {
  padding: .5rem;
  line-height: 1.2;
  background: #fff;
}

.services-list1 .ulbox .li-top .lisp {
  width: calc(100% - 60px);
}

.services-list1 .ulbox .li-top .icon {
  width: .5rem;
  height: .5rem;
  fill: #333;
  transition: all .3s;
}

.services-list1 .ulbox .li-top.on .icon {
  transform: rotate(90deg);
}

.services-list1 .ulbox .litext {
  background: #fafafa;
  padding: .75rem;
  display: none;
}

.services-list1 .ulbox .litext .item {
  margin-bottom: .5rem;
}

.services-list1 .ulbox .litext .name {
  width: 30%;
}

.services-list1 .ulbox .litext .name2 {
  width: 70%;
  padding-left: 5%;
}

.services-list1 .bot {
  padding: .75rem;
  background: #fff;
}

.services-list1 .ulbox {
  margin-top: .75rem;
}

@media (max-width: 1024px) {
  .services-list1 .frombox .input {
    padding: 0 10px !important;
    padding-right: 40px;
  }

  .services-list1 .services-top .frombox .sptitle {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .services-list1 {
    padding: 0 0 2.5rem;
  }

  .services-list1 .services-top .frombox .nli {
    width: 100%;
    margin-bottom: .5rem;
  }

  .services-list1 .services-top .frombox .botton {
    width: 100%;
  }

  .services-list1 .services-top .frombox .nli:nth-child(1) {
    z-index: 3;
  }

  .services-list1 .services-top .frombox .nli:nth-child(2) {
    z-index: 2;
  }

  .services-list1 .services-top .frombox .nli:nth-child(3) {
    z-index: 1;
  }
}

.services-list2 {
  padding: 2.8rem 0 2.5rem;
}

.services-list2 .contentbox {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}

.services-list2 .tit2 {
  margin-bottom: 1.25rem;
}

.services-list2 .formbox2 .item {
  width: 48%;
  margin-bottom: .75rem;
}

.services-list2 .formbox2 .item3 {
  display: none;
}

.services-list2 .formbox2 .item .tit3 span {
  color: red;
  margin-left: 0;
}

.services-list2 .formbox2 .input {
  /*font-style: italic;*/
  width: 100%;
  border: none;
  background: #F7F7F7;
  border-bottom: 1px solid transparent;
  padding: 8px 18px;
  margin-top: 10px;
  height: 50px;
}

.services-list2 .formbox2 .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(48, 27, 18, 0.4);
}

.services-list2 .formbox2 .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(48, 27, 18, 0.4);
}

.services-list2 .formbox2 .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(48, 27, 18, 0.4);
}

.services-list2 .formbox2 .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(48, 27, 18, 0.4);
}

.services-list2 .formbox2 .input2 {
  /*font-style: italic;*/
  width: 100%;
  height: 4.5rem;
  border: none;
  background: #F7F7F7;
  border-bottom: 1px solid transparent;
  padding: 8px 18px;
  margin-top: 10px;
}

.services-list2 .formbox2 .input2::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(48, 27, 18, 0.4);
}

.services-list2 .formbox2 .input2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(48, 27, 18, 0.4);
}

.services-list2 .formbox2 .input2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(48, 27, 18, 0.4);
}

.services-list2 .formbox2 .input2:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(48, 27, 18, 0.4);
}

.services-list2 .formbox2 .file {
  width: calc(100% - 180px);
}

.services-list2 .formbox2 .btn {
  color: #76B0E1;
  width: 100%;
  height: 50px;
  border: 1px solid #76B0E1;
  border-radius: 3px;
  color: #005bbb;
}

.services-list2 .formbox2 .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #76B0E1;
}

.services-list2 .formbox2 .filebtn {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 50px;
  background: #fff;
  top: 0;
  opacity: 0;
  cursor: pointer;
}



.services-list2 .formbox2 span {
  color: #999;
  font-size: 15px;
  /*font-style: italic;*/
  margin-left: .5rem;
}

.services-list2 .formbox2 .filebox {
  margin-top: .35rem;
}

.services-list2 .formbox2 .coadbox {
  margin-top: .35rem;
}

.services-list2 .formbox2 .item2 {
  margin-bottom: .5rem;
  width: 48%;
}

.services-list2 .formbox2 .item2 .input {
  width: 100%;
  height: 54px;
  border-radius: 5px;
  background: #F7F7F7;
  padding-left: 85px;
}

.services-list2 .formbox2 .item2 .namebtn {
  position: absolute;
  width: 60px;
  height: 25px;
  top: 50%;
  left: 0;
  margin-top: -12.5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.services-list2 .formbox2 .item2 .namebtn img {
  width: 24px;
}

.services-list2 .formbox2 .item2 .input1 {
  width: calc(100% - 130px);
  height: 54px;
  border-radius: 5px;
  background: #F7F7F7;
  padding-left: 85px;
}

.services-list2 .formbox2 .item2 .coad {
  width: 120px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.services-list2 .formbox2 .captcha_no {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -15px;
  padding-left: 0 !important;
  z-index: 2;
  font-size: .8rem !important;
  text-align: center;
  line-height: 30px;
}


.services-list2 .formbox2 .input3 {
  width: 7.75rem;
  border-radius: 3px;
  background: #005bbb;
  height: 52px;
  line-height: 52px;
  border: none;
  margin: .8rem auto 0;
}

@media (max-width: 767px) {
  .services-list2 .formbox2 .item2 {
    width: 100%;
  }

  .services-list2 .formbox2 .input3 {
    margin-top: 1rem;
  }

  .services-list2 .formbox2 .item2 .input1 {
    padding-left: 75px;
    height: 45px;
  }

  .services-list2 .formbox2 .item2 .coad {
    width: 120px;
    height: 45px;
  }

  .services-list2 {
    padding: 2rem 0;
  }

  .services-list2 .formbox2 .input3 {
    height: 45px;
    line-height: 45px;
  }

  .services-list2 .formbox2 .file {
    width: 100%;
  }

  .services-list2 .formbox2 .item5 {
    width: 100%;
  }

  .services-list2 .formbox2 .input,
  .services-list2 .formbox2 .input2 {
    font-size: 14px;
  }

  .services-list2 .formbox2 .item {
    width: 100%;
  }
}

.multi-banner {
  height: 17.5rem;
  width: 100%;
  /*padding-top: 7.5rem;*/
}

.multi-banner .bg {
  height: 17.5rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.multi-banner .tit2 {
  position: relative;
  z-index: 3;
  padding: 0 2.75rem;
}

.multi-banner .tit3 {
  position: relative;
  z-index: 3;
  width: 15.5rem;
  max-width: 90%;
  margin: 3.5rem auto 0;
}

.multi-banner .tit4 {
  position: relative;
  z-index: 3;
  width: 1200px;
  max-width: 90%;
  margin: .85rem auto 0;
}

.multi-banner .tit5 {
  /*margin-top: -2rem;*/
  width: 100%;
}

.multi-banner .textul {
  position: absolute;
  bottom: 3.5rem;
  width: 1200px;
  max-width: 90%;
  left: 50%;
  margin-left: -600px;
  z-index: 3;
}

.multi-banner .textul .li {
  width: 28.5%;
}

.multi-banner .textul .tit7 {
  margin-top: .2rem;
  color: #D6D6D6;
}

.multi-banner2 {
  height: 31.5rem;
}

.multi-banner2 .bg {
  height: 100%;
}

@media (max-width: 1200px) {
  .multi-banner .textul {
    position: relative;
    width: 1200px;
    max-width: 90%;
    margin-left: 5%;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 768px) {

  /*.multi-banner{
    height:50vh;
    .bg{
      height:50vh;
    }
  }*/
  .multi-banner .textul .li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .multi-banner .textul {
    margin-top: 5.5rem;
    padding-bottom: 2.5rem;
  }

  .multi-banner2 .bg {
    height: 100% !important;
  }

  .multi-banner2 .textul {
    padding-bottom: 2rem;
  }

  .multi-banner2 {
    height: auto !important;
  }

  .multi-banner2 .textul .tit7 {
    width: 78%;
    margin: .2rem auto 0;
    line-height: 1.8;
  }

  .multi-banner2 .tit4 {
    font-size: 12px;
  }

  .multi-banner2 .textul .tit7 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {

  /*.multi-banner {
    padding-top:3rem;
  }*/
  .multi-banner .tit3 {
    margin-top: 1rem;
  }

  .multi-banner .tit2 {
    padding: 0 5%;
  }

  .multi-banner .tit5 {
    margin-top: 0;
  }

  .multi-list1 .iconbox img {
    height: 28px;
  }

  .multi-banner .bg,
  .multi-banner {
    height: 7.5rem;
  }
}

.multi-list1 {
  padding:0 0 2.25rem;
  background-position: center bottom !important;
}
.multi-list1 .warp-contentbox{
  padding-top:2.25rem;
  padding-bottom:1.75rem;
} 

.multi-list1 .iconbox img {
  height: 38px;
  margin-bottom: .3rem;
}

.multi-list1 .tit3 {
  width: 100%;
  margin-top: .9rem;
  text-align: left;
}

.multi-list1 .img2 {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.multi-list1 .img2-1 {
  margin-top: 2rem;
}

.multi-list1 .tit3-1 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: .9rem;
  text-align: left;
}

@media (max-width: 1440px) {
  .multi-list1 .tit3 {
    width: 86%;
    margin: 1rem auto 0;
  }

  .multi-list1 .tit3-1 {
    width: 86%;
    margin: 1rem auto 0;
  }
}

@media (max-width: 768px) {
  .multi-list1 .tit3 {
    width: 100%;
    margin: .7rem auto 0;
  }

  .multi-list1 .tit3-1 {
    width: 100%;
    margin: .7rem auto 0;
  }
}

.multi-list1 .tabul {
  width: 98%;
  margin: 0 auto;
}

.multi-list1 .tabul .item {
  width: 6.75rem;
  padding-bottom: 1.7rem;
  overflow: hidden;
  margin: 0 .55rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.multi-list1 .tabul .btnbox {
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all .4s;
}

.multi-list1 .tabul .btnbox:hover {
  background: #005bbb;
  color: #fff;
  border: 1px solid #005bbb;
}

.multi-list1 .tabul .item:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -1.3rem;
  border-bottom: 1.3rem solid #fff;
  border-left: 1.3rem dashed transparent;
  border-right: 1.3rem dashed transparent;
  opacity: 0;
  transition: all .4s;
}

.multi-list1 .tabul .item.cur:before {
  opacity: 1;
}

.multi-list1 .tabul .item.cur .btnbox {
  background: #005bbb;
  color: #fff;
  border: 1px solid #005bbb;
}

@media (max-width: 768px) {
  .multi-list1 .tabul .item {
    width: 5.5rem;
  }
}

@media (max-width: 767px) {
  .multi-list1 {
    padding: 1.75rem 0 0;
  }

  .multi-list1 .tabul .item {
    width: calc(33.3% - .5rem);
    font-size: 13px;
    margin: 0 .25rem;
    line-height: 1.2;

  }

  .multi-list1 .tabul .btnbox {
    padding: 8px 5px;
  }

  .multi-list1 .tabul .item {
    padding-bottom: 1rem;
  }

  .multi-list1 .tabul .item:before {
    bottom: -10px;
    margin-left: -1rem;
    border-bottom: 1rem solid #fff;
    border-left: 1rem dashed transparent;
    border-right: 1rem dashed transparent;
  }

}



.multi-listbox {
  background: #fff;
  padding: 2rem 0 2.25rem;
}

.multi-listbox .contentbox {
  width: 1800px;
  max-width: 88%;
  margin: 0 auto;
  display: block;
}

.multi-listbox .tit2 {
  color: #005bbb;
  text-align: center;
  margin-bottom: .4rem;
}

.multi-listbox .tit3 {
  color: #555;
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}

.multi-listbox .itembox {
  margin-top: 1.2rem;
  padding: 0 1.2rem;
  margin-bottom: 1.5rem;
}

.multi-listbox .itembox .item {
  width: 25%;
  padding: 0 1rem;
  border-right: 1px solid #e2e2e2;
}

.multi-listbox .itembox .item.w33 {
  width: 33.3%;
}

.multi-listbox .itembox .item.w20 {
  width: 20%;
}

.multi-listbox .itembox .item.w50 {
  width: 50%;
}

.multi-listbox .itembox .item .icon {
  height: 23px;
  margin-right: .4rem;
}

.multi-listbox .itembox .item .tit4 {
  color: #005bbb;
  margin-bottom: .5rem;
  display: none;
}

.multi-listbox .itembox .item:last-child {
  border-right: none;
}

.multi-listbox .itembox .item .tit5 {
  text-align: justify;
}

.multi-listbox .warptable {
  width: 100%;
  overflow-x: auto;
}

.multi-listbox .warptable::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.multi-listbox table {
  min-width: 2200px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}

.multi-listbox table .tr1 {
  background: #005bbb !important;
}

.multi-listbox table td {

  word-break: break-word;
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
}

.multi-listbox table .td1 {
  width: 3%;
}

.multi-listbox table .td2 {
  width: 5%;
}

.multi-listbox table .td3 {
  width: 5%;
}

.multi-listbox table .td4 {
  width: 5%;
}

.multi-listbox table .td5 {
  width: 5%;
}

.multi-listbox table .li-item {
  width: 8%;
}

.multi-listbox table tr:nth-child(odd) {
  background: #eaeff7;
}

@media (max-width: 1480px) {
  .multi-listbox .itembox {
    margin: 1.8rem 0;
  }
}

@media (max-width: 768px) {
  .multi-listbox .itembox .item {
    width: 50%;
    margin-bottom: 4%;
  }
}

@media (max-width: 767px) {
  .multi-listbox .itembox {
    padding: 0;
  }

  .multi-listbox .itembox .item {
    width: 100%;
    padding: 0 .5rem .5rem;
    border-bottom: 1px solid #e2e2e2;
    border-right: none;
  }

  .multi-listbox .itembox .item.w33 {
    width: 100%;
  }

  .multi-listbox .itembox .item.w50 {
    width: 100%;
  }

  .multi-listbox .itembox .item.w20 {
    width: 100%;
  }

  .multi-listbox .itembox {
    margin-bottom: 1rem;
  }
}

.bgf7 {
  background: #F7F7F7;
}

.multi-list2 .dian {
  position: absolute;
  z-index: 2;
  width: 1.05rem;
  height: 1.05rem;
  animation: divscale 1.8s linear 0s infinite;
}

.multi-list2 .dian1 {
  left: 10%;
  top: 42%;
}

.multi-list2 .dian2 {
  left: 25%;
  top: 82%;
}

.multi-list2 .dian3 {
  left: 59%;
  top: 12%;
}

.multi-list2 .dian4 {
  left: 63%;
  top: 45%;
}

.multi-list2 .dian5 {
  left: 94%;
  top: 41%;
}

.multi-list2 .dian6 {
  left: 90%;
  top: 63%;
}

@keyframes divscale {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }

  50% {
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }

  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@media (max-width: 767px) {
  .multi-list2 .dian {
    width: .75rem;
    height: .75rem;
  }
}

.multi-list3 {
  position: relative;
  padding: 2.65rem 0 0;
}

.multi-list3 .bg {
  position: absolute;
  width: 100%;
  height: 17.5rem;
  left: 0;
  top: 0;
  background-position: center bottom;
}

.multi-list3 .tit3 {
  width: 840px;
  max-width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 1.7rem;
}

.multi-list3 .contentbox {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .multi-list3 {
    padding: 1.75rem 0;
  }
}

@media (max-width: 767px) {
  .multi-list3 .bg {
    background: url(../png/urpiyd.png) no-repeat;
    background-position: center bottom;
    height: 19.5rem;
  }
}

.multi-list4 {
  padding-bottom: 2rem;
}

.multi-list4 .img {
  max-width: 48%;
}

.multi-list4 .textbox {
  width: 40%;
}

.multi-list4 .tit4 {
  margin-top: .8rem;
}

.multi-list4 .itembox:nth-child(odd) {
  flex-flow: row-reverse wrap;
}

.multi-list4 .itembox:nth-child(even) .textbox {
  width: 46%;
}

.multi-list4 .itembox2 .img img {
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .multi-list4 .img {
    max-width: 100%;
  }

  .multi-list4 .textbox {
    width: 100%;
    margin-top: .8rem;
  }

  .multi-list4 .itembox:nth-child(even) .textbox {
    width: 100%;
  }

  .multi-list4 .textbox {
    margin-bottom: 1.5rem;
  }

  .multi-list4 .textbox .tit3 {
    text-align: center;
  }

  /*.multi-list4 .textbox .tit4 {
    text-align: center;
  }*/
}

.multi-list5 {
  position: relative;
  z-index: 3;
  margin-top: -2rem;
  padding: 0;
  height: 41rem;
}

.multi-list5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.multi-list5 .contentbox {
  position: relative;
  z-index: 3;
  padding: 5rem 0;
}

.multi-list5 .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: .3rem;
  fill: #075CC0;
}

.multi-list5 .tit2 {
  margin-bottom: 1.15rem;
}

.multi-list5 .tit3 {
  width: 665px;
  max-width: 90%;
}

@media (max-width: 767px) {
  .multi-list5 {
    height: 26rem;
  }

  .multi-list5 .contentbox {
    padding: 3rem 0;
  }
}

.multi-list6 {
  background: #E8F1FA;
  padding: 4rem 0 2rem;
  margin-top: -2rem;
}

.multi-list6 .img {
  width: 48%;
}

.multi-list6 .textbox {
  width: 40%;
}

.multi-list6 .tit4 {
  margin-top: .8rem;
}

.multi-list6 .itembox:nth-child(odd) {
  flex-flow: row-reverse wrap;
}

.multi-list6 .itembox:nth-child(even) .textbox {
  width: 46%;
}

.multi-list6 .itembox2 .img img {
  border-radius: 50%;
  overflow: hidden;
}

.multi-list6 .tit6 {
  margin-top: .85rem;
}

.multi-list6 .img2 {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .multi-list6 .img {
    width: 100%;
  }

  .multi-list6 .textbox {
    width: 100%;
    margin-top: .8rem;
  }

  .multi-list6 .itembox:nth-child(even) .textbox {
    width: 100%;
  }

  .multi-list6 .textbox {
    margin-bottom: 1.5rem;
  }

  .multi-list6 .textbox .tit3 {
    text-align: center;
  }

  /*.multi-list6 .textbox .tit4 {
    text-align: center;
  }*/
}

.multi-list7 {
  background: #fff url("../jpg/zt9flj.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding: 6rem 0 3.75rem;
  margin-top: -2rem;
  position: relative;
  /*.itembox:nth-child(even){
    .textbox{
      width:46%;
    }
  }*/
}

.multi-list7 .img {
  max-width: 48%;
}

.multi-list7 .textbox {
  width: 40%;
}

.multi-list7 .tit4 {
  margin-top: .8rem;
}

.multi-list7 .itembox:nth-child(even) {
  flex-flow: row-reverse wrap;
}

.multi-list7 .itembox:nth-child(even) .textbox {
  width: 46%;
}

.multi-list7 .itembox2 .img img {
  border-radius: 50%;
  overflow: hidden;
}

.multi-list7 .tit6 {
  margin-top: .85rem;
}

.multi-list7 .img2 {
  margin-top: 2.5rem;
  margin-bottom: 2.75rem;
}

@media (max-width: 767px) {
  .multi-list7 {
    padding-bottom: 1rem;
    padding-top: 3.5rem;
  }

  .multi-list7 .img2 {
    margin-top: 1.75rem;
    margin-bottom: 0;
  }

  .multi-list7 .img {
    max-width: 100%;
  }

  .multi-list7 .textbox {
    width: 100%;
    margin-top: .8rem;
  }

  .multi-list7 .itembox:nth-child(even) .textbox {
    width: 100%;
  }

  .multi-list7 .textbox {
    margin-bottom: 2rem;
  }

  .multi-list7 .textbox .tit3 {
    text-align: center;
  }

  /*.multi-list7 .textbox .tit4 {
    text-align: center;
  }*/
}

.multi-list8 {
  height: 11.25rem;
}

.multi-list8 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.multi-list8 .contentbox {
  position: relative;
  z-index: 3;
}

.multi-list8 .tit2 {
  margin-bottom: .6rem;
}

.multi-list8 .more {
  color: #fff;
  width: 180px;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  background: #005bbb;
  transition: all .4s;
}

.multi-list8 .more:hover {
  background: #005bbb;
  color: #fff;
}

.intellect-list2 {
  position: relative;
  padding: 0 1.5rem;
  z-index: 3;
  background: #F7F7F7;
}

.intellect-list2 .bg {
  width: calc(100% - 3rem);
  height: 100%;
  z-index: 1;
  border-radius: 15px;
  position: absolute;
  left: 1.5rem;
  top: 0;
  overflow: hidden;
}

.intellect-list2 .contentbox {
  position: relative;
  z-index: 3;
  padding: 5rem 0 12.2rem;
}

.intellect-list2 .contentbox2 {
  position: relative;
  z-index: 3;
  padding: 4.5rem 0 10rem;
}

.intellect-list2 .contentbox2 .tit3 {
  width: 910px;
  max-width: 90%;
}

.intellect-list2 .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: .3rem;
  fill: #fff;
}

.intellect-list2 .tit2 {
  margin-bottom: 1.15rem;
}

.intellect-list2 .tit3 {
  width: 665px;
  max-width: 90%;
}

@media (max-width: 767px) {
  .intellect-list2 {
    padding: 0 5%;
  }

  .intellect-list2 .bg {
    width: 90%;
    left: 5%;
  }

  .intellect-list2 .contentbox {
    padding: 2rem 0 12rem;
  }

  .intellect-list2 .contentbox2 {
    padding: 1.75rem 0 9rem;
  }
}

.intellect-list3 {
  padding: 3.5rem 0;
  background: #F7F7F7;
}

.intellect-list3 .itembox .img {
  width: 48%;
}

.intellect-list3 .itembox .textbox {
  width: 40%;
}

.intellect-list3 .itembox .tit4 {
  margin-top: .8rem;
}

.intellect-list3 .itembox ul {
  padding-left: 30px;
}

.intellect-list3 .itembox ul li {
  margin-bottom: .3rem;
}

.intellect-list3 .itembox:nth-child(odd) {
  flex-flow: row-reverse wrap;
}

.intellect-list3 .itembox:nth-child(even) .textbox {
  width: 46%;
}

.intellect-list3 .itembox2 .img img {
  border-radius: 50%;
  overflow: hidden;
}

.intellect-list3 .btn {
  color: #005bbb;
  padding: 0 1rem;
  padding-bottom: 5px;
  background: url(../png/37y1we.png) no-repeat center bottom;
  background-size: 180px auto;
  margin-top: 2rem;
}

.intellect-list3 .btn .icon {
  width: 12px;
  height: 12px;
  fill: #005bbb;
  margin-bottom: 0;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .intellect-list3 {
    padding: 2rem 0;
  }

  .intellect-list3 .itembox .textbox {
    width: 100% !important;
  }

  .intellect-list3 .itembox .img {
    width: 100%;
  }

  .intellect-list3 .btn {
    margin-top: 1.25rem;
  }
}

.intellect-list4 {
  margin-bottom: 3.75rem;
}

.interactive-list2 {
  position: relative;
  padding: 0 1.5rem;
  z-index: 3;
  background: #F7F7F7;
}

.interactive-list2 .bg {
  width: calc(100% - 3rem);
  height: 100%;
  z-index: 1;
  border-radius: 15px;
  position: absolute;
  left: 1.5rem;
  top: 0;
  overflow: hidden;
}

.interactive-list2 .contentbox {
  position: relative;
  z-index: 3;
  padding: 3rem 0 13rem;
}

.interactive-list2 .contentbox2 {
  position: relative;
  z-index: 3;
  padding: 4.75rem 0 11rem;
}

.interactive-list2 .contentbox2 .tit3 {
  width: 650px;
  max-width: 90%;
}

.interactive-list2 .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: .3rem;
  fill: #fff;
}

.interactive-list2 .tit2 {
  margin-bottom: 1.15rem;
}

.interactive-list2 .tit3 {
  width: 665px;
  max-width: 90%;
}

@media (max-width: 767px) {
  .interactive-list2 {
    padding: 0 5%;
  }

  .interactive-list2 .bg {
    width: 90%;
    left: 5%;
  }

  .interactive-list2 .contentbox {
    padding: 2rem 0 12rem;
  }

  .interactive-list2 .contentbox2 {
    padding: 2.75rem 0 12rem;
  }
}

.interactive-list3 {
  padding-top: 0;
}

.interactive-list3 .itembox3 .btn {
  margin-bottom: 0;
}

.interactive-list3 .ulbox2 {
  width: 100%;
  margin-top: 2rem;
  align-items: stretch;
}

.interactive-list3 .ulbox2 .li {
  width: 32%;
}

.interactive-list3 .ulbox2 .li .nli {
  background: #fff;
  padding: .75rem;
  box-shadow: 19px 49px 81px 0px rgba(34, 34, 34, 0);
  border-radius: 10px;
  margin-bottom: 15px;
}

.interactive-list3 .ulbox2 .li .tit6 {
  color: #0F65BF;
}

.interactive-list3 .ulbox2 .li .icon3 {
  width: .75rem;
  height: auto;
  fill: #005BBB;
}

@media (max-width: 767px) {
  .interactive-list3 .ulbox2 .li {
    width: 100%;
  }

  .interactive-list3 .ulbox2 .li .nli {
    width: 100%;
  }
}

.news-list6-dialog3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog3 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}

.news-list6-dialog3 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 1000px;
  width: 90%;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  text-align: center;
  display: none;
}

.news-list6-dialog3 .dialog__content #video {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 90%;
}

.news-list6-dialog3 .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}

.news-list6-dialog3 .closebtn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.news-list6-dialog3.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog3.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog3.dialog--open #video {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog3.dialog--close #video {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog3.dialog--open .dialog__content,
.news-list6-dialog3.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog3.dialog--open .dialog__content {
  display: block;
}

.news-list6-dialog3 .dialog__overlay {
  background: rgba(0, 0, 0, 0.4);
}

.news-list6-dialog3.dialog--close .dialog__content {
  display: none;
}

@media (max-width: 1024px) {
  .news-list6-dialog3 .closebtn {
    color: #fff;
  }

  .news-list6-dialog3 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}

@media (max-width: 767px) {
  .news-list6-dialog3 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }

  .news-list6-dialog3 .closebtn {
    right: 3%;
  }
}

.news-list6-dialog4 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog4 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}

.news-list6-dialog4 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 1.5rem;
  max-width: 530px;
  width: 90%;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  text-align: center;
  display: none;
}

.news-list6-dialog4 .dialog__content #video {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 90%;
}

.news-list6-dialog4 .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}

.news-list6-dialog4 .closebtn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.news-list6-dialog4.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog4.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog4 .formbox3 .tit3 {
  margin-bottom: .65rem;
}

.news-list6-dialog4 .formbox3 .input2 {
  width: 100%;
  height: 8rem;
  background: #F7F7F7;
  border-radius: 5px;
  padding: .5rem;
  margin-bottom: .5rem;
}

.news-list6-dialog4 .formbox3 .item2 {
  margin-bottom: .5rem;
  width: 100%;
}

.news-list6-dialog4 .formbox3 .item2 .input {
  width: 100%;
  height: 54px;
  border-radius: 5px;
  background: #F7F7F7;
  padding-left: 85px;
}

.news-list6-dialog4 .formbox3 .item2 .namebtn {
  position: absolute;
  width: 60px;
  height: 25px;
  top: 50%;
  left: 0;
  margin-top: -12.5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.news-list6-dialog4 .formbox3 .item2 .namebtn img {
  width: 24px;
}

.news-list6-dialog4 .formbox3 .item2 .input1 {
  width: calc(100% - 130px);
  height: 54px;
  border-radius: 5px;
  background: #F7F7F7;
  padding-left: 85px;
}

.news-list6-dialog4 .formbox3 .item2 .coad {
  width: 120px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.news-list6-dialog4 .formbox3 .input3 {
  width: 100%;
  border-radius: 3px;
  background: #005bbb;
  height: 52px;
  line-height: 52px;
  border: none;
}

.fixednav {
  position: fixed;
  right: 0;
  bottom: 40%;
  z-index: 11;
}

.fixednav .li {
  width: 80px;
  height: 80px;
  background: #005bbb;
  border-radius: 2px;
  margin-bottom: 2px;
}

.fixednav .li .icon {
  width: .65rem;
  margin-bottom: 2px;
  height: auto;
  fill: #fff;
}
.fixednav .li p{
  line-height:1.2;
  text-align:center;
  margin-top:5px;
}
.fixednav .li3 {
  margin-bottom: .75rem;
}

.fixednav .li2 {
  cursor: pointer;
}

.fixednav .li2 .icon {
  width: .85rem;
  height: .85rem;
}

.fixednav .li:hover {
  color: #fff;
}

.fixednav .li2 p {
  position: absolute;
  width: 210px;
  height: 60px;
  right: 58px;
  background: #005bbb;
  padding: .5rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(20px, 0);
  transition: all .3s;
}

.fixednav .li2 p:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1rem;
  right: 0;
  top: 50%;
  margin-top: -.5rem;
  background: #fff;
  opacity: .3;
}

.fixednav .li2:hover p {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

@media (max-width: 1480px) {
  .fixednav {
    bottom: 40%;
  }
}

@media (max-width: 1024px) {
  .fixednav {
    display: none;
  }
}

.news-list6-dialog4.dialog--open .formbox3 {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog4.dialog--close .formbox3 {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog4.dialog--open .dialog__content,
.news-list6-dialog4.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog4.dialog--open .dialog__content {
  display: block;
}

.news-list6-dialog4 .dialog__overlay {
  background: rgba(0, 0, 0, 0.4);
}

.news-list6-dialog4.dialog--close .dialog__content {
  display: none;
}

@media (max-width: 1024px) {
  .news-list6-dialog4 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
}

@media (max-width: 767px) {
  .news-list6-dialog4 .dialog__content {
    width: 100%;
    padding: .6rem 3%;
  }
}

.warp-table {
  /*padding: 0 85px;*/
  width: calc(100% - 170px);
  margin: 0 auto;
  overflow-x: auto;
  margin-top: 1rem;
  display: none;
  /*width: 100%;*/
}

@media (max-width: 768px) {
  .warp-table {
    width: 90%;
  }
}

.tem1-table {
  margin-top: 1rem;
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  min-width: 1000px;
}

.tem1-table .td2 {
  width: 9%;
}

.tem1-table .td3 {
  width: 8%;
}

.tem1-table .td4 {
  width: 9%;
}

.tem1-table .td5 {
  width: 6%;
}

.tem1-table .td6 {
  width: 5%;
}

.tem1-table .td7 {
  width: 9%;
}

.tem1-table .td8 {
  width: 8%;
}

.tem1-table .td9 {
  width: 11%;
}

.tem1-table .td10 {
  width: 11%;
}

.tem1-table .td11 {
  width: 7%;
}

.tem1-table .td12 {
  width: 10%;
}

.tem1-table .td13 {
  width: 7%;
}

.tem1-table .td13 a {
  color: #333;
  transition: all .3s;
}

.tem1-table .td13 a .icon {
  transition: all .3s;
}

.tem1-table .td13 a:hover {
  color: #005bbb;
}

.tem1-table .td13 a:hover .icon {
  fill: #005bbb;
}

.tem1-table .td13 .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #333;
}

.tem1-table td {
  padding: 15px .2rem;
}

.tem1-table .tr1 {
  background: #005bbb !important;
  height: 50px;
  padding: 0;
}

.tem1-table .tr1 td {
  border: 1px solid transparent;
}

.tem1-table .tr2 {
  background: #fff !important;
  height: 50px;
  padding: 5px;
}

.tem1-table tr {
  border: 1px solid #DDDDDD;
}

.tem1-table tr {
  background: #EAEFF7;
}

.tem1-table tr:nth-child(odd) {
  background: #D2DEEF;
}

.tem1-table .td8 a {
  text-decoration: none;
}

.tem1-table td {
  width: 25%;
  text-align: center;
  border: 1px solid #DDDDDD;
}

.tem1-table td a {
  color: #005bbb;
  text-decoration: underline;
}

/*.tem1-table .td2 {
  background: #C1D5F2;
}*/

.tem2-table {
  margin-top: 1rem;
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  min-width: 1000px;
}

.tem2-table .td2 {
  width: 11%;
}

.tem2-table .td3 {
  width: 11%;
}

.tem2-table .td4 {
  width: 11%;
}

.tem2-table .td5 {
  width: 11%;
}

.tem2-table .td6 {
  width: 11%;
}

.tem2-table .td7 {
  width: 11%;
}

.tem2-table .td8 {
  width: 34%;
}

.tem2-table td {
  padding: 15px .2rem;
}

.tem2-table .tr1 {
  background: #005bbb !important;
  height: 50px;
  padding: 0;
}

.tem2-table .tr1 td {
  border: 1px solid transparent;
}

.tem2-table .tr2 {
  background: #fff !important;
  height: 50px;
  padding: 5px;
}

.tem2-table tr {
  border: 1px solid #DDDDDD;
}

.tem2-table tr {
  background: #EAEFF7;
}

.tem2-table tr:nth-child(odd) {
  background: #D2DEEF;
}

.tem2-table .td8 a {
  text-decoration: none;
}

.tem2-table td {
  width: 25%;
  text-align: center;
  border: 1px solid #DDDDDD;
}

.tem2-table td a {
  color: #005bbb;
  text-decoration: underline;
}

/*.tem2-table .td2 {
  background: #C1D5F2;
}*/

.tem3-table {
  margin-top: 1rem;
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  min-width: 1000px;
}

.tem3-table .td2 {
  width: 9%;
}

.tem3-table .td3 {
  width: 8%;
}

.tem3-table .td4 {
  width: 9%;
}

.tem3-table .td5 {
  width: 6%;
}

.tem3-table .td6 {
  width: 5%;
}

.tem3-table .td7 {
  width: 12%;
}

.tem3-table .td8 {
  width: 8%;
}

.tem3-table .td9 {
  width: 18%;
}

.tem3-table .td10 {
  width: 11%;
}

.tem3-table .td11 {
  width: 7%;
}

.tem3-table .td12 {
  width: 7%;
}

.tem3-table td {
  padding: 15px .2rem;
}

.tem3-table .tr1 {
  background: #005bbb !important;
  height: 50px;
  padding: 0;
}

.tem3-table .tr1 td {
  border: 1px solid transparent;
}

.tem3-table .tr2 {
  background: #fff !important;
  height: 50px;
  padding: 5px;
}

.tem3-table tr {
  border: 1px solid #DDDDDD;
}

.tem3-table tr {
  background: #EAEFF7;
}

.tem3-table tr:nth-child(odd) {
  background: #D2DEEF;
}

.tem3-table .td8 a {
  text-decoration: none;
}

.tem3-table td {
  width: 25%;
  text-align: center;
  border: 1px solid #DDDDDD;
}

.tem3-table td a {
  color: #005bbb;
  text-decoration: underline;
}

/*.tem3-table .td2 {
  background: #C1D5F2;
}*/

.tem4-table {
  margin-top: 1rem;
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  min-width: 1000px;
}

.tem4-table .td2 {
  width: 10%;
}

.tem4-table .td3 {
  width: 10%;
}

.tem4-table .td4 {
  width: 14%;
}

.tem4-table .td5 {
  width: 10%;
}

.tem4-table .td6 {
  width: 10%;
}

.tem4-table .td7 {
  width: 10%;
}

.tem4-table .td8 {
  width: 16%;
}

.tem4-table .td9 {
  width: 10%;
}

.tem4-table .td10 {
  width: 10%;
}

.tem4-table td {
  padding: 15px .2rem;
}

.tem4-table .tr1 {
  background: #005bbb !important;
  height: 50px;
  padding: 0;
}

.tem4-table .tr1 td {
  border: 1px solid transparent;
}

.tem4-table .tr2 {
  background: #fff !important;
  height: 50px;
  padding: 5px;
}

.tem4-table tr {
  border: 1px solid #DDDDDD;
}

.tem4-table tr {
  background: #EAEFF7;
}

.tem4-table tr:nth-child(odd) {
  background: #D2DEEF;
}

.tem4-table .td8 a {
  text-decoration: none;
}

.tem4-table td {
  width: 25%;
  text-align: center;
  border: 1px solid #DDDDDD;
}

.tem4-table td a {
  color: #005bbb;
  text-decoration: underline;
}

/*.tem4-table .td2 {
  background: #C1D5F2;
}
*/
.tem5-table {
  margin-top: 1rem;
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  min-width: 1000px;
}

.tem5-table .td2 {
  width: 8%;
}

.tem5-table .td3 {
  width: 6%;
}

.tem5-table .td4 {
  width: 10%;
}

.tem5-table .td5 {
  width: 14%;
}

.tem5-table .td6 {
  width: 8%;
}

.tem5-table .td7 {
  width: 6%;
}

.tem5-table .td8 {
  width: 16%;
}

.tem5-table .td9 {
  width: 16%;
}

.tem5-table .td10 {
  width: 7%;
}

.tem5-table .td11 {
  width: 7%;
}

.tem5-table td {
  padding: 15px .2rem;
}

.tem5-table .tr1 {
  background: #005bbb !important;
  height: 50px;
  padding: 0;
}

.tem5-table .tr1 td {
  border: 1px solid transparent;
}

.tem5-table .tr2 {
  background: #fff !important;
  height: 50px;
  padding: 5px;
}

.tem5-table tr {
  border: 1px solid #DDDDDD;
}

.tem5-table tr {
  background: #EAEFF7;
}

.tem5-table tr:nth-child(odd) {
  background: #D2DEEF;
}

.tem5-table .td8 a {
  text-decoration: none;
}

.tem5-table td {
  width: 25%;
  text-align: center;
  border: 1px solid #DDDDDD;
}

.tem5-table td a {
  color: #005bbb;
  text-decoration: underline;
}

/*.tem5-table .td2 {
  background: #C1D5F2;
}*/

.tem6-table {
  margin-top: 1rem;
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  min-width: 1000px;
}

.tem6-table .td1 {
  width: 4%;
}

.tem6-table .td2 {
  width: 6%;
}

.tem6-table .td3 {
  width: 10%;
}

.tem6-table .td4 {
  width: 12%;
}

.tem6-table .td5 {
  width: 8%;
}

.tem6-table .td6 {
  width: 8%;
}

.tem6-table .td7 {
  width: 9%;
}

.tem6-table .td8 {
  width: 9%;
}

.tem6-table .td9 {
  width: 9%;
}

.tem6-table .td10 {
  width: 9%;
}

.tem6-table .td11 {
  width: 8%;
}

.tem6-table .td12 {
  width: 8%;
}

.tem6-table .td11 a {
  color: #333;
  transition: all .3s;
}

.tem6-table .td11 a .icon {
  margin-bottom: 0;
  transition: all .3s;
}

.tem6-table .td11 a:hover {
  color: #005bbb;
}

.tem6-table .td11 a:hover .icon {
  fill: #005bbb;
}

.tem6-table .td11 .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #333;
}

.tem6-table td {
  padding: 15px .2rem;
}

.tem6-table .tr1 {
  background: #005bbb !important;
  height: 50px;
  padding: 0;
}

.tem6-table .tr1 td {
  border: 1px solid transparent;
}

.tem6-table .tr2 {
  background: #fff !important;
  height: 50px;
  padding: 5px;
}

.tem6-table tr {
  border: 1px solid #DDDDDD;
}

.tem6-table tr {
  background: #EAEFF7;
}

.tem6-table tr:nth-child(odd) {
  background: #D2DEEF;
}

.tem6-table .td11 a {
  /*text-decoration: none;*/
  border-bottom: none;
}

.tem6-table td {
  /*width:25%;*/
  text-align: center;
  border: 1px solid #DDDDDD;
}

.tem6-table td a {
  color: #005bbb;
  border-bottom: 1px solid #005bbb;
}

.tem6-table .td2 {
  /*background: #C1D5F2;*/
}

.tem7-table {
  margin-top: 1rem;
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  min-width: 1000px;
}

.tem7-table .td1 {
  width: 4%;
}

.tem7-table .td2 {
  width: 6%;
}

.tem7-table .td3 {
  width: 6%;
}

.tem7-table .td4 {
  width: 8%;
}

.tem7-table .td5 {
  width: 8%;
}

.tem7-table .td6 {
  width: 8%;
}

.tem7-table .td7 {
  width: 9%;
}

.tem7-table .td8 {
  width: 9%;
}

.tem7-table .td9 {
  width: 9%;
}

.tem7-table .td10 {
  width: 6%;
}

.tem7-table .td11 {
  width: 8%;
}

.tem7-table .td12 {
  width: 8%;
}

.tem7-table .td13 {
  width: 8%;
}

.tem7-table .td11 a {
  color: #333;
  transition: all .3s;
}

.tem7-table .td11 a .icon {
  margin-bottom: 0;
  transition: all .3s;
}

.tem7-table .td11 a:hover {
  color: #005bbb;
}

.tem7-table .td11 a:hover .icon {
  fill: #005bbb;
}

.tem7-table .td11 .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #333;
}

.tem7-table td {
  padding: 15px .2rem;
}

.tem7-table .tr1 {
  background: #005bbb !important;
  height: 50px;
  padding: 0;
}

.tem7-table .tr1 td {
  border: 1px solid transparent;
}

.tem7-table .tr2 {
  background: #fff !important;
  height: 50px;
  padding: 5px;
}

.tem7-table tr {
  border: 1px solid #DDDDDD;
}

.tem7-table tr {
  background: #EAEFF7;
}

.tem7-table tr:nth-child(odd) {
  background: #D2DEEF;
}

.tem7-table .td11 a {
  text-decoration: none;
}

.tem7-table td {
  /*width:25%;*/
  text-align: center;
  border: 1px solid #DDDDDD;
}

.tem7-table td a {
  color: #005bbb;
  /*text-decoration: underline;*/
}

/*.tem7-table .td2 {
  background: #C1D5F2;
}*/
.tem7-table .td12 a {
  color: #005bbb;
  border-bottom: 1px solid #005bbb;
}

.news-list6-dialog5 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog5 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}

.news-list6-dialog5 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 1rem .5rem;
  max-width: 460px;
  min-height: 8rem;
  width: 90%;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  text-align: center;
  display: none;
}

.news-list6-dialog5 .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}

.news-list6-dialog5 .closebtn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.news-list6-dialog5.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog5.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}

.news-list6-dialog5 .formbox3 .tit3 {
  margin-bottom: .65rem;
}

.news-list6-dialog5 .textbox {
  border-radius: 10px;
}

.news-list6-dialog5 .textbox .icon {
  height: 2rem;
  width: 2rem;
  margin: .35rem 0;
}

.news-list6-dialog5 .textbox .tit3 {
  margin-bottom: .5rem;
}

.news-list6-dialog5 .textbox .tips {
  line-height: 1.4;
}

.news-list6-dialog5.dialog--open .textbox {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog5.dialog--close .textbox {
  opacity: 0;
  visibility: hidden;
}

.news-list6-dialog5.dialog--open .dialog__content,
.news-list6-dialog5.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog5.dialog--open .dialog__content {
  display: flex;
}

.news-list6-dialog5 .dialog__overlay {
  background: rgba(0, 0, 0, 0.4);
}

.news-list6-dialog5.dialog--close .dialog__content {
  display: none;
}

@media (max-width: 767px) {
  .news-list6-dialog5 .dialog__content {
    width: 90%;
  }
}

.wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
  overflow: hidden;
  border-radius: 50%;
}

.wrapper .before,
.wrapper .after {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.wrapper .content-image {
  height: 100%;
}

.wrapper .after {
  width: 125px;
}

.wrapper .scroller {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
}

.wrapper .scroller:hover {
  opacity: 1;
}

.wrapper .scrolling {
  pointer-events: none;
  opacity: 1;
}

.wrapper .scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.wrapper .scroller:before,
.wrapper .scroller:after {
  content: " ";
  display: block;
  width: 2px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  z-index: 30;
  transition: 0.1s;
  display: none;
}

.wrapper .scroller:before {
  top: 105%;
}

.wrapper .scroller:after {
  bottom: 105%;
}

.wrapper .scroller {
  background: #075CC0;
  border: 2px solid #075CC0;
}

.wrapper .scroller:before,
.wrapper .scroller:after {
  background: #000;
}

.wrapper .scroller__thumb {
  height: 35px;
  width: 35px;
}

.wrapper img {
  max-width: none;
}



/*修改*/
.about-list2 .tabitem {
  /*height:420px;*/
  margin-bottom: 3rem;
  overflow-y: auto;
}

.page a {
  border-radius: 5px;
}

::-moz-selection {
  background: #005bbb;
  color: #fff;
}

::selection {
  background: #005bbb;
  color: #fff;
}

.sweet-alert {
  padding: 1.5rem 17px !important;
}

.sweet-alert .sa-icon {
  width: 70px !important;
  height: 70px !important;
  margin-top: 0 !important;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  height: 7px !important;
}

.sweet-alert button {
  padding: 9px 60px !important;
}

.sweet-alert .sa-icon.sa-error {
  border-color: transparent !important;
  border: none !important;
  background: #fa2a2d;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  background-color: #fff !important;
  border-radius: 0;
  width: 38px !important;
  top: 33px !important;
}

/*.sweet-alert .sa-icon.sa-success {
  border-color: #005BBB !important;
}

.sweet-alert .sa-icon.sa-success .sa-line {
  border-color: #005BBB !important;
}*/

.fixednav {
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.fixednav.active {
  opacity: 1;
  visibility: visible;
}

.join-list3 #bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.join-list3 .contentbox {
  position: relative;
  z-index: 3;
}

.join-list3 #canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: .5;
}

@media (max-width:1320px) {
  .header4 .rightbox .search .input1 {
    width: 4.25rem;
  }

  .header4 .leftbox .li {
    margin: 0 .4rem;
  }
}

@media (max-width:1280px) {
  .header4 .leftbox .li {
    margin: 0 .35rem;
  }
}

.ibanner .btn {
  z-index: 4;
  /*bottom:2.2rem;*/
  display: inline-flex;
  bottom: -4rem;
  /*left:5%;*/
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../png/32g3ej.png) no-repeat center bottom;
  background-size: 100% 2px;
  padding: 0 5px 5px;
}

.ibanner .btn .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin-left: 5px;
  transition: all .3s;
}

.ibanner .btn:hover {
  color: #fff;
}

.ibanner .btn:hover .icon {
  color: #fff;
  margin-left: 10px;
}

.ibanner .title {
  width: 100%;
  padding: 0 10%;
  z-index: 3;

  /*top:27.8vh;*/

}

@media (max-width:1024px) {
  .ibanner .title {
    top: 19.8vh;
  }

  .ibanner .btn {
    left: 50%;
  }

  .ibanner .title {
    padding: 0 5%;
  }

  .ibanner .btn {
    bottom: -10rem;
  }
}


.captcha_ok {
  background: url(../svg/9y1gag.svg) no-repeat .5rem center !important;
  background-size: 20px 20px !important;
  width: 130px;
  height: 54px;
  position: absolute;
  right: 0;
  display: inline-block;
  padding-left: 0 !important;
  text-indent: -999px;
  overflow: hidden;
}


.tem3-table .tr2 .td2 {
  background: #fff !important;
}

.tem4-table .tr2 .td2 {
  background: #fff !important;
}

.tem5-table .tr2 .td2 {
  background: #fff !important;
}

.tem6-table .tr2 .td2 {
  background: #fff !important;
}

.tem7-table .tr2 .td2 {
  background: #fff !important;
}

.tem1-table .tr2 .td2 {
  background: #fff !important;
}

.tem2-table .tr2 .td2 {
  background: #fff !important;
}



.i-index2 .warptext .more .icon {
  transition: all .3s;
}

.i-index2 .warptext .more:hover .icon {
  margin-left: 15px;
}

.i-index3 .text .more .icon {
  transition: all .3s;
}

.i-index3 .text .more:hover .icon {
  margin-left: 15px;
}

.services-list1 .table .tr1 td {
  background: #005bbb !important;
}

.services-list1 .table .td9 {
  background: #eaeff7;
}

.services-list1 .table .td1 input[type=checkbox] {
  -webkit-appearance: none;
  cursor: pointer;
}

.services-list1 .table .td1 input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  /*margin-right: 10px;*/
  border-radius: 50%;
  position: relative;
}

.services-list1 .table .td1 input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #666;
  border-radius: 50%;
}

.services-list1 .table .td1 input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
}

.services-list1 .table .td1 input[type="checkbox"]:checked::after {
  content: "";
  background-color: #005bbb;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}


.tem6-table .td1 input[type=checkbox] {
  -webkit-appearance: none;
  cursor: pointer;
}

.tem6-table .td1 input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  /*margin-right: 10px;*/
  border-radius: 50%;
  position: relative;
}

.tem6-table .td1 input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #666;
  border-radius: 50%;
}

.tem6-table .td1 input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
}

.tem6-table .td1 input[type="checkbox"]:checked::after {
  content: "";
  background-color: #005bbb;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}


.tem7-table .td1 input[type=checkbox] {
  -webkit-appearance: none;
  cursor: pointer;
}

.tem7-table .td1 input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  /*margin-right: 10px;*/
  border-radius: 50%;
  position: relative;
}

.tem7-table .td1 input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #666;
  border-radius: 50%;
}

.tem7-table .td1 input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
}

.tem7-table .td1 input[type="checkbox"]:checked::after {
  content: "";
  background-color: #005bbb;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}


.down-cover-box {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.downlogin-box {
  position: fixed;
  z-index: 10;
  width: 600px;
  height: auto;
  max-width: 90%;
  background: #fff;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.downlogin-box .close_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  z-index: 3;
  cursor: pointer;
}

.downlogin-box img {
  margin: 0 auto 1rem;
}

.downlogin-box .sub-title {
  margin-bottom: .15rem;
}

.down-cover-box.show {
  opacity: 1;
  visibility: visible;
}

.downlogin-box.show {
  opacity: 1;
  visibility: visible;
}

.fon1 {
  font-family: "Montserrat-Regular-8", "Arial";
  letter-spacing: 1px;
}

.fon-middle {
  /*font-family: 'Noto Sans SC',"Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;*/
  font-family: "Montserrat-Regular-8", "Source Han Sans CN", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;


  /*font-weight: 500;*/
  font-weight: bold;
}

.tem1-table tr,
.tem2-table tr,
.tem3-table tr,
.tem4-table tr,
.tem5-table tr {
  font-family: "Montserrat-Regular-8", "Arial";
}

/*.multi-list1 .contentbox>.tit3{
  color:#666;
  line-height:2;
}
.interactive-list2 .tit3{
  line-height:2;
}
.multi-list3 .contentbox> .tit3{
  line-height:2;
}
.multi-list4 .contentbox> .tit3{
  line-height:2;
}
.multi-list5 .contentbox> .tit3{
  line-height:2;
}
.multi-list6 .contentbox> .tit3{
  line-height:2;
}
.multi-list7 .contentbox> .tit3{
  line-height:2;
}
.multi-list4 .tit4{
  line-height:2;
}
.multi-list1 .itembox .tit4{
  color:#666;
  line-height:2;
}
.intellect-list3 .itembox .tit4{
  color:#666;
  line-height:2;
}

.intellect-list2 .contentbox2> .tit3{
  line-height:2;
}
.intellect-list2 .contentbox> .tit3{
  line-height:2;
}
.interactive-list3 .ulbox2 .li .nli .tit7{
  line-height:2;
}*/

/*.intellect-list3 .itembox ul{
  color:#333;
}*/

@media (max-width:1520px) {
  .tem6-table .tit-18 {
    font-size: 13px;
  }

  .tem7-table .tit-18 {
    font-size: 13px;
  }

  .tem1-table .tr2,
  .tem2-table .tr2,
  .tem3-table .tr2,
  .tem4-table .tr2,
  .tem5-table .tr2 {
    font-size: 14px;
  }

  .tem1-table .tit-16,
  .tem2-table .tit-16,
  .tem3-table .tit-16,
  .tem4-table .tit-16,
  .tem5-table .tit-16 {
    font-size: 13px;
  }
}

@media (max-width:1400px) {
  .tem6-table .tit-18 {
    font-size: 12px;
  }

  .tem7-table .tit-18 {
    font-size: 12px;
  }

  .tem1-table .tr2,
  .tem2-table .tr2,
  .tem3-table .tr2,
  .tem4-table .tr2,
  .tem5-table .tr2 {
    font-size: 13px;
  }

  .tem1-table .tit-16,
  .tem2-table .tit-16,
  .tem3-table .tit-16,
  .tem4-table .tit-16,
  .tem5-table .tit-16 {
    font-size: 12px;
  }
}

@media (max-width:1024px) {
  .header2 .logo {
    height: 20px;
  }

  .header2 .logo svg {
    height: 20px;
  }

}

@media (max-width:767px) {
  .contact-list1 .item-li div {
    word-break: break-word;
  }

  .contact-list1 .item-li div {
    line-height: 1.8;
  }

  /*.contact-list1 .item-li div br{
    display:none;
    
  }*/
  .contact-list1 .li {
    padding-right: 0;
  }

  .contact-list1 .item-li img {
    margin-top: 7px;
  }

  .contact-list1 .item-li .icon {
    margin-top: 5px;
  }

  .footer .leftbox .linkbox {
    width: 256px;
    margin: 0 auto .75rem;
    margin-left:0 ;
  }

  .footer .logo {
    height: 22px;
    display: block;
    margin: 0 auto 1.5rem;
  }

  .footer .leftbox .sp {
    height: 35px;
    line-height: 35px;
    cursor: pointer;
  }

  .about-list2 .tabitem {
    margin-bottom: 1.2rem;
  }
}

@media (max-width:1480px) {
  .header4 h1 {
    height: 22px;
  }

  .header4 h1 .logo {
    height: 22px;
  }
}

.header4 .isubbox .box2 .itemli-left {
  width: 40%;
}

.multi-list1 .contentbox>.tit3,
.multi-list2 .contentbox>.tit3,
.multi-list3 .contentbox>.tit3,
.multi-list4 .contentbox>.tit3,
.multi-list5 .contentbox>.tit3,
.multi-list6 .contentbox>.tit3,
.multi-list7 .contentbox>.tit3,
.interactive-list2 .tit3 {
  /*text-align: justify;*/
  text-align: left;
}

.multi-list4 .tit4,
.multi-list6 .tit4,
.multi-list5 .tit4,
.multi-list1 .itembox .tit4,
.intellect-list3 .itembox .tit4,
.intellect-list2 .contentbox2>.tit3,
.multi-list1 .tit3,
.about-list1 .contentbox .tit3,
.about-list2 .textbox .tabitem,
.join-list2 .text,
.welfare-list2 .tit4,
.multi-list7 .tit4,
.multi-list6 .tit6,
.multi-list7 .tit6,
.interactive-list3 .ulbox2 .li .nli .tit7,
.welfare-list2 .text,
.multi-banner .tit4,
.about-list4 .tit4,
.newsinfo .leftbox .news-text {
  /*text-align: justify;*/
  text-align: left;
}

.multi-banner .textul .tit7 {
  text-align: left;
}

/*.newsinfo .leftbox .news-text {
  word-break: break-all;
}*/

.warp-btn .btn .icon {
  transition: all .5s;
}

.warp-btn.cur .btn .icon {
  transform: rotate(-180deg);
}

/*@media (min-width:1024px) {
  .about-list2 .title {
    width: 1380px;
    max-width: 90%;
    text-align:left;
    margin:0 auto;
  }

}*/


.n-register .item .captcha {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
}

@media (max-width: 768px) {
  .sub-navbox a {
    font-size: 16px !important;
  }
}



.services-list3 {
  padding: 2.75rem 0;
}

.services-list3 .formlist {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  overflow-x: auto;
}

.services-list3 .formlist table {
  width: 100%;
  min-width: 800px;
}

.services-list3 .formlist table .tr1 {
  background: #005bbb !important;
}

.services-list3 .formlist table tr {
  height: 60px;
}

.services-list3 .formlist td {
  width: 25%;
  text-align: center;
}

.services-list3 .formlist td:nth-child(1) {
  /*padding-left:8%;*/
  width: 10%;
}

.services-list3 .formlist td:nth-child(2) {
  width: 10%;
}

.services-list3 .formlist td:nth-child(3) {
  width: 12%;
  /*text-align:left;*/
  /*padding-left: 5%;*/
}

.services-list3 .formlist tr:nth-child(even) {
  background: #EAEFF7;
}

@media (max-width: 767px) {
  .services-list3 {
    padding: 1.5rem 0;
  }

  .services-list3 .formlist td:nth-child(1) {
    padding-left: 5%;
  }

  /*.services-list3 .formlist td {
    width: 25% !important;
    text-align: center;
    line-height: 1.2;
    padding: .35rem 2% !important;
    word-break: break-all;
  }
  .services-list3 .formlist td:nth-child(2){
    width:20% !important;
  }
  .services-list3 .formlist td:nth-child(3){
    width:30% !important;
  }*/

  /*.services-list3 .formlist table .tr1 {
    font-size: 12px;
  }*/
  .services-list3 .formlist td {
    width: 25%;
  }

  .services-list3 .formlist td:nth-child(2) {
    width: 12%;
  }
}

.services-list4 {
  padding: 2.5rem 0;
  background: #f6f6f6;
}

.services-list4 .contentbox {
  margin-top: 2.25rem;
  align-items: stretch;
}

.services-list4 .leftbox {
  width: 48%;
}

.services-list4 .rightbox {
  width: 48%;
}

.services-list4 .leftbox .item {
  width: 100%;
  border-radius: 10px;
  padding: .85rem 2rem;
  background: #fff;
}

.services-list4 .leftbox .item .text {
  margin-left: 1rem;
  width: calc(100% - 1rem - 2.25rem);
}

.services-list4 .leftbox .item .icon {
  width: 2.25rem;
  height: 2.25rem;
}

.services-list4 .leftbox .item:nth-child(1) {
  margin-bottom: 1rem;
}

.services-list4 .rightbox img {
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .services-list4 .leftbox {
    width: 100%;
  }

  .services-list4 .rightbox {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .services-list4 .leftbox .item {
    padding: .5rem .75rem;
  }

  .services-list4 .leftbox .item .icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .services-list4 .contentbox {
    margin-top: 1.5rem;
  }
}

.services-list1 .frombox .warp-nli {
  margin-bottom: .5rem;
}

.services-list1 .frombox .li4 {
  width: 9rem;
  z-index: 1;
}

.services-list1 .frombox .input {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1.25rem;
  background: none;
  padding: 0 24px;
  padding-right: 60px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-shadow: none;
}

.services-list1 .frombox .input:focus {
  border-color: rgba(0, 85, 158, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 85, 158, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 85, 158, 0.6);
}

.services-list1 .frombox .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b2b2;
}

.services-list1 .frombox .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b2b2;
}

.services-list1 .frombox .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b2b2;
}

.services-list1 .frombox .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b3b2b2;
}

.services-list1 .frombox .input2 {
  width: 20px;
  height: 20px;
  background: url(../svg/5bsjsw.svg) no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}

@media (max-width: 768px) {
  .services-list1 .frombox .warp-nli {
    margin-bottom: 0;
  }

  .services-list1 .services-top .frombox .sptitle {
    height: 1.25rem;
  }
}

.sub-navbox .sub-item2.w780 {
  width: 720px;
  max-width: 72%;
}
.sub-navbox .sub-item2.w960 {
  width: 960px;
  max-width: 72%;
}
.sub-navbox .sub-item2 {
  width: 1200px;
  max-width: 72%;
}

.sub-navbox .sub-item2 a {
  padding: 0;
  color: #444;
}

.sub-navbox .sub-item2 a .icon {
  width: 40px;
  height: 40px;
  background-position: center top;
  transition: all .4s;
  background-size: 40px auto;
}

.sub-navbox .sub-item2 a:hover .icon,
.sub-navbox .sub-item2 a.cur .icon {
  background-position: center -38px;
}


.solutions-list2 {
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 2.6rem 0 1rem;
}

.solutions-list2 .li {
  width: 46%;
  margin-bottom: 1rem;
}

.solutions-list2 .li .textbox {
  width: calc(100% - 105px);
}

.solutions-list2 .li .tit3 {
  color: #005bbb;
  margin-bottom: .4rem;
}

.solutions-list2 .li .tit4 {
  text-align: left;
}

.solutions-list2 .li .icon {
  width: 55px;
}

@media (max-width: 768px) {
  .solutions-list2 .li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .solutions-list2 .li .icon {
    width: 35px;
    margin-right: 20px;
  }

  .solutions-list2 .li .textbox {
    width: calc(100% - 55px);
  }

  .solutions-list2 .li {
    margin-bottom: .8rem;
  }

  .solutions-list2 {
    padding: 1.5rem 0 1rem;
  }
}

.solutions-list3 {
  background: #f7f7f7;
  padding: 2.25rem 0;
}

.solutions-list3 .title {
  color: #005bbb;
  margin-bottom: .65rem;
}


.solutions-list3 .formlist {
  border-radius: 10px;
  overflow: hidden;
  /*box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);*/
  overflow-x: auto;
}

.solutions-list3 .formlist table {
  width: 100%;
  min-width: 700px;
}



.solutions-list3 .formlist table tr {
  height: 60px;
  background: #fff;
  font-family: "Montserrat-Regular-8", "Arial";
  color: #222;
  line-height: 1.8;
  font-size: 20px;
}

@media (max-width: 1681px) {
  .solutions-list3 .formlist table tr {
    font-size: 18px;
  }
}

@media (max-width: 1481px) {
  .solutions-list3 .formlist table tr {
    font-size: 16px;
  }
}

@media (max-width: 1281px) {
  .solutions-list3 .formlist table tr {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .solutions-list3 .formlist table tr {
    font-size: 16px;
  }
}

.solutions-list3 .formlist table .tr1 {
  color: #fff;
  background: #005bbb !important;
  font-family: "Source Han Sans CN", "Microsoft Yahei", "Noto Sans S Chinese Light", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.solutions-list3 .formlist td {
  width: 25%;
  text-align: center;
  border: 1px solid #ddd;

}

.solutions-list3 .formlist tr:nth-child(even) {
  background: #eaeff7;
}

@media (max-width: 767px) {
  .solutions-list3 {
    padding: 1.5rem 0;
  }
}

.industry-list1 {
  padding-bottom: 0;
}

.warp-industry {
  padding-bottom: 2.25rem;
}

.multi-list1 .contentbox2 {
  padding: 2rem 0 0;
}

.multi-list1 .contentbox2 .title {
  color: #005bbb;
  margin-bottom: 1.65rem;
}

.industry-list1 .leftbox {
  width: 48%;
}

.industry-list1 .leftbox .tit4 {
  margin-bottom: .65rem;
}

.industry-list1 .leftbox .tit5 {
  text-align: left;
}

.industry-list1 .img {
  width: 48%;
}

.industry-list1 .img img {
  width: 100%;
}

@media (max-width: 767px) {
  .industry-list1 .leftbox {
    width: 100%;
    margin-bottom: .65rem;
  }

  .industry-list1 .img {
    width: 100%;
  }

  .multi-list1 .contentbox2 {
    padding-top: 1.2rem;
  }

  .multi-list1 .contentbox2 .title {
    margin-bottom: .85rem;
  }

  .industry-list1 .leftbox .tit4 {
    margin-bottom: .35rem;
  }

  .multi-list1 .img2-1 {
    margin-top: 1rem;
  }

}


.multi-list1 .contentbox3 {
  padding: 2.25rem 0 0;
}

.multi-list1 .contentbox3 .title2 {
  color: #444;
  margin-bottom: 1rem;
}

.industry-list1 .contentbox3 .ulbox {
  width: 100%;
}

.industry-list1 .contentbox3 .ulbox .li {
  width: calc(20% - 8px);
  background: #fff;
  padding: .75rem .5rem 1rem;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.industry-list1 .contentbox3 .ulbox .li:nth-child(5n) {
  margin-right: 0;
}

.industry-list1 .contentbox3 .ulbox .li.w25 {
  width: calc(25% - 8px);
  margin-right: 8px;
}

.industry-list1 .contentbox3 .ulbox .li.w33 {
  width: calc(33.3% - 8px);
  margin-right: 8px;
}

.industry-list1 .contentbox3 .ulbox .li.w50 {
  width: calc(50% - 8px);
  margin-right: 8px;
}


.industry-list1 .contentbox3 .ulbox .li-title {
  color: #0f65bf;
  margin-bottom: .4rem;
}

.industry-list1 .contentbox3 .ulbox .li-title .icon {
  height: 26px;
  margin-bottom: .35rem;
}

.industry-list1 .contentbox3 .ulbox .li .p {
  text-align: left;
}

@media (max-width: 1024px) {
  .industry-list1 .contentbox3 .ulbox .li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .multi-list1 .contentbox3 {
    padding-top: 1.2rem;
  }
  .multi-list1{
    padding-top:0;
  }
}


.multi-list1 .contentbox4 {
  padding: 2.25rem 0 0;
}

.multi-list1 .contentbox4 .title2 {
  color: #444;
  margin-bottom: 1rem;
}

.industry-list1 .contentbox4 .ulbox {
  width: 100%;
  padding: 1.5rem 0;
  background: #fff;
  border-radius: 8px;
}

.industry-list1 .contentbox4 .ulbox .li {
  width: 33.3%;
  padding: 0 1rem;
}

.industry-list1 .contentbox4 .ulbox .li.w25 {
  width: 50%;
  margin-bottom: .5rem;
}


.industry-list1 .contentbox4 .ulbox .li-title {
  color: #0f65bf;
  margin-bottom: .4rem;
}

.industry-list1 .contentbox4 .ulbox .p {
  text-align: left;
}

.industry-list1 .contentbox4 .ulbox .li-title .icon {
  height: 26px;
  margin-right: .5rem;
}

.industry-list1 .contentbox4 .ulbox .li .rightbox {
  width: calc(100% - 80px);
  padding-left: 10px;
  border-left: 1px solid #e2e2e2;
}

.industry-list1 .contentbox4 .ulbox .li .icon img {
  max-height: 50px;
  max-width: 50px;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .industry-list1 .contentbox4 .ulbox .li {
    width: 100%;
    margin-bottom: .75rem;
  }

  .industry-list1 .contentbox4 .ulbox .li.w25 {
    width: 100%;
    margin-bottom:.8rem;
  }
  .industry-list1 .contentbox4 .ulbox .li .icon{
    margin-bottom:.15rem;
  }
}

@media (max-width: 767px) {
  .multi-list1 .contentbox4 {
    padding-top: 1.2rem;
  }

  .industry-list1 .contentbox4 .ulbox .li .icon img {
    max-width: 27px;
    max-height: 27px;
    margin-right: 15px;
  }

  .industry-list1 .contentbox4 .ulbox .li .rightbox {
    width: calc(100% - 50px);
  }

  .industry-list1 .contentbox4 .ulbox .li .icon {
    width: 100%;
  }

  .industry-list1 .contentbox4 .ulbox .li .rightbox {
    padding-left: 0;
    border-left: none;
  }

  .industry-list1 .contentbox4 .ulbox .li .rightbox {
    width: 100%;
  }

  .industry-list1 .contentbox4 .ulbox .li-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
  }
}

.multi-list1 .contentbox5 {
  padding: 2.25rem 0 0;
}

.multi-list1 .contentbox5 .title {
  color: #005bbb;
  margin-bottom: 1rem;
}

.multi-list1 .contentbox5 .textbox {
  background: #fff;
  border-radius: 6px;
  margin-bottom: .55rem;
  overflow: hidden;
}

.multi-list1 .contentbox5 .textbox:nth-child(odd) {
  flex-flow: row-reverse wrap;
}

.multi-list1 .contentbox5 .text {
  width: 38.15%;
  padding: 1.7rem 1rem .65rem;
}

.multi-list1 .contentbox5 .img {
  width: 61.85%;

}

.multi-list1 .contentbox5 .text .tit6 {
  color: #444;
  margin-bottom: .6rem;
}

.multi-list1 .contentbox5 .text .botton {
  color: #005bbb;
  padding: 3px 20px;
  border-radius: 6px;
  border: 1px solid #005bbb;
  display: inline-block;
  margin-bottom: .25rem;
}

.multi-list1 .contentbox5 .text .p {
  text-align: left;
}

.multi-list1 .contentbox5 .text .item {
  margin-bottom: .5rem;
}

.multi-list1 .contentbox5 .img-container {
  height: 100%;
  overflow: hidden;
}

.multi-list1 .contentbox5 .img-container .swiper-pagination {
  text-align: right;
  padding-right: .65rem;
}



.multi-list1 .contentbox5 .img-container .swiper-pagination span {
  width: 16px;
  height: 16px;
  position: relative;
  background: transparent;
  opacity: 1;
  margin: 0 .3rem !important;
}

.multi-list1 .contentbox5 .img-container .swiper-pagination span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.multi-list1 .contentbox5 .img-container .swiper-pagination span:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: scale(0, 0);
}

.multi-list1 .contentbox5 .img-container .swiper-pagination span.swiper-pagination-bullet-active:after {
  transform: translate(-50%, -50%) scale(1, 1);
}

@media (max-width:1480px) {

  .multi-list1 .contentbox5 .text .botton {
    font-size: 14px;
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .multi-list1 .contentbox5 .text {
    width: 100%;
  }

  .multi-list1 .contentbox5 .img {
    width: 100%;
    height: 13rem;
  }
}

@media (max-width: 767px) {
  .multi-list1 .contentbox5 .img-container .swiper-pagination span:after {
    width: 14px;
    height: 14px;
  }

  .multi-list1 .contentbox5 .img-container .swiper-pagination span:before {
    width: 5px;
    height: 5px;
  }

  .multi-list1 .contentbox5 {
    padding-top: 1.5rem;
  }

  .multi-list1 .contentbox5 .text {
    padding: 1.7rem 0.5rem 0.65rem;
  }
}

.m-bocweb-header3 .header2 .nav .sec-tit {
  font-size: 15px;
  color: #8ebfea;
  position: relative;
  transition: all .4s;
}

.m-bocweb-header3 .header2 .nav .sec-list-nav {
  font-size: 13px;
  padding-left: 8px;
  line-height: 30px;
  display: none;
}

.m-bocweb-header3 .header2 .nav .sec-list-nav a {
  color: #8ebfea;
}

.m-bocweb-header3 .header2 .nav .sec-tit:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  right: 5%;
  top: 10px;
  background: url(../png/7tcv8a.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px auto;
  transform-origin: center center;
  transition: all .3s ease-in-out;
}

.m-bocweb-header3 .header2 .nav .sec-tit.on:before {
  background: url(../png/c6hbjo.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px auto;
  transform-origin: center center;

}

.m-bocweb-header3 .header2 .nav .sec-tit.on {
  color: #fff;
}

.header-navbox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  z-index: 9;
  background: #fff;
}

.header-navbox .subitem {}

.header-navbox .subitem .sub-ul {
  width: 1800px;
  max-width: 90%;
  margin: 0 auto;
  /*min-height:3.75rem;*/
}

.header-navbox .subitem .subli {
  width: 5.5rem;
  height: 3.75rem;
  transition: all .4s;
}

.header-navbox .subitem .sub-ul .icon {
  width: 28px;
  height: 28px;
  background-size: 40px auto;
  background-position: center -6px;
  transition: all .4s;
}

.header-navbox .subitem .subli:hover {
  background: #e8f1fa;
  color: #005bbb;
}

.header-navbox .subitem .subli:hover .icon {
  background-position: center -44px;
}

.header-navbox .subitem5 {
  /*height:7.5rem;*/
}

.header-navbox .subitem5 .sub-ul {
  align-items: stretch;
}

.header-navbox .subitem5 .subli {
  padding: 1.25rem 0;
  width: 6.5rem;
  height: auto;
  max-width: 16.6%;
}

.header-navbox .subitem5 .subtitle {
  border-bottom: 1px solid #ddd;
  width: calc(100% - 2rem);
  padding-bottom: 5px;
  color: #444;
}

.header-navbox .subitem5 .subbot {
  padding-top: .35rem;
}

.header-navbox .subitem .subbot a {
  display: block;
  color: #222;
}

.header-navbox .subitem .subbot a:hover {
  color: #005bbb !important;
}

.header-navbox .subitem .sub-ul2 .subli {
  width: 8rem;
  max-width: 8rem;
}

/*.header-navbox .subitem4{
  height:300px;
}
.header-navbox .subitem4 .subli{
  padding:1.15rem 0 0;
  width:6rem;
  height:300px;
}
.header-navbox .subitem4 .subtitle{
  border-bottom:1px solid #ddd;
  width:calc(100% - 2rem);
  padding-bottom:5px;
}
.header-navbox .subitem4 .subbot{
  padding-top:.35rem;
}
.header-navbox .subitem4 .subbot a{
  display:block;
  color:#222;
  transition: all .4s;
}*/

.header-navbox .subitem2 {
  width: 1520px;
  margin: 0 auto;
  max-width: 90%;
}

.header-navbox .subitem2 .subli {
  width: 25%;
  height: 108px;
  padding-top: .65rem;
}

/*.header-navbox .subitem2 .subli:nth-child(5),
.header-navbox .subitem2 .subli:nth-child(6),
.header-navbox .subitem2 .subli:nth-child(7),
.header-navbox .subitem2 .subli:nth-child(8) {
  padding-top: .2rem;
  padding-bottom: 0;
}*/

/*.header-navbox .subitem2 .subli:nth-child(6),.header-navbox .subitem2 .subli:nth-child(7),.header-navbox .subitem2 .subli:nth-child(8),.header-navbox .subitem2 .subli:nth-child(9){
  padding-top:.2rem;
  padding-bottom:0;
}*/
.header-navbox .subitem {
  display: none;
}

.captcha {
  height: 40px;
}

.i-index4 .more .icon {
  transition: all .4s;
}

.i-index4 .more:hover .icon {
  margin-left: 15px;
}





.services-list1 .table .td1 input[type=checkbox] {
  -webkit-appearance: none;
  cursor: pointer;
}

.services-list1 .table .td1 input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  /*margin-right: 10px;*/
  border-radius: 50%;
  position: relative;
}

.services-list1 .table .td1 input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #666;
  border-radius: 50%;
}

.services-list1 .table .td1 input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
}

.services-list1 .table .td1 input[type="checkbox"]:checked::after {
  content: "";
  background-color: #005bbb;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}


.multi-listbox .warptable input[type=checkbox] {
  -webkit-appearance: none;
  cursor: pointer;
}

.multi-listbox .warptable input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  /*margin-right: 10px;*/
  border-radius: 50%;
  position: relative;
}

.multi-listbox .warptable input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #666;
  border-radius: 50%;
}

.multi-listbox .warptable .tr3.cur input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
}

.multi-listbox .warptable .tr3.cur input[type="checkbox"]:checked::after {
  content: "";
  background-color: #005bbb;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.multi-listbox .bottonbox {
  margin-top: 1.25rem;
}

.multi-listbox .bottonbox .submitbtn {
  width: 210px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 .5rem;
  background: #005bbb;
}

.multi-listbox .bottonbox .resetbtn {
  width: 210px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 .5rem;
  border: 1px solid #999;
}

.multi-listbox .bottonbox .submitbtn:hover {
  color: #fff;
}

.multi-listbox .bottonbox .resetbtn:hover {
  color: #333;
}

@media (max-width: 767px) {
  .multi-listbox .bottonbox {
    width: 100%;
  }

  .multi-listbox .bottonbox .submitbtn,
  .multi-listbox .bottonbox .resetbtn {
    width: 130px;
    margin: 0 .5rem;
  }
}

.multi-list1 .img2 img,
.multi-list1 .img2-1 img {
  border-radius: 10px;
  overflow: hidden;
}

.industry-list1 .img img {
  border-radius: 10px;
  overflow: hidden;
}

.services-list1 .services-top .frombox .middlebox .itembox .nli.cur {}

.services-list1 .services-top .frombox .middlebox .itembox .nli.cur .sp {
  width: 100px;
}

.services-list1 .services-top .frombox .middlebox .nli.cur .li {
  width: calc(100% - 120px);
}

@media (max-width: 767px) {
  .services-list1 .services-top .frombox .middlebox .itembox .nli {
    width: 100%;
  }

  .services-list1 .services-top .frombox .middlebox {
    width: 100%;
  }

  .services-list1 .services-top .frombox .nli:nth-child(1) {
    position: relative;
    z-index: 4;
  }

  .services-list1 .services-top .frombox .libox {
    top: 33px;
  }

  .services-list1 .services-top .frombox .middlebox {
    position: relative;
    z-index: 2;
  }

  /*.multi-banner:before{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0, 0, 0, .2);
    z-index:1;
  }*/

  .multi-banner .tit5 {}
}

.about-list2 .title {
  text-align: left;
  width: 1720px;
  margin: 0 auto;
  max-width: 90%;
}

.file-s0-close {
  color: #005bbb;
  font-style: normal;
}

.warp-sub-navbox {
  font-weight: bold;
}

.sub-navbox-fix.active {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.warp-header4.on {
  position: absolute;
}

/*.solutions-list3 .formlist td a{
  color:#222;
}*/
.solutions-list3 .formlist td a:hover {
  color: #005bbb;
}

.fon-normal {
  font-weight: normal;
}

.multi-list1 .warpulbox {
  padding-bottom: 10px;
  overflow-x: auto;
  width: 100%;

}

.industry-list1 .contentbox3 .ulbox.active {
  width: auto;
  /*  display:flex;
  flex-flow:row nowrap;*/

  min-width: 1520px;

  /*max-width:1200px;*/
}

.industry-list1 .contentbox3 .ulbox.active .li {
  width: calc(304px - 10px);
}

.industry-list1 .contentbox3.yy .ulbox.active .li {
  width: calc(380px - 10px);
}

.industry-list1 .contentbox3 .ulbox.active .li:nth-child(5n) {
  margin-right: 10px;
}

@media (max-width: 1520px) {
  .industry-list1 .contentbox3 .ulbox.active {
    min-width: 88vw;
  }

  .industry-list1 .contentbox3 .ulbox.active .li {
    width: calc(17.5vw - 10px);
  }

  .industry-list1 .contentbox3.yy .ulbox.active .li {
    width: calc(22vw - 10px);
  }
}

@media (max-width: 768px) {
  .industry-list1 .contentbox3 .ulbox.active {
    display: flex;
    flex-flow: row wrap;
  }

  .industry-list1 .contentbox3 .ulbox.active .li {
    width: 100%;
  }
}

/* 屏幕分辨率放大为 150 */
@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 120dpi) {
  html {

    zoom: 0.665;
  }

  .about-list2 .img {
    width: 420px;
  }

  .industry-list1 .contentbox3 .ulbox.active {
    min-width: auto;
  }

  .industry-list1 .contentbox3 .ulbox.active .li {
    width: calc(19.5vw - 10px);
  }
}

/*屏幕分辨率放大为 125 */
@media (-webkit-min-device-pixel-ratio: 1.25) {
  html {
    zoom: 0.9;
  }

  .ibanner #video {
    width: 150%;
    left: -25%;
  }

  .ping2 {
    left: 37.3%;
    top: 30%;
  }
}

.yytable {
  width: 100%;
  font-size: 0;
  margin-top: 1rem;
}

.yytable .li {
  line-height: 1;
  padding: .275rem 1.05rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 .5rem;
  cursor: pointer;
  transition: all 0.5s;
  width: 11rem;
}

.yytable .li.on {
  background-color: #005bbb;
  color: #fff;
}

.yytable .li:hover {
  background-color: #005bbb;
  color: #fff;
}

.services-list1 .services-top .frombox .item {
  display: block;
}

.multi-list1 .contentbox2 .title.yy {
  margin-bottom: 0;
}

.industry-list1 .contentbox3.yy .ulbox .li {
  width: 25%;
}

.industry-list1 .contentbox3.yy .ulbox.four .li {
  width: calc((100% - 30px) / 4);

}

.industry-list1 .contentbox3.yy .ulbox.four .li:last-child {
  margin-right: 0;
}

.yyajax .contentbox2 {
  background-color: #fff;
  margin-top: 2rem;
  padding: 2.5rem 0;
}

.yytable .li {
  position: relative;
}

.yytable .li.on::after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  margin-left: -25px;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .yytable .li {
    width: 90%;
  }

  .yytable .li:first-child {
    margin-bottom: 0.5rem;
  }

  .industry-list1 .contentbox3.yy .ulbox .li {
    width: 100%;
  }

  .industry-list1 .contentbox3.yy .ulbox.four .li {
    width: 100%;
  }

  .yytable .li.on::after {
    display: none;
  }
}










.n-risc {
  padding: 2rem 0;
  background: url(/en/bocstatic/web/newimg/bgimg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.n-risc .listbox {
  margin-bottom: 2rem;
}

.n-risc .listbox:last-child {
  margin-bottom: 0;
}

.n-risc .listbox .titlebox {
  margin-bottom: .55rem;
}

.n-risc .listbox .titlebox img {
  margin-right: .25rem;
  width:
}

.n-risc .listbox .libox {
  margin-bottom: .5rem;
}

.n-risc .listbox .lititle {
  border-radius: .25rem;
  background: #005bbb;
  width: 4rem;
  min-height: 4rem;
}

.n-risc .listbox .lititle img {
  margin-bottom: .25rem;
}

.n-risc .listbox .libox:last-child {
  margin-bottom: 0;
}

.n-risc .listbox .ul {
  width: calc(100% - 4rem - .5rem);
  margin-left: .5rem;
  margin-bottom: -1.625%;
}

.n-risc .listbox .ul .li {
  border-radius: .25rem;
  border: 1px solid #dbdfe2;
  padding: .55rem .7rem 1.5rem;
  width: 32.25%;
  margin-right: 1.625%;
  margin-bottom: 1.625%;
  box-shadow: 5px 0 10px rgba(0, 0, 0, .05);
  background: #fff;
  position: relative;
}

.n-risc .listbox .ul .li:nth-child(3n) {
  margin-right: 0;
}

.n-risc .listbox .ul .li .tit3 {
  color: #005bbb;
  margin-bottom: .2rem;
}

.n-risc .listbox .ul .li .more {
  padding-bottom: 3px;
  background: url(../png/acf5b1.png) no-repeat center bottom;
  color: #005bbb;
  background-size: 100% 2px;
  margin-top: .3rem;
  display: inline-block;
  position: absolute;
  bottom: .5rem;
}

.n-risc .listbox .ul .li .more .icon {
  width: 10px;
  height: 10px;
  fill: #005bbb;
  margin-left: 5px;
  transition: all .6s;
}

.n-risc .listbox .ul .li .more:hover .icon {
  margin-left: 15px;
}

.n-risc-info .tipbox {
  padding-top: .5rem;
  margin-bottom: 1rem;
}

.n-risc-info .tipbox a {
  color: #666666;
}

.n-risc-info .tipbox span {
  color: #005bbb;
}

.risc-info-list1 {
  padding: .7rem 0 2rem;
  position: relative;
  z-index: 2;
  background: #fff;
}

.risc-info-list1 .leftbox {
  /* width:39.16%; */
  width: 100%;

}

.y-r {
  width: 100%;
}

.y-r .ul {
  width: 39.16%;
  margin-top: .55rem;
}

.risc-info-list1 .leftbox .title {
  width: 39.16%;
  padding-bottom: .7rem;
  position: relative;
  /* margin-bottom:.55rem; */
  border-bottom: 1px solid #eaeaea;
}

.risc-info-list1 .leftbox .title .tit2 {
  margin-bottom: .25rem;
  font-weight: bold;
}

.risc-info-list1 .leftbox .title:before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2px;
  background: #005bbb;
  left: 0;
  bottom: 0;
}

.risc-info-list1 .leftbox .tit3 {
  color: #005bbb;
  margin-bottom: .2rem;
}

.risc-info-list1 .leftbox .li {
  margin-bottom: .7rem;
}

.risc-info-list1 .leftbox .li .tit4 {
  color: #005bbb;
  margin-bottom: .3rem;
}

.risc-info-list1 .leftbox .li:last-child {
  margin-bottom: 0;
}

.risc-info-list1 .rightbox {
  width: 55.3%;
  /* margin-top: 3.1rem; */
}

.risc-info-list2 {
  padding: 2rem 0 3.25rem;
  background: url(../png/cs3bbd.png) no-repeat center center;
  background-size: cover;
}

.risc-info-list2 .title {
  color: #005bbb;
  margin-bottom: 1.25rem;
}

.risc-info-list2 .tablebox {
  margin-bottom: 1.25rem;
}

.risc-info-list2 .formlist {
  border-radius: 10px;
  overflow: hidden;
  /*font-weight:bold;*/
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
}

.risc-info-list2 .formlist table {
  width: 100%;
  min-width: 600px;
}

.risc-info-list2 .formlist table .sp1 {
  width: 20px;
  display: inline-block;
  line-height: 1.2;
}



.risc-info-list2 .formlist table tr {


  border-bottom: 1px solid #e5e5e5;
}

.risc-info-list2 .formlist td {
  padding: .35rem 0;
}

.risc-info-list2 .formlist table .tr1 {
  height: 60px;
  padding: 0;
  background: #005bbb !important;
}

.risc-info-list2 .formlist .tr1 td {
  /*width: 25%;*/
  border-right: 1px solid #6694c4;
  text-align: center;
}

.risc-info-list2 .formlist td {
  text-align: center;
  border-right: 1px solid #e5e5e5;

}

.risc-info-list2 .formlist tr:nth-child(odd) {
  background: #e8f1fa;
}

.risc-info-list2 .boxul {}

.risc-info-list2 .boxul .li {
  background: #f8f8f8;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  width: 100%;
}

.risc-info-list2 .boxul .li .leftit {
  width: calc(100% - 120px);
}

.risc-info-list2 .boxul .li .btn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: .25rem;
  background: #005bbb;
  color: #fff;
}

.risc-info-list2 .boxul .li .tit3 {
  margin-bottom: .4rem;

}

.risc-info-list2 .boxul .li .tit3 span {
  color: #005bbb;
}

.risc-info-list2 .boxul .li .btn .icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  margin-bottom: .2rem;
}

.risc-info-list2 .boxul .li:hover .tit3 {
  color: #005bbb;
}







.risc-info-list3 {
  padding: 2rem 0 2px;
  position: relative;
  z-index: 2;
  background: #f7f7f7;
}

.risc-info-list3 .title {
  position: relative;
  margin-bottom: 1.25rem;
  font-weight: bold;
}

.risc-info-list3 .tit5 p {
  margin-bottom: .4rem;
}

.risc-info-list3 .tit5 img {
  display: inline-block;
}




.risc-info-list3 .tit5 {
  margin-bottom: 0;
}

.risc-info-list4 {
  padding: 2rem 0 3.25rem;
  background: #fff url(../png/cs3bbd.png) no-repeat center center;
  background-size: cover;
}

.risc-info-list4 .title {
  color: #005bbb;
  margin-bottom: 1.25rem;
}

.risc-info-list4 .tablebox {
  margin-bottom: 1.25rem;
}

.risc-info-list4 .tablebox img {
  width: 100%;
}

.risc-info-list4 .formlist {
  border-radius: 10px;
  overflow: hidden;
  /*font-weight:bold;*/
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  overflow-x: auto;
}

.risc-info-list4 .formlist table {
  width: 100%;
  min-width: 600px;
}

.risc-info-list4 .formlist table .sp1 {
  width: 20px;
  display: inline-block;
  line-height: 1.2;
}



.risc-info-list4 .formlist table tr {

  border-bottom: 1px solid #e5e5e5;
}

.risc-info-list4 .formlist table tr td {
  padding: .35rem 0;
}

.risc-info-list4 .formlist table .tr1 {
  height: 60px;
  background: #005bbb !important;
}

.risc-info-list4 .formlist .tr1 td {
  /*width: 25%;*/
  border-right: 1px solid #6694c4;
  text-align: center;
}

.risc-info-list4 .formlist td {
  text-align: center;
  border-right: 1px solid #e5e5e5;

}

.risc-info-list4 .formlist tr:nth-child(odd) {
  background: #e8f1fa;
}

.risc-info-list4 .boxul {}

.risc-info-list4 .boxul .li {
  background: #f8f8f8;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  width: 100%;
}

.risc-info-list4 .boxul .li .leftit {
  width: calc(100% - 120px);
}

.risc-info-list4 .boxul .li .btn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: .25rem;
  background: #005bbb;
  color: #fff;
}

.risc-info-list4 .boxul .li .tit3 {
  margin-bottom: .4rem;
  font-weight: bold;

}

.risc-info-list4 .boxul .li .tit3 span {
  color: #005bbb;
}

.risc-info-list4 .boxul .li .btn .icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  margin-bottom: .2rem;
}

.risc-info-list4 .boxul .li:hover .tit3 {
  color: #005bbb;
}

.risc-info-list4 .list2 {
  margin-bottom: 2rem;
}

.risc-info-list4 .list2 .li {
  background: #f8f8f8;
  border-radius: .25rem;
  padding: .9rem .6rem;
  width: 100%;
  /*width:18.4%;
  margin-right:2%;
  margin-bottom:2%;*/
  word-break: break-all;
}

.risc-info-list4 .list2 .icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto .7rem;
}

.risc-info-list4 .list2 .icon img {
  width: 1.25rem;
}

.risc-info-list4 .list2 .li:nth-child(5n) {
  margin-right: 0;
}

.risc-info-list4 .list2 .risctext-container {
  padding-bottom: 1.5rem;
}

.risc-info-list4 .list2 .risctext-container .swiper-wrapper {
  align-items: stretch;
}

.risc-info-list4 .list2 .risctext-container .swiper-wrapper .swiper-slide {
  height: auto;
}

.risc-info-list4 .list2 .risctext-container .swiper-wrapper .swiper-slide .li {
  height: 100%;
}

.risc-info-list4 .list2 .risctext-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #005bbb;
}

.n-risc-info .devetab {
  background: #f7f7f7;
  padding: 1.75rem 0;
}

.n-risc-info .devetab .li {
  width: 7rem;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all .6s;
  margin: 0 .5rem;
  position: relative;
  cursor: pointer;

}

.n-risc-info .devetab .li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  left: 50%;
  bottom: -1.8rem;
  margin-left: -20px;
  z-index: 2;
  opacity: 0;
}

.n-risc-info .devetab .li.cur {
  border: 1px solid transparent;
  background: #005bbb;
  color: #fff;
}

.n-risc-info .devetab .li.cur:before {
  opacity: 1;
}

.risc-info-list5 {
  background: #fff;
  padding-top: 0;
}

.risc-info-list6 {
  background: #fff;
  padding-bottom: 2.7rem;
}

.warp-deveitem .deveitem {
  display: none;
}



@media (max-width: 767px) {
  .n-risc .listbox .lititle {
    width: 100%;
    margin-bottom: .65rem;
  }

  .n-risc .listbox .ul .li {
    width: 100%;
    margin-right: 0;
  }

  .n-risc .listbox .ul {
    width: 100%;
    margin-left: 0;
  }

  .risc-info-list1 .leftbox {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .risc-info-list1 .leftbox .title {
    width: 100%;
  }

  .y-r .ul {
    width: 100%;
  }

  .risc-info-list1 .rightbox {
    width: 100%;
    margin-top: 1.5rem;
  }

  .risc-info-list4 .list2 .li {
    width: 100%;
    margin-right: 0;
  }
}

.n-formpage {
  padding: calc(80px) 0 0;
}

.services-list4 .leftbox .item:nth-child(2) {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .n-formpage {
    padding-top: 0;
  }
}

.multi-list1 .img2 {
  margin-top: 1rem;
}

.solutions-nav {
  margin: 1rem auto 1.7rem;
  padding: 0 3rem;
}

.solutions-nav .li {
  padding: .2rem .5rem;
  margin: 0 .3rem;
  border: 1px solid #d1d1d1;
  display: block;
  transition: all .6s;
  border-radius: .25rem;
  position: relative;
}

.solutions-nav .li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  left: 50%;
  bottom: -1.8rem;
  margin-left: -20px;
  z-index: 2;
  opacity: 0;
  display: none;
}

.solutions-nav .li:hover,
.solutions-nav .li.cur {
  background: #005bbb;
  color: #fff;
  border: 1px solid #005bbb;
}

.solutions-nav .li.cur:before {
  opacity: 1;
}

.risc-info-list3 .tit5 img {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 1580px) {
  .contact-list1 .li:nth-child(2) .tit3 img{
        left: 22.5% !important;
  }
  .contact-list1 .li:nth-child(3) .tit3 img{
        left: 20% !important;
  }
}
@media (max-width: 1481px) {
  .contact-list1 .li:nth-child(2) .tit3 img{
            left: 21.5% !important;
    top: 17px !important;
  }
  .contact-list1 .li:nth-child(3) .tit3 img{
        left: 19% !important;
    top: 17px !important;
  }
}
@media (max-width: 1440px) {
  .risc-info-list3 .tit5 {
    width: 86%;
    margin: 0 auto;
  }
}

@media (max-width: 1280px) {
  .solutions-nav {
    padding: 0 6%;
  }
}

@media (max-width:996px) {
  .solutions-nav .li {
    margin-bottom: .3rem;
  }

  .solutions-nav .li:before {
    display: none;
  }

  .contact-list1 .tit3 img{
    display:none;
  }
  /*.solutions-nav {
    justify-content: flex-start;
  }*/
}

@media (max-width: 767px) {
  .solutions-nav {
    align-items: stretch;
    padding: 0 2%;
  }

  .solutions-nav .li {
    margin: 0 1px;
    margin-bottom: 2px;
    padding: 0.3rem .1rem;
    width: 32.5%;
  }

  .multi-list1 .imgbox {
    padding: 1rem 0 !important;
  }

  .multi-list1 .img2 {
    margin-bottom: 1rem !important;
  }

}

.multi-listbox table .td8 a .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #333;
}

.multi-listbox table .td8 a:hover {
  color: #005bbb;
}

.multi-listbox #downbox {
  width: 210px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 .5rem;
  background: #005bbb;
  cursor: pointer;
}

.multi-listbox #downbox2 {
  width: 210px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 .5rem;
  background: #005bbb;
  cursor: pointer;
}

/*.multi-listbox table .td7 span{
  width:100px;
}*/

.multi-listbox table .td8 a {
  width: 80px;
  margin: 0 auto;
}

.multi-list1 .img2-1 .imgbox-container {
  padding-bottom: 1rem;
  width: 100%;
}

.multi-list1 .img2-1 .imgbox-container .swiper-pagination2 {
  position: absolute;
  bottom: 0 !important;
  z-index: 2;
}

.multi-list1 .img2-1 .imgbox-container .swiper-pagination2 .swiper-pagination-bullet-active {
  background: #005bbb !important;
}

.risc-info-list3 .icon img {
  height: 38px;
  margin-bottom: 0.3rem;
}

.multi-listbox .warptable {
  font-family: "Montserrat-Regular-8", "Arial";
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  right: -2px !important;
}

.n-newslist .frombox .libox {
  font-family: "Montserrat-Regular-8", "Arial";
}

.risc-info-list2 .formlist table {
  font-family: "Montserrat-Regular-8", "Arial";
}

.services-list2 .formbox2 span,
.solutions-list2 .li .tit3,
.services-list1 .services-top .frombox .libox {
  font-family: "Montserrat-Regular-8", "Arial";
}

@media (max-width: 767px) {
  .multi-listbox #downbox2 {
    width: 130px;
    margin-bottom: .5rem;
  }

  .multi-listbox #downbox {
    width: 130px;
    margin-bottom: .5rem;
  }

  .multi-list1 .tabul .item.cur:before {
    display: none;
  }
}

.multi-list1 .tabul {
  font-family: "Montserrat-Regular-8", "Arial";
}

.contact-list1 .img2 {
  z-index: 5;
}

.contact-list1 .img2box {
  width: 100%;
  height: 100%;
  z-index: 5;
}

.contact-list1 .img2box .img2 {
  display: none;
  width: 100%;
  height: 100%;
}

.contact-list1 .tabul {
  position: absolute;
  width: 120px;
  left: .5rem;
  bottom: 3.5rem;
  z-index: 7;
}

.contact-list1 .tabul .tit3 {
  cursor: pointer;
}

.contact-list1 .tabul .tit3 .img1 {
  margin-right: .25rem;
  width: 8px;
  margin-right: 8px;
}

.contact-list1 .contentbox {
  width: 1300px;
  max-width: 88%;
  margin: 0 auto;
}

.contact-list1 .titbox {
  position: absolute;
  left: .5rem;
  top: 2rem;
  width: 130px;
  padding: .2rem .5rem;
  background: rgba(255, 255, 255, .5);
  border-radius: .25rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
}

.contact-list1 .titbox.cur {
  opacity: 1;
  visibility: visible;
}

.contact-list1 .img2box .img2 .dian {
  position: absolute;
  width: 10px;
  height: 10px;
  /*background: #000;
  opacity:.4;*/
  z-index: 8;
}

.contact-list1 .img2box .img2 .dian .tit4 {
  position: absolute;
  width: 100px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  bottom: 24px;
  left: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);

  opacity: 0;
  transform: translate(0, -10px);
  visibility: hidden;
  transition: all .3s;
}
.contact-list1 .img2box .img2 .dian1 .tit4 {
  width:300px;
}
.contact-list1 .img2box .img2 .dian .tit4:before {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -3px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  transform: rotate(90deg);
}

.contact-list1 .img2box .img2 .dian1 {
  left: 14.2%;
  top: 21%;
}

.contact-list1 .img2box .img2 .dian2 {
  left: 36.6%;
  top: 37.8%;
}

.contact-list1 .img2box .img2 .dian3 {
  left: 39.6%;
  top: 41%;
}

.contact-list1 .img2box .img2 .dian4 {
  left: 38.75%;
  top: 40%;
}

.contact-list1 .img2box .img2 .dian5 {
  left: 35.3%;
  top: 39.4%;
}

.contact-list1 .img2box .img2 .dian6 {
  left: 40.35%;
  top: 39.75%;
}

.contact-list1 .img2box .img2 .dian7 {
  left: 39.6%;
  top: 39.25%;

}

.contact-list1 .img2box .img2 .dian8 {
  left: 42.25%;
  top: 37%;
}

.contact-list1 .img2box .img2 .dian9 {
  left: 39%;
  top: 35.25%;
}

.contact-list1 .img2box .img2 .dian10 {
  left: 70.75%;
  top: 33.25%;
}
.contact-list1 .img2box .img2 .dian10 .tit4{
        width:350px;
}
.contact-list1 .img2box .img2 .dian11 {
  left: 44.25%;
  top: 38.25%;
}

.contact-list1 .img2box .img2 .dian12 {
  left: 39.4%;
  top: 42.8%;
}

.contact-list1 .img2box .img2 .dian13 {
  left: 38.75%;
  top: 44.5%;
}

.contact-list1 .img2box .img2 .dian14 {
  left: 38.1%;
  top: 44%;
}

.contact-list1 .img2box .img2 .dian15 {
  left: 35.8%;
  top: 38.4%;
}

.contact-list1 .img2box .img2 .dian16 {
  left: 40.15%;
  top: 36.8%;
}

.contact-list1 .img2box .img2 .dian17 {
  left: 39.7%;
  top: 40.7%;
}

.contact-list1 .img2box .img2 .dian:hover .tit4 {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

@media (max-width:996px) {
  .contact-list1 .tabul {
    left: 0;
    bottom: 3rem;
  }

  .contact-list1 .tabul .tit3 {
    margin-bottom: .25rem;
  }
}


.solutions-list3 .formlist td a {
  /* -webkit-animation: numant 3s infinite;
  -moz-animation: numant 3s infinite; */
}

.solutions-list3 .formlist td a:hover {
  /* -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  color: #005bbb; */
}

.pshan {
  -webkit-animation: numantbg 1s infinite;
  -moz-animation: numantbg 1s infinite;
}

@keyframes numantbg {
  0% {
    background-color: #ccdef1;
  }



  50% {
    background-color: #fff;
  }

  100% {
    background-color: #ccdef1;
  }
}


@keyframes numant {
  0% {
    color: #08c;
  }

  25% {
    color: #333;
  }

  50% {
    color: #005bbb;
  }

  100% {
    color: #08c;
  }
}

@-webkit-keyframes numant {
  0% {
    color: #08c;
  }

  25% {
    color: #333;
  }

  50% {
    color: #005bbb;
  }

  100% {
    color: #08c;
  }
}


.services-list2 .formbox2 .intl-tel-input{
  margin-top: .25rem;
  width:100%;
}
.multi-list1 .tit3-1 img{
  display:inline-block;
}
.contact-list1 .pingitem .ping2{
  left:0;
  top:0;
}
.contact-list1 .pingitem{
  width:2.5rem;
  height:2.5rem;
}
.contact-list1 .pingitem1{
  left:10%;
  top:20%;
}
.contact-list1 .pingitem2{
  left:42%;
  top:30%;
}
.contact-list1 .pingitem3{
      left: 41.75%;
    top: 35.5%;
  width:.65rem;
  height:.65rem;
}
.contact-list1 .pingitem3 .ping{
  width:.65rem;
  height:.65rem;
}
.contact-list1 .pingitem4{
   left: 72%;
  top: 25%;
}
@media (max-width:1024px) {
.m-bocweb-header3 .header2 .nav .sec-tit{
    color: #fff;
  }
}
@media (max-width:767px) {
  .i-index2 .warptext .item:last-child{
    margin-right:0;
  }
  .industry-list1 .contentbox3 .ulbox .li{
    padding: .75rem 1rem 1rem;
  }
  .services-list3 .formlist td:nth-child(3){
    width:14%;
  }
  .services-list3 .formlist td:nth-child(2){
    width:10%;
  }
  .services-list3 .formlist td:nth-child(1){
    padding-left:0;
  }
  .newsinfo .leftbox .news-text img{
    max-height:100% !important;
    height:auto !important;
    width:auto !important;
  }
  .newsinfo .rightbox a:before{
    left: 0;
    top: 11px;
  }
  .newsinfo .leftbox .news-top .news-tit{
    line-height:1.4;
  }
  .newsinfo .leftbox .news-nav .nav-l span a br{
    display:none;
  }
          
.multi-listbox .bottonbox{
    align-items: flex-start;
  }
  .m-bocweb-header3 .header2 .nav .sec-tit{
    color: #fff;
  }
  .multi-list1 .img2-1{
    width:100%;
  }
  .risc-info-list4 .tablebox{
    overflow-x: auto;
  }
  .risc-info-list4 .tablebox img{
    min-width:1000px;
  }
  .multi-listbox #downbox{
    display: none;
  }
  .joinlist .leftnav{
    margin-top:20px;
    margin-bottom:0;
  }
  .n-newslist .frombox .nli .li{
    width:100%;
  }
  .n-newslist .frombox .sp{
    margin-bottom:10px;
  }
  .risc-info-list2 .boxul .li{
    padding:1rem;
  }

  .industry-list1 .tit2{
    text-align:center;
  }
  .solutions-list3 .formlist table tr{
    font-size:14px;
  }
  .solutions-list3 .formlist table tr{
    font-size:14px;
}
  
}
@media (max-width:1024px) {
  .contact-list1 .tit3 img{
    display:block;
  }
  
  .contact-list1 .li:nth-child(2) .tit3 img {
    left: 22% !important;
    top: 15px !important;
  }
  .contact-list1 .li:nth-child(3) .tit3 img {
      left: 19% !important;
      top: 15px !important;
  }
}
@media (max-width:996px) {
  .contact-list1 .li:nth-child(2) .tit3 img {
    left: 30% !important;
  }
  .contact-list1 .li:nth-child(3) .tit3 img {
          left: 27% !important;
  }
}
@media (max-width:767px) {
  .contact-list1 .li:nth-child(2) .tit3 img{
    left: 15% !important;
    top: 26px !important;
  }
  .contact-list1 .li:nth-child(3) .tit3 img{
    left: 15% !important;
    top: 24px !important;
  }
.solutions-nav{
	margin-bottom:0;
}
.i-index2 .warptext .text .tabtip {
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.risc-info-list3 .tit5{
	width:100%;
}
.risc-info-list2 .boxul .li .leftit{
    width:100%;
  }
.risc-info-list2 .boxul .li .btn{
    width: 100%;
    height: 2.5rem;
    margin-top: 0.5rem;
  }
  .risc-info-list2 .boxul .li .btn .icon{
    margin-bottom:0;
    margin-right:.25rem;
  }
}








.n-assembly{
  font-family: "Montserrat-Regular-8", "Arial";
  letter-spacing: 1px;
}


.w1440{
  width:1440px;
  margin:0 auto;
}
@media (max-width: 1480px){
  .w1440 {
    width: 88%;
  }
}
.n-banner3{
  height:calc(100vh - 3rem);
  font-family: "Montserrat-Regular-8", "Arial";
  letter-spacing: 1px;
}
.n-banner3.active{
  height:100vh;
}
.n-banner3 img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.zb-timebox,.assembly-header .ul .li{
  font-family: "Montserrat-Regular-8", "Arial";
  letter-spacing: 1px;
}
.assembly-header .ul .li{
  font-weight:bold;
}
.n-banner3 .tipbox{
  position: absolute;
  z-index:3;
  bottom:24%;
  left:12.3%;
}
.n-banner3 .tipbox .icon{
  width:20px;
  height:20px;
  fill:rgba(39, 140, 174, 0.93);
  margin-right:.2rem;
}
.n-banner3 .tipbox .time{
  margin-right:.7rem;
}
.n-banner3 .addbox .icon{
  width:25px;
  height:22px;
  fill:rgba(39, 140, 174, 0.93);
}
.zb-timebox{
  height:3rem;
}
.zb-timebox .bg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.zb-timebox span{
  width:1.75rem;
  height:1.75rem;
  background: linear-gradient(140deg, #52caa3 0%, #1C68C4 100%);
  border-radius: 8px;
  font-weight:bold;
  margin:0 .4rem;
}
.zb-timebox .wbox{
  position: relative;
  z-index:4;
}
.zb-timebox .btn{
  width:150px;
  height:48px;
  background:url(../png/a7u9nb.png) no-repeat center center;
  background-size:cover;
  transition:all .6s;
}
.zb-timebox .btn .icon{
  width:28px;
  height:28px;
  margin-right:3px;
  transition:all .4s;
}
.zb-timebox .btn:hover{
  color:#fff;
  transform:scale(.98);
}
.zb-timebox .btn:hover .icon{
  transform:translate(-3px,0);
}

.n-assembly{
  position: relative;
  overflow: hidden;
  z-index:3;
  background:#0a1029;
}
.n-assembly .ibg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  object-fit: cover;
  object-position:center top;
  z-index:-1;
}
.assembly-list1{
  position: relative;
  z-index:3;
  padding:3.25rem 0 2.5rem; 
}
.assembly-list1 .tit2{
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(180deg, #B4E4EE 0%, #7CD5F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom:1.35rem;
}
.assembly-list1 .p{
  line-height:2.1;
  text-align:left;
}
.assembly-list1-1 .img{
    width:35%;
}
.assembly-list1-1 .img .box{
  width:100%;
  height:10rem;
}
.assembly-list1-1 .p{
    width:60%;
    text-align:left;
    max-height:10rem;
    overflow-y:auto;
    padding-right:15px;
}

.assembly-list2{
  position: relative;
  z-index:3;
  padding:2.5rem 0 2.15rem; 
}
.assembly-list2 .tit2{
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(180deg, #B4E4EE 0%, #7CD5F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom:.4rem;
}
.assembly-list2 .tabul .li{
  width: 154px;
  height: 41px;
  box-shadow:inset 0 0 0 2px rgba(60, 98, 175, .95);
  margin:0 .35rem;
  border-radius:5px;
  cursor:pointer;
  transition:all .6s;
}
.assembly-list2 .tabul .li img{
  margin-right:10px;
  display:none;
}
.assembly-list2 .tabul .li.cur{
  background: linear-gradient(180deg, #186BB3 0%, #112E7A 100%);
  box-shadow:inset 0 0 0 0 rgba(60, 98, 175, .95);
}
.assembly-list2 .tabul .li.cur img{
  display:block;
}

.assembly-list2 .xcbox{
  margin-top:1.5rem;
}
.assembly-list2 .xcbox .itembox{
  border-bottom:1px solid #484867;
  display:none;
}
.assembly-list2 .xcbox .itembox .li{
  padding:.7rem;
  border-top:1px solid #484867;
}
.assembly-list2 .xcbox .itembox .li .icon{
  width:20px;
  height:20px;
  fill:#06f9eb;
  margin-right:.25rem;
}
.assembly-list2 .xcbox .itembox .li .time{
  width:22%;
  padding-right:3%;
}
.assembly-list2 .xcbox .itembox .li .sp{
  width:44%;
  padding-right:3%;
}
.assembly-list2 .xcbox .itembox .li .sp2{
  width:26.25%;
}
.assembly-list2 .xcbox .itembox .li .sp2 .p{
  color:#95aacd;
  margin-top:.35rem;
}
.assembly-list2 .tip{
  color:rgba(149, 170, 205, 1);
  margin-top:1rem;

}

.assembly-list3{
  position: relative;
  z-index:3;
  padding:2.15rem 0 1.25rem; 
}
.assembly-list3 .tit2{
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(180deg, #B4E4EE 0%, #7CD5F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.assembly-list3 .tip{
  color:rgba(149, 170, 205, 1);
  margin-top:.7rem;
}
.assembly-list3 .itembox{
  margin-top:1.25rem;
}
.assembly-list3 .itembox .tit3{
  margin-bottom:1.2rem;
}
.assembly-list3 .itembox .li{
  width:19.44%;
  position: relative;
}
.assembly-list3 .itembox .li .img{
  padding-top:85%;
  border:1px dashed rgba(129, 174, 196, .8);
  border-radius:50%;
  width:85%;
  margin:0 auto .45rem;
}
.assembly-list3 .itembox .li .img img{
  border-radius:50%;
  position: absolute;
  width:calc(100% - 12px);
  height:calc(100% - 12px);
  left:6px;
  top:6px;
  z-index:2;
  transform:scale(.97);
  transition: all .6s;
}
/*.assembly-list3 .itembox{
  margin-bottom:
}*/
.assembly-list3 .itembox .li .tit4{
  color:rgba(149, 150, 155, 1);
  width:100%;
  margin:.35rem auto 0;
  text-align:center;
}
.assembly-list3 .itembox .li{
  margin-bottom:1.25rem;
  margin-right:5.9%;
}
.assembly-list3 .itembox .li:nth-child(4n){
  margin-right:0;
}
.assembly-list3 .itembox .li:hover .img img{
  transform:scale(.97);
}


.assembly-list4{
  position: relative;
  z-index:3;
  padding:2.25rem 0 2.15rem; 
}
.assembly-list4 .tit2{
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(180deg, #B4E4EE 0%, #7CD5F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-navbox .subitem5 .subli p, .header-navbox .subitem7 .subli p {
    text-align: center;
/*    line-height:24px;
    height:48px;*/
    overflow: hidden;
    margin-top: 0.15rem;
}
.n-risc .listbox .lititle{
  padding:0 3%;
  line-height:1.2;
  text-align:center;
}
/*.assembly-list4 .tabul{
  margin-top:0;
}*/

/*.assembly-list4 .tabul .li{
  width: 154px;
  height: 41px;
  box-shadow:inset 0 0 0 2px rgba(60, 98, 175, .95);
  margin:0 .35rem;
  border-radius:5px;
  cursor:pointer;
  transition:all .6s;
}
.assembly-list4 .tabul .li img{
  margin-right:10px;
  display:none;
}
.assembly-list4 .tabul .li.cur{
  background: linear-gradient(180deg, #186BB3 0%, #112E7A 100%);
  box-shadow:inset 0 0 0 0 rgba(60, 98, 175, .95);
}
.assembly-list4 .tabul .li.cur img{
  display:block;
}
.assembly-list4 .xcbox{
  margin-top:1.7rem;
}*/
.assembly-list4 .warpbox{
  width:100%;
  margin-top:1.75rem;
}
.assembly-list4 .warpbox .xcbox{
  width:75%;
}
.assembly-list4 .warpbox .tabul{
  width:25%;
}
.assembly-list4 .warpbox .xcbox .video{
  height:570px;
}
.assembly-list4 .warpbox .xcbox .itembox{
  width:100%;
height:570px;
}
.assembly-list4 .warpbox .xcbox .itembox img{
	width:100%;
	height:100%;
	    object-fit:cover;
}
.assembly-list4 .warpbox .ntabul{
  overflow-y: auto;
  height:570px;
}
.assembly-list4 .warpbox .tabul .li{
  background:#1a1a1a;
  padding:1.2rem .85rem .8rem;
  transition: all .6s;
  cursor:pointer;
}

.assembly-list4 .warpbox .tabul .li .tit4{
  margin-bottom:.35rem;
  opacity:.82;
  transition: all .6s;
}
.assembly-list4 .warpbox .tabul .li .tit5{
  margin-bottom:.2rem;
  opacity:.4;
}
.assembly-list4 .warpbox .tabul .li .tit6{
  opacity:.4;
}
.assembly-list4 .warpbox .tabul .li:hover .tit4{
  opacity:1;
}
.assembly-list4 .warpbox .tabul .li.cur{
  background:url(../jpg/hcmdnn.jpg) no-repeat center center;
  background-size:cover;
}
.assembly-list4 .warpbox .tabul .li.cur .tit4{
  opacity:1;
}

.assembly-list4 .itembox .videobtn{
  width:1.5rem;
  height:1.5rem;
  cursor:pointer;
}
.assembly-list4 .itembox .videobtn .icon{
  width:1.5rem;
  height:1.5rem;
  fill:#fff;
  opacity:.9;
}
.assembly-list4 .itembox .box{
  width:100%;
  height:16rem;
}



.assembly-list5{
  position: relative;
  z-index:3;
  padding:2.25rem 0 1.85rem; 
}
.assembly-list5 .tit2{
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(180deg, #B4E4EE 0%, #7CD5F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.assembly-list5 .news-container{
  margin-top:2.5rem;
  padding-bottom:1.85rem;
}
.assembly-list5 .news-container .swiper-pagination span{
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity:.2;
  margin:0 7px;
}
.assembly-list5 .news-container .swiper-pagination span.swiper-pagination-bullet-active{
  width: 2rem;
  height: 10px;
  background:#06f9eb;
  border-radius:10px;
  opacity:1;
}
.assembly-list5 .news-container .item{
  background: url(../jpg/i3dwzm.jpg) no-repeat center center;
  background-size:cover;
  padding:.65rem .9rem .75rem;
  height:10.45rem;
  display:block;
  width:26%;
  margin-right:2.4%;
  position: relative;
  transition: all .8s .3s;
}
.assembly-list5 .news-container .item:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  bottom:0;
  background: linear-gradient(to top, rgba(0,0,0,.75), transparent);
  z-index:2;
  opacity:0;
  left:0;
  transition: all .6s 0s;
}
.assembly-list5 .news-container .item .textbox2{
  width:100%;
  padding:.65rem .9rem .75rem;
  height:10.45rem;
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  opacity:0;
  z-index:4;
  transition: all .6s;
  transition-delay:.3s;
}
.assembly-list5 .news-container .item .textbox2 .time{
  position: absolute;
  right:.9rem;
  top:.75rem;
} 
.assembly-list5 .news-container .item .textbox2 .tit5{
  bottom:.7rem;
  width:88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left:.9rem;
  z-index:3;
}
@media (min-width:767px) {
  .assembly-list5 .news-container .item:hover,.assembly-list5 .news-container .item.cur{
    width:43%;
  }
  .assembly-list5 .news-container .item:hover .bg,.assembly-list5 .news-container .item.cur .bg{
    opacity:1;
  }
  .assembly-list5 .news-container .item:hover .botbox,.assembly-list5 .news-container .item.cur .botbox{
    opacity:0;
    transition-delay:.3s;
  }
  .assembly-list5 .news-container .item:hover .textbox,.assembly-list5 .news-container .item.cur .textbox{
    opacity:0;
    transition-delay:.3s;
  }
  .assembly-list5 .news-container .item:hover .textbox2,.assembly-list5 .news-container .item.cur .textbox2{
    opacity:1;
    transition-delay:0;
  }
  .assembly-list5 .news-container .item:hover:before{
    transition-delay:.6s;
    opacity:1;
  }
  .assembly-list5 .news-container .item.cur:before{
    transition-delay:.6s;
    opacity:1;
  }
}
.assembly-list5 .news-container .item:nth-child(3n){
  margin-right:0;
}
.assembly-list5 .news-container .item .tit{
  margin-bottom:.35rem;
}
.assembly-list5 .news-container .item .tit3{
  line-height:24px;
  height:48px;
  overflow: hidden;
  margin-bottom:.4rem;
}
.assembly-list5 .news-container .item .tit4{
 
  overflow: hidden;
  padding-top:.4rem;
  border-top:2px solid rgba(255,255,255,.9);
}
.assembly-list5 .news-container .item .bg{
  position: absolute;
  left:0;
  top:0;
  width:42vw;
  height:10.45rem;
  z-index:1;
  opacity:0;
  object-fit:cover;
  transition: all .6s;
}
.assembly-list5 .news-container .item .icon{
  width:30px;
  height:22px;
  fill:#fff;
}
.assembly-list5 .news-container .item .textbox{
  position: relative;
  z-index:3;
  opacity:1;
  transition: all .3s;
  transition-delay:.8s;
}
.assembly-list5 .news-container .item .botbox{
  position: absolute;
  bottom:.7rem;
  left:0;
  width:100%;
  z-index: 3;
  padding: 0 .9rem;
  transition: all .3s;
  transition-delay:.9s;
}



.assembly-list6{
  position: relative;
  z-index:3;
  padding:2rem 0 7rem; 
}
.assembly-list6 .tit2{
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(180deg, #B4E4EE 0%, #7CD5F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.assembly-list6 .imgbox-container{
  margin-top:2.5rem;
  padding-bottom:1.85rem;
}
.assembly-list6 .imgbox-container .swiper-pagination span{
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity:.2;
  margin:0 7px;
}
.assembly-list6 .imgbox-container .swiper-pagination span.swiper-pagination-bullet-active{
  width: 2rem;
  height: 10px;
  background:#06f9eb;
  border-radius:10px;
  opacity:1;
}
.assembly-list6 .imgbox-container .item{
  background: #839DBB;
  height:8rem;
  width:100%;
  display:block;
  position: relative;
  overflow: hidden;
  transition: all .6s;
}
.assembly-list6 .imgbox-container .item img{
  width:100%;
  height:100%;
  object-fit:cover;
}
/*@media (min-width:767px) {
  .assembly-list6 .imgbox-container .item:hover,.assembly-list6 .imgbox-container .item.cur{
    width:55.55%;
  }
}*/
.assembly-list6 .imgbox-container .item:nth-child(3n){
  margin-right:0;
}
.assembly-list6 .imgbox-container .item .bg{
  /*position: absolute;
  left:0;
  top:0;
  width:41.66vw;
  height:13.75rem;
  object-fit:cover;*/
  position: relative;
  z-index:1;
}
.assembly-list6 .imgbox-container .item .icon{
  width:30px;
  height:22px;
  fill:#fff;
}
.assembly-list6 .imgbox-container .item .textbox{
  position: relative;
  z-index:3;
}
.assembly-list6 .bg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  object-fit:cover;
  z-index:1;
}
.assembly-list6 .contentbox{
  position: relative;
  z-index:3;
}
.assembly-list7{
  padding:3.85rem 0 3rem;
  height:21.75rem;
  position: relative;
  overflow: hidden;
}
.assembly-list7 .bg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  object-fit:cover;
  z-index:1;
}
.assembly-list7 .contentbox{
  position: relative;
  z-index:2;
}
.assembly-list7 .contentbox .tit2{
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(180deg, #B4E4EE 0%, #7CD5F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom:.3rem;
}
.assembly-list7 .contentbox .tit3{
  color:rgba(143, 150, 174, 1);
}
.assembly-list7 .contentbox .p{
  margin-top:1.7rem;
  text-align:left;
}

.assembly-header{
  position: absolute;
  width:100%;
  left:0;
  top:0;
  padding:0 1.5rem;
  height:2.5rem;
  z-index:9;
}
.assembly-header .ul .li{
  color:#fff;
  height:2.5rem;
  line-height:2.5rem;
  position: relative;
  transition: all .6s;
}
.assembly-header .ul .li:before{  
  content:"";
  position: absolute;
  width:100%;
  height:2px;
  background:#005bbb;
  left:0;
  bottom:0;
  z-index:2;
  opacity:0;
  transition: all .6s;
}
.assembly-header .ul .li:hover:before{
  opacity:1;
}
.assembly-header .ul .li.cur,.assembly-header .ul .li:hover{
  color:#005bbb !important;
}
.assembly-header.hfix{
  position:fixed;
  left:0;
  top:0;
  background:#fff;
} 
.assembly-header.hfix .logo{
      fill: #005bbb;
}
.assembly-header.hfix .ul .li{
  color: #333;
}

.assembly-header.active{
  position:relative;
  left:0;
  top:0;
  background:#fff;
  border-bottom:1px solid #d1d1d1;
} 
.assembly-header.active .logo{
      fill: #005bbb;
}
.assembly-header.active .ul .li{
  color: #333;
}
.assembly-header h1 a{
  display:block;
  height: 26px;
}
.assembly-header .logo{
  height: 26px;
  fill: #fff;
  transition: all .4s;
}
.assembly-header .ul{
  margin-left:5rem;
}
.assembly-header .ul .li{
  margin-right:1.45rem;
  cursor:pointer;
}
.assembly-header .ul .li:last-child{
  margin-right:0;
}


.assembly-header .ul .li{
  margin-right: 1rem;
}
.zb-timebox .btn{
  display:none;
}
.zb-timebox.on .btn{
  display:flex !important;
}
/*.zb-timebox.on .wbox{
  justify-content: flex-end;
}*/
.assemblyfooter{
  padding:0;
}
.assemblyfooter .contentbox{
  padding:2rem 1.5rem 3rem;
}   
.assemblyfooter .f-bot{
  padding:.5rem 1.5rem;
  border-top:1px solid rgba(255,255,255,.1);
}
.assemblyfooter .rightbox{
  width:40%;
}
.assemblyfooter .rightbox .tit2{
  margin-bottom:0 !important;
}
.assemblyfooter .rightbox .tit2:hover{
  color:#06f9eb;
}
.assemblyfooter .logo{
  margin-bottom:0;
}
.assemblyfooter .leftbox .linkbox{
  margin-bottom:0;
}
.assemblyfooter .leftbox .linkbox .sp{
  border:1px solid #4e4e6b;
  border-radius:.2rem;
  background: #01012a;
  color:#fff;
}
.assemblyfooter .leftbox .icon{
  fill:#a5a5a6;
}
.assemblyfooter .leftbox .linkbox .linkitem{
  border:1px solid #01012a;
}
.assemblyfooter .f-bot{
  margin-top:0;
}
.assemblyfooter .f-bot a{
  color:#fff;
}
.assembly-list3 .lineimg{
  width:100%;
  position: absolute;
  bottom:-8rem;
  z-index:1;
}
.assembly-list7 .contentbox .tit2,.assembly-list6 .tit2,.assembly-list4 .tit2,.assembly-list3 .tit2,.assembly-list2 .tit2,.assembly-list1 .tit2,.assembly-list5 .tit2{
  font-weight:bold;
}
@media (max-width:1300px) {
  .assembly-header .ul .li{
    margin-right:1rem;
  }
  .assembly-header .ul{
    margin-left:3rem;
  }
  .assembly-header .logo,.assembly-header a{
    height:22px;
  }
  /*.assembly-list2 .xcbox .itembox .li .time{
    width:33%;
  }*/
}
@media (max-width:1024px) {
  .assembly-header .ul{
    display:none;
  }
  .assembly-header{
    height:60px;
    padding: 0 6%;
  }
  .assembly-list5 .news-container .item .bg{
    width: 50vw;
  }
  .assembly-list6 .imgbox-container .item .bg{
    width:60vw;
  }
  .assembly-list1-1 .img{
    width:100%;
    margin-bottom:.9rem;
  }
  .assembly-list1-1 .p{
    width:100%;
  }
  .assemblyfooter .contentbox{
    padding:2rem 6% .35rem;
  }
  .assemblyfooter .contentbox .leftbox{
    margin-bottom:.65rem;
  }
  .assemblyfooter .f-bot{
    margin-top:0;
  }
  .assemblyfooter .rightbox{
    display:flex;
    width:100%;
    margin-bottom:.65rem;
  }
  .assemblyfooter .rightbox .item{
    width:auto;
  }
  .n-banner3{
    height: calc(100vh - 60px - 4.5rem);
  }
	.n-banner3.active{
    height: calc(100vh - 60px);
  }
  .zb-timebox{
    height:4.5rem;
  }
  .zb-timebox span{
    margin: 0 0.1rem;
  }
  .newsinfo .leftbox .news-text video{
    width:100% !important;
    height:auto !important;
    margin-left:-2em;
  }
  .zb-timebox  .f-no-s-center{
    margin-top:.35rem;
  }
  .zb-timebox  .f-no-s-center span:nth-child(1){
    margin-left:0;
  }
  .assembly-list4 .warpbox .xcbox{
    width:100%;
  }
  .assembly-list4 .warpbox .xcbox .video{
    width:100%;
    height:15rem;
  }
.assembly-list4 .warpbox .xcbox .video .itembox{
	height:15rem;
}
  .assembly-list4 .warpbox .tabul{
    width:100%;
    overflow-x:auto;
    overflow-y: hidden;
  }
  .assembly-list4 .warpbox .ntabul{
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    height:auto;
  }
  
  .assembly-list4 .warpbox .ntabul .li{
    width:12rem;
  }
  .assembly-list4 .warpbox{
    margin-top:0;
  }
}
@media (max-width:767px) {
  .assembly-list1{
    padding: 2rem 0 1.5rem;
  }
  .assembly-list2{
    padding: 1.25rem 0 1.5rem;
  }
  .assembly-list3 .itembox .li{
    width:48%;
    margin-right:4%;
  }
  .assembly-list3 .itembox .li:nth-child(2n){
    margin-right:0;
  }
  .assembly-list1 .tit2,.assembly-list2 .tit2{
    margin-bottom:.8rem;
  }
  .assembly-list2 .xcbox .itembox .li .time{
    width:100%;
  }
  .assembly-list2 .xcbox .itembox .li .sp{
    width:100%;
    padding-left:calc(20px + .25rem);
    margin-top:.55rem;
    font-size:18px;
  }
  .assembly-list2 .xcbox .itembox .li .sp2{
    width:100%;
    margin-top:.55rem;
    padding-left:calc(20px + .25rem);
  }
  .assembly-list2 .xcbox{
    margin-top:1rem;
  }
  .assembly-list3{
    padding: 1.25rem 0 1.5rem;
  }
  .assembly-list3 .itembox .tit3{
    margin-bottom:.7rem;
  }
  .assembly-list4 .itembox .box{
    height:10rem;
  }
  .assembly-list5 .news-container .item{
    width:100%;
    margin-right:0;
    margin-bottom:4%;
  }
  .assembly-list5 .news-container{
    margin-top:.8rem;
  }
  .assembly-list5 .news-container .swiper-pagination span,.assembly-list6 .news-container .swiper-pagination span{
    height:.25rem;
  }
  .assembly-list5 .news-container .swiper-pagination span.swiper-pagination-bullet-active,.assembly-list6 .imgbox-container .swiper-pagination span.swiper-pagination-bullet-active{
    width:1.25rem;
  }
  .assembly-list4{
    padding: 1.25rem 0 1.5rem;
  }
  .assembly-list4 .xcbox{
    margin-top:.8rem;
  }
  .assembly-list4 .tabul{
    margin-top:.8rem;
  }
  .assembly-list5{
    padding:1rem 0 1.5rem;
  }
  .assembly-list6{
    padding:1rem 0 5rem;
  }
  .assembly-list6 .imgbox-container .item{
    width:100%;
    height: 9rem;
    margin-bottom:.5rem;
    overflow: hidden;
  }
  .assembly-list6 .imgbox-container .item .bg{
    width:100%;
  }
  .assembly-list6 .imgbox-container{
    margin-top:.8rem;
  }
  .assembly-list7{
    padding: 2rem 0 2.5rem;
  }
  .assembly-list7 .contentbox .p{
    margin-top:1rem;
  }
  .assembly-list6 .imgbox-container .item{
    margin-right:0;
  }
  .zb-timebox span{
    margin: 0 0.25rem;
  }
  .zb-timebox span{
    width: 1.5rem;
    height: 1.5rem;
  }
  .assembly-list2 .tabul .li,.assembly-list4 .tabul .li{
    width:135px;
  }
  .assembly-list4 .warpbox .xcbox .video{
    width:100%;
    height:8rem;
  }
  .assembly-list4 .warpbox .tabul{
    width:100vw;
    overflow-x:auto;
    overflow-y: hidden;
    margin-top:0;
  }
  
  .assembly-list4 .warpbox .ntabul .li{
    width:10rem;
  }
  .zb-timebox .w1440{
    width:83%;
  }
  .assembly-list4 .warpbox .tabul .li .tit4 span{
    display:block;
  }
}

.vjs-poster{
  background-size:cover !important;
}
.video-js .vjs-big-play-button{
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}




.ibanner .btn2{
  left: 8%;
  transform: translate(0, 0);
  bottom:14vh;
}
@media (max-width: 768px){
  .ibanner .btn{
    bottom: 15rem;
  }
}
@media (max-width: 768px){
  .ibanner .bg.pc-block-768{
    display:none;
  }
  .ibanner .bg.m-block-768{
    display:block;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px) {
 
  .zoombox,.zb-timebox .wbox{
    zoom: 0.8;
  }
  .zb-timebox .w1440{
    width:75%;
  }
  .ibanner .btn2{
    left:12%;
  }
}


.n-technology{

}
.n-technology .itembox{
  width:100%;
  height:22.5rem;
  overflow: hidden;
  position: relative;
  z-index:1;
}
.n-technology .itembox .bg{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  object-fit:cover;
  z-index:1;
}
.n-technology .item1{
  width:100%;
}
.n-technology .item1 .textbox{
  position: absolute;
  left:8%;
  top:50%;
  transform:translate(0,-50%);
  z-index:4;
  width:650px;
}
.n-technology .item1 .textbox .tit3{
  width:100%;
  color:rgba(255,255,255,.5);
  margin-bottom:.85rem;
}
.n-technology .item1 .textbox{
  position: absolute;
  left:8%;
  top:50%;
  transform:translate(0,-50%);
  z-index:4;
  width:650px;
}
.n-technology .item1 .textbox .tit3{
  width:100%;
  color:rgba(255,255,255,.5);
  margin-top:.55rem;
}

.n-technology .item2{
  width:100%;

}
.n-technology .item2 .textbox .tit2{
  color:#333;
}
.n-technology .item2 .textbox .tit3{
  width:100%;
  color:#666;
  margin-top:.85rem;
  text-align:left;
  max-height:10rem;
  overflow-y:auto;
  padding-right:10px;
}
.n-technology .item1 .textbox .tit3{
  max-height:11rem;
  overflow-y:auto;
  padding-right:10px;
  text-align:left;
}
.n-technology .item2 .textbox{
  position: absolute;
  right:8%;
  top:50%;
  transform:translate(0,-50%);
  z-index:4;
  width:700px;
}


@media (max-width: 1680px){
  .n-technology .item1 .textbox{
    width:450px;
    left:6%;
  }
  .n-technology .item2 .textbox{
    width:450px;
    right:9%;
  }

}
@media (max-width: 996px){
  .n-technology .item1 .textbox{
    width: 340px;
  }
  .n-technology .item2 .textbox{
    width: 340px;
  }
}

@media (max-width: 767px){
  .n-technology .itembox{
    height:35rem;
  }
  .n-technology .item1 .textbox{
    top:4rem;
    left:50%;
    transform:translate(-50%,0);
    width:88%;
  }
  .n-technology .item2 .textbox{
    top:4rem;
    left:50%;
    transform:translate(-50%,0);
    width:88%;
  }
}







.industry-list1 .leftbox .tit5 a{
  border-bottom:1px solid #005bbb;
  padding-bottom:.2rem;
  margin-top:.5rem;
  font-size:16px;
}

.industry-list1 .contentbox3 .ulbox .li .more {
  padding-bottom: 3px;
  /*background: url(../png/acf5b1.png) no-repeat center bottom;*/
  color: #005bbb;
  margin-top:1rem;
  background-size: 100% 2px;
      display: inline-flex;
      border-bottom:1px solid #005bbb;
}

.industry-list1 .contentbox3 .ulbox .li .more .icon {
  width: 10px;
  height: 10px;
  fill: #005bbb;
  margin-left: 5px;
}
.industry-list1 .contentbox3 .ulbox .li .more .icon {
    transition: all .3s;
}
/*.industry-list1 .contentbox3 .ulbox .li .more:hover .icon {
    margin-left: 15px;
}*/
.multi-banner .tit2{
  font-weight:bold;
}

.zsolutions-list1{
  padding:1.5rem 0 5rem;
  position: relative;
  z-index:1;
}
.zsolutions-list1 .zimgbox{
  width:100%;
  margin-top:145px;
  position: relative;
  z-index:1;
}
.zsolutions-list1 .zimgbox .img{
  width:63.33%;
}
.zsolutions-list1 .zimgbox .img1{
  width:84%;
  height:11rem;
}
.zsolutions-list1 .zimgbox .img1 img{
  max-height:100%;
}
.zsolutions-list1 .zimgbox .hline{
  position: absolute;
  right:0;
  top:50%;
  transform:translate(0,-50%);
  z-index:2;
}
.zsolutions-list1 .textbox{
  height:11rem;
  width:36.67%;
  position: absolute;
  right:0;
  top:0;
  z-index:2;
}
.zsolutions-list1 .textbox .i{
  padding-left:2rem;
  position: relative;
}
.zsolutions-list1 .textbox .i:before{
  content:"";
  position: absolute;
  width:12px;
  height:12px;
  left:0;
  top:.6rem;
  z-index:2;
  background:#005bbb;
  border-radius:50%;
}
.zsolutions-list1 .textbox .i2-1{
  position: absolute;
  left: -7%;
  top: 19%;
}
.zsolutions-list1 .textbox .i2-2{
  position: absolute;
  left: -7%;
  top: 69%;
}
.zsolutions-list1 .textbox .icon{
  width:1.25rem;
  height:1.25rem;
  margin-right:.55rem;
}
.zsolutions-list1 .textbox .icon img{
  max-height:100%;
}
.zsolutions-list1 .titbox{
  width:calc(100% - 1.8rem);
}
.zsolutions-list1 .textbox .tit4{
  color:#005bba;
  margin-bottom:.2rem;
}


.zsolutions-list2{
  padding:2.25rem 0;
  position: relative;
  background:#fff;
  z-index:1;
}
.zsolutions-list2 .contentbox{
  margin-bottom:2rem;
}
.zsolutions-list2 .tit2{
  color:#454545;
}
.zsolutions-list2 .ul{
  margin-top:.8rem;
}
.zsolutions-list2 .ul .li{
  margin-bottom:12px;
  border-radius:10px;
  overflow: hidden;
  background:#f5f5f5;
  position: relative;
  z-index:2;
  min-height:100px;
}
.zsolutions-list2 .ul .nli:last-child{
  margin-bottom:0;
}

.zsolutions-list1 .textbox .i3-1{
  position: absolute;
  left: -11%;
  top: 10%;
}
.zsolutions-list1 .textbox .i3-2{
  position: absolute;
  left: -3%;
  top: 44%;
}
.zsolutions-list1 .textbox .i3-3{
  position: absolute;
  left: -11%;
    top: 79%;
}


.zsolutions-list1 .textbox .i4-1{
  position: absolute;
  left: -24%;
    top: -7%;
}
.zsolutions-list1 .textbox .i4-2{
  position: absolute;
  left: -5%;
    top: 26%;
}
.zsolutions-list1 .textbox .i4-3{
  position: absolute;
  left: -4.5%;
    top: 61%;
}
.zsolutions-list1 .textbox .i4-4{
  position: absolute;
  left: -21%;
    top: 94%;
}


.zsolutions-list1 .textbox .i5-1{
  position: absolute;
  left: -36%;
    top: -17%;
}
.zsolutions-list1 .textbox .i5-2{
  position: absolute;
 left: -11%;
    top: 10%;
}
.zsolutions-list1 .textbox .i5-3{
  position: absolute;
      left: -3%;
    top: 42%;
}
.zsolutions-list1 .textbox .i5-4{
  position: absolute;
  left: -10%;
  top: 77%;
}
.zsolutions-list1 .textbox .i5-5{
  position: absolute;
      left: -38%;
    top: 107%;
}

.zsolutions-list2 .ul .li:before{
  content:"";
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:url(../jpg/c4j41i.jpg) no-repeat center center;
  background-size:cover;
  z-index:-1;
  opacity:0;
  transition:all .8s;
}
.zsolutions-list2 .ul .li .leftbox{
  width:24.33%;
  border-right:1px solid #e2e8ee;
  padding-left:1rem;
  padding-right:1rem;
  transition:all .6s;
  font-weight:bold;
}
.zsolutions-list2 .ul .li .leftbox p{
  color:#005bbb;
  transition: all .8s;
  text-align:center;
}
.zsolutions-list2 .ul .li .rightbox{
  width:calc(100% - 24.33% );
  padding-left:1.75rem;
  padding-right:1.25rem;
  padding-top:1.25rem;
  padding-bottom:1.25rem;
}
.zsolutions-list2 .ul .li .leftbox .icon{
  margin-bottom:.4rem;
  width:1.25rem;
  height:1.25rem;
  transition: all .6s;
}
.zsolutions-list2 .ul .li .leftbox .icon img{
  max-height:100%;
}
.zsolutions-list2 .ul .nli{
  position: relative;
  margin-bottom:.4rem;
  padding-left:.5rem;
  transition:all .6s;

}
.zsolutions-list2 .ul .nli:before{
  content:"";
  position: absolute;
  width:8px;
  height:8px;
  background:#b6cadf;
  left:0;
  top:8px;
  transition:all .6s;
}
.zsolutions-list2 .ul .li:hover:before{
  opacity:1;
}
.zsolutions-list2 .ul .li:hover .icon{
  filter: brightness(0) invert(1);
  opacity:.9;

}
.zsolutions-list2 .ul .li:hover p{
  color:#fff;
}
.zsolutions-list2 .ul .li:hover .nli{
  color:#fff;
}
.zsolutions-list2 .ul .li:hover .leftbox{
  border-right:1px solid rgba(255,255,255,.3);
}
.zsolutions-list2 .ul .li:hover .nli:before{
  background:rgba(255,255,255,.3);
}
.zsolutions-list1 .titbox .tit5{
    width:14rem;
    line-height:1.4;
  }
@media (max-width:1680px){
  .zsolutions-list1 .textbox .i4-1{
    left: -30%;
    top: -23%;
  }
  .zsolutions-list1 .textbox .i4-2{
    left: -6%;
    top: 17%;
  }
  .zsolutions-list1 .textbox .i4-3{
    left: -5%;
    top: 68%;
  }
  .zsolutions-list1 .textbox .i4-4{
    left: -26%;
    top: 108%;
  }
  .zsolutions-list1 .titbox .tit5{
    font-size:15px;
  }
  .zsolutions-list1 .textbox .i3-1{
       left: -8%;
  }
  .zsolutions-list1 .textbox .i3-3{
    left: -8%;
  } 
  .zsolutions-list1 .textbox .i3-2{
        left: -2.4%;
  }
  .zsolutions-list1 .titbox .tit5{
    font-size:15px;
  } 
  .zsolutions-list1 .textbox .i2-1{
    left:-7%;
  }
  .zsolutions-list1 .textbox .i2-2{
        left: -7%;
  }

  .zsolutions-list1 .textbox .i5-1{
    left: -36%;
    top: -28%;
  }
  .zsolutions-list1 .textbox .i5-2{
   left: -11%;
    top: 3%;
  }
  .zsolutions-list1 .textbox .i5-3{
        left: -3%;
      top: 42%;
  }
  .zsolutions-list1 .textbox .i5-4{
    left: -8%;
    top: 77%;
  }
  .zsolutions-list1 .textbox .i5-5{
    left: -25%;
    top: 107%;
  }
  .zsolutions-list1 .zimgbox .img{
    width:58.33%;
  }
  .zsolutions-list1 .textbox{
    width: 41.67%;
  }
  .zsolutions-list1 .titbox .tit5{
        width: 14rem;
  }
}

@media (max-width:1440px){
  .zsolutions-list1{
    padding-bottom:8rem;
  }
  .zsolutions-list1 .textbox .i4-1{
    left: -23.5%;
    top: -25%;
  }
  .zsolutions-list1 .textbox .i4-2{
    left: -5.2%;
    top: 17%;
  }
  .zsolutions-list1 .textbox .i4-3{
    left: -3.6%;
    top: 63%;
  }
  .zsolutions-list1 .textbox .i4-4{
    left: -20%;
    top: 108%;
  }
  .zsolutions-list1 .textbox .i3-1{
      left: -9%;
      top: 3%;
  }
  .zsolutions-list1 .textbox .i3-3{
      top: 87%;
      left: -9%;
  }
  

 

  .zsolutions-list1 .textbox .i2-1{
    left:-4.5%;
  }
  .zsolutions-list1 .textbox .i2-2{
        left: -4.5%;
  }


  .zsolutions-list1 .textbox .i5-1{
        left: -34%;
    top: -35%;
  }
  .zsolutions-list1 .textbox .i5-2{
   left: -10.5%;
    top: -1%;
  }
  .zsolutions-list1 .textbox .i5-3{
        left: -2.5%;
      top: 42%;
  }
  .zsolutions-list1 .textbox .i5-4{
    left: -7.5%;
    top: 83%;
  }
  .zsolutions-list1 .textbox .i5-5{
    left: -27%;
    top: 118%;
  }
    
  .zsolutions-list1 .zimgbox .img{
    width:58.33%;
  }
  .zsolutions-list1 .textbox{
    width: 41.67%;
  } 
  .zsolutions-list1 .titbox .tit5{
    width:12rem;
  }
}
.w1360{
  width:1360px;
  margin:0 auto;
  max-width:88%;
}
.solutionsinfo-banner {
  height: 22.5rem;
  width: 100%;
  /*padding-top: 7.5rem;*/
}

.solutionsinfo-banner .bg {
  height: 22.5rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.solutionsinfo-banner .textbox{

}
.solutionsinfo-banner .tit2 {
  position: relative;
  z-index: 3;
}

.solutionsinfo-banner .tit4{
  margin-top:.6rem;
}


.solutionsinfo1{
  padding:2.5rem 0 2rem;
  position: relative;
  z-index:1;
  background:#fff;
}
.solutionsinfo1 .li{
  width:calc(25% - 15px);
  margin-right:15px;
  margin-bottom:15px;
  background:#f5f5f5;
  border-radius:10px;
  overflow: hidden;
  padding:1.25rem .6rem 2.25rem;
  position: relative;
  z-index:2;
}
.solutionsinfo1 .li:nth-child(4n){
  margin-right:0;
}
.solutionsinfo1 .li .icon{
  width:1.5rem;
  height:1.5rem;
  margin:0 auto;
  transition: all .6s;
}
.solutionsinfo1 .li .icon img{
  max-height:100%;
}
.solutionsinfo1 .li .tit3{
  margin-top:.5rem;
  transition: all .6s;
}
.solutionsinfo1 .li .tit4{
  margin-top:.6rem;
  transition: all .6s;
      /*word-break: break-all;*/
      text-align:left;
}

.solutionsinfo1 .li:before{
  content:"";
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:url(../jpg/j4xih6.jpg) no-repeat center center;
  background-size:cover;
  z-index:-1;
  opacity:0;
  transition: all .6s;
}
.solutionsinfo1 .li:hover:before{
  opacity:1;
}
.solutionsinfo1 .li:hover .icon{
    filter: brightness(0) invert(1);
  opacity:.9;
}
.solutionsinfo1 .li:hover .tit3{
  color:#fff;
}
.solutionsinfo1 .li:hover .tit4{
  color:#fff;
}
@media (max-width:1024px){
  .zsolutions-list1 .zimgbox .img{
    width:100%;
  }
  .zsolutions-list1 .textbox{
    position: relative;
    width:100%;
    height: auto;
    right:auto;
    top:auto;
  }
  .zsolutions-list1 .zimgbox .hline{
    display:none;
  }
  .zsolutions-list1 .zimgbox .img{
    margin-bottom:1.5rem;
  }
  .zsolutions-list1 .zimgbox .img1{
    width:100%;
  }
  .zsolutions-list1 .zimgbox{
    margin-top:1.5rem;
  }
  .zsolutions-list1 .textbox .i{
    position: relative;
    left:auto !important;
    top:auto !important;
    margin-bottom:.75rem;
    padding-left:0;
  }
  .zsolutions-list1 .zimgbox .img1{
    height:auto;
  }
  .zsolutions-list1 .textbox .i:before{
    display:none;
  }

  .solutionsinfo1 .li .tit4 br{
    display:none;
  }
}

@media (max-width:996px){
  .solutionsinfo1 .li{
    width:49%;
    margin-right:2%;
    margin-bottom:2%;
  }
  .solutionsinfo1 .li:nth-child(4n){
    margin-right:0;
  }
  .solutionsinfo1 .li:nth-child(2n){
    margin-right:0;
  }

}
@media (max-width:767px){
  .solutionsinfo1 .li{
    width:100%;
    margin-right:0;
  }
  .zsolutions-list2 .ul .li .leftbox{
    width:100%;
  }
  .zsolutions-list2 .ul .li .rightbox{
    width:100%;
    padding-left:1rem;
    padding-right:1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .zsolutions-list2 .ul .li{
    padding:1.5rem 0;
  }
  .zsolutions-list2 .ul .nli:before{
    width: 6px;
    height: 6px;
    background: #b6cadf;
    margin-top: -3px;
  }
  .zsolutions-list1{
    padding-bottom:3rem;
  }
  .zsolutions-list2 .ul .nli:before{
    margin-top:-1px;
  }
}




.about-banner .tit2,.contact-banner .tit2{
  font-weight:bold;
}

.software1-list1{
  padding-bottom:2.75rem;
}
.software1{
 
  position: relative;
  z-index:1;
}
.software1{
  margin-top:1.7rem;
}
.software1 .li{
  width:calc(25% - 22px);
  margin-right:22px;
  margin-bottom:22px;
  background:#fff;
  border-radius:10px;
  overflow: hidden;
  padding:1.25rem .6rem 2.25rem;
  position: relative;
  z-index:2;
}
.software1 .li:nth-child(4n){
  margin-right:0;
}
.software1 .li .icon{
  width:1.5rem;
  height:1.5rem;
  margin:0 auto;
  transition: all .6s;
}
.software1 .li .icon img{
  max-height:100%;
}
.software1 .li .tit3{
  margin-top:.8rem;
  transition: all .6s;
  text-align:center;
}
.software1 .li .tit4{
  margin:.6rem auto 0;
  transition: all .6s;
}

.software1 .li:before{
  content:"";
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:url(../jpg/j4xih6.jpg) no-repeat center center;
  background-size:cover;
  z-index:-1;
  opacity:0;
  transition: all .6s;
}
.software1 .li:hover:before{
  opacity:1;
}
.software1 .li:hover .icon{
    filter: brightness(0) invert(1);
  opacity:.9;
}
.software1 .li:hover .tit3{
  color:#fff;
}
.software1 .li:hover .tit4{
  color:#fff;
}


@media (max-width:996px){
  .software1 .li{
    width:49%;
    margin-right:2%;
    margin-bottom:2%;
  }
  .software1 .li:nth-child(4n){
    margin-right:0;
  }
  .software1 .li:nth-child(2n){
    margin-right:0;
  }

}
@media (max-width:767px){
  .software1 .li{
    width:100%;
    margin-right:0;
  }
  
}

.industry-list1 .contentbox2 .more {
  padding-bottom: 3px;
  /*background: url(../png/acf5b1.png) no-repeat center bottom;*/
  color: #005bbb;
  margin-top:1rem;
  background-size: 100% 2px;
      display: inline-flex;
}

.industry-list1 .contentbox2 .more .icon {
  width: 10px;
  height: 10px;
  fill: #005bbb;
  margin-left: 5px;
}
.industry-list1 .contentbox2 .more .icon {
    transition: all .3s;
}



.industry-list1 .img .imgbox-container3{
  padding-bottom:60px;
}
.industry-list1 .imgbox-container3 .swiper-pagination3 {
  position: absolute;
  bottom: 10px !important;
  z-index:3;
}

.industry-list1 .imgbox-container3 .swiper-pagination3:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  border-left: 1px dashed #dfdfdf;
  top: 50%;
  z-index: 3;
}

.industry-list1 .imgbox-container3 .swiper-pagination3 span {
  width: 16px;
  height: 16px;
  position: relative;
  background: transparent;
  opacity: 1;
  margin: 0 .5rem !important;
}

.industry-list1 .imgbox-container3 .swiper-pagination3 span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #dfdfdf;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.industry-list1 .imgbox-container3 .swiper-pagination3 span:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #dfdfdf;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: scale(0, 0);
}

.industry-list1 .imgbox-container3 .swiper-pagination3 span.swiper-pagination-bullet-active:after {
  transform: translate(-50%, -50%) scale(1, 1);
}
.industry-list1 .imgbox-container3 .swiper-pagination3 span.swiper-pagination-bullet-active:after {
  transform: translate(-50%, -50%) scale(1, 1);
  border: 2px solid #0f65bf;
}
.industry-list1 .imgbox-container3 .swiper-pagination3 span.swiper-pagination-bullet-active:before {
   background: #0f65bf;
}

@media (max-width: 767px) {
  .industry-list1 .imgbox-container3 .swiper-pagination3 span:after {
    width: 14px;
    height: 14px;
  }

  .industry-list1 .imgbox-container3 .swiper-pagination3 span:before {
    width: 5px;
    height: 5px;
  }
  .zsolutions-list1 .tit2{
    width:100%;
    text-align:center;
  }
}

.warp-industry{
  padding-bottom:0;
}
.warp-contentbox2{
  padding-bottom:2.25rem;
  background:#f7f7f7 url(../png/8jqbcj.png) no-repeat center bottom;
  background-size:100% auto;
}

.header-navbox .subitem .subbot a{
  text-align:center;
  line-height:1.2;
  margin-bottom:5px;
}

/*# sourceMappingURL=boc_reset.css.map 
