/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  user-select: text;
  /*font-family:Microsoft YaHei,sans-serif;*/
  font-family: "\5FAE\8F6F\96C5\9ED1";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container {
  overflow: hidden;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

.adcd {
  display: flex
}

/**
 * Swiper 4.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

@charset 'UTF-8';

.pg-common {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 4px;
  border-radius: 3px;
  text-decoration: none;
}

.pg-on {
  background-color: #ccc;
  color: #fff;
}

.pg-jumpNum {
  border: 1xp solid #ccc;
  width: 40px;
  outline: none;
  padding: 2px 0 2px 4px;
  margin: 0 6px;
}

.pg-jumpBtn {
  display: inline-block;
  padding: 4px 10px;
  margin-left: 4px;
  cursor: pointer;
  border: none;
  background-color: green;
  border-radius: 2px;
  color: #fff;
}

.footer {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6.4px 0;
  padding: 0.4rem 0;
}

.footer .c-f-box {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  left: 50px;
  paddiing-left: 2%;
}

.footer .c-f-box .c-f-l {
  padding: 8px 0;
  padding: 0.5rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-l .c-f-top-span {
  width: 190px;
  height: 48px;
  background: #ff7624;
  line-height: 48px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 15%;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-l .c-f-top-span .love-cases {
  width: 505px;
  height: 295px;
  background: #fff;
  position: absolute;
  top: -315px;
  padding: 0 15%;
  -webkit-box-shadow: #a9a9ab 1px 2px 14px -2px;
  box-shadow: #a9a9ab 1px 2px 14px -2px;
  display: none;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-l .c-f-top-span .love-cases::before {
  content: '';
  position: absolute;
  bottom: -2.9%;
  left: 17%;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-l .c-f-top-span .love-cases .love-case-h {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-l .c-f-top-span .love-cases .love-cases-under {
  width: 50px;
  height: 2px;
  background: #ff7624;
  margin-top: -1%;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-l .c-f-top-span .love-cases .love-cases-span {
  color: #000;
  margin-left: -23%;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-l .c-f-top-span .love-cases .love-case-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-l .c-f-top-span .love-cases .love-case-code .love-case-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-l .c-f-top-span .love-cases .love-case-code .love-case-pic .l-c-p-span {
  color: #000;
  font-size: 16px;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-l .c-f-top-span .love-cases .love-case-code .love-case-right::before {
  content: '';
  width: 1px;
  height: 80%;
  background: #ccc;
  position: absolute;
  top: 2%;
  right: -25%;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-l .c-f-top-span:hover .love-cases {
  display: block;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 9%;
  margin-top: -2%;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-r .c-f-contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-r .c-f-contant .c-f-line {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-r .c-f-contant .c-f-line .c-f-span {
  color: #ff7624;
  font-size: 20px;
  width: 150px;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-top-r .c-f-contant .c-f-pic {
  margin-right: 5%;
}

.footer .c-f-box .c-f-l .c-f-dire .c-f-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
}

.footer .c-f-box .c-f-l .c-f-mask {
  position: absolute;
  height: 170px;
  width: 1px;
  background: #ff7624;
  left: 41%;
}

.footer .c-f-box .c-f-l .c-f-item {
  float: left;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
}

.footer .c-f-box .c-f-l .c-f-item>a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.footer .c-f-box .c-f-l .c-f-item>a+a {
  margin-top: 4.8px;
  margin-top: 0.3rem;
}

.footer .c-f-box .c-f-l .c-f-item .c-f-i-tit {
  font-size: 18px;
}

.footer .c-f-box .c-f-l .c-f-item .c-f-hr {
  width: 45px;
  height: 2px;
  background: #fff;
}

.footer .c-f-box .c-f-l .c-f-item .c-f-i-txt {
  font-size: 14px;
  color: #a6a6a6;
}

.footer .c-f-box .c-f-l .c-f-ewm {
  width: 312px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 11.52px;
  padding: 0 0 0 0.72rem;
}

.footer .c-f-box .c-f-l .c-f-ewm .c-f-ewm-code {
  width: 28.8px;
  width: 1.8rem;
  height: 28.8px;
  height: 1.8rem;
}

.footer .c-f-box .c-f-l .c-f-ewm .c-f-w-txt {
  color: #fff;
  width: 38.4px;
  width: 2.4rem;
  text-align: center;
  padding: 3.2px 0;
  padding: 0.2rem 0;
  font-size: 14px;
  margin-top: -9%;
  margin-left: -12%;
}

.footer .c-f-box .c-f-l .c-f-ewm .c-f-inline {
  border-bottom: 1px solid #fff;
  margin-bottom: 8%;
  width: 45%;
}

.footer .c-f-box .c-f-l .c-f-ewm .phonehotline {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .c-f-box .c-f-l .c-f-ewm .phonehotline .iphone-txt {
  margin-left: -13%;
}

.footer .c-f-box .c-f-l .c-f-ewm .phonehotline .iphone-txt p {
  margin: 0;
}

.footer .c-f-box .c-f-partner {
  width: 100%;
  display: block;
  margin: 9.6px 0 8px;
  margin: 0.6rem 0 0.5rem;
}

.footer .c-f-box .c-f-copy {
  color: #fff;
  font-size: 10px;
  margin-top: 3%;
}

@media (min-width: 1931px) {
  .footer .c-f-box .c-f-copy {
    font-size: 19px;
  }
}

@media (min-width: 1610px) and (max-width: 1930px) {
  .footer .c-f-box .c-f-copy {
    font-size: 14px;
  }
}

@media (min-width: 1450px) and (max-width: 1609px) {
  .footer .c-f-box .c-f-copy {
    font-size: 12px;
    font-size: 12px;
  }
}

@media (min-width: 1376px) and (max-width: 1449px) {
  .footer .c-f-box .c-f-copy {
    font-size: 11px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1375px) {
  .footer .c-f-box .c-f-copy {
    font-size: 10px;
    font-size: 12px;
  }
}

.footer .c-f-box .c-f-copy .friendshiplinks {
  list-style: none;
  margin-left: -3%;
}

.footer .c-f-box .c-f-copy .friendshiplinks li {
  float: left;
  margin-right: 3%;
}

.footer .c-f-box .c-f-copy .friendshiplinks li a {
  text-decoration: none;
  color: #fff;
}

.header {
  width: 100%;
  height: 21.92px;
  height: 1.37rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #eee;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header .header-top {
  height: 7.52px;
  height: 0.47rem;
  font-size: 10px;
  background: #bfbfbf;
  color: #4c4c4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1931px) {
  .header .header-top {
    font-size: 19px;
  }
}

@media (min-width: 1610px) and (max-width: 1930px) {
  .header .header-top {
    font-size: 14px;
  }
}

@media (min-width: 1450px) and (max-width: 1609px) {
  .header .header-top {
    font-size: 12px;
    font-size: 12px;
  }
}

@media (min-width: 1376px) and (max-width: 1449px) {
  .header .header-top {
    font-size: 11px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1375px) {
  .header .header-top {
    font-size: 10px;
    font-size: 12px;
  }
}

.header .header-top>div {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .header-top>div>div {
  color: #4c4c4c;
  text-decoration: none;
  cursor: pointer;
}

.header .header-top>div>div:hover {
  color: #f00;
}

.header .header-top a {
  color: #4c4c4c;
  text-decoration: none;
}

.header .header-top a:hover {
  color: #f00;
}

.header .header-top span {
  margin: 0 1.6px;
  margin: 0 0.1rem;
}

.header .h-centerbox {
  width: 192px;
  width: 12rem;
  min-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.2px;
  padding: 0 0.2rem;
  height: 14.4px;
  height: 0.9rem;
  margin: 0 auto;
  position: relative;
}

.header .h-centerbox .logo {
  width: 51.52px;
  width: 3.22rem;
  height: 14.4px;
  height: 0.9rem;
  margin-top: -5px;
  display: block;
  background: url(../images/logo.57097384.png) center center/100% no-repeat;
  float: left;
}

.header .h-centerbox .h-nav {
  height: 100%;
  width: auto;
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

.header .h-centerbox .h-nav .h-navItem {
  height: 14.4px;
  height: 0.9rem;
  line-height: 14.4px;
  line-height: 0.9rem;
  font-size: 14px;
  float: left;
  position: relative;
  cursor: pointer;
  color: #4c4c4c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 1599px) {
  .header .h-centerbox .h-nav .h-navItem {
    font-size: 16px;
  }
}

.header .h-centerbox .h-nav .h-navItem+.h-navItem {
  margin-left: 12.8px;
  margin-left: 0.8rem;
}

.header .h-centerbox .h-nav .h-navItem>a {
  display: block;
  text-decoration: none;
  color: #4c4c4c;
}

.header .h-centerbox .h-nav .h-navItem:after {
  content: '';
  width: 90%;
  height: 1px;
  background: #ec6d2a;
  position: absolute;
  left: 5%;
  bottom: 30%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.header .h-centerbox .h-nav .h-navItem:hover {
  color: #ec6d2a;
}

.header .h-centerbox .h-nav .h-navItem:hover>a {
  color: #ec6d2a;
}

.header .h-centerbox .h-nav .h-navItem:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.header .h-centerbox .h-nav .navActive>a {
  color: #ec6d2a;
}

.header .h-centerbox .h-nav .navActive:after {
  content: '';
  width: 90%;
  height: 1px;
  background: #ec6d2a;
  position: absolute;
  left: 5%;
  bottom: 30%;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header .h-hover-list {
  position: absolute;
  top: 100%;
  top: calc(100% + 2px);
  left: 0;
  width: 1200px;
  height: 385px;
  background: #eee;
  z-index: 11;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.header .h-hover-list .h-hover-item {
  width: 298.5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header .h-hover-list .h-hover-item:hover .h-hover-mc {
  opacity: 1;
}

.header .h-hover-list .h-hover-item .h-item-img {
  width: 70%;
}

.header .h-hover-list .h-hover-item .h-item-img>img {
  width: 100%;
}

.header .h-hover-list .h-hover-item .h-item-text {
  font-size: 24px;
}

.header .h-hover-list .h-hover-item+.h-hover-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(183, 183, 183, .2)), color-stop(#b7b7b7), color-stop(95%, rgba(183, 183, 183, .2)));
  background: linear-gradient(to top, rgba(183, 183, 183, .2) 5%, #b7b7b7, rgba(183, 183, 183, .2) 95%);
}

.header .h-hover-list .h-hover-item .h-hover-mc {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  background: rgba(0, 0, 0, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.header .h-hover-list .h-hover-item .h-hover-mc .mc-tit {
  font-size: 24px;
  color: #fff;
}

.header .h-hover-list .h-hover-item .h-hover-mc .mc-tit>span {
  color: #ec6d2a;
}

.header .h-hover-list .h-hover-item .h-hover-mc .mc-cont {
  font-size: 16px;
  color: rgba(255, 255, 255, .9);
  margin: 20px 0;
  line-height: 1.7;
}

.header .h-hover-list .h-hover-item .h-hover-mc .mc-detail {
  color: #ec6d2a;
  font-size: 16px;
  padding: 8px 0;
  text-align: center;
  width: 110px;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}

.header .h-hover-list .h-hover-item .h-hover-mc .mc-detail:hover {
  background: #ec6d2a;
  color: #fff;
  border: 1px solid #ec6d2a;
}

.I-input {
  position: fixed;
  left: 112px;
  left: 7rem;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  display: none;
}

.I-int-info {
  width: 90.08px;
  width: 5.63rem;
  min-height: 64.319px;
  min-height: 4.02rem;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  top: 3.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4.8px 6.4px;
  padding: 0.3rem 0.4rem;
  background: #fff;
  display: none;
  /*overflow: hidden;*/
}

.I-int-info>input {
  display: block;
  width: 100%;
  height: 11.68px;
  height: 0.73rem;
  line-height: 11.68px;
  line-height: 0.73rem;
  font-size: 14px;
  color: #4c4c4c;
  text-align: left;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  background: none;
}

.I-int-info>div.u-free {
  width: 35.84px;
  width: 2.24rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 10px;
  background: #ff9a40;
  text-align: center;
  color: #fff;
  font-size: 3.84px;
  font-size: 0.24rem;
  border: none;
  margin: 4.8px auto 0;
  margin: 0.3rem auto 0;
  line-height: 8px;
  line-height: 0.5rem;
  cursor: pointer;
}

.I-input .u-close {
  position: absolute;
  right: 2.4px;
  right: 0.15rem;
  top: 2.4px;
  top: 0.15rem;
  width: 6.4px;
  width: 0.4rem;
  height: 6.4px;
  height: 0.4rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAgVBMVEUAAABmZma9vb21tbW9vb1iYmJra2u9vb3AwMCysrJxcXF2dnazs7Nubm7AwMDAwMCEhISNjY28vLyYmJinp6eJiYmcnJyfn5+3t7e4uLh5eXm0tLS3t7daWlq7u7u5ubmTk5OkpKS1tbWurq5BQUFNTU1QUFBTU1NDQ0NYWFhKSkrs4PJsAAAAJHRSTlMA/SBiJv78Fwh6+vlv+wwS8Ocw1qzszcZXRfdqT/4tPN+2ZI2FUiihAAACM0lEQVRo3r3ay07DMBBGYTdNSGmh5d4LUEox6eX9H5CoqvRLtZjBOhZnl9Wn8SILj8NFVSjYOpi1V5NRMWvebW0rRmnUirEb2lYx7SVGS6t666RNy1iWVg3iubE0aElLLWnckmZb0rglLbWkcUuaYVHtMSpphiUNW9JkpdqMWakmK+12xi1psgwNWtJkUU2WpdWyuLaJ0dQ0GNfuo9X3TXC1tqDlaldtMStDw1amxq2+2tW4BTRg+VplWs+ulaUNKmQBDVhU8y2gAStLQxbX7jKsXK3OtoDW1MACWoaFNd+6DgpoGRbXMiyurbMsrnFLrR2NWGl1E524pR4aYjGNW1zjljRmcY1bXJNFNGBBjVtck8U1YEGNW1w7ysIasIAGLHa/ocYlrXl0Wo1KWkADFtW4JY1bTCtvafvALKCBe2yqcYtrspDGLa5xS9r0HyywfdB/HmrcOjb2SRa1burGm41bunPI0Jj1GoKvzQpavVZk+7DxrHNVAe3etTI0bAENWETzre7CAlsj3xr++kTA2D5wS7Wehi2uPbsW0IBFNN/ayaKaby1CIFpFrFS7jVaDClhpsz9rd77FtRyLazkW13zrLSio1WHZ0blUOza1pxCGHZ1LTS3tMwRplsW1fW9Jsyyu7fszlGZYSJNlaQdZQJNlaYdlJiJtYljSkKVGE9uSJotrsgxNFtZkpZosrsmytHdZVJOVaruT9UElabLSFjtZWFslVqLJ4lpvmW2XoVxfF98/TDvP7eaWEoYAAAAASUVORK5CYII=) center center/100% no-repeat;
  cursor: pointer;
}

.I-input .free-z-m {
  width: 440px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 56px;
  top: 3.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4.8px 6.4px;
  padding: 0.3rem 0.4rem;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  font-size: 65.8333px;
}

.I-input .free-z-m>input {
  display: block;
  width: 100%;
  line-height: 11.68px;
  line-height: 0.73rem;
  font-size: 14px;
  color: #4c4c4c;
  text-align: left;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  background: none;
}

.u-sure {
  width: 19.84px;
  width: 1.24rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 10px;
  background: #ff9a40;
  text-align: center;
  color: #fff;
  font-size: 3.84px;
  font-size: 0.24rem;
  border: none;
  margin: 4.8px auto 0;
  margin: 0.3rem auto 0;
  line-height: 8px;
  line-height: 0.5rem;
  cursor: pointer;
}

.clear {
  clear: both;
}

.case-more {
  padding: 20px;
  color: #3d3d3d;
  font-size: 24px;
  letter-spacing: 2px;
  float: right;
  text-decoration: none;
}

.case-more:hover {
  color: #ec6d2a;
  text-decoration: none;
}

.c-title {
  width: 100%;
}

.c-title .c-tit-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-title .c-tit-box .c-tit-hr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(183, 183, 183, .2)), color-stop(#b7b7b7), to(rgba(183, 183, 183, .2)));
  background: linear-gradient(to right, rgba(183, 183, 183, .2), #b7b7b7, rgba(183, 183, 183, .2));
}

.c-title .c-tit-box .c-tit-txt {
  color: #3d3d3d;
  padding: 0 30px;
  font-size: 40px;
}

.c-title .c-tit-en {
  font-size: 18px;
  letter-spacing: 2px;
  color: #3d3d3d;
  text-align: center;
  padding: 5px 0;
}

.container {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

.container .header2 iframe html,
.container .header2 iframe body {
  margin: 0;
  padding: 0;
}

.container .header {
  position: relative;
  z-index: 10;
}

.container .header-top {
  font-size: 10px;
  color: #4c4c4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5%;
  position: relative;
  z-index: 99;
}

.container .header-top div {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container .header-top div a {
  margin: 0 0.5%;
  color: #fff;
  text-decoration: none;
}

.container .header-top div span {
  margin: 0 0.5%;
  color: #fff;
}

.container .header-content {
  width: 192px;
  width: 12rem;
  min-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.2px;
  padding: 0 0.2rem;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.container .header-content .header-nav {
  height: 100%;
  width: 72%;
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
  margin-right: -16%;
}

.container .header-content .header-nav .header-nav-li {
  float: left;
  cursor: pointer;
  color: #4c4c4c;
  height: 100%;
  font-size: 16px;
  line-height: 16px;
  line-height: 1rem;
  color: #fff;
}

.container .header-content .header-nav .header-nav-li a {
  color: #fff;
  text-decoration: none;
}

.container .header-content .header-nav .header-nav-li a:hover {
  color: #eb6622;
}

.container .header-content .header-nav .header-nav-li:last-child {
  position: relative;
}

.container .header-content .header-nav .header-nav-li:last-child .dropdownmenu {
  width: 150%;
  list-style: none;
  position: absolute;
  top: 40%;
  left: -60%;
  display: none;
}

.container .header-content .header-nav .header-nav-li:last-child .dropdownmenu li {
  height: 27px;
}

.container .c-banner {
  width: 100%;
  background: #fff;
  position: relative;
  height: 440px;
  margin-top: 60px;
}

.container .c-banner .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -5%;
  z-index: 100;
}

.container .c-banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.container .c-banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #eee;
}

.container .c-banner .swiper-container .swiper-slide .swiper-s-m {
  width: 100%;
  height: 135px;
  background: #061370;
  opacity: 0.5;
  position: absolute;
  margin: 0 auto;
}

.container .c-banner .swiper-container .swiper-slide .c-b-h1 {
  color: #fff;
  letter-spacing: 4px;
  font-size: 49px;
  text-align: center;
  font-weight: 300;
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  left: 0;
  margin: 0 auto;
}

.container .c-banner .swiper-container .swiper-slide .c-b-p {
  font-size: 16px;
  width: 38%;
  position: absolute;
  top: 37%;
  left: 0;
  text-align: center;
  margin: 0 auto;
  margin-left: 31%;
  color: #fff;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  line-height: 26px;
}

.container .c-banner .swiper-container .swiper-slide .banner-icon {
  position: absolute;
  top: 60%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.container .c-banner .swiper-container .swiper-slide .free-application {
  position: absolute;
  bottom: 16%;
  left: 0;
  z-index: 666;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  /* margin: 0 auto; */
  margin-left: 45%;
  border: 1px solid #fff;
  padding: 6px 30px;
  border-radius: 8px;
}

.container .content {
  width: 100%;
  margin-top: -36px;
  position: relative;
  z-index: 55;
}

.container .content .content-header-first {
  width: 100%;
  height: 100px;
  background-color: #fff;
  -webkit-box-shadow: #a9a9a9 2px 2px 30px 1px;
  box-shadow: #a9a9a9 2px 2px 30px 1px;
}

.container .content .content-header-first .content-header-first-header {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 auto;
}

.container .content .content-header-first .content-header-first-header .content-header-first-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22%;
  height: 100%;
  font-size: 14px;
}

.container .content .content-header-first .content-header-first-header .content-header-first-header-info:nth-of-type(3) {
  width: 29%;
}

.container .content .content-header-first .content-header-first-header .content-header-first-header-info:nth-of-type(3) .content-header-first-header-info-content:before {
  left: 118% !important;
}

.container .content .content-header-first .content-header-first-header .content-header-first-header-info:nth-of-type(4) {
  width: 27%;
}

.container .content .content-header-first .content-header-first-header .content-header-first-header-info-imgs {
  margin-right: 8%;
}

.container .content .content-header-first .content-header-first-header .content-header-first-header-info-content {
  position: relative;
}

.container .content .content-header-first .content-header-first-header .content-header-first-header-info-content:before {
  content: '';
  border-right: 1px solid #ccc;
  position: absolute;
  top: 15px;
  left: 129%;
  display: inline-block;
  height: 72px;
}

.container .content .content-header-first .content-header-first-header .borderTransparent:before {
  border-right: 1px solid transparent;
}

.container .content .content-header-first .content-header-first-header h3 {
  margin-bottom: -7%;
  color: #666;
}

.container .content .content-header-first .content-header-first-header p {
  color: #999;
}

.container .content .ben-case {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 11.2px;
  margin-top: 0.7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container .content .ben-case .case-one {
  width: 263px;
  height: 404px;
  position: relative;
  margin: 1%;
  background: #fff;
  -webkit-box-shadow: #a9a9ab 1px 2px 14px -2px;
  box-shadow: #a9a9ab 1px 2px 14px -2px;
}

.container .content .ben-case .case-one .case-pic {
  height: 250px;
  /* background: url(../images/benchmark-back03.4889cc50.jpg) no-repeat center; */
  background-size: cover;
}

.container .content .ben-case .case-one .acticle-txt {
  position: absolute;
  bottom: -3px;
  left: 3.2px;
  left: 0.2rem;
  height: 150px;
}

.container .content .ben-case .case-one .acticle-txt h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #4c4c4c;
  height: 48px;
  line-height: 1.2;
}

.container .content .ben-case .case-one .acticle-txt p {
  font-size: 12px;
  color: #6d6d6d;
  /* margin-top: 15px; */
}

.container .content .ben-case .case-one .acticle-txt .underline {
  width: 11.2px;
  width: 0.7rem;
  border-bottom: 1px solid #ff7624;
  margin-top: 18px;
}

.container .content .news-center-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5%;
}

.container .content .news-center-bottom .M-box11 {
  font-size: 14px;
}

.container .content .news-center-bottom .M-box11 .pg-on {
  background: #ff7624 !important;
}

.container .content .news-center-bottom .M-box11 .pg-jumpBtn {
  background: #ff7624;
}

.fixed-input {
  position: fixed;
  bottom: 0;
  z-index: 99;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(0, 0, 0, .7);
}

.fixed-input .box-center {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}

.fixed-input .box-center .box-btn {
  padding: 8px 30px;
  background: #ec6d2a;
  color: #fff;
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 4px;
}

.fixed-input .box-center .box-inpt {
  margin-right: 10px;
  margin-left: 30px;
}

.fixed-input .box-center .box-inpt input {
  background: #fff;
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fixed-input .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url(data:image/png;base64,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) 0 0/100% no-repeat;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3%;
  font-size: 14px;
}

.page-s {
  width: 36px;
  height: 28px;
  border: 1px solid #e2e2e2;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  color: #666;
}

.page-color {
  background-color: #ff7323;
  color: #fff;
}