@charset "UTF-8";
/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ?2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.simple-form-basic, .simple-text, .simple-textarea, .simple-select {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}
.simple-form-basic:focus, .simple-text:focus, .simple-textarea:focus, .simple-select:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -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;
}

html,
button,
input,
select,
textarea {
  font-family:"OPPO Sans-Regular","Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button, input, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  max-width: 100%;
  /*图片清晰处理*/
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.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: #e94819;
  color: #fff;
}

::selection {
  background: #e94819;
  color: #fff;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

.tit-13 {
  font-size: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.8;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.8;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.8;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.8;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.8;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.8;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.8;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.8;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.8;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.8;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.8;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.8;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.8;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.8;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.8;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.8;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.8;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.8;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.8;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.8;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.8;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.8;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.8;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.8;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.8;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.8;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.8;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.8;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.8;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.8;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.8;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.8;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.8;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.8;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.8;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.8;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.8;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.8;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.8;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.8;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.8;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.8;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.8;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.8;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.8;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.8;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.8;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.8;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.8;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.8;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.8;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.8;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.8;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.8;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.8;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.8;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.8;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.8;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.8;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.8;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.8;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.8;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.8;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.8;
  font-size: 80px;
}

@media (max-width: 1681px) {
  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

  .tit-13 {
    font-size: 13px;
  }

  .tit-14 {
    font-size: 13px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 15px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 17px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-21 {
    font-size: 19px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-23 {
    font-size: 21px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-25 {
    font-size: 23px;
  }

  .tit-26 {
    font-size: 24px;
  }

  .tit-27 {
    font-size: 25px;
  }

  .tit-28 {
    font-size: 26px;
  }

  .tit-29 {
    font-size: 27px;
  }

  .tit-30 {
    font-size: 27px;
  }

  .tit-31 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 29px;
  }

  .tit-33 {
    font-size: 30px;
  }

  .tit-34 {
    font-size: 31px;
  }

  .tit-35 {
    font-size: 32px;
  }

  .tit-36 {
    font-size: 33px;
  }

  .tit-37 {
    font-size: 34px;
  }

  .tit-38 {
    font-size: 35px;
  }

  .tit-39 {
    font-size: 36px;
  }

  .tit-40 {
    font-size: 37px;
  }

  .tit-42 {
    font-size: 38px;
  }

  .tit-43 {
    font-size: 39px;
  }

  .tit-44 {
    font-size: 40px;
  }

  .tit-45 {
    font-size: 41px;
  }

  .tit-46 {
    font-size: 42px;
  }

  .tit-47 {
    font-size: 43px;
  }

  .tit-48 {
    font-size: 44px;
  }

  .tit-50 {
    font-size: 45px;
  }

  .tit-51 {
    font-size: 46px;
  }

  .tit-52 {
    font-size: 47px;
  }

  .tit-53 {
    font-size: 48px;
  }

  .tit-54 {
    font-size: 49px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size: 46px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}
@media (max-width: 1281px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 14px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .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: 14px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}
/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}
@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.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(calc(-50% + 0.5px), calc(-50% + 0.5px));
}

.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-l {
  text-transform: lowercase;
}

.text-u {
  text-transform: uppercase;
}

.text-c {
  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%;
}

.w1720 {
  width: 1720px;
  max-width: 90%;
  margin: 0 auto;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .w1400 {
    width: 88%;
  }
}

.w1640 {
  width: 1640px;
  margin: 0 auto;
}
@media (max-width: 1720px) {
  .w1640 {
    width: 88%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  /*background:#f0efef;*/
  border-radius: 50%;
  margin: 0 6px;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  background: #ff5900;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  display: inline-block;
  background: #ff5900;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #ff5900;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a[rel="next"], .page a[rel="prev"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.page a[rel="next"]:hover img, .page a[rel="prev"]:hover img {
  filter: grayscale(100%) brightness(10);
  opacity: .95;
}

/*分页样式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;
}

/*？榧釉氐膌oading-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:1s;
  animation-duration:1s;
  -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.fade_in{
    -webkit-animation-duration:1.5s;
  animation-duration:1.5s;
}

.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(-60px);
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    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(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -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 .loadingnum{
  opacity:0;
  visibility: hidden;
}

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*/
@font-face {
  font-family: "Mon-r";
  src: url("/bocstatic/web/css//bocstatic/web/css/fonts/Montserrat-Regular-8.woff2") format("woff2"),
    url("/bocstatic/web/css/fonts/Montserrat-Regular-8.woff") format("woff"),
    url("/bocstatic/web/css/fonts/Montserrat-Regular-8.ttf") format("truetype"),
    url("/bocstatic/web/css/fonts/Montserrat-Regular-8.eot") format("embedded-opentype"),
    url("/bocstatic/web/css/fonts/Montserrat-Regular-8.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.indexbg {
  position: fixed;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

.loadbox {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
}
.loadbox .loadsvg {
  z-index: 3;
  width: 100%;
  height: 100vh;
}
.loadbox .loadsvg svg {
  width: auto;
  height: 1.25rem;
  fill: #fff;
  margin: 0 5px;
}
.loadbox.active .loadsvg svg {
  animation: warn 1.8s forwards cubic-bezier(0.44, 1.2, 1, 1);
}
.loadbox .loadsvg svg:nth-child(1) {
  animation-delay: .1s;
}
.loadbox .loadsvg svg:nth-child(2) {
  animation-delay: .15s;
}
.loadbox .loadsvg svg:nth-child(3) {
  animation-delay: .2s;
}
.loadbox .loadsvg svg:nth-child(4) {
  animation-delay: .25s;
}
.loadbox .loadsvg svg:nth-child(5) {
  animation-delay: .3s;
}
.loadbox .loadsvg svg:nth-child(6) {
  animation-delay: .35s;
}
.loadbox.active .loadsvg svg:nth-child(7) {
  animation: warn2 1.5s forwards cubic-bezier(0.46, 1.03, 1, 1);
  animation-delay: .4s;
}
.loadbox.active .indexbg {
  animation: warn4 0.3s forwards cubic-bezier(0.46, 1.03, 1, 1);
  animation-delay: 2s;
}
.loadbox.active .imgbig {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  /*transform:translate(-50%,-50%);*/
  z-index: 10;
  animation: warn3 4s forwards cubic-bezier(0.46, 1.03, 1, 1);
  transform-origin: 50% center;
  animation-delay: 2s;
  opacity: 0;
}
body.init .loadbox{
  visibility: hidden;
}
.loadbox.active .loadingnum{
  opacity:0;
}

@keyframes warn {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-40vw, 0);
    opacity: 0;
  }
}
@keyframes warn2 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  80% {
    transform: translate(-8vw, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-8vw, 0);
    opacity: 0;
  }
}
@keyframes warn3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(120);
    opacity: 1;
  }
}
@keyframes warn4 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width:1024px) {
  @keyframes warn2 {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }
    80% {
      transform: translate(-11vw, 0);
      opacity: 1;
    }
    100% {
      transform: translate(-11vw, 0);
      opacity: 0;
    }
  }
}
@media (max-width:996px) {
  @keyframes warn2 {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }
    80% {
      transform: translate(-16.5vw, 0);
      opacity: 1;
    }
    100% {
      transform: translate(-16.5vw, 0);
      opacity: 0;
    }
  }
  @keyframes warn3 {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(150);
      opacity: 1;
    }
  }
}
@media (max-width:767px) {
  @keyframes warn2 {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }
    80% {
      transform: translate(-29.5vw, 0);
      opacity: 1;
    }
    100% {
      transform: translate(-29.5vw, 0);
      opacity: 0;
    }
  }
  @keyframes warn3 {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(200);
      opacity: 1;
    }
  }
  .loadbox.active .indexbg {
    animation: warn4 0.3s forwards cubic-bezier(0.46, 1.03, 1, 1);
    animation-delay: 2s;
  }
  .loadbox.active .imgbig {
   
    animation: warn3 3s forwards cubic-bezier(0.46, 1.03, 1, 1);
    transform-origin: 50% center;
    animation-delay: 2s;
  }
}
.footer {
  padding: 3rem 1.5rem 0;
  background: #f1f1f1;
  position: relative;
  z-index: 2;
}
.footer .leftbox {
  width: 59%;
  padding-right: 3.25rem;
  padding-bottom: 3.75rem;
  border-right: 1px solid #e1e1e1;
}
.footer .item a {
  display: block;
  transition: all .6s;
}
.footer .item .tit3 {
  margin-bottom: .65rem;
}
.footer .item .tit4 {
  margin-bottom: .2rem;
}
.footer .item a:hover {
  color: #e94819;
}
.footer .rightbox {
  width: 41%;
  padding-left: 2.25rem;
  padding-right: .5rem;
}
.footer .rightbox .wxbox {
  width: 5rem;
}
.footer .rightbox .wxbox .tit3 {
  width: 100%;
  margin-bottom: .7rem;
}
.footer .rightbox .wxbox img {
  width: 2.25rem;
}
.footer .rightbox .rrbox {
  width: calc(100% - 5rem - 3rem);
}
.footer .rightbox .rrbox svg {
  margin-bottom: .7rem;
  max-height: 41px;
}

.hrefbtn {
  width: 4.5rem;
  height: 1.5rem;
  background: linear-gradient(to right, #ff5900, #ff7024);
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  z-index: 4;
  transition: all .6s;
}
.hrefbtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
  will-change: transform;
  z-index: -1;
}
.hrefbtn img {
  transform: scaleX(1) translate(0, 0);
  margin-left: .25rem;
  transition: all 0.6s 0.2s cubic-bezier(0.53, 0.21, 0, 1);
}

.hrefbtn:hover {
  color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.hrefbtn:hover:before {
  transform-origin: 0 0;
  transform: scaleX(1);
}
.hrefbtn:hover img {
  transform: scaleX(0.9) translate(5px, 0);
}
.header {
  height: 70px;
  border-radius: 70px;
  background: #f75802;
  padding: 0 1.5rem;
  top: .75rem;
  z-index: 9;
}
.header .logo{
  width:305px;
}
.header .logo svg{
  width:190px;
  height:38px;
  margin-right:20px;
}
.header .navbox {
  margin-left: 3.25rem;
}
.header .navbox .li {
  margin-right: 1.25rem;
}
.header .navbox .subli .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin-left: .2rem;
}
.header .navbox a:hover {
  color: #fff;
}
.header .navbox .wpro {
  padding-right: 4rem;
}
.header .navbox .wpro .button-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.625rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  transition: all .6s;
}
.header .navbox .wpro .button-next .icon {
  width: .9rem;
  height: .75rem;
  fill: #e5e5e5;
  transition: all .4s;
}
.header .navbox .wpro .button-next:hover {
  border: 2px solid #f75802;
  background: #f75802;
  color: #fff;
}
.header .navbox .wpro .button-next:hover .icon {
  fill: #fff;
}

.header .navbox .wpro .button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.625rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  transition: all .6s;
}
.header .navbox .wpro .button-prev .icon {
  width: .47rem;
  height: .5rem;
  fill: #e5e5e5;
  transition: all .4s;
}
.header .navbox .wpro .button-prev:hover {
  border: 2px solid #f75802;
  background: #f75802;
  color: #fff;
}
.header .navbox .wpro .button-prev:hover .icon {
  fill: #fff;
}
.header .navbox .por-container {
  position: relative;
  z-index: 1;
}
.header .navbox .por-container img {
  height: 4.75rem;
}
.header .navbox .por-container a img{
  margin-bottom:.25rem;
}
.header .navbox .por-container a:hover{
  color:#333;
}
.header .warpsub {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  padding-top: 20px;
  display: none;
}
.header .warpsub .contentbox {
  background: #fff;
  border-radius: 30px;
  padding: 1.4rem 0 .7rem;
}
.header .warpsub .topbox {
  margin-bottom: .3rem;
}
.header .warpsub .porbox {
  width: 1366px;
  max-width: 88%;
  margin: 0 auto;
}
.header .warpsub .porbox .tit3 {
  margin-bottom: .2rem;
}
.header .warpsub .itembox {
  padding: .5rem 0;
}
.header .warpsub .itembox .topbox {
  position: relative;
  z-index: 3;
}
.header .warpsub .itembox .topbox:before {
  content: "";
  position: absolute;
  width: calc(100% - 120px);
  height: 1px;
  background: #f2f2f2;
  top: 50%;
  left: 50px;
}
.header .rightbox .sc {
  margin-right: .5rem;
  transition: all .6s;
}
.header .rightbox .sc .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: .2rem;
}
.header .rightbox .sc:hover {
  color: #fff;
}
.header .rightbox .langbtn {
  margin: .2rem .5rem 0 0;
}
.header .rightbox .langbtn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.header .rightbox .searchbtn {
  margin: .2rem 0 0;
}
.header .rightbox .searchbtn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

@media (max-width: 1480px) {
  .header .navbox {
    margin-left: 2.25rem;
  }

  .header .navbox .li {
    margin-right: 0.65rem;
  }

  .header .leftbox .logo img {
    height: 30px;
  }
}
.m-bocweb-header3 {
  /*position:fixed;*/
  position:relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.m-bocweb-header3 .header2 {
  height: 60px;
  padding: 0 5%;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
}
.m-bocweb-header3 .header2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  background:#ff5900;
  backdrop-filter: blur(1px);
  z-index: -1;
}
.m-bocweb-header3 .header2 .logo {
  position: relative;
  z-index: 12;
  height: 36px;
  width:210px;
}
.m-bocweb-header3 .header2 .logo svg{
  width:110px;
  height:36px;
  margin-right:.5rem;
}
.m-bocweb-header3 .header2 .logo img {
  max-height: 100%;
}
.m-bocweb-header3 .header2 .logo a {
  display: block;
}
.m-bocweb-header3 .header2 .nav .tit {
  width: 100%;
  padding: .65rem 0;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bocweb-header3 .header2 .nav .tit {
  line-height: 1.5;
}
.m-bocweb-header3 .header2 .warp-nav {
  height: calc(100vh - 60px);
  padding: 0 0 45px;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}
.m-bocweb-header3 .header2 .nav {
  font-size: .65rem;
  color: #333;
  position: absolute;
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 60px - 1rem);
  /*.li:nth-child(odd) {
      background: rgb(248,248,248);
  }*/
}
.m-bocweb-header3 .header2 .nav .li {
  position: relative;
  width: 100%;
}
.m-bocweb-header3 .header2 .nav .li:hover > a {
  color: #333;
}
.m-bocweb-header3 .header2 .nav .icon {
  width: 16px;
  height: 16px;
  fill: #999;
  transition: all .4s;
}
.m-bocweb-header3 .header2 .nav .warp-btn {
  /*display:block;*/
  padding: .65rem 5%;
  line-height: 1.5;
  position: relative;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*border-top:1px solid rgba(255,255,255,.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 .sec-list {
  padding: .35rem 5%;
  background: #fff;
}
.m-bocweb-header3 .header2 .nav .item .tit {
  color: #fff;
  padding: 0.3rem 0 .3rem 5%;
}
.m-bocweb-header3 .header2 .nav .item .icon {
  fill: #fff;
}
.m-bocweb-header3 .header2 .nav .prosec {
  overflow: hidden;
}
.m-bocweb-header3 .header2 .nav .prosec p {
  width: 33%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
/*.m-bocweb-header3 .header2 .nav .prosec p:nth-child(2n) {
  margin-left: 4%;
}*/
.m-bocweb-header3 .header2 .nav .prosec p img{
  max-width:90%;
  margin-bottom:.2rem;
}
.m-bocweb-header3 .header2 .nav .prosec p{
  font-size:12px;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on {
  background: #fff;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on .icon {
  transform: rotate(-90deg);
}
.m-bocweb-header3 .header2 .nav .sec-list {
  /*line-height:40px;*/
  padding: .35rem 6% 1rem;
  display: none;
  font-size: .6rem;
  /*border-bottom:1px solid #555;*/
}
.m-bocweb-header3 .header2 .nav .sec-list a {
  padding: .3rem 0;
  display: block;
}
.m-bocweb-header3 .header2 .hamburger-inner {
  margin-top: -1px;
}
.m-bocweb-header3 .header2 .hamburger-inner::before {
  top: -6px;
}
.m-bocweb-header3 .header2 .hamburger-inner::after {
  bottom: -6px;
}
.m-bocweb-header3 .header2 .hamburger {
  padding: 0;
  height: 17px;
}
.m-bocweb-header3 .header2 .hamburger-box {
  width: 18px;
  height: 17px;
}
.m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background: #fff;
}
.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: #fff;
}
.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 .hamburger .hamburger-inner:hover, .m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::before, .m-bocweb-header3 .header2 .hamburger .hamburger-inner:hover::after {
  background: #fff;
}
.m-bocweb-header3 .header2 .warp-nav1-sub {
  transform: translate(0, 0);
  transition: all .5s;
}
.m-bocweb-header3 .header2 .warp-nav1-sub.active {
  transform: translate(-100%, 0);
}
.m-bocweb-header3 .header2 .warp-nav2-sub {
  transform: translate(100%, 0);
  transition: all .5s 0s;
}
.m-bocweb-header3 .header2 .warp-nav2-sub.active {
  transform: translate(0, 0);
  transition: all .5s .2s;
}
.m-bocweb-header3 .header2 .h-right span {
  margin-left: .25rem;
}
.m-bocweb-header3 .searchbtn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all .4s;
}
.m-bocweb-header3 .searchbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.m-bocweb-header3 .line {
  width: 1px;
  height: 10px;
  background: #fff;
  opacity: .2;
  margin: 0 .5rem 0 .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(/bocstatic/web/img/search.png) no-repeat center center;
  background-size: 15px 16px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -15px;
}
.m-bocweb-header3 .langbtn {
  margin-right: .25rem;
}
.m-bocweb-header3 .spicon {
  width: 18px;
  height: 18px;
}
.m-bocweb-header3 .spicon .icon {
  width: 18px;
  height: auto;
  fill: #fff;
}

.m-bocweb-header3.active .line {
  opacity: .5;
}
.m-bocweb-header3.active .header2:before {
  background: #ff5900;
}
.m-bocweb-header3.active .header2 .hamburger-inner::before, .m-bocweb-header3.active .header2 .hamburger-inner::after {
  background: #fff !important;
}

@media (max-width: 768px) {
  .m-bocweb-header3 .header2 {
    height: 60px;
  }

  .m-bocweb-header3 {
    height: 60px;
  }

  .m-bocweb-header3 .header2 .hamburger-box {
    width: 18px;
    height: 20px;
  }

  .m-bocweb-header3 .header2 .hamburger {
    height: 20px;
  }

  .m-bocweb-header3 .hamburger-inner::before {
    top: -6px;
  }

  .m-bocweb-header3 .hamburger-inner::after {
    bottom: -6px;
  }

  .m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
    width: 18px;
    height: 2px;
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .m-bocweb-header3 .header2 .warp-nav {
    padding: 0 0 45px;
  }

  .m-bocweb-header3 .header2 .nav {
    font-size: .55rem;
  }

  .m-bocweb-header3 .header2 .nav .warp-btn, .m-bocweb-header3 .header2 .nav .tit {
    padding: .5rem 5%;
  }
  .m-bocweb-header3 .header2 .logo svg{
    height: 28px;
    width:128px;
  }
  .m-bocweb-header3 .header2 .logo img{
    height:24px;
  }
  .m-bocweb-header3 .header2 .logo {
    height: 28px;
  }

  .m-bocweb-header3 .header2 .nav .sec-list a {
    padding: .2rem 0;
    padding-left: .7rem;
    font-size: .55rem;
    color: #333;
    /*border-bottom:1px solid #0e5ca5;*/
    position: relative;
  }
  .m-bocweb-header3 .header2 .nav .sec-list a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: .5rem;
    top: 50%;
    margin-top: -2.5px;
    display:none;
  }
  .m-bocweb-header3 .header2 .nav .warp-btn img{
    height:16px;
  }

}
/*搜索弹框样式2*/
.search-btn2 svg {
  width: 45px;
  height: 45px;
}

.search-alert2 {
  position: fixed;
  z-index: 100;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.search-alert2 .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}

.search-alert2 .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.search-alert2 .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 2rem;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert2 .cent-form .tex {
  border: none;
  font-size: 1.2rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-right: 3.5rem;
}

.search-alert2 .cent-form .sub-butn {
  border: none;
  height: 1.5rem;
  font-size: .8rem;
  line-height: 1.5rem;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  text-align: center;
}

.search-alert2 .close:hover {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .search-alert2 .cent-form .tex {
    font-size: .65rem;
  }

  .search-alert2 .close {
    top: 20px;
  }
}
.ibanner {
  /*height: 100vh;*/
  height:auto;
}
.ibanner .swiper-slide {
  overflow: hidden;
}
.ibanner .slide-inner {
  /*height: 100vh;*/
  height:auto;
  /*transform: scale(1.1);*/
}
.ibanner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ibanner .textbox {
  /*position: relative;*/
  /*top:40%;*/
  z-index: 3;
}
.ibanner .textbox .tit3 {
  margin-bottom: .35rem;
}
.ibanner .textbox .tit4 {
  font-size: 2.5rem;
}
.ibanner .textbox .hrefbtn {
  margin-top: .45rem;
}
.ibanner .zpagination {
  position: absolute;
  z-index: 4;
  bottom: 1rem !important;
}
.ibanner .zpagination span {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 7px;
  position: relative;
  background: transparent;
}
.ibanner .zpagination span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background: #8a8a8a;
}
.ibanner .zpagination span.swiper-pagination-bullet-active {
  background: url(/bocstatic/web/img/5.png) no-repeat center center;
}
.ibanner .zpagination span.swiper-pagination-bullet-active:before {
  opacity: 0;
}

@keyframes arrow2 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(40%);
  }
  100% {
    transform: translateY(0%);
  }
}
.ilist2 {
  padding: 1.5rem 1.5rem .75rem;
}
.ilist2 .pro-container {
  width: 100%;
  height: 24.75rem;
}
.ilist2 .pro-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ilist2 .pro-container .text {
  z-index: 3;
  bottom: 3rem;
}
.ilist2 .pro-container .text .tit4 {
  margin-bottom: .35rem;
}
.ilist2 .pro-container .text .tit5 {
  margin-bottom: .35rem;
}
.ilist2 .pro-container .button-next {
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  right: 5%;
  background: url(/bocstatic/web/img/12.png) no-repeat center center;
  z-index: 4;
  cursor: pointer;
}
.ilist2 .pro-container .button-next img {
  margin-left: .25rem;
}
.ilist2 .porimg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  /*width:*/
}
.ilist2 .tabul {
  position: absolute;
  left: 2.75rem;
  bottom: 0;
  height: 340px;
  padding-left: .55rem;
  background: url(/bocstatic/web/img/11.png) no-repeat left top;
  background-size: 1px auto;
  z-index: 4;
}
.ilist2 .tabul .tiptit {
  margin-bottom: 1rem;
}
.ilist2 .tabul .tiptit img {
  margin-right: .35rem;
}
.ilist2 .tabul .li {
  color: #b2b2b2;
  margin-bottom: .4rem;
  line-height: 1.2;
  cursor: pointer;
}
.ilist2 .tabul .li span {
  line-height: 1.2;
  padding-bottom: 3px;
  border-bottom: 3px solid transform;
  transition: all .6s;
}
.ilist2 .tabul .li.cur span {
  color: #ff5900;
  border-bottom: 3px solid #ff5900;
}

.ilist3 {
 
  position: relative;
  z-index: 1;
  height: 100vh;
}
.ilist3 .cases-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ilist3 .cases-container .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ilist3 .cases-container .swiper-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*top:80vh;*/
  transform: translate(0, 100vh);
}
.ilist3 .cases-container .swiper-slide:nth-child(1) {
  z-index: 2 !important;
  transform: translate(0, 0);
}
.ilist3 .cases-container .swiper-slide:nth-child(2) {
  z-index: 3 !important;
}
.ilist3 .cases-container .swiper-slide:nth-child(3) {
  transform: translate(0, 100vh);
  z-index: 4 !important;
}
.ilist3 .cases-container .slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.ilist3 .contentbox {
  position: relative;
   padding: 4.75rem 0 0;
  z-index: 4;
}
.ilist3 .contentbox .tit3 {
  margin-bottom: .4rem;
}
.ilist3 .contentbox .tit3 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ff5900;
  z-index: -1;
  left: 0;
  bottom: -2px;
}
.ilist3 .contentbox .tit4 {
  margin-bottom: .35rem;
}
.ilist3 .contentbox .tit5 {
  width: 640px;
  max-width: 100%;
}
.ilist3 .contentbox .hrefbtn {
  margin-top: .75rem;
}

.ilist4 {
  padding: 4.75rem 0 0;
  position: relative;
  z-index: 1;
  height: 100vh;
}
.ilist4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit:cover;
  z-index: 1;
}
.ilist4 .contentbox {
  position: relative;
  z-index: 4;
}
.ilist4 .contentbox .tit3 {
  margin-bottom: .4rem;
}
.ilist4 .contentbox .tit3 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ff5900;
  z-index: -1;
  left: 0;
  bottom: -2px;
}
.ilist4 .contentbox .tit4 {
  margin-bottom: .35rem;
}
.ilist4 .contentbox .tit5 {
  width: 640px;
  max-width: 100%;
}
.ilist4 .contentbox .hrefbtn {
  margin-top: .75rem;
}

.ilist5 {
  padding: 2.5rem 0 2.65rem;
  position: relative;
  z-index: 1;
  background: #fff;
}
.ilist5 .tip {
  width: 17.85rem;
  z-index: 1;
  top: .5rem;
}
.ilist5 .title {
  position: relative;
  z-index: 2;
  padding-bottom: .65rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.25rem;
}
.ilist5 .news-container .item {
  display: block;
}
.ilist5 .news-container .titbox {
  margin-top: .65rem;
}
.ilist5 .news-container .tit3 {
  margin-bottom: .25rem;
}
.ilist5 .news-container a .tit4 {
  transition: all .6s;
}
.ilist5 .news-container a .img img {
  transition: all .6s;
}
.ilist5 .news-container a:hover .img img {
  transform: scale(1.1);
}
.ilist5 .news-container a:hover .tit4 {
  color: #ff5900;
}
.ilist5 .news-container .zpagination {
  margin-top: 1.4rem;
}
.ilist5 .news-container .zpagination span {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 7px;
  position: relative;
  background: transparent;
}
.ilist5 .news-container .zpagination span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background: #8a8a8a;
}
.ilist5 .news-container .zpagination span.swiper-pagination-bullet-active {
  background: url(/bocstatic/web/img/5.png) no-repeat center center;
}
.ilist5 .news-container .zpagination span.swiper-pagination-bullet-active:before {
  opacity: 0;
}

.ilist6 {
  /*padding:4.85rem 0 0;*/
  height: 19.25rem;
  position: relative;
  z-index: 3;
}
.ilist6 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ilist6 .tit3 {
  margin-bottom: .4rem;
}
.ilist6 .tit3 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ff5900;
  z-index: -1;
  left: 0;
  bottom: -2px;
}
.ilist6 .text {
  top: 4.85rem;
}
.ilist6 .text .hrefbtn {
  margin-top: 1.25rem;
}

.nbanner {
  width: 100%;
  height: 100vh;
}
.nbanner .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nbanner .bgcolor {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 3;
}
.nbanner .tit2 {
  z-index: 4;
  top: 31vh;
}

.warpsubnav {
  height: 70px;
  position: relative;
  z-index: 4;
}

.n-subnav {
  padding: 0 2.5rem;
  background: #fff;
  height: 70px;
}
.n-subnav a {
  margin-right: 1.65rem;
  line-height: 66px;
  display: block;
  border-bottom: 4px solid #fff;
  transition: all .8s;
}
.n-subnav a:hover {
  color: #ff5900;
  border-bottom: 4px solid #ff5900;
}

.about-list1 {
  padding: 2.5rem 0;
  background: #f9f9f9;
}
.about-list1 .tit3 {
  margin-bottom: .4rem;
  position: relative;
  z-index: 3;
}
.about-list1 .tit3 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ff5900;
  z-index: -1;
  left: 0;
  bottom: -2px;
}
.about-list1 .tit2 {
  margin-bottom: .4rem;
}
.about-list1 .leftbox {
  width: 45%;
}
.about-list1 .leftbox .tabul {
  margin-top: 3.5rem;
  padding-bottom: .65rem;
  border-bottom: 1px solid #ff5900;
  margin-bottom: 1.25rem;
}
.about-list1 .leftbox .tabul .li {
  color: #ff5900;
}
.about-list1 .leftbox .tabul .tit5 {
  margin-bottom: .25rem;
}
.about-list1 .leftbox .p {
  line-height: 2.2;
}
.about-list1 .leftbox .hrefbtn {
  margin-top: 2.5rem;
}
.about-list1 .rightbox {
  width: 41%;
}
.about-list1 .rightbox .tip {
  margin-left: 2.5rem;
  width: calc(100% - 2.5rem);
}
.about-list1 .rightbox .img-container {
  margin-top: .5rem;
  width: calc(100% - 2.25rem);
}
.about-list1 .rightbox .img-container .img{
  width:100%;
}
.about-list1 .rightbox .img-container .pagination{
  margin-top:1rem;
  position: relative;
  bottom:0;
}
.about-list1 .rightbox .img-container .pagination span{
  width:10px;
  height:10px;
  margin:0 5px;
  background:#d3d3d3;
  opacity:1;
}
.about-list1 .rightbox .img-container .pagination span.swiper-pagination-bullet-active{
   background:#f75802;
}
.about-list2 {
  height: 100vh;
  width: 100%;
  padding-top: 2.5rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
}
.about-list2 .tit2 {
  position: relative;
  z-index: 3;
}
.about-list2 .time {
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.5);
}
.about-list2 .his-container {
  margin-top: 1.9rem;
}
.about-list2 .his-container .time {
  width: 100%;
  background: linear-gradient(to bottom, #df9f78 0%, rgba(255, 89, 0, 0.3) 30%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-list2 .his-container .p {
  width: 12rem;
  margin: -.7rem auto 0;
  opacity: 0;
  transition: all .6s;
}
.about-list2 .his-container .swiper-slide {
  cursor: grab;
}
.about-list2 .his-container .swiper-slide-prev .time {
  text-align: right;
}
.about-list2 .his-container .swiper-slide-next .time {
  text-align: left;
}
.about-list2 .his-container .swiper-slide-active .time {
  text-align: center;
}
.about-list2 .his-container .swiper-slide-active .p {
  opacity: 1;
}
.about-list2 .time-container {
  position: absolute;
  width: 100%;
  left: 0;
  height: 2.25rem;
  /*padding:0 1.75rem 0 0;*/
  bottom: 2rem;
  z-index: 4;
}
.about-list2 .time-container .swiper-slide {
  cursor: pointer;
  position: relative;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-6):before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bocstatic/web/img/line/1.png) no-repeat left center;
  background-size: 100% auto;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-5):before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bocstatic/web/img/line/2.png) no-repeat left center;
  background-size: 100% auto;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-4):before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bocstatic/web/img/line/3.png) no-repeat left center;
  background-size: 100% auto;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-3):before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bocstatic/web/img/line/4.png) no-repeat left center;
  background-size: 100% auto;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-2):before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bocstatic/web/img/line/5.png) no-repeat left center;
  background-size: 100% auto;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-1):before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bocstatic/web/img/line/6.png) no-repeat left center;
  background-size: 100% auto;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-5) .time2 {
  position: absolute;
  right: 1.75rem;
  bottom: 1.75rem;
  z-index: 3;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-4) .time2 {
  position: absolute;
  right: 1.75rem;
  bottom: 2.05rem;
  z-index: 3;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-3) .time2 {
  position: absolute;
  right: 1.75rem;
  bottom: 1.1rem;
  z-index: 3;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-2) .time2 {
  position: absolute;
  right: 1.75rem;
  bottom: 2.1rem;
  z-index: 3;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-1) .time2 {
  position: absolute;
  right: 1.75rem;
  bottom: 1.88rem;
  z-index: 3;
}
.about-list2 .time-container .swiper-slide:nth-child(6n-6) .time2 {
  position: absolute;
  right: 1.75rem;
  bottom: 1.4rem;
  z-index: 3;
}
.about-list2 .time-container .time2 {
  text-align: right;
  color: #aeaeae;
  position: relative;
}
.about-list2 .time-container .time2 span {
  position: relative;
  padding-bottom: 1rem;
}
.about-list2 .time-container .time2 span:before {
  content: "";
  position: absolute;
  background: url(/bocstatic/web/img/dian2-1.png) no-repeat center bottom;
  background-size: 100% auto;
  width: .66rem;
  height: .66rem;
  left: 50%;
  margin-left: -.33rem;
  bottom: 0;
}
.about-list2 .time-container .cur2 .time2 {
  color: #aeaeae;
}
.about-list2 .time-container .cur2 .time2 span:before {
  background: url(/bocstatic/web/img/dian2-2.png) no-repeat center bottom;
  background-size: 100% auto;
}
.about-list2 .time-container .cur .time2 {
  color: #ff5900;
}
.about-list2 .time-container .cur .time2 span:before {
  background: url(/bocstatic/web/img/dian2.png) no-repeat center bottom;
  background-size: 100% auto;
}

.about-list3 {
  padding: 2.5rem 0;
  background: #f9f9f9;
  position: relative;
  z-index: 1;
}
.about-list3 .tit3 {
  margin-bottom: .4rem;
}
.about-list3 .tit3 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ff5900;
  z-index: -1;
  left: 0;
  bottom: -2px;
}
.about-list3 .videobox {
  margin-top: 1.7rem;
}
.about-list3 .videobox .img {
  width: 100%;
}
.about-list3 .videobox .videobtn {
  z-index: 4;
  width: 1.7rem;
  height: 1.7rem;
}

.about-list4 {
  padding: 1.75rem 0 2.5rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.about-list4 .tit3 {
  margin-bottom: .2rem;
}
.about-list4 .tit3 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ff5900;
  z-index: -1;
  left: 0;
  bottom: -2px;
}
.about-list4 .contentbox .tip {
  top: 1.5rem;
}
.about-list4 .contentbox .ulbox {
  margin-top: 1.5rem;
  position: relative;
  z-index: 4;
  margin-bottom: -1%;
}
.about-list4 .contentbox .ulbox .li {
  padding: 1rem 0;
  padding-right: 1.25rem;
  border-radius: .55rem;
  background: #f9f9f9;
  width: 48.5%;
  margin-bottom: 3%;
}
.about-list4 .contentbox .ulbox .img {
  width: 8rem;
  height: 5rem;
}
.about-list4 .contentbox .ulbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-list4 .contentbox .ulbox .titbox {
  padding-top: .3rem;
  width: calc(100% - 9rem);
  margin-left: 1rem;
}
.about-list4 .contentbox .ulbox .tit {
  margin-bottom: .35rem;
}
.about-list4 .contentbox .ulbox .tit4 {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
}
.about-list4 .contentbox .ulbox .btn {
  color: #ff5900;
  margin-top: 1.4rem;
}
.about-list4 .contentbox .ulbox .btn img {
  margin-left: .25rem;
  height:.125rem;
}

.about-list5 {
  padding: 1.75rem 0 2.5rem;
  position: relative;
  z-index: 1;
}
.about-list5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about-list5 .contentbox {
  padding: 2.5rem 0;
  position: relative;
  z-index: 4;
}
.about-list5 .contentbox .ul {
  border: 2px solid rgba(255, 255, 255, 0.6);
  /*margin-top:2rem;*/
  width: 1400px;
  max-width: 88%;
  margin: 2rem auto 0;
}
.about-list5 .contentbox .li {
  height: 10.25rem;
  width: 25%;
  padding-top: 2.25rem;
  position: relative;
  border-radius: .25rem;
  transition: all .8s;
}
.about-list5 .contentbox .li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  transition: all .6s;
}
.about-list5 .contentbox .icon {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 auto .65rem;
}
.about-list5 .contentbox .tit5 {
  position: absolute;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  bottom: 2.75rem;
  z-index: 3;
  opacity: 0;
  transition: all .6s;
}
.about-list5 .contentbox .line {
  position: absolute;
  width: 1rem;
  height: 1px;
  background: #fff;
  left: 50%;
  margin-left: -.5rem;
  bottom: 1.75rem;
  z-index: 3;
  transition: all .6s .6s;
}
.about-list5 .contentbox .li:last-child:before {
  display: none;
}
.about-list5 .contentbox .li:hover {
  background: #ff5900;
  transform: scale(1.15);
  z-index: 5;
}
.about-list5 .contentbox .li:hover:before {
  opacity: 0;
}
.about-list5 .contentbox .li:hover .tit5 {
  opacity: .8;
}
.about-list5 .contentbox .li:hover .line {
  opacity: 0;
  transition: all .6s 0s;
}

.about-list6 .mapimg {
  height: 100vh;
  width: 57.3%;
}
.about-list6 .mapimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.about-list6 .textbox {
  width: 42.7%;
  background: #fff;
  padding: 2.5rem 2rem 0;
}
.about-list6 .textbox .tit3 {
  margin-bottom: .5rem;
  position: relative;
  z-index: 3;
}
.about-list6 .textbox .tit3 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ff5900;
  z-index: -1;
  left: 0;
  bottom: -2px;
}
.about-list6 .textbox .ul {
  margin-top: 3.5rem;
}
.about-list6 .textbox .ul .li {
  width: 100%;
  padding-left: 2rem;
  margin-bottom: 1.75rem;
}
.about-list6 .textbox .ul .li .icon {
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
}
.about-list6 .textbox .ul .li .icon img {
  max-height: 100%;
}
.about-list6 .textbox .ul .li .tit5 {
  margin-bottom: .15rem;
  color: #ff5900;
}
.about-list6 .textbox .ul .li .tit4 {
  font-weight: bold;
}
.about-list6 .textbox .ul .li:last-child {
  margin-bottom: 0;
}

.captcha {
  position: absolute;
  width: 80px;
  height: 34px;
  right: .5rem;
  margin-top: -17px;
  top: 50%;
}

.captcha_no, .captcha_ok {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -12px;
}

.about-list7 {
  padding: 2.5rem 0 3rem;
  position: relative;
  z-index: 1;
  background: #f9f9f9;
}
.about-list7 .formbox {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-top: 1.85rem;
  background: #fff;
}
.about-list7 .formbox .li {
  width: 31.5%;
  position: relative;
  margin-bottom: 1.5rem;
}
.about-list7 .formbox .li .input3 {
  width: 48%;
  height: 1.5rem;
  border-radius: 1.5rem;
  background: #f4f4f4;
  padding: 0 .55rem;
}
.about-list7 .formbox .li .input3 select{
    height: 1.5rem;
  border-radius: 1.5rem;
  width:100%;
  background: #f4f4f4;
}
.about-list7 .formbox .input {
  width: 100%;
  height: 1.5rem;
  border-radius: 1.5rem;
  background: #f4f4f4;
  padding: 0 .55rem;
}
.about-list7 .formbox .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #222;
}
.about-list7 .formbox .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222;
}
.about-list7 .formbox .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222;
}
.about-list7 .formbox .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222;
}
.about-list7 .formbox .submitbox {
  margin: .5rem auto 0;
}
.about-list7 .formbox .input4::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #222;
}
.about-list7 .formbox .input4:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222;
}
.about-list7 .formbox .input4::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222;
}
.about-list7 .formbox .input4:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222;
}
.about-list7 .formbox .submitbox .input2 {
  width: 4.5rem;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  z-index: 4;
  margin: 0 auto;
  opacity: 0;
}

.probanner {
  height: 100vh;
}
.probanner .swiper-slide {
  overflow: hidden;
}
.probanner .slide-inner {
  height: 100vh;
  overflow: hidden;
}
.probanner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.probanner .textbox {
  z-index: 3;
  width: calc(100% - 5rem);
}
.probanner .textbox .tit3 {
  margin-bottom: .5rem;
  height: 1.7rem;
}
.probanner .textbox .tit3 img {
  max-height: 100%;
}
.probanner .textbox .tit4 {
  margin-bottom: .5rem;
}
.probanner .zpagination {
  position: absolute;
  bottom: 1.5rem !important;
  z-index: 4;
  /*counter-reset:section;*/
}
.probanner .zpagination span {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 .35rem !important;
  position: relative;
  padding-top: 20px;
  background: transparent;
}
.probanner .zpagination span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background: #8a8a8a;
  opacity: 0;
}
.probanner .zpagination span.swiper-pagination-bullet-active {
  background: url(/bocstatic/web/img/5.png) no-repeat center center;
  color: #e94819;
}
.probanner .zpagination span.swiper-pagination-bullet-active:before {
  opacity: 0;
}
.tiptit-x {
  z-index: 4;
  right: 3%;
  bottom: 1rem;
}

.pro-list1 {
  height: 140vh;
}
.pro-list1 .bg {
  width: 100%;
  height: 140vh;
  position: absolute;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
}
.pro-list1 .contentbox {
  padding: 3rem 0 0;
  position: relative;
  z-index: 3;
}
.pro-list1 .ul {
  margin-top: 1rem;
}
.pro-list1 .ul .titbox {
  padding: 0 1.4rem;
}
.pro-list1 .ul .titbox .tit3 {
  color: #1f87dd;
  margin-bottom: .15rem;
}

.foncolor {
  color: #222;
  background: linear-gradient(to right, #228add 0%, #3fa4dd 49.75586%, #5bbede 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.foncolor2 {
  color: #222;
  background: linear-gradient(to top, #de9b00 0%, #ef6d00 49.75586%, #f95200 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro-list2 {
  padding: 2.85rem 0 0;
  background: url(/bocstatic/web/img/proimg3.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.pro-list2 .contentbox {
  position: relative;
  z-index: 2;
}
.pro-list2 .tabul {
  margin-top: 2.25rem;
  position: relative;
}
.pro-list2 .tabul:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #999;
  height: 2px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.pro-list2 .tabul .li {
  width: 25%;
  padding: 0 2%;
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all .6s;
}
.pro-list2 .tabul .li .tit3 {
  margin-bottom: .2rem;
}
.pro-list2 .tabul .li:hover, .pro-list2 .tabul .li.cur {
  border-bottom: 2px solid #228add;
  color: #228add;
}
.pro-list2 .imgbox {
  margin-top: 2rem;
}
.pro-list2 .imgbox .item {
  width: 100%;
  border-radius: .45rem;
  overflow: hidden;
  display: none;
}
.pro-list2 .contentbox2 {
  padding-top: 6.5rem;
}
.pro-list2 .contentbox2 .tit3 {
  margin-top: 1rem;
}
.pro-list2 .contentbox2 .img {
  margin-top: 2rem;
}

.pro-list3 {
  padding: 3rem 0 3.75rem;
  overflow: hidden;
}
.pro-list3 .titlebox {
  padding: 0 6%;
}
.pro-list3 .tit3 {
  margin-top: .85rem;
}
.pro-list3 .swiper-slide {
  background: #eee;
}
.pro-list3 .text {
  width: 100%;
  height: 4.5rem;
  padding:0 3%;
}
.pro-list3 .text span {
  display: block;
  width: 100%;
  text-align: center;
}
.pro-list3 .img-container {
  margin-top: 1.75rem;
  padding: 0 8rem;
}
.pro-list3 .img-container .img {
  height: 11.25rem;
}
.pro-list3 .img-container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.pro-list3 .img-container .swiper-slide:hover {
  background: #1f87dd;
  transition: background 1s;
}
.pro-list3 .img-container .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.pro-list3 .img-container .swiper-slide:hover .text {
  color: #fff;
}
.pro-list3 .img-container .swiper-slide:hover .text span {
  -webkit-text-fill-color: #fff;
}
.pro-list3 .img-container .swiper-scrollbar {
  position: relative !important;
  width: 640px;
  max-width: 88%;
  margin: 2rem auto 0;
  border-radius: 0 !important;
  background: rgb(28,29,29,.75);
}
.pro-list3 .img-container .swiper-scrollbar .swiper-scrollbar {
  height: 7px;
  border-radius: 0 !important;
  background: rgb(28,29,29,.8);
}
.pro-list3 .img-container .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0 !important;
  background: #3e9ee9;
}

.pro-list3-1 {
  background: #f1f1f1;
  padding: 3rem 0 3.25rem;
}
.pro-list3-1 .swiper-slide {
  background: #e5e5e5;
}
.pro-list3-1 .img-container .swiper-scrollbar {
  position: relative !important;
  width: 640px;
  max-width: 88%;
  margin: 2rem auto 0;
  border-radius: 0 !important;
  background: rgba(28,29,29,.7);
}
.pro-list3-1 .img-container .swiper-scrollbar .swiper-scrollbar {
  height: 7px;
  border-radius: 0 !important;
  background: rgba(28,29,29,.7);
}
.pro-list3-1 .img-container .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0 !important;
  background: #fe5f09;
}
.pro-list3-1 .img-container .swiper-slide:hover {
  background: #fe5f09;
  transition: background 1s;
}
.pro-list3-1 .img-container .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.pro-list3-1 .img-container .swiper-slide:hover .text {
  color: #fff;
}
.pro-list3-1 .img-container .swiper-slide:hover .text span {
  -webkit-text-fill-color: #fff;
}

.pro-list4 {
  padding: 2rem 0 0;
  background: #e4eff5;
}
.pro-list4 .tit2 span {
  color: #e94819;
}
.pro-list4 .tipimg {
  position: relative;
  width: 900px;
  max-width: 88%;
  margin: 2rem auto 0;
}
.pro-list4 .dian {
  width: 3.45rem;
  height: 3.45rem;
  background: #e94819;
  border-radius: 50%;
}
.pro-list4 .dian1 {
  position: absolute;
  left: 1.75rem;
  top: 1.5rem;
}
.pro-list4 .dian2 {
  position: absolute;
  right: 1.75rem;
  top: 1.5rem;
}
.pro-list4 .contentbox {
  position: relative;
}
.pro-list4 #bubble-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.pro-list5 {
  padding: 3.75rem 0 3.5rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.pro-list5 .tit2 {
  margin-bottom: 1.5rem;
}
.pro-list5 .tit2 span {
  color: #e94819;
}
.pro-list5 .contentbox {
  width: 1400px;
  max-width: 88%;
  margin: 0 auto;
}
.pro-list5 .contentbox .tabul {
  margin-bottom: 1.5rem;
}
.pro-list5 .contentbox .item {
  margin: 0 1.75rem;
  display: inline-block;
  cursor: pointer;
  opacity: .5;
  transition: all .8s;
}
.pro-list5 .contentbox .item .proimg {
  height: 5rem;
  width: 4.5rem;
}
.pro-list5 .contentbox .item .proimg img {
  max-height: 100%;
}
.pro-list5 .contentbox .item:hover, .pro-list5 .contentbox .item.cur {
  opacity: 1;
  color: #e94819;
}
.pro-list5 .tablebox .table {
  display: none;
}
.pro-list5 .tablebox table {
  width: 100%;
  color:#000;
}
.pro-list5 .tablebox .tr1 {
  background: #e9e9e9;
}
.pro-list5 .tablebox .tr1 td {
  padding: 14px 5px;
  width: calc(100% / 9);
  text-align: center;
}
.pro-list5 .tablebox .tr2 {
  background: #fff;
  color: #000;
}
.pro-list5 .tablebox .tr2 td {
  padding: 14px 5px;
  width: calc(100% / 9);
  text-align: center;
}
.pro-list5 .tablebox .tr3 {
  background: #e9e9e9;
}
.pro-list5 .tablebox .tr3 td {
  padding: 14px 5px;
  width: calc(100% / 10);
  text-align: center;
}
.pro-list5 .tablebox .tr4 {
  background: #fff;
  color: #000;
}
.pro-list5 .tablebox .tr4 td {
  padding: 14px 5px;
  width: calc(100% / 10);
  text-align: center;
}
.pro-list5 .tablebox .tr4:nth-child(odd) {
  background: #e9e9e9;
}

.pro-list5-1 .contentbox {
  width: 1640px;
}

.pro-list6 {
  width: 100%;
  height: 115vh;
  position: relative;
  z-index: 2;
}
.pro-list6 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list6 .text {
  width: 500px;
  max-width: 88%;
  left: 2.25rem;
  z-index: 3;
}
.pro-list6 .text .tit3 {
  margin-bottom: .25rem;
}

.pro-list7 {
  padding: 3.7rem 0 8rem;
  position: relative;
  z-index: 3;
}
.pro-list7 .contentbox {
  position: relative;
  z-index: 3;
}
.pro-list7 .contentbox .tit3 {
  margin-top: 1.25rem;
}
.pro-list7 .contentbox .ul {
  margin-top: 2rem;
}
.pro-list7 .contentbox .ul .li {
  width: 42%;
  height: 20.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: .2rem solid transparent;
  transition: all .8s;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
}
.pro-list7 .contentbox .ul .li .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.pro-list7 .contentbox .ul .li .titbox {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  padding: 2rem 1.25rem;
  z-index: 3;
}
.pro-list7 .contentbox .ul .li:nth-child(2) .titbox {
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
}
.pro-list7 .contentbox .ul .li:hover {
  width: 52%;
  transform: scale(1, 1.2);
  border: .2rem solid #ff4200;
}

.pro-list8 {
  position: relative;
  z-index: 3;
}
.pro-list8 .bg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.pro-list8 .contentbox {
  padding: 4rem 0 0;
  position: absolute;
  top: 0;
  z-index: 3;
}
.pro-list8 .contentbox .tit3 {
  margin-top: 1.25rem;
}
.pro-list8 .contentbox .tit3 span {
  color: #fe5f09;
}
.pro-list8 .subox {
  position: absolute;
  bottom: 20.5%;
  width: 100%;
  z-index: 2;
  align-items: flex-end;
}
.pro-list8 .subox .sp1 {
  font-size: 18rem;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  padding-right: 2.5rem;
}
.pro-list8 .subox .sp2 {
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 2.7%;
  margin-left: -2.5rem;
  padding-right: 1rem;
}
.pro-list8 .chabox {
  width: 20rem;
  height: 16.85rem;
  position: absolute;
  z-index: 4;
  max-width: 88%;
  bottom: 10%;
}
.pro-list8 .chabox img {
  max-height: 100%;
}

.pro-list9 {
  padding: 4.5rem 0 3rem;
  position: relative;
  z-index: 1;
}
.pro-list9 .bg {
  position: absolute;
  width: 100%;
  height: 110%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pro-list9 .contentbox {
  position: relative;
  z-index: 3;
  flex-flow: row-reverse wrap;
}
.pro-list9 .img {
  width: 40%;
}
.pro-list9 .text {
  width: 45%;
}
.pro-list9 .text .tit3 {
  margin-top: 1.25rem;
}
.pro-list9 .text .img2 {
  margin-top: 1.25rem;
}

.pro-list10 {
  padding: 5.5rem 0 0;
  height: 120vh;
  position: relative;
  z-index: 1;
}
.pro-list10 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pro-list10 .text {
  position: relative;
  z-index: 3;
  margin-left: 5rem;
}
.pro-list10 .text .tit2 {
  margin-bottom: 3.25rem;
}

.pro-list11 {
  padding: 4rem 0 2.85rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.pro-list11 .tit3 {
  margin-top: .8rem;
  color: #fe5f09;
}
.pro-list11 .img {
  margin: 2.85rem auto 0;
  width: 1500px;
  max-width: 88%;
}

.pro-list12 {
  padding: 5.5rem 0 0;
  height: 120vh;
  position: relative;
  z-index: 1;
}
.pro-list12 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pro-list12 .text {
  position: relative;
  z-index: 3;
  margin-left: 2.25rem;
  width: 60%;
}
.pro-list12 .text .tit2 {
  margin-bottom: 3.25rem;
}
.pro-list12 .text .ul {
  margin-top: 3.75rem;
}
.pro-list12 .text .ul .li {
  margin-right: 2.25rem;
}
.pro-list12 .text .ul .num {
  color: #ff4200;
  margin-bottom: .25rem;
}

.pro-list13 {
  padding: 7.5rem 2.5rem 0;
  height: 25rem;
  position: relative;
  z-index: 1;
}
.pro-list13 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pro-list13 .textbox {
  position: relative;
  z-index: 3;
}
.pro-list13 .warpbox {
  position: absolute;
  bottom: 0;
  left: 2.5rem;
  z-index: 4;
}
.pro-list13 .tabul {
  height: 10.75rem;
  padding-left: .75rem;
  background: url(/bocstatic/web/img/line2.png) no-repeat top left;
  background-size: 1px auto;
  padding-right: 2rem;
}
.pro-list13 .tabul .li {
  margin-bottom: .6rem;
  opacity: .5;
  transition: all .6s;
  cursor: pointer;
}
.pro-list13 .tabul .li:hover, .pro-list13 .tabul .li.cur {
  color: #e94819;
  opacity: 1;
}
.pro-list13 .numbox {
  width: calc(100% - 5rem);
}
.pro-list13 .numbox .itembox {
  color: #ff4200;
  font-size: 4rem;
  font-weight: bold;
  margin-top: -1rem;
}
.pro-list13 .numbox .itembox sup {
  top: -1.25em;
}

.pro-list14 {
  padding: 2.25rem 0 0;
  height: 25rem;
  position: relative;
  z-index: 1;
}
.pro-list14 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pro-list14 .text {
  position: relative;
  z-index: 4;
}
.pro-list14 .tit2 span {
  color: #ff4200;
}
.pro-list14 .tit3 {
  margin-top: .5rem;
}

.pro-list15 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pro-list15 .bg {
  position: relative;
  width: 100%;
}
.pro-list15 .tit2 span {
  color: #ff4200;
}
.pro-list15 .tit3 {
  margin-top: .5rem;
  color: #a2a2a2;
}
.pro-list15 .contentbox {
  top: 2.5rem;
  z-index: 4;
}
.pro-list15 .dian-container {
  width: calc(56% + 3rem);
  margin: 0 auto;
  padding: 0 1.5rem;
  top: 7rem;
  z-index: 4;
}
.pro-list15 .dian-container .zpagination {
  position: relative;
  bottom: 0 !important;
  z-index: 4;
  margin-top: 2rem;
}
.pro-list15 .dian-container .zpagination span {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 7px;
  position: relative;
  background: transparent;
}
.pro-list15 .dian-container .zpagination span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background: #8a8a8a;
}
.pro-list15 .dian-container .zpagination span.swiper-pagination-bullet-active {
  background: url(/bocstatic/web/img/5.png) no-repeat center center;
}
.pro-list15 .dian-container .zpagination span.swiper-pagination-bullet-active:before {
  opacity: 0;
}
.pro-list15 .dian-container .swiper-slide {
  opacity: 0 !important;
  transition: opacity .8s;
}
.pro-list15 .dian-container .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.pro-list15 .itembox {
  height: 12rem;
}
.pro-list15 .itembox .li {
  position: absolute;
  color: #a2a2a2;
}
.pro-list15 .itembox .li .icon {
  width: 2.1rem;
  height: 2.1rem;
}
.pro-list15 .itembox .li .icon img {
  max-height: 100%;
}
.pro-list15 .itembox .li p {
  margin-left: .25rem;
}
.pro-list15 .itembox .li:nth-child(2n) {
  flex-flow: row-reverse wrap;
}
.pro-list15 .itembox .li:nth-child(2n) p {
  margin-left: 0;
  margin-right: .25rem;
}
.pro-list15 .itembox .li:nth-child(2) {
  right: 0;
  top: 0;
}
.pro-list15 .itembox .li:nth-child(3) {
  left: -.7rem;
  top: 50%;
  margin-top: -1.05rem;
}
.pro-list15 .itembox .li:nth-child(4) {
  right: -.7rem;
  top: 50%;
  margin-top: -1.05rem;
}
.pro-list15 .itembox .li:nth-child(5) {
  left: .7rem;
  bottom: 0;
}
.pro-list15 .itembox .li:nth-child(6) {
  right: .7rem;
  bottom: 0;
}

.pro-list16 {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100%;
}
.pro-list16 .bg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-list16 .tit2 span {
  color: #ff4200;
}
.pro-list16 .contentbox {
  z-index: 3;
}

.pro-list17 {
  padding: 2.5rem 0 0;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.pro-list17 .warptabul {
  position: relative;
  z-index: 4;
}
.pro-list17 .warptabul:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  bottom: 8px;
}
.pro-list17 .warptabul .tabul {
  width: 1000px;
  max-width: 88%;
  margin: 0 auto;
}
.pro-list17 .warptabul .tabul .li {
  position: relative;
  cursor: pointer;
}
.pro-list17 .warptabul .tabul .li span {
  padding-bottom: 26px;
  background: transparent;
  display: block;
}
.pro-list17 .warptabul .tabul .li:hover span, .pro-list17 .warptabul .tabul .li.cur span {
  background: url(/bocstatic/web/img/5.png) no-repeat center bottom;
}
.pro-list17 .warpbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pro-list17 .itembox {
  display: none;
}
.pro-list17 .itembox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.pro-list17 .itembox .text {
  width: 520px;
  max-width: 88%;
  position: absolute;
  right: 10.4%;
}
.pro-list17 .itembox .text .tit2 {
  margin-bottom: .6rem;
}
.pro-list17 .itembox .text .tit2 span {
  color: #e44618;
}
.pro-list17 .itembox .text .tit3 {
  margin-bottom: 1.5rem;
}
.pro-list17 .itembox .text2 {
  top: 6rem;
  z-index: 4;
}
.pro-list17 .itembox .text2 .tit2 span {
  color: #e94819;
}
.pro-list17 .itembox .text2 .tit3 {
  margin-top: .5rem;
}
.pro-list17 .itembox .text3 {
  width: 520px;
  max-width: 88%;
  position: absolute;
  top: 40%;
  left: 2.25rem;
}
.pro-list17 .itembox .text3 .tit2 span {
  color: #e44618;
}
.pro-list17 .itembox .text3 .dianbox {
  margin-top: 1.5rem;
}
.pro-list17 .itembox .text3 .text_popup {
  animation: textPopUp 1.5s;
  position: absolute;
  z-index: 999;
}
@keyframes textPopUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-50px);
  }
}
.pro-list17 .itembox .ul {
  margin-top: 1.25rem;
}
.pro-list17 .itembox .ul .li {
  margin-right: 2.5rem;
  text-align: center;
}
.pro-list17 .itembox .ul .li:last-child {
  margin-right: 0;
}
.pro-list17 .itembox .ul .icon {
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: .35rem;
}
.pro-list17 .itembox .ul p {
  opacity: .7;
}

.pro-list18 {
  width: 100%;
  height: 100vh;
}
.pro-list18 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pro-list18 .contentbox {
  top: 40%;
  z-index: 4;
}
.pro-list18 .tit2 span {
  color: #ff4200;
}
.pro-list18 .tit3 {
  margin-top: 1rem;
}

.pro-list19 {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1.7rem;
}
.pro-list19 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pro-list19 .contentbox {
  position: relative;
  z-index: 4;
}
.pro-list19 .contentbox .pro-container {
  width: 700px;
  margin: 1.7rem auto 0;
  max-width: 88%;
}
.pro-list19 .contentbox .pro-container .item {
  height: 16.25rem;
}
.pro-list19 .contentbox .pro-container .item img {
  max-height: 100%;
}
.pro-list19 .contentbox .pro-container .zpagination {
  position: relative;
  bottom: 0 !important;
  z-index: 4;
}
.pro-list19 .contentbox .pro-container .zpagination span {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 7px;
  position: relative;
  background: transparent;
}
.pro-list19 .contentbox .pro-container .zpagination span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background: #8a8a8a;
}
.pro-list19 .contentbox .pro-container .zpagination span.swiper-pagination-bullet-active {
  background: url(/bocstatic/web/img/5.png) no-repeat center center;
}
.pro-list19 .contentbox .pro-container .zpagination span.swiper-pagination-bullet-active:before {
  opacity: 0;
}
.pro-list19 .contentbox .button-next {
  position: absolute;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  right: 0;
  background: #e94819;
  z-index: 4;
  cursor: pointer;
}
.pro-list19 .contentbox .button-next img {
  margin-left: .25rem;
}
.pro-list19 .tit2 span {
  color: #ff4200;
}
.pro-list19 .tit3 {
  margin-top: .7rem;
}

.pro-list20 {
  background: #fff;
  z-index: 1;
  height: 100vh;
}
.pro-list20 .text {
  width: 600px;
  max-width: 88%;
  z-index: 4;
}
.pro-list20 .text .tit2 span {
  color: #ff4200;
}
.pro-list20 .text .tit3 {
  margin-top: .5rem;
}
.pro-list20 .img1 {
  position: absolute;
  width: 26.5%;
  left: 5%;
  bottom: 0;
  z-index: 3;
}
.pro-list20 .img2 {
  position: absolute;
  width: 16.6%;
  left: 43.75%;
  bottom: 2.5rem;
  z-index: 3;
}
.pro-list20 .img3 {
  position: absolute;
  width: 26.5%;
  right: 5%;
  top: 0;
  z-index: 3;
}

.pro-list21 .img1 {
  width: 100%;
}
.pro-list21 .videobtn {
  cursor: pointer;
  z-index: 3;
}

.pro-list22 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.pro-list22 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list22 .text {
  position: absolute;
  width: 18rem;
  top: 3.75rem;
  max-width: 88%;
  right: 5.5rem;
  z-index: 3;
}
.pro-list22 .text .tit2 {
  margin-bottom: .6rem;
}
.pro-list22 .text .tit2 span {
  color: #ff5900;
}

.pro-list23 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.pro-list23 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list23 .text {
  position: absolute;
  width: 18rem;
  max-width: 88%;
  top: 42%;
  left: 5rem;
  z-index: 3;
}
.pro-list23 .text .tit2 {
  margin-bottom: 1rem;
}
.pro-list23 .text .tit2 span {
  color: #ff5900;
}
.pro-list23 .text .btn {
  padding: 0 10px;
  background: #ff5900;
  border-radius: 5px;
  margin-bottom: .25rem;
  display: inline-block;
}

.pro-list24 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.pro-list24 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list24 .text {
  position: absolute;
  width: 18rem;
  max-width: 88%;
  top: 42%;
  left: 5rem;
  z-index: 3;
}
.pro-list24 .text .tit2 {
  margin-bottom: 1rem;
}
.pro-list24 .text .tit2 span {
  color: #ff5900;
}
.pro-list24 .text .btn {
  padding: 0 10px;
  background: #ff5900;
  border-radius: 5px;
  margin-bottom: .25rem;
  display: inline-block;
}

.pro-list25 {
  width: 100%;
  height: 105vh;
  position: relative;
  z-index: 2;
}
.pro-list25 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list25 .text {
  position: absolute;
  width: 13rem;
  max-width: 88%;
  top: 30%;
  right: 3.5rem;
  z-index: 3;
}
.pro-list25 .text .tit2 {
  margin-bottom: .5rem;
}
.pro-list25 .text .tit2 span {
  color: #ff5900;
}

.pro-list26 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.pro-list26 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list26 .text {
  position: absolute;
  width: 18rem;
  max-width: 88%;
  bottom: 28%;
  left: 5.75rem;
  z-index: 3;
}
.pro-list26 .text .tit2 {
  margin-bottom: 1rem;
}
.pro-list26 .text .tit2 span {
  color: #ff5900;
}
.pro-list26 .text .btn {
  padding: 0 10px;
  background: #ff5900;
  border-radius: 5px;
  margin-bottom: .25rem;
  display: inline-block;
}

.pro-list27 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.pro-list27 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list27 .text {
  top: 3.5rem;
  z-index: 3;
}
.pro-list27 .text .tit2 {
  margin-bottom: .5rem;
}
.pro-list27 .text .tit2 span {
  color: #ff5900;
}
.pro-list27 .ul {
  margin-top: 2rem;
}
.pro-list27 .ul .li {
  text-align: center;
}
.pro-list27 .ul .li .numbox {
  color: #ff5900;
  margin-bottom: .25rem;
}
.pro-list27 .ul .li .tit4 {
  font-weight: bold;
}

.pro-list28 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.pro-list28 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list28 .text {
  position: absolute;
  width: 18rem;
  max-width: 88%;
  top: 43%;
  left: 5rem;
  z-index: 3;
}
.pro-list28 .text .tit2 {
  margin-bottom: 1rem;
}
.pro-list28 .text .tit2 span {
  color: #ff5900;
}
.pro-list28 .text .btn {
  padding: 0 10px;
  background: #ff5900;
  border-radius: 5px;
  margin-bottom: .25rem;
  display: inline-block;
}

.pro-list29 {
  width: 100%;
  height: 110vh;
  position: relative;
  z-index: 2;
}
.pro-list29 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list29 .text {
  position: absolute;
  max-width: 88%;
  top: 2.5rem;
  z-index: 3;
}
.pro-list29 .text .tit2 {
  margin-bottom: .5rem;
}
.pro-list29 .text .tit2 span {
  color: #ff5900;
}

.pro-list30 {
  width: 100%;
  padding: 3rem 0;
  background: #faf9ef;
  position: relative;
  z-index: 2;
}
.pro-list30 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list30 .text {
  max-width: 88%;
  z-index: 3;
}
.pro-list30 .text .tit2 {
  margin-bottom: 1rem;
}
.pro-list30 .text .tit2 span {
  color: #ff5900;
}
.pro-list30 .text .btn {
  padding: 0 10px;
  background: #ff5900;
  border-radius: 5px;
  margin-bottom: .25rem;
  display: inline-block;
}
.pro-list30 .text .leftbox {
  width: 480px;
}
.pro-list30 .text .rightbox {
  width: calc(100% - 500px);
}

.pro-list31 {
  width: 100%;
  padding: 4rem 0 1.5rem;
  position: relative;
  z-index: 2;
}
.pro-list31 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
}
.pro-list31 .text {
  width: 1560px;
  max-width: 88%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  flex-flow: row-reverse wrap;
  z-index: 6;
}
.pro-list31 .text .tit2 {
  margin-bottom: 1.4rem;
}
.pro-list31 .text .tit2 span {
  color: #ff5900;
}
.pro-list31 .text .btn {
  padding: 0 10px;
  background: #ff5900;
  border-radius: 5px;
  margin-bottom: .25rem;
  display: inline-block;
}
.pro-list31 .text .leftbox {
  width: 12rem;
}
.pro-list31 .text .leftbox .sp {
  color: #1c1c1c;
}
.pro-list31 .text .leftbox .sp2 {
  color: #ff5900;
}
.pro-list31 .text .itembox {
  margin-top: 6.5rem;
}
.pro-list31 .text .rightbox {
  width: 40%;
}

.pro-list31-1 {
  width: 100%;
  height: 110vh;
  position: relative;
  z-index: 2;
}
.pro-list31-1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list31-1 .itembox {
  position: absolute;
  left: 2.5rem;
  top: 4rem;
  width: 660px;
  z-index: 3;
}
.pro-list31-1 .itembox .item .sp {
  padding: .7rem 0;
  padding-left: 1.25rem;
  padding-right: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
}
.pro-list31-1 .itembox .item .sp:before {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  bottom: -3px;
  width: 0;
  left: 0;
  background: #f65601;
  transition: all .6s;
}
.pro-list31-1 .itembox .item .icon {
  width: 18px;
  height: 18px;
  fill: rgba(255, 255, 255, 0.5);
  transition: all .6s;
}
.pro-list31-1 .itembox .spbox {
  padding-left: 1rem;
  display: none;
  margin-top: 1.25rem;
}
.pro-list31-1 .itembox .spbox .tit3 {
  margin-bottom: .65rem;
}
.pro-list31-1 .itembox .spbox .tit3 span {
  color: #f65601;
}
.pro-list31-1 .itembox .spbox .tit4 {
  margin-top: .4rem;
}
.pro-list31-1 .itembox .spbox .tip {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 1.5rem;
  margin-right: 1rem;
}
.pro-list31-1 .item.on .sp:before {
  width: 5rem;
}
.pro-list31-1 .item.on .sp .icon {
  opacity: 0;
}

.pro-list32-1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.pro-list32-1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list32-1 .text {
  position: absolute;
  top: 2.5rem;
  width: 100%;
  z-index: 3;
}
.pro-list32-1 .text .tit2 {
  margin-bottom: .5rem;
}
.pro-list32-1 .text .tit2 span {
  color: #ff5900;
}
.pro-list32-1 .text .tit3 {
  opacity: .7;
}

.pro-list32 {
  width: 100%;
  height: 110vh;
  position: relative;
  z-index: 2;
}
.pro-list32 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list32 .text {
  position: absolute;
  max-width: 88%;
  width: 15rem;
  top: 4.25rem;
  left: 4rem;
  z-index: 3;
}
.pro-list32 .text .tit2 {
  margin-bottom: .5rem;
}
.pro-list32 .text .tit2 span {
  color: #ff5900;
}

.pro-list33 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.pro-list33 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list33 .text {
  position: absolute;
  max-width: 88%;
  width: 15rem;
  right: 4rem;
  z-index: 3;
}
.pro-list33 .text .tit2 {
  margin-bottom: 1rem;
}
.pro-list33 .text .tit2 span {
  color: #ff5900;
}

.pro-list34 {
  width: 100%;
  height: 110vh;
  position: relative;
  z-index: 2;
}
.pro-list34 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  object-fit: cover;
}
.pro-list34 .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.pro-list34 .tabul {
  position: absolute;
  max-width: 88%;
  width: 45%;
  left: 0;
  z-index: 3;
}
.pro-list34 .tabul .li {
  padding-left: 6.75rem;
  height: 4rem;
  transition: all .5s;
  cursor: pointer;
}
.pro-list34 .tabul .tit3 {
  margin-bottom: .3rem;
  position: relative;
  transition: all .5s;
}
.pro-list34 .tabul .tit3:before {
  content: "";
  position: absolute;
  width: .5rem;
  height: 2px;
  background: #e3e3e3;
  left: -.75rem;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
  transition: all .5s;
}
.pro-list34 .tabul .tit4 {
  opacity: 0;
  transition: all .6s;
}
.pro-list34 .tabul .li.on {
  height: 6rem;
  background: url(/bocstatic/web/img/img96.png) no-repeat center left;
}
.pro-list34 .tabul .li.on .tit3 {
  font-size: 1.5rem;
}
.pro-list34 .tabul .li.on .tit3:before {
  width: 0;
}
.pro-list34 .tabul .li.on .tit3 span {
  color: #ff5900;
}
.pro-list34 .tabul .li.on .tit4 {
  opacity: 1;
}

.pro-list35 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.pro-list35 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list35 .text {
  position: absolute;
  max-width: 88%;
  width: 15rem;
  top: 30%;
  left: 4rem;
  z-index: 3;
}
.pro-list35 .text .tit2 {
  margin-bottom: .5rem;
}
.pro-list35 .text .tit2 span {
  color: #ff5900;
}

.pro-list36 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.pro-list36 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list36 .text {
  position: absolute;
  top: 3.5rem;
  z-index: 3;
}
.pro-list36 .text .tit2 {
  margin-bottom: .5rem;
}
.pro-list36 .text .tit2 span {
  color: #ff5900;
}
.pro-list36 .text .tit3 {
  margin-bottom: 1.75rem;
}

.pro-list38 {
  padding: 4.75rem 0 2.5rem;
  height: 26rem;
  position: relative;
  z-index: 3;
}
.pro-list38 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
}
.pro-list38 .text {
  position: relative;
  z-index: 3;
}
.pro-list38 .text .tit2 {
  margin-bottom: .5rem;
}
.pro-list38 .text .tit2 span {
  color: #ff5900;
}
.pro-list38 .text .tit3 {
  /*opacity: .7;*/
}
.pro-list38 .ul {
  margin-top: -.65rem;
}
.pro-list38 .ul .li {
  width: 32.5%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.pro-list38 .ul .li:nth-child(1), .pro-list38 .ul .li:nth-child(3) {
  height: 9.75rem;
}
.pro-list38 .ul .li:nth-child(2) {
  height: 11.25rem;
  margin-top: 2rem;
}

.pro-list37 {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1.7rem;
}
.pro-list37 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pro-list37 .contentbox {
  position: relative;
  z-index: 4;
}
.pro-list37 .contentbox .pro-container {
  width: 700px;
  margin: .5rem auto 0;
  max-width: 88%;
}
.pro-list37 .contentbox .pro-container .item {
  height: 16.25rem;
}
.pro-list37 .contentbox .pro-container .item img {
  max-height: 100%;
}
.pro-list37 .contentbox .pro-container .zpagination {
  position: relative;
  bottom: 0 !important;
  z-index: 4;
}
.pro-list37 .contentbox .pro-container .zpagination span {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 7px;
  position: relative;
  background: transparent;
}
.pro-list37 .contentbox .pro-container .zpagination span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background: #8a8a8a;
}
.pro-list37 .contentbox .pro-container .zpagination span.swiper-pagination-bullet-active {
  background: url(/bocstatic/web/img/5.png) no-repeat center center;
}
.pro-list37 .contentbox .pro-container .zpagination span.swiper-pagination-bullet-active:before {
  opacity: 0;
}
.pro-list37 .contentbox .button-next {
  position: absolute;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  right: 0;
  background: #e94819;
  z-index: 4;
  cursor: pointer;
}
.pro-list37 .contentbox .button-next img {
  margin-left: .25rem;
}
.pro-list37 .tit2 span {
  color: #ff4200;
}
.pro-list37 .tit3 {
  margin-top: .7rem;
}

.pro-list39 {
  position: relative;
  z-index: 2;
  padding: 3rem 0 0;
  background: #f7f7f7;
}
.pro-list39 .titlebox {
  margin-bottom: 2rem;
  color: #b8011e;
}
.pro-list39 .titlebox .tit2 {
  margin-bottom: 1.25rem;
}
.pro-list39 .img {
  height: 90vh;
}
.pro-list39 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-list40 {
  background: #f7f7f7;
  position: relative;
  padding: 3.25rem 0 2.25rem;
  z-index: 3;
}
.pro-list40 .title {
  color: #b8011e;
}
.pro-list40 .tabul {
  margin-top: 1.7rem;
}
.pro-list40 .tabul .li {
  width: 25%;
  padding-bottom: .4rem;
  border-bottom: 2px solid #999;
  cursor: pointer;
  transition: all .6s;
}
.pro-list40 .tabul .li.cur, .pro-list40 .tabul .li:hover {
  color: #cd0122;
  border-bottom: 2px solid #cd0122;
}
.pro-list40 .imgbox {
  margin-top: 2.25rem;
}
.pro-list40 .imgbox .item {
  width: 100%;
  display: none;
}
.pro-list40 .imgbox .img {
  height: 100vh;
}
.pro-list40 .imgbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-list40 .imgbox .p {
  margin-top: 1.25rem;
}
.pro-list40 .imgbox .tit4 {
  margin-top: .65rem;
}
.pro-list40 .bg {
  position: absolute;
  width: 100%;
  height: 13rem;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #c60121;
}

.pro-list41 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.pro-list41 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list41 .text {
  position: absolute;
  top: 40%;
  left: 2.5rem;
  z-index: 3;
}
.pro-list41 .text .tit2 {
  margin-bottom: .5rem;
}
.pro-list41 .text .tit2 span {
  color: #ff5900;
}

.pro-list42 {
  width: 100%;
  height: 112vh;
  position: relative;
  z-index: 2;
}
.pro-list42 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list42 .text {
  position: absolute;
  top: 51%;
  width: 660px;
  max-width: 88%;
  right: 3.5rem;
  z-index: 3;
}
.pro-list42 .text .tit2 {
  margin-bottom: 1.25rem;
  color: #b8011e;
}
.pro-list42 .text .tit3 {
  color: #b8011e;
}

.pro-list43 {
  width: 100%;
  height: 108vh;
  position: relative;
  z-index: 2;
}
.pro-list43 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.pro-list43 .text {
  position: absolute;
  top: 4.5rem;
  width: 660px;
  max-width: 88%;
  left: 2.5rem;
  z-index: 3;
}
.pro-list43 .text .tit2 {
  margin-bottom: 1rem;
}
.pro-list43 .warpbox {
  margin-top: 3rem;
}
.pro-list43 .warpbox .img-container {
  width: 340px;
  margin-top: .75rem;
}
.pro-list43 .warpbox .dpagination {
  position: relative;
  margin-top: 1rem;
  bottom: 0;
}
.pro-list43 .warpbox .dpagination span {
  background: #fff;
}

.pro-list44 {
  width: 100%;
  padding: 2.85rem 0 2.25rem;
  position: relative;
  z-index: 2;
}
.pro-list44 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
}
.pro-list44 .text {
  position: relative;
  z-index: 3;
}
.pro-list44 .text .tit2 {
  margin-bottom: 1.25rem;
}
.pro-list44 .text .img {
  margin-top: 3.5rem;
}

.pro-list45 {
  width: 100%;
  padding: 2.85rem 0 5rem;
  position: relative;
  z-index: 2;
}
.pro-list45 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
}
.pro-list45 .text {
  position: relative;
  z-index: 3;
}
.pro-list45 .text .tit2 {
  margin-bottom: 1.25rem;
  color: #b8011e;
}
.pro-list45 .text .tit3 {
  color: #b8011e;
}
.pro-list45 .text .img {
  margin-top: 3.5rem;
}

.search-list2 {
  padding-top: calc(2rem + 60px);
}
.search-list2 .tip span {
  color: #ff5900;
  font-weight: bold;
  margin: 0 3px;
}
.search-list2 .about-list4 .contentbox .ulbox {
  margin-top: .75rem;
}

.bubble {
  position: absolute;
  background-color: #e94819;
  border-radius: 50%;
  animation: pulse 2s infinite ease-in-out;
}

.cssanimations {
  transform: none;
  transform-origin: 50% 0px !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.ilist3 .cases-container .zpagination {
  position: absolute;
  z-index: 4;
  bottom: 1rem !important;
  display: none;
}
.ilist3 .cases-container .zpagination span {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 7px;
  position: relative;
  background: transparent;
}
.ilist3 .cases-container .zpagination span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background: #8a8a8a;
}
.ilist3 .cases-container .zpagination span.swiper-pagination-bullet-active {
  background: url(/bocstatic/web/img/5.png) no-repeat center center;
}
.ilist3 .cases-container .zpagination span.swiper-pagination-bullet-active:before {
  opacity: 0;
}

.ilist2 .pro-container .swiper-slide {
  opacity: 0 !important;
}

.ilist2 .pro-container .swiper-slide-active {
  opacity: 1 !important;
}

.news-info1 {
  padding: calc(2.65rem + 80px) 0 1.75rem;
}
.news-info1 .news-top {
  padding-bottom: .75rem;
  border-bottom: 1px solid #e5e8e9;
}
.news-info1 .news-top .news-tit {
  width: 70%;
}
.news-info1 .news-top .box {
  margin-top: .35rem;
}
.news-info1 .news-text {
  padding: 1rem 0 2.25rem;
  border-bottom: 1px solid #e8e8e8;
}
.news-info1 .news-text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.news-info1 .news-nav {
  padding-top: 1.2rem;
}
.news-info1 .news-nav .nav-l {
  width: 100%;
  position: relative;
}
.news-info1 .news-nav .nav-l:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 2.5rem;
  background: #d6d6d6;
  top: 50%;
  margin-top: -1.25rem;
}
.news-info1 .news-nav .nav-l span {
  line-height: 1.2;
  margin-bottom: .25rem;
  display: block;
  color: #333;
}
.news-info1 .news-nav .nav-l p {
  display: block;
  width: 100%;
  line-height: 1.6;
}
.news-info1 .news-nav .nav-l a {
  color: #666;
  width: 50%;
  display: block;
}
.news-info1 .news-nav .nav-l a:hover {
  color: #f75802;
}
.news-info1 .news-nav .nav-l a:nth-child(1) {
  padding-right: 3rem;
}
.news-info1 .news-nav .nav-l a:nth-child(2) {
  padding-left: 1.75rem;
}

@media (max-width: 1024px) {
  .news-info1 {
    padding: 2rem 0 1.75rem;
  }

  .probanner .textbox {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .news-info1 .news-text {
    padding-bottom: 30px;
  }

  .news-info1 .news-top .news-tit {
    line-height: 1.5;
  }

  .news-info1 .news-nav {
    padding-top: 20px;
  }

  .news-info1 .news-nav .nav-l {
    width: 100%;
  }

  .news-info1 .news-nav .news-back {
    float: left;
    margin-top: 10px;
  }

  .news-info1 .news-text {
    font-size: 14px;
  }

  .news-info1 .news-nav .nav-l span {
    font-size: 12px;
  }

  .news-info1 .news-nav .nav-l p {
    font-size: 12px;
  }

  .news-info1 .news-top .news-tit {
    width: 100%;
  }

  .news-info1 .news-nav .news-back .icon {
    width: .75rem;
    height: .75rem;
  }

  .news-info1 .news-top .sharebox {
    width: 100%;
    margin-top: .25rem;
  }

  .news-info1 .news-top .sharebox a {
    width: 35px;
    height: 35px;
  }

  .news-info1 .news-nav .nav-l a:nth-child(1) {
    padding-right: .65rem;
  }

  .news-info1 .news-nav .nav-l a:nth-child(2) {
    padding-left: 0.8rem;
  }

  .news-info1 .news-nav .nav-l span {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 1580px) {
  .pro-list22 .text{
    right: 3.5rem;
  }
  .pro-list23 .text{
    left:3%;
  }
  .pro-list25 .text{
    width: 12rem;
    right: 2.5rem;
  }
  .pro-list26 .text{
        left: 3.75rem;
        width:16rem;
  }
  .pro-list28 .text{
    left:3rem;
  }
}
@media (max-width: 1024px) {
  .header {
    display: none;
  }

  .footer .leftbox {
    display: none;
  }

  .footer .rightbox {
    width: 100%;
    padding: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer .rightbox .wxbox {
    width: auto;
    text-align: center;
    margin-bottom: 1rem;
    width: 10rem;
  }

  .footer .rightbox .rrbox {
    width: 100%;
    text-align: center;
  }

  .footer {
    padding: 1.5rem 6%;
  }

  .footer .rightbox .wxbox img {
    width: 4rem;
    margin: 0 0.5rem;
  }

  .ilist6 .text {
    width: 100%;
  }

  .ilist3 .cases-container .swiper-slide {
    position: relative;
    transform: translate(0, 0);
    overflow: hidden;
  }

  .ilist3 .cases-container .swiper-slide:nth-child(3) {
    position: relative;
    transform: translate(0, 0);
    overflow: hidden;
  }

  .ilist3 .cases-container .slide-inner {
    overflow: hidden;
  }

  .ilist3 {
    
    height: 30rem;
  }
  .ilist3 .contentbox{
    padding: 2.75rem 0 0;
  }

  .ilist3 .cases-container .zpagination {
    display: flex;
  }

  .warpsubnav {
    display: none;
  }

  

  .probanner .textbox {
    padding-right: 35%;
  }

  .pro-list17 .itembox .text {
    width: 320px;
    position: absolute;
    right: 6%;
  }

  .pro-list17 .itembox .ul .li {
    margin-right: 1rem;
  }

  .pro-list17 .itembox .text3 {
    left: 6%;
  }

  .pro-list17 .itembox .text3 {
    width: 400px;
  }

  .pro-list13 .warpbox {
    left: 6%;
  }

  .pro-list13 {
    padding: 6.5rem 6% 0;
  }

  .pro-list15 {
    height: 25rem;
  }

  .pro-list15 .bg {
    height: 100%;
    object-fit: cover;
  }

  .pro-list15 .dian-container {
    width: calc(73% + 3rem);
  }

  .pro-list6 {
    height: 25rem;
  }

  .pro-list6 .text {
    left: 6%;
    top: 2rem;
    transform: translateY(0);
  }

  .pro-list7 .contentbox .ul .li {
    width: 49%;
  }

  .pro-list8 .contentbox {
    padding: 2rem 0 0;
  }

  .pro-list8 .contentbox .tit3 {
    margin-top: 0.75rem;
  }

  .pro-list8 .subox .sp1 {
    font-size: 15rem;
  }

  .pro-list42 {
    height: 20rem;
  }

  .pro-list42 .text {
    top: 38%;
    width: 44%;
    max-width: 88%;
    right: 6%;
  }

  .pro-list40 .imgbox {
    margin-top: 1rem;
  }

  .pro-list40 .imgbox .img {
    height: 20rem;
  }

  .pro-list40 {
    padding: 2rem 0 2.25rem;
  }

  .pro-list40 .tabul {
    margin-top: 1rem;
  }
}
@media (max-width: 996px) {
  .ilist2 .tabul {
    background:none;
    position: relative;
    width:100%;
    height:auto;
    left:0;
    padding:0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:.75rem;
  }
  .ilist2 .tabul .tiptit{
    width:100%;
    margin-bottom:.5rem;
  }
  .ilist2 .tabul .li{
    width:auto;
    margin-right:.5rem;
  }

  .ilist2 .pro-container {
    height: 18.75rem;
  }

  .nbanner {
    height: 28rem;
  }

  .about-list5 .contentbox .ul {
    width: 100%;
  }

  .about-list4 .contentbox .ulbox .li {
    width: 100%;
  }

  .probanner .textbox {
    width: 88%;
  }

  .pro-list1, .pro-list1 .bg {
    height: 100vh;
  }

  .pro-list3 .img-container .img {
    height: 6.25rem;
  }

  .pro-list5 .tablebox .table {
    overflow-x: auto;
  }

  .pro-list5 .tablebox .table table {
    width: 1000px;
  }

  .pro-list16 .contentbox {
    top: 2rem;
    transform: translate(calc(-50% + 0.5px), 0);
  }

  .pro-list16 {
    height: 25rem;
  }

  .pro-list17 {
    height: 22rem;
  }

  .pro-list7 .contentbox .ul .li {
    width: 100%;
  }

  .pro-list7 .contentbox .ul .li:hover {
    width: 100%;
    transform: scale(1, 1);
    border: 0.2rem solid transparent;
  }

  .pro-list7 .contentbox .ul .li {
    margin-bottom: 1rem;
  }

  .pro-list8 {
    height: 26rem;
  }

  .pro-list8 .bg {
    height: 100%;
    object-fit: cover;
  }

  .pro-list8 .subox .sp1 {
    font-size: 8rem;
  }

  .pro-list8 .subox .sp2 {
    font-size: 2rem;
  }

  .pro-list8 .chabox {
    height: 12rem;
  }

  .pro-list8 .subox {
    bottom: 33.5%;
  }

  .pro-list8 .contentbox {
    padding: 2rem 0 0;
  }

  .pro-list8 .contentbox .tit3 {
    margin-top: .65rem;
  }

  .pro-list8 .contentbox {
    padding: 4rem 0 0;
  }

  .pro-list12 .text {
    margin-left: 6%;
    width: 88%;
  }

  .pro-list12 .text .ul {
    margin-top: 1.25rem;
  }

  .probanner .textbox {
    padding-right: 0;
    top: 5rem;
    transform: translate(calc(-50% + 0.5px), 0);
  }

  .pro-list13 .numbox .itembox {
    font-size: 3rem;
    margin-top: -.5rem;
  }

  .pro-list13 {
    padding: 4rem 6% 0;
  }

  .pro-list31 .text .leftbox {
    width: 100%;
  }

  .pro-list31 .text .rightbox {
    width: 100%;
    margin-top: 1.25rem;
  }

  .pro-list31 .text .itembox {
    margin-top: 1.5rem;
  }

  .pro-list31 .text .tit2 {
    margin-bottom: .75rem;
  }

  .pro-list31 .text {
    text-align: center;
  }

  .pro-list31 {
    padding: 3rem 0 1.5rem;
  }

  .pro-list31 .text .itembox {
    width: 50%;
    margin: 1.5rem auto 0;
  }

  .pro-list30 .text .leftbox {
    width: 100%;
    text-align: center;
    margin-bottom: 1.25rem;
  }

  .pro-list30 .text .rightbox {
    width: 100%;
  }

  .pro-list29 {
    height: 20rem;
  }

  .pro-list29 .text {
    top: 2rem;
  }

  .pro-list28 {
    height: 20rem;
  }

  .pro-list28 .text {
    width: 40%;
    left: 6%;
  }

  .pro-list27 .ul {
    justify-content: center;
  }

  .pro-list27 .ul .li {
    width:25%;
    margin-bottom: .75rem;
    padding:0 5px;
  }

  .pro-list27 .text {
    top: 2rem;
  }

  .pro-list27 .ul {
    margin-top: 1rem;
  }

  .pro-list26 .text {
    width: 50%;
    max-width: 88%;
    bottom: 28%;
    left: 6%;
  }

  .pro-list25 .text {
    width: 29%;
    max-width: 88%;
    top: 30%;
    right: 6%;
  }

  .pro-list25 {
    height: 15rem;
  }

  .pro-list23 {
    height: 19rem;
  }

  .pro-list23 .text {
    width: 40%;
    left: 6%;
  }

  .pro-list22 {
    height: 16rem;
  }

  .pro-list22 .text {
    width: 45%;
    top: 1.5rem;
    max-width: 88%;
    right: 6%;
  }

  .pro-list31-1 {
    height: 30rem;
  }

  .pro-list31-1 .itembox {
    left: 6%;
    top: 2rem;
    width: 100%;
  }

  .pro-list31-1 .itembox {
    width: 88%;
  }

  .pro-list31-1 {
    height: 44rem;
  }

  .pro-list31-1 .itembox .spbox .tip {
    margin-top: 1rem;
  }

  .pro-list32 {
    height: 22rem;
  }

  .pro-list32 .text {
    width: 88%;
    top: 2rem;
    left: 6%;
  }

  .pro-list33 {
    height: 22rem;
  }

  .pro-list33 .text {
    max-width: 88%;
    width: 50%;
    right: 6%;
  }

  .pro-list32-1 {
    height: 22rem;
  }

  .pro-list34 {
    height: 43rem;
  }

  .pro-list34 .tabul {
    width: 88%;
    left: 6%;
    z-index: 3;
    transform: translateY(0);
    top: 2rem;
  }

  .pro-list34 .tabul .li.on {
    background: none;
  }

  .pro-list34 .tabul .tit3:before {
    display: none;
  }

  .pro-list34 .tabul .li .tit3 {
    width: 100%;
    text-align: center;
  }

  .pro-list34 .tabul .li .tit4 {
    width: 100%;
    text-align: center;
  }

  .pro-list34 .tabul .li.on .tit3 {
    font-size: 1.5rem;
  }

  .pro-list34 .tabul .li {
    height: 2rem;
  }

  .pro-list34 .tabul .li.on {
    height: auto;
    padding: 1.5rem 0;
  }

  .pro-list34 .tabul .li {
    padding-left: 0;
  }

  .pro-list35 {
    height: 26rem;
  }

  .pro-list35 .text {
    width: 45%;
    left: 6%;
  }

  .pro-list43 {
    height: 22rem;
  }

  .pro-list43 .warpbox .img-container {
    width: 100%;
    margin-top: 1rem;
  }

  .pro-list43 .text {
    top: 2rem;
    width: 36%;
    max-width: 88%;
    left: 6%;
  }

  .pro-list43 .warpbox {
    margin-top: 1.5rem;
  }

  .pro-list42 {
    height: 36rem;
  }

  .pro-list42 .text {
    top: 2.5rem;
    width: 88%;
    max-width: 88%;
    right: 6%;
    transform: translateY(0);
    text-align: center;
  }

  .pro-list41 {
    height: 30rem;
  }

  .pro-list41 .text {
    left: 6%;
    top: 15%;
  }
}
@media (max-width: 767px) {
  .tit-72 {
    font-size: 36px;
  }

  .tit-64 {
    font-size: 32px;
  }

  .ilist3 {
    height: 27.5rem;
  }

  .ilist6 {
    height: 15rem;
  }

  .ilist5 {
    padding: 2rem 0;
  }

  .ilist4 {
    padding: 2.5rem 0 0;
    height: 25rem;
  }

  .ilist2 .pro-container .button-next {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.75rem;
    right:3%;
  }
  .ilist2 .pro-container .button-next img{
    margin-left:0;
  }

  .ilist2 .pro-container .text {
    width: 100%;
  }

  .ilist2 .pro-container {
    height: 29.75rem;
  }

  .ilist2 .pro-container .text .hrefbtn {
    margin-top: .5rem;
  }

  .ilist2 .pro-container .button-next img {
    width: 16px;
  }

  .hrefbtn img {
    width: 16px;
  }

  .ilist2 {
    padding: 1.2rem 6% 0.75rem;
  }

  .ibanner, .ibanner .slide-inner {
    /*height: 28rem;*/
    height:auto;
  }

  .ibanner .textbox .tit4 {
    font-size: 2rem;
  }

  .ibanner .textbox {
    padding-right: 10%;
  }

  .nbanner {
    height: 26rem;
  }

  .about-list1 .leftbox {
    width: 100%;
    margin-bottom: 2rem;
  }

  .about-list1 .rightbox {
    width: 100%;
  }

  .about-list1 .leftbox .tabul {
    margin-top: 1.5rem;
    margin-bottom: .7rem;
  }

  .about-list1 .leftbox .tabul .li {
    margin-bottom: .55rem;
  }

  .about-list1 .leftbox .hrefbtn {
    margin-top: 1rem;
  }

  .about-list1 .rightbox .img {
    width: 100%;
  }

  .about-list2 .time {
    font-size: 5rem;
  }

  .about-list2 .his-container .p br {
    display: none;
    width: 100%;
  }

  .about-list2 .his-container .p {
    margin: .5rem auto 0;
  }

  .about-list2 {
    height: 26rem;
  }

  .about-list3 .videobox .img {
    height: 8rem;
    object-fit: cover;
  }

  .about-list3 .videobox {
    margin-top: .75rem;
  }

  .about-list4 .contentbox .ulbox .li {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .about-list4 .contentbox .ulbox .img {
    width: 100%;
    margin-bottom: .75rem;
  }

  .about-list4 .contentbox .ulbox .img img {
    object-fit: cover;
  }

  .about-list4 .contentbox .ulbox .titbox {
    width: 100%;
    padding: 0 6%;
    margin-left: 0;
  }

  .about-list4 .contentbox .ulbox .btn {
    margin-top: .7rem;
  }

  .about-list5 .contentbox .li {
    width: 100%;
  }

  .about-list5 .contentbox {
    padding: 1rem 0;
  }

  .about-list5 .contentbox .li:before {
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 1px;
  }

  .about-list6 .mapimg {
    width: 100%;
    height: 50vh;
  }

  .about-list6 .textbox {
    width: 100%;
    padding: 1.5rem 6% 2.5rem;
  }

  .about-list6 .textbox .ul {
    margin-top: 1rem;
  }

  .about-list7 .formbox {
    margin-top: 1.2rem;
    padding: 1rem 6%;
  }

  .about-list7 .formbox .li {
    width: 100%;
    margin-bottom: .55rem;
  }

  .about-list5 .contentbox .li {
    padding-top: 1rem;
    height: 8rem;
  }

  .about-list5 .contentbox .tit5 {
    bottom: auto;
    top: 4.5rem;
  }

  .about-list5 .contentbox .icon {
    width: 1.4rem;
    height: 1.4rem;
  }

  .about-list5 .contentbox .ul {
    margin: 1rem auto 0;
  }

  .about-list4 .contentbox .ulbox .img {
    height: 8rem;
  }

  .page a {
    margin: 0 3px;
  }

  .pro-list1 .ul .titbox {
    padding: 0 .65rem;
  }

  .pro-list1 .ul img {
    width: 1px;
  }

  .pro-list1, .pro-list1 .bg {
    height: 27rem;
  }

  .pro-list1 .contentbox {
    padding: 2rem 0 0;
  }

  .pro-list2 {
    padding: 2rem 0 0;
  }

  .pro-list2 .tabul {
    margin-top: 1.25rem;
  }

  .pro-list2 .tabul .li {
    width: 50%;
    margin-bottom: .75rem;
    padding: 0 .5rem;
    padding-bottom: .5rem;
  }

  .pro-list2 .tabul:before {
    display: none;
  }

  .pro-list2 .imgbox {
    margin-top: 1rem;
  }

  .pro-list2 .contentbox2 {
    padding-top: 2.5rem;
  }

  .pro-list2 .contentbox2 .tit3 {
    font-size: 20px;
  }

  .pro-list3 {
    padding: 2rem 0 2.5rem;
  }

  .pro-list3 .img-container {
    margin-top: 1rem;
    padding: 0 10%;
  }

  .pro-list4 .tipimg {
    width: 100%;
  }

  .pro-list4 .dian1 {
    left: -1rem;
    top: 1rem;
  }

  .pro-list4 .dian2 {
    right: -1rem;
    top: 1rem;
  }

  .pro-list5 .contentbox .item {
    margin: 0 0.5rem;
  }

  .pro-list5 .contentbox .item .proimg {
    height: 4rem;
    width: 3.5rem;
  }

  .pro-list5 {
    padding: 2.25rem 0;
  }

  .pro-list5 .tit2 {
    margin-bottom: 1.2rem;
  }

  .pro-list20 {
    height: 20rem;
  }

  .pro-list20 .img2 {
    width: 32.6%;
    left: 43.75%;
    bottom: 1rem;
  }

  .pro-list20 .img1 {
    width: 30%;
    left: 0;
  }

  .pro-list20 .img3 {
    width: 30%;
    right: 0;
  }

  .pro-list19 .contentbox .button-next {
    display: none;
  }

  .pro-list18 .contentbox {
    top: 2.5rem;
    transform: translate(calc(-50% + 0.5px), 0);
  }

  .pro-list18 {
    height: 25rem;
  }

  .pro-list17 {
    height: 28rem;
  }

  .pro-list17 .itembox .text {
    width: 88%;
    top: 5.5rem;
    transform: translateY(0);
  }

  .pro-list17 .itembox .text .tit3 {
    margin-bottom: .7rem;
  }



  .pro-list13 {
    padding: 2.5rem 6% 0;
  }

  .pro-list13 .numbox .itembox {
    font-size: 2rem;
    margin-top: -0.5rem;
  }

  .pro-list13 .numbox .itembox sup {
    top: -.3em;
  }

  .pro-list15 .dian-container {
    width: calc(89% + 3rem);
  }

  .pro-list15 {
    height: 22rem;
  }

  .pro-list15 .contentbox {
    top: 1.5rem;
  }

  .pro-list15 .dian-container .zpagination {
    margin-top: 1rem;
  }

  .pro-list15 .itembox .li {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
  }

  .pro-list15 .itembox .li .icon {
    margin-bottom: .35rem;
  }

  .pro-list15 .itembox .li p {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  .pro-list15 .itembox .li:nth-child(2n) {
    flex-flow: column wrap;
  }

  .pro-list15 .dian-container {
    top: 6.5rem;
  }

  .pro-list7 {
    padding: 2.5rem 0 3rem;
  }

  .pro-list7 .contentbox .tit3 {
    margin-top: .75rem;
  }

  .pro-list7 .contentbox .ul {
    margin-top: 1.25rem;
  }

  .pro-list7 .contentbox .ul .li {
    height: 16rem;
  }

  .pro-list9 .text {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .pro-list9 .img {
    width: 100%;
  }

  .pro-list9 {
    padding: 2.5rem 0 3rem;
  }

  .pro-list10 .text {
    width: 88%;
    margin-left: 6%;
  }

  .pro-list10 .text .tit2 {
    margin-bottom: 1.5rem;
  }

  .pro-list10 {
    padding: 2.5rem 0 0;
    height: 28rem;
  }

  .pro-list11 .img {
    width: 100%;
    margin: 1.5rem auto 0;
  }

  .pro-list11 {
    padding: 3rem 0 2.5rem;
  }

  .pro-list12 .text .tit2 {
    margin-bottom: 0;
  }

  .pro-list12 {
    padding: 2rem 0 0;
    height: 30rem;
  }

  .pro-list12 .text .tit2 br {
    display: none;
  }

  .pro-list11 .img {
    width: 100%;
  }

  .pro-list10 .text .img2 {
    width: 6rem;
  }

  .pro-list9 .text {
    text-align: center;
  }

  .pro-list9 .text .tit3 {
    font-size: 20px;
    margin-top: .5rem;
  }

  .pro-list13 .warpbox {
    bottom: 13rem;
  }

  .pro-list13 .tabul {
    height: 4rem;
  }

  .pro-list16 {
    height: 28rem;
  }

  .pro-list20 .text {
    top: 2rem;
    transform: translate(-50%, 0);
  }

  .pro-list20 {
    height: 26rem;
  }

  .pro-list20 .img1 {
    width: 42%;
    left: 0;
    bottom: 2rem;
  }

  .pro-list20 .img2 {
    width: 42%;
    left: 6%;
    top: auto;
    bottom: 13rem;
  }

  .pro-list20 .img3 {
    width: 42%;
    right: 0;
    top: auto;
    bottom: 4rem;
  }

  .pro-list17 .itembox .text {
    bottom: 2.5rem;
    top: auto;
    text-align: center;
  }

  .pro-list17 .itembox .ul {
    width: 100%;
    justify-content: space-between;
    padding: 0 6%;
  }

  .pro-list17 .itembox .text3 {
    top: 70%;
  }

  .pro-list31 .text .itembox {
    width: 84%;
    margin-top: .85rem;
  }

  .pro-list31 {
    padding-top: 2rem;
  }

  .pro-list30 {
    padding: 2rem 0;
  }

  .pro-list29 {
    height: 27rem;
  }

  .pro-list29 .text {
    top: 2rem;
  }

  .pro-list27 {
    height: 27rem;
  }

  .pro-list26 {
    height: 26rem;
  }

  .pro-list26 .text {
    width: 90%;
    max-width: 88%;
    bottom: 18%;
  }

  .pro-list25 .text {
    width: 88%;
    max-width: 88%;
    top: 6%;
    right: 6%;
    text-align: center;
  }

  .pro-list25 {
    height: 22rem;
  }

  .pro-list23 {
    height: 26rem;
  }

  .pro-list23 .text {
    width: 100%;
    top: 2rem;
    transform: translateY(0);
  }

  .pro-list28 {
    height: 24rem;
  }

  .pro-list28 .text {
    max-width: 88%;
    top: 2rem;
    width: 100%;
    transform: translateY(0);
  }

  .pro-list28 .text {
    text-align: center;
  }

  .pro-list28 .text .tit2 {
    margin-bottom: .65rem;
  }

  .pro-list22 {
    height: 18rem;
  }

  .pro-list22 .text {
    width: 100%;
  }

  .pro-list22 .text .tit2 {
    text-align: center;
  }

  .pro-list22 .text .tit3 {
    text-align: center;
  }

  .pro-list31-1 .itembox {
    top: 1.5rem;
  }

  .pro-list31-1 .itembox .item .sp {
    padding: 0.4rem 0;
    padding-left: .7rem;
    padding-right: .6rem;
  }

  .pro-list31-1 .itembox .spbox {
    padding-left: .7rem;
    margin-top: .6rem;
  }

  .pro-list31-1 {
    height: 34rem;
  }

  .pro-list31-1 .itembox .spbox .tip {
    margin-top: .5rem;
  }

  .pro-list31-1 .itembox .item {
    margin-bottom: .5rem;
  }

  .pro-list33 .text .tit2 {
    margin-bottom: .55rem;
  }

  .pro-list33 .text {
    width: 88%;
    right: 6%;
    top: auto;
    transform: translateY(0);
    bottom: 5rem;
    text-align: right;
  }

  .pro-list34 .tabul {
    width: 88%;
    left: 6%;
    z-index: 3;
    transform: translateY(0);
    top: 2rem;
  }

  .pro-list34 .tabul .li.on {
    background: none;
  }

  .pro-list34 .tabul .tit3:before {
    display: none;
  }

  .pro-list34 .tabul .li .tit3 {
    width: 100%;
    text-align: center;
  }

  .pro-list34 .tabul .li .tit4 {
    width: 100%;
    text-align: center;
  }

  .pro-list34 .tabul .li.on .tit3 {
    font-size: 1rem;
  }

  .pro-list34 .tabul .li {
    height: 2rem;
  }

  .pro-list34 .tabul .li.on {
    height: auto;
    padding: 1.5rem 0;
  }

  .pro-list34 .tabul .li {
    padding-left: 0;
  }

  .pro-list34 {
    height: 29rem;
  }

  .pro-list38 {
    padding-top: 2rem;
    height: 25rem;
  }

  .pro-list35 {
    height: 21rem;
  }

  .pro-list35 .text {
    top: 2.5rem;
    width: 100%;
  }

  .pro-list36 .text {
    top: 2rem;
  }

  .pro-list36 .text .tit3 {
    margin-bottom: .7rem;
  }

  .pro-list36 {
    height: 22rem;
  }

  .probanner .textbox .tit5 br {
    display: none;
  }

  .probanner2 .textbox {
    top: 4rem;
  }

  .pro-list45 {
    padding: 2rem 0 5.5rem;
  }

  .pro-list45 .text .img {
    margin-top: 2.5rem;
  }

  .pro-list45 .bg {
    height: 115%;
  }

  .pro-list44 .text .img img {
    max-width: 125%;
  }

  .pro-list44 .text .img {
    margin-top: 3rem;
  }

  .pro-list43 .text {
    top: 2rem;
    width: 88%;
    max-width: 88%;
    left: 6%;
  }

  .pro-list43 {
    height: 38rem;
  }

  .pro-list43 .text {
    top: 2.5rem;
  }

  .pro-list43 .warpbox {
    top: 2rem;
  }

  .pro-list43 .text .tit3, .pro-list43 .text .tit2 {
    text-align: center;
  }

  .pro-list43 .text .tit2 {
    margin-bottom: .5rem;
  }

  .pro-list43 .warpbox .tit4 {
    text-align: center;
  }

  .pro-list43 .warpbox .img-container {
    width: 88%;
    margin: 1rem auto 0;
  }

  .pro-list42 {
    height: 24rem;
  }

  .pro-list42 .text .tit2 {
    margin-bottom: .7rem;
  }

  .pro-list41 {
    height: 30rem;
  }

  .pro-list41 .text {
    top: 2.5rem;
    width: 88%;
    left: 6%;
    transform: translateY(0);
    text-align: center;
  }

  .pro-list41 {
    height: 26rem;
  }

  .pro-list40 .tabul .li {
    font-size: 16px;
  }

  .pro-list40 .imgbox .img {
    height: 9rem;
  }

  .pro-list40 .imgbox .p {
    margin-top: 1.75rem;
  }

  .pro-list39 {
    padding: 3rem 0 0;
  }

  .pro-list39 .titlebox .tit2 {
    margin-bottom: .75rem;
  }

  .pro-list39 .img {
    height: auto;
  }
  .ilist4 .bg{
      object-position: 63% 50%;
    }
    body .loadingnum{
      top:50% !important;
    }
    .pro-list13 .numbox{
        width: calc(100% - 6rem);
    }
    .pro-list13 .tabul .li{
        margin-bottom: 0.3rem;
    }
    .pro-list15 .itembox .li p{
        line-height:1.2;
    }
    .pro-list15 .itembox .li:nth-child(3),.pro-list15 .itembox .li:nth-child(4){
        top:45%;
    }
    .ilist2 .pro-container .button-next span{
      display:none;
    }
    .pro-list17 .itembox .ul .li{
      margin-right: 0;
      width: 25%;
    }
    .pro-list17 .itembox .ul .icon{
      margin:0 auto;
    }
    .pro-list17 .itembox .ul{
      width:100%;
      padding:0;
    }
    .pro-list17 .itembox .ul p{
      font-size:14px;
    }
    .pro-list17 .itembox .ul .icon{
      width:1.75rem;
      height:1.75rem;
    }
    .pro-list17 .itembox .ul .icon img{
      max-height:100%;
    }
}
.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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news-list6-dialog4 .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;
  opacity: 0;
}

.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;
  -webkit-transition: all .3s;
  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.dialog--open #video {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.news-list6-dialog4.dialog--close #video {
  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 {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog4 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog4.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}

@media (max-width: 1024px) {
  .news-list6-dialog4 .closebtn {
    background:#ff630f;
    color: #fff;
  }

  .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%;
  }

  .news-list6-dialog4 .closebtn svg {
    width: 26px;
    height: 26px;
  }

  .news-list6-dialog4 .closebtn {
    right: 3%;
  }

}
@-webkit-keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}
.footer .rightbox .rrbox a{
  color:#666;
}


.button-next {
  overflow: hidden;
  z-index: 4;
  transition: all .6s;
}
.button-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
  will-change: transform;
  z-index: -1;
}
.button-next img {
  transform: scaleX(1) translate(0, 0);
  margin-left: .25rem;
  transition: all 0.6s 0.2s cubic-bezier(0.53, 0.21, 0, 1);
}

.button-next:hover {
  color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.button-next:hover:before {
  transform-origin: 0 0;
  transform: scaleX(1);
}
.button-next:hover img {
  transform: scaleX(0.9) translate(5px, 0);
}

.core .jarallax .b .btn{

}

.core .jarallax .b .btn {
  overflow: hidden;
  z-index: 4;
  transition: all .6s;
}
.core .jarallax .b .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
  will-change: transform;
  z-index: -1;
}


.core .jarallax .b .btn:hover {
  color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.core .jarallax .b .btn:hover:before {
  transform-origin: 0 0;
  transform: scaleX(1);
}


.about-list3 .videobox .videobtn{
  cursor:pointer;
}
.about-list1 .leftbox .p{
  height:calc(33px * 5);
  overflow: hidden;
  line-height:33px;
}
.about-list1 .leftbox .p.active{
  height:auto;
}
.power-list .close{
  cursor:pointer;
}
.about-list4 .contentbox .ulbox{
  min-height:18rem;
}
.about-list7 .formbox .submitbox{
  height:1.5rem;
}
.about-list7 .formbox .submitbox .input2{
  position: absolute;
  left:0;
  top:0;
  z-index:7;
}
@media (max-width: 1680px) {
  .core .jarallax .jarallax-txt{
    max-width:92%;
    width:22rem !important;
  }
}
@media (min-width: 1024px) {
  .about-list4 .contentbox .ulbox .li .img img{
    transform:scale(1.01);
    transition: all .8s;
  }
  .about-list4 .contentbox .ulbox .li .tit4{
    transition: all .8s;
  }
  .about-list4 .contentbox .ulbox .li:hover .img img{
    transform:scale(1.1);
  }
  .about-list4 .contentbox .ulbox .li:hover .tit4{
    color:#ff5900;
  }
}
@media (max-width:767px) {
    .about-list2 .time-container .swiper-slide:nth-child(6n-5) .time2{
        bottom: 1.8rem;
    }
    .about-list2 .time-container .swiper-slide:nth-child(6n-5) .time2{
        bottom: 1.8rem;
    }
    .about-list2 .time-container .swiper-slide:nth-child(6n-4) .time2{
        bottom: 1.65rem;
    }
    .about-list2 .time-container .swiper-slide:nth-child(6n-3) .time2{
            bottom: 1.4rem;
    }
    .about-list2 .time-container .swiper-slide:nth-child(6n-2) .time2{
        bottom: 1.92rem;
    }
    .about-list2 .time-container .swiper-slide:nth-child(6n-1) .time2{
        bottom: 1.42rem;
    }
    .about-list2 .time-container .swiper-slide:nth-child(6n-1) .time2{
        bottom: 1.43rem;
    }
    .about-list2 .time-container .swiper-slide:nth-child(6n-6) .time2{
      bottom: 1.35rem;
    }
    .loadbox .loadsvg{
        top:45%;
    }
    .about-list1 .leftbox .tabul .li{
        width:33.3%;
    }
    .about-list1 .leftbox .tabul{
        justify-content: flex-start;
    }
    .about-list1 .rightbox .img-container{
        width:100%;
    }
    .about-list3 .tit3{
        margin-bottom:.45rem;
    }
    .pro-list7 .contentbox .ul .li .titbox{
            padding: 1.25rem 1rem 1rem;
    }
    .ilist2 .tabul .li{
      font-size:18px;
    }
    .ilist6 .text{
        top: 2.85rem;
    }
    .ilist2 .pro-container .text .tit4{
      padding:0 6%;
    }
    .pro-list27 .ul .li{
        text-align: left;
    }
    .pro-list27 .ul{
        justify-content: left;
    }
    .pro-list3 .text{
        font-size:18px;
    }
    .footer .rightbox .rrbox svg{
        height:20px;
    }
    .pro-list21 .videobtn{
      width: 1.7rem;
      height: 1.7rem
    }
    .ibanner .textbox{
      top:24%;
    }
    .tit-72{
      font-size: 34px;
    }
}
.about-list2 .time-container,.about-list2 .his-container .time,.about-list1 .leftbox .tabul .tit5,.about-list4 .contentbox .ulbox .tit,.news-info1 .news-top .box,.pro-list13 .numbox .itembox,.pro-list12 .text .ul .num,.pro-list31 .text .leftbox .sp2,.pro-list27 .ul .li .numbox,.pro-list1 .ul .titbox .tit3{
    font-family:"Mon-r",Arial;
}
.storebtn{
  cursor:pointer;
}
.storebtn:hover .storelist{
  opacity:1;
  visibility:visible;
}
.storelist{
  position: absolute;
  width:120px;
  background:#fff;
  top:58px;
  border-radius:5px;
  padding:10px 0;
  box-shadow:0 0 10px 0 rgba(0,0,0,.1);
  opacity:0;
  visibility:hidden;
  transition: all .6s;
}
.storelist a{
  display:block;
  line-height:1.4;
  padding:10px 0;
  text-align:center;
  transition: all .6s;
}
.storelist a:hover{
  color:#f75802;
}
.backtop{
    position:fixed;
    width:1.25rem;
    height:1.25rem;
    background:#ff5900;
    right:3%;
    bottom:10vh;
    z-index:8;
    border-radius:50%;
    cursor:pointer;
}
.backtop .icon{
    width:.5rem;
    height:.5rem;
    fill:#fff;
}
.core .jarallax .jarallax-txt .t2 span{
    color:#ff630f;
}
.power .list-03 .ul .li.cur{
    background-color: #ff5e08 !important;
}
.about-list5 .contentbox .li.cur {
  background: #ff5900;
  transform: scale(1.15);
  z-index: 5;
}
.about-list5 .contentbox .li.cur:before {
  opacity: 0;
}
.about-list5 .contentbox .li.cur .tit5 {
  opacity: .8;
}
.about-list5 .contentbox .li.cur .line {
  opacity: 0;
  transition: all .6s 0s;
}
.pro-list4 .tit2,.pro-list5 .tit2{
    font-weight:bold;
}
.power .list-02 .canva .box1:nth-child(1) .line1::after{
    animation-delay:.3s;
}
.power .list-02 .canva .box1:nth-child(2) .line1::after{
    animation-delay:.5s;
}
.power .list-02 .canva .box1:nth-child(3) .line1::after{
    animation-delay:.7s;
}
.controls .list-03 .box .bottom .con-2 p{
    line-height:1.4 !important;
}
.power .list-02 .canva .box1:nth-child(1) .line2{
    animation-delay:.3s;
}
.power .list-02 .canva .box1:nth-child(2) .line2{
    animation-delay:.5s;
}
.power .list-02 .canva .box1:nth-child(3) .line2{
    animation-delay:.7s;
}
.ilist2 .pro-container .text .tit4 span{
  color:#ff5900;
}
@media (max-width: 1024px) {
  .probanner,.probanner .slide-inner{
    height:calc(100vh - 60px);
  }
  .search-list2{
    padding:0;
  }
  .footer .rightbox .wxbox{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .pro-list5 .tablebox .table{
    padding-bottom:10px;
  }
  
    .pro-list5 .tablebox .table{
        overflow-x: auto;
    }
    .pro-list5 .contentbox .item{
        margin: 0 1rem;
    }



}
.warp-pro .itabbox .zhrefbtn img{
  margin-right:.25rem;
}
.warp-pro .itabbox .zhrefbtn{
  transition: all .6s;
}
.warp-pro .itabbox .zhrefbtn:hover{
  color:#ff5900;
}

.n-hotproducts{
    padding:calc(106px + 2.25rem) 2.5rem 5rem;
    position: relative;
    z-index:1;
}
.n-hotproducts .tit2{
    margin-bottom:1.5rem;
}
.n-hotproducts .li{
    width:100%;
    border-radius:.25rem;
    border:.2rem solid transparent;
    padding:1rem 1rem 1rem 2rem;
    background:#f5f5f5;
    margin-bottom:.55rem;
    overflow: hidden;
    transition: all .6s;
}
.n-hotproducts .li .icon{
    width:2.8rem;
    height:2.8rem;
    font-family:"Mon-r",Arial;
}
.n-hotproducts .li .icon img{
    max-height:100%;
}
.n-hotproducts .li .titbox{
    width:calc(100% - 2.8rem - 1.25rem - 7.5rem);
    margin-left:1.25rem;
    transition: all .6s;
}
.n-hotproducts .li .titbox img{
    margin-bottom:.5rem;
    filter:brightness(0);
    height:1.2rem;
    transition: all .6s;
}
.n-hotproducts .li .porimg{
    width:7.5rem;
}
.n-hotproducts .li:hover .titbox{
    color:#f75802;
}
.n-hotproducts .li:hover .titbox img{
    filter:brightness(100%)
}
.n-hotproducts .li:hover{
  border:.2rem solid #ffb993;
}
@media (max-width: 1024px) {
    .n-hotproducts{
        padding: 2rem 6% 3rem;
    }
    .n-hotproducts .li{
        padding: 1rem 1rem 1rem 1rem;
    }
    .n-hotproducts .li .porimg{
        width: 5.5rem;
        margin-left:2rem;
    }
}
@media (max-width: 767px) {
    .pro-list5 .contentbox .item {
        margin: 0 0.5rem;
    }
    .pro-list5 .contentbox .item .proimg{
        height: 3.5rem;
    width: 3rem;
    }
    .probanner2 .textbox,.probanner .textbox{
        top:2rem;
    }
    .pro-list45,.pro-list44,.pro-list43,.pro-list42,.pro-list41,.pro-list40,.pro-list39{
        overflow: hidden;
    }
    .n-hotproducts .li .titbox{
        width: calc(100% - 2.8rem - 1.25rem);
    }
    .n-hotproducts .li .porimg{
        width:80%;
        margin:1rem auto 0;
    }
    .n-hotproducts .tit2{
        margin-bottom:1rem;
    }
    .ilist2 .itabbox{
        left: 0.5rem  !important;
        top: 0.5rem !important;
    }
    .warp-pro .itabbox .zhrefbtn img{
        width:.7rem;
        height:.7rem;
    }
}
.pro-list12 .text .tit2 span{
  color:#ff4200;
}
.pro-list11 .tit2 span{
  color:#ff4200;
}
.pro-list10 .text .tit2 span,.pro-list9 .tit2 span,.pro-list8 .tit2 span,.pro-list7 .tit2 span,.pro-list3 .tit2 span,.probanner .textbox .tit4 span,.pro-list12 .text .tit2 span,.pro-list11 .tit2 span,.pro-list13 .tit2 span,.pro-list1 .tit2 span,.probanner .textbox .tit4 span{
  color:#ff4200;
}

@media (max-width: 767px) {
  .pro-list3 .img-container .img{
    height: 11.25rem;
  }
  .pro-list16{
    height:30rem;
  }
  .pro-list26{
    height:30rem;
  }
  .pro-list26 .text{
    bottom: 8%;
  }
  .pro-list25{
    height:28rem;
  }
  .pro-list22{
    height:28rem;
  }
  .pro-list6{
    height:28rem;
  }
  .pro-list23{
    height:30rem;
  }
  .pro-list23 .text .tit2{
    margin-bottom:.5rem;
  }
  .pro-list32{
    height:28rem;
  }
  .ilist2 .pro-container .text{
    bottom:1.7rem;
  }
  .pro-list33{
    height:30rem;
  }
  .pro-list35{
    height: 28rem;
  }
  .pro-list36{
    height: 28rem;
  }
  .pro-list32-1{
    height:28rem;
  }
  .pro-list13{
    height:28rem;
  }
  .pro-list13 .warpbox{
    bottom: 16rem;
  }
  .pro-list14{
    height:28rem;
  }
  .pro-list18{
    height:28rem;
  }
  .pro-list1, .pro-list1 .bg{
    height:28rem;
  }
  .pro-list41{
    height:28rem;
  }
}

@media (max-width:550px) and (min-width: 380px) {
  .pro-list3 .img-container .img{
    height: 11.25rem;
  }
  .pro-list16{
    height:32rem;
  }
  .pro-list26{
    height:32rem;
  }
  .pro-list26 .text{
    bottom: 8%;
  }
  .pro-list25{
    height:28rem;
  }
  .pro-list22{
    height:32rem;
  }
  .pro-list6{
    height:32rem;
  }
  .pro-list23{
    height:32rem;
  }
  .pro-list23 .text .tit2{
    margin-bottom:.5rem;
  }
  .pro-list32{
    height:32rem;
  }
  .ilist2 .pro-container .text{
    bottom:1.7rem;
  }
  .pro-list29{
    height:32rem;
  }
  .pro-list28{
    height:30rem;
  }
  .pro-list27{
    height:30rem;
  }
  .pro-list33{
    height:32rem;
  }
  .pro-list34{
    height:32rem;
  }
  .pro-list35{
    height: 32rem;
  }
  .pro-list36{
    height: 32rem;
  }
  .pro-list32-1{
    height:32rem;
  }
  .pro-list12{
    height:32rem;
  }
  .pro-list10{
    height:32rem;
  }
  .pro-list13{
    height:30rem;
  }
  .pro-list13 .warpbox{
    bottom: 18rem;
  }
  .pro-list14{
    height:32rem;
  }
  .pro-list17{
    height:32rem;
  }
  .pro-list18{
    height:32rem;
  }
  .pro-list1, .pro-list1 .bg{
    height:32rem;
  }
  .pro-list41{
    height:32rem;
  }
}
/*# sourceMappingURL=boc_reset.css.map */


<!--0.00023412704467773-->