blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
}

caption,
td,
th {
  font-size: 14px;
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  border: none;
  display: block;
}

li,
ol,
ul {
  list-style: none;
}
li li,
ol li,
ul li {
  font-size: inherit;
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: "Microsoft YaHei";
  font-size: inherit;
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
}

textarea {
  resize: none;
}

body {
  line-height: 1.2;
  color: #333;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix > .l {
  float: left;
}
.clearfix > .r {
  float: right;
}

.label-style-1 input[type="radio"]:checked + label::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
}

.label-style-1 input[type="radio"]:checked + label::before {
  border-color: #999999;
}

.label-style-1 label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}
.label-style-1 label::before {
  content: " ";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #c6c6c6;
  border-radius: 50%;
}

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.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;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  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;
  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 {
  -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 {
  -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;
  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;
  -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: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 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: 0.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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.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(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.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-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.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: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  -webkit-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top, 0.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: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  -webkit-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 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 {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.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, 0.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, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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: 0.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;
}

@font-face {
  font-family: "fy1";
  src: url("../fonts/fy1.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bolck {
  from {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  to {
    opacity: 1;
    display: block;
    visibility: visible;
  }
}

@keyframes bolck {
  from {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  to {
    opacity: 1;
    display: block;
    visibility: visible;
  }
}

.fadeInUp,
.section-about-2.active .text-bootm {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

html {
  height: 100%;
}

body {
  height: 100%;
}
body.no-scroll {
  overflow-y: hidden !important;
}

.w {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1201px) {
  .w {
    width: 96%;
    margin: auto;
  }
}

.at-phone-show-flex {
  display: none !important;
}

.at-phone-show-block {
  display: none !important;
}

.at-phone-hide {
  display: block;
}

@media only screen and (max-width: 640px) {
  .at-phone-show-block {
    display: block !important;
  }
  .at-phone-show-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .at-phone-hide {
    display: none !important;
  }
}

#Header {
  background-color: #494649;
}
#Header .w {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #99a1aa;
  font-size: 12px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top__left,
.header-top__translate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top__left .mall {
  background: url("../images/header-1.png") left center no-repeat;
  padding-left: 24px;
}

.header-top__left .phone {
  background: url("../images/header-2.png") left center no-repeat;
  padding-left: 22px;
  margin-left: 17px;
}

.header-top__translate .en {
  background: url("../images/header-3.png") left center no-repeat;
  padding-left: 25px;
}
.header-top__translate .en:hover {
  text-decoration: underline;
}

.header-top__translate .zh {
  background: url("../images/header-4.png") left center no-repeat;
  padding-left: 29px;
  margin-left: 11px;
}
.header-top__translate .zh:hover {
  text-decoration: underline;
}

#Nav {
  background-color: #fff;
  height: 120px;
  color: #333333;
}
@media only screen and (max-width: 641px) {
  #Nav {
    height: 100px;
  }
}
@media only screen and (max-width: 415px) {
  #Nav {
    height: 64.74259px;
  }
}
@media only screen and (max-width: 376px) {
  #Nav {
    height: 58.65835px;
  }
}
@media only screen and (max-width: 768px) {
  #Nav .logo {
    width: 20%;
  }
}
@media only screen and (max-width: 641px) {
  #Nav .logo {
    margin: auto;
    height: 80%;
    width: auto;
  }
  #Nav .logo img {
    max-width: initial;
    height: 100%;
  }
}
#Nav .w {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 641px) {
  #Nav .w {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.nav-menu {
  position: relative;
  z-index: 6;
  font-size: 14px;
  width: 51.83333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.nav-menu .li-first-a {
  height: 53px;
  line-height: 53px;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-menu li {
  position: relative;
  line-height: 120px;
  text-align: center;
}
.nav-menu li.selected,
.nav-menu li:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1201px) {
  .nav-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: 5%;
  }
}
.nav-menu .hide-menu-inner {
  border-top: 3px solid #7cc8ae;
  padding-top: 17px;
  padding-bottom: 17px;
}
.nav-menu .hide-menu {
  width: 133px;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}
.nav-menu .hide-menu span {
  width: 80%;
  display: block;
  margin: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-menu .hide-menu a {
  position: relative;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 35px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-menu .hide-menu a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 0;
  background-color: #7cc8ae;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-menu .hide-menu a:hover {
  background-color: #dddddd;
}
.nav-menu .hide-menu a:hover::before {
  height: 24px;
}

.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  -ms-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

.cross .phone-header-nav {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.4);
}

.cross .phone-header-nav > .inner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cross .aside-bar {
  opacity: 1;
  visibility: visible;
}
.cross .aside-bar .aside-bar-inner {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.phone-header-menu {
  position: relative;
  z-index: 10;
}
.phone-header-menu .bar {
  position: relative;
  display: block;
  width: 32px;
  height: 3px;
  margin: 7px auto;
  background-color: #616060;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.aside-bar {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.aside-bar-inner {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: 55%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.aside-bar-inner .header-top__translate {
  margin-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 12%;
}
.aside-bar-inner .header-top__translate .zh {
  margin-top: 5px;
  margin-left: 0;
}
.aside-bar-inner .nav-menu {
  margin: auto;
  margin-top: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aside-bar-inner .nav-menu li {
  width: 100%;
  margin: auto;
  line-height: 50px;
}
.aside-bar-inner .nav-menu .hide-menu {
  width: 130%;
  position: relative;
}

#Banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 641px) {
  #Banner {
    height: 373.33333px;
  }
  #Banner img {
    max-width: initial;
  }
  #Banner .banner-inner,
  #Banner .swiper-container {
    height: 100%;
  }
  #Banner .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  #Banner img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 100%;
  }
}
@media only screen and (max-width: 415px) {
  #Banner {
    height: 241.5px;
  }
}
@media only screen and (max-width: 376px) {
  #Banner {
    height: 218.75px;
  }
}
@media only screen and (max-width: 321px) {
  #Banner {
    height: 186.66667px;
  }
}
#Banner .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #bfbdc0;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 15px;
  background-color: transparent;
}
#Banner .swiper-pagination-bullet-active {
  border: 1px solid #373437;
  background-color: #373437;
}
#Banner .swiper-pagination {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  height: 20px;
  background: #fff url("../images/index-swiper-pagination.png") center center
    no-repeat;
}
@media only screen and (max-width: 641px) {
  #Banner .swiper-pagination {
    display: none;
  }
}

.index-main {
  padding-bottom: 110px;
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 641px) {
  .index-main {
    padding-bottom: 40px;
  }
}

#Aside {
  background-color: #eaeaea;
  position: fixed;
  z-index: 11;
  right: 0;
  bottom: 25%;
  font-size: 12px;
  border: 1px solid #dddddd;
}
#Aside li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  color: #666666;
  background-color: #fff;
}
#Aside li:last-of-type {
  border-bottom: 0;
  cursor: pointer;
}
#Aside li:last-of-type:hover {
  background-color: #fff;
}
#Aside li:hover {
  background-color: #454246;
}
#Aside li:hover .out-show {
  opacity: 1;
  visibility: visible;
  left: -5px;
}
#Aside li img {
  margin: auto;
}
#Aside li.wechat .out-show {
  padding: 0;
}
#Aside .out-show {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(-100%, -1px, 0);
  transform: translate3d(-100%, -1px, 0);
  border: 1px solid #dddddd;
  background-color: #fff;
  white-space: nowrap;
  min-height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 12px;
}
#Aside .out-show img {
  max-width: inherit;
  width: 120px;
}
@media only screen and (max-width: 641px) {
  #Aside {
    display: none;
  }
}

.footer-inner {
  height: 485px;
  background: url("../images/footer-bg.jpg") top center no-repeat;
  background-size: cover;
  color: #908a8d;
}
.footer-inner .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  padding-left: 4.58333%;
  padding-right: 4.58333%;
}
@media only screen and (max-width: 768px) {
  .footer-inner {
    height: auto;
  }
  .footer-inner .w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
  }
  .footer-inner .footer-inner-contact {
    width: 98%;
  }
}

.footer-inner-contact .tit {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer-inner-contact .tit h2 {
  color: #d3d3d3;
  font-size: 18px;
  margin-bottom: 5px;
}

.footer-inner-contact .p {
  font-size: 14px;
  line-height: 35px;
}

.footer-inner-contact .share {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-inner-contact .share-list {
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  .footer-inner-contact .tit {
    margin-bottom: 10px;
  }
  .footer-inner-contact .p {
    line-height: 30px;
  }
  .footer-inner-contact .share {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-inner-form {
    width: 100%;
  }
}

.footer-inner-form input,
.footer-inner-form textarea {
  font-size: 14px;
  border-radius: 5px;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 17px;
  display: block;
  width: 475px;
  height: 42px;
  background-color: #363434;
  border: none;
  color: #a5a1a1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .footer-inner-form input,
  .footer-inner-form textarea {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-inner-form input:focus,
.footer-inner-form textarea:focus {
  background-color: #312e2e;
}

.footer-inner-form input[type="submit"] {
  font-size: 18px;
  background-color: #4c4a4b;
}
.footer-inner-form input[type="submit"]:hover {
  background-color: #2e2e2e;
  opacity: 0.9;
}

.footer-inner-form textarea {
  height: 160px;
  padding-top: 10px;
}

@media only screen and (max-width: 641px) {
  .footer-inner-form input,
  .footer-inner-form textarea {
    width: 100%;
  }
}

.company {
  line-height: 55px;
  background-color: #120f12;
  color: #a6a2a4;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .company {
    line-height: 30px;
    padding: 12px 0;
  }
}

.index-main-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -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;
  background: url("../images/index-main-tit.png") center center no-repeat;
  /* background: url("../images/index-tit-row.png") center center no-repeat; */
  height: 240px;
  text-align: center;
  margin-bottom: 72px;
}
.index-main-tit h2 {
  font-size: 44px;
  color: #161518;
  font-weight: bold;
}
.index-main-tit h3 {
  margin-top: 8px;
  font-size: 16px;
  color: #828282;
}
@media only screen and (max-width: 641px) {
  .index-main-tit {
    background: transparent;
    height: auto;
    margin-bottom: 25px;
  }
  .index-main-tit h2 {
    font-size: 25px;
  }
  .index-main-tit h3 {
    font-size: 14px;
  }
}

.index-main__porject {
  padding-top: 72px;
  padding-bottom: 148px;
}
@media only screen and (max-width: 641px) {
  .index-main__porject {
    padding-top: 5%;
    padding-bottom: 70px;
  }
}
.index-main__porject .index-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-main__porject .item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e2e0e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.16667%;
  padding-left: 17px;
  padding-right: 45px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .index-main__porject .item {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 641px) {
  .index-main__porject .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .index-main__porject .item .img {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .index-main__porject .item .img img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 90%;
  }
  .index-main__porject .item .text {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .index-main__porject .item .text h2 {
    margin-bottom: 10px;
  }
  .index-main__porject .item .text .p {
    font-size: 14px;
  }
}
.index-main__porject .item:hover {
  background-color: #f3f0f3;
  border-color: #f3f0f3;
}
.index-main__porject .text {
  flex: 0 0 60%;
  margin-top: 60px;
  margin-bottom: 42px;
  color: #000000;
}
.index-main__porject .text h2 {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 30px;
  /* height: 72px; */
  width: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
}
.index-main__porject .text h2::before {
  content: "";
  display: block;
  width: 71px;
  height: 2px;
  background-color: #b2adb3;
  margin-bottom: 12px;
}
.index-main__porject .text .p {
  height: 48px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 79%;
  margin-bottom: 12px;
  line-height: 24px;
}
.index-main__porject .more {
  width: 136px;
  border: 2px solid #646265;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.index-main__porject .more:hover {
  border-color: #15b293;
  color: #15b293;
}

.index-main__count {
  position: relative;
  z-index: 1;
  height: 497px;
  background: url("../images/index-count.jpg") center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 641px) {
  .index-main__count {
    height: 350px;
  }
}
@media only screen and (max-width: 415px) {
  .index-main__count {
    height: 300px;
  }
}
@media only screen and (max-width: 376px) {
  .index-main__count {
    height: 280px;
  }
}
@media only screen and (max-width: 321px) {
  .index-main__count {
    height: 250px;
  }
}
.index-main__count .pos-img-1 {
  position: absolute;
  right: 0;
  bottom: 79%;
  width: 25.78125%;
}
.index-main__count .pos-img-2 {
  position: absolute;
  left: 0;
  top: 78%;
  width: 24.11458%;
}
.index-main__count .w {
  height: 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;
}

.index-main__countInner {
  max-width: 100%;
  overflow: hidden;
  width: 1089px;
  height: 43.86318%;
  background: rgba(67, 66, 67, 0.72);
  color: #fff;
}
.index-main__countInner w {
  height: 100%;
}
.index-main__countInner ul {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.index-main__countInner ul li {
  border-right: 2px solid #565256;
  padding: 0 60px;
}
.index-main__countInner ul li:last-of-type {
  border: 0;
}
.index-main__countInner ul h5 {
  white-space: normal;
  font-size: 18px;
  color: #dddddd;
}
.index-main__countInner .count {
  font-size: 72px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .index-main__countInner .count {
    font-size: 50px;
  }
  .index-main__countInner ul li {
    padding: 0 5%;
  }
  .index-main__countInner ul h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 641px) {
  .index-main__countInner .count {
    font-size: 38px;
  }
  .index-main__countInner ul li {
    padding: 0 2%;
  }
  .index-main__countInner ul h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 376px) {
  .index-main__countInner .count {
    font-size: 32px;
  }
  .index-main__countInner ul li {
    padding-left: 1%;
    padding-right: 2%;
  }
  .index-main__countInner ul h5 {
    font-size: 13px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 321px) {
  .index-main__countInner .count {
    font-size: 25px;
  }
  .index-main__countInner ul h5 {
    font-size: 12px;
    margin-top: 5px;
  }
}

.index-main__prod {
  padding-top: 43px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 641px) {
  .index-main__prod {
    padding-bottom: 5%;
  }
}

.imp-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 641px) {
  .imp-content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.imp-content li {
  width: 210px;
}
.imp-content li:nth-of-type(2n + 1) {
  padding-bottom: 15px;
}
.imp-content li:nth-of-type(2n + 2) {
  padding-top: 15px;
}
.imp-content li:hover {
  position: relative;
  z-index: 2;
}
.imp-content li:hover .text {
  -webkit-box-shadow: 0 0 3px 1px #dedcdd;
  box-shadow: 0 0 3px 1px #dedcdd;
}
.imp-content li:hover .text h3 {
  font-size: 38px;
  font-weight: bold;
}
.imp-content li:hover img {
  -webkit-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.imp-content li img {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  max-width: inherit;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (max-width: 641px) {
  .imp-content li {
    width: 49%;
  }
  .imp-content li img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .imp-content li:nth-of-type(2n + 2) {
    padding-top: 0;
  }
  .imp-content li:nth-of-type(2n + 2) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .imp-content li .text {
    height: 60px;
    position: relative;
    z-index: 2;
  }
  .imp-content li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.imp-content .text {
  width: 84.7619%;
  margin: auto;
  height: 112px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.imp-content .text h3 {
  font-size: 12px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #bfbcbf;
}
.imp-content .text h4 {
  font-size: 16px;
  color: #959295;
  font-weight: bold;
}
.imp-content .text h4::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #959295;
  margin: auto;
  margin-top: 8px;
}

.index-main__safe {
  height: 303px;
  background: url("../images/index-4.jpg") top center no-repeat;
  background-size: cover;
}
.index-main__safe .w {
  height: 100%;
}
.index-main__safe ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #fff;
  text-align: center;
}
.index-main__safe li {
  width: 191px;
  height: 135px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("../images/index-5.png") center center no-repeat;
}
.index-main__safe li h3 {
  font-size: 24px;
  margin-bottom: 6px;
}
.index-main__safe li h3::after {
  content: "";
  display: block;
  margin: auto;
  width: 45px;
  height: 3px;
  background-color: #4ea084;
  margin-top: 15px;
}
.index-main__safe li h4 {
  color: #9f9c9b;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .index-main__safe ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 100% 100%;
    margin: 1%;
  }
}
@media only screen and (max-width: 641px) {
  .index-main__safe {
    height: auto;
    padding: 5% 0;
  }
  .index-main__safe ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index-main__safe ul li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 45%;
  }
}

.index-main__case {
  padding-top: 25px;
}

.imc-content .menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 38px;
}
.imc-content .menu-top a {
  width: 74px;
  font-size: 14px;
  line-height: 34px;
  margin: 0 18px;
  text-align: center;
  position: relative;
}
.imc-content .menu-top a.active {
  background-color: #1dbd9e;
  color: #fff;
}
.imc-content .menu-top a:last-of-type::after {
  content: "";
  display: none;
}
.imc-content .menu-top a::after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background-color: #767377;
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.imc-content .menu-btm {
  height: 478px;
  position: relative;
}
.imc-content .menu-btm-list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.imc-content .menu-btm-list.active {
  /* display: block; */
  visibility: visible;
  opacity: 1;
  -webkit-animation: bolck 1s;
  animation: bolck 1s;
}

.imc-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.imc-content li {
  width: 29.16667%;
}
.imc-content li:hover .index-more {
  background-color: #1dbd9e;
  color: #fff;
}
.imc-content li:hover .index-more::before {
  opacity: 0;
}
.imc-content li:hover .index-more .a {
  background-position: left -37px top 0;
}
.imc-content li:hover .img {
  color: #fff;
}
.imc-content li:hover .img-bg {
  opacity: 1;
}
.imc-content li .img {
  position: relative;
  color: #333;
  padding: 20px;
  height: 202px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.imc-content li .img-bg {
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 202px;
  position: absolute;
  z-index: -1;
  background: url("../images/index-6.jpg") center center no-repeat;
  background-size: cover;
}
.imc-content li .tit {
  font-size: 18px;
  margin-bottom: 12px;
}
.imc-content li .p {
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.imc-content .time {
  font-size: 18px;
  margin-bottom: 30px;
}
.imc-content .time span {
  color: #c3c3c3;
  font-size: 12px;
  margin-left: 5px;
}

.imc-content .index-more {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  color: #333333;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
}
.imc-content .index-more::before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 85.71429%;
  height: 3px;
  background-color: #e4e4e4;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 641px) {
  .imc-content .index-more::before {
    width: 94.11765%;
  }
}

.imc-content .a {
  width: 37px;
  height: 37px;
  background: url("../images/index-7.png") left top no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 641px) {
  .imc-content .menu-top {
    margin-bottom: 3%;
  }
  .imc-content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .imc-content ul li {
    width: 100%;
    padding: 10px;
  }
  .imc-content ul .img {
    padding: 10px;
    height: 175px;
  }
  .imc-content ul .more::before {
    width: 100%;
  }
}

.other-same-main {
  overflow: hidden;
  background-color: #f6f6f6;
  padding-top: 85px;
  padding-bottom: 115px;
}
.other-same-main .other-tit {
  text-align: center;
  color: #1a1717;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 15px;
  margin-bottom: 83px;
}
@media only screen and (max-width: 641px) {
  .other-same-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .other-same-main .other-tit {
    font-size: 28px;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
}

.news-main .other-same-main .tit {
  margin-bottom: 50px;
}

.contact-main-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1261px;
  height: 557px;
  margin: auto;
  background: url("../images/contact-1.jpg") top center no-repeat;
  padding-top: 71px;
  padding-left: 80px;
  padding-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-main-content .info-tit {
  height: 62px;
  background: url("../images/contact-3.png") top left no-repeat;
  font-size: 22px;
  letter-spacing: 4px;
  color: #fff;
  line-height: 54px;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contact-main-content .info {
    width: 85%!important;
    margin: auto;
  }
}
.contact-main-content .info {
  width: 340px;
  padding-top: 15px;
  /* margin: 0 auto; */
  /* padding-top: 0; */
}
.contact-main-content .info li {
  padding: 12.5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  line-height: 25px;
  padding-left: 50px;
  font-size: 14px;
  border-bottom: 1px dashed #efeeef;
}
.contact-main-content .info li:nth-of-type(1) {
  background: url("../images/contact-img-0.png") left center no-repeat;
}
.contact-main-content .info li:nth-of-type(2) {
  background: url("../images/contact-img-1.png") left center no-repeat;
}
.contact-main-content .info li:nth-of-type(3) {
  background: url("../images/contact-img-2.png") left center no-repeat;
}
.contact-main-content .info li:nth-of-type(4) {
  background: url("../images/contact-img-3.png") left center no-repeat;
}
.contact-main-content .info li:nth-of-type(5) {
  background: url("../images/contact-img-4.png") left center no-repeat;
}
.contact-main-content .info li:nth-of-type(2) {
  background-position: left 3 px center;
}
.contact-main-content .info li:nth-of-type(3) {
  background-position: left 2px center;
}
.contact-main-content .info li:nth-of-type(5) {
  background-position: left 7px center;
}
@media only screen and (max-width: 1230px) {
  .contact-main-content {
    height: auto;
    background: #fff;
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 641px) {
  .contact-main-content .addr {
    width: 96%;
    margin: auto;
  }
  .contact-main-content .info-tit {
    margin-bottom: 10px;
  }
}

.prod-main .section.section-prod {
  background: #f6f6f6 url("../images/prod-bg-1.png") right bottom no-repeat;
  padding-top: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.prod-main .section.section-prod .index-main-tit {
  margin-bottom: 50px;
}

.prod-main .section.section-someCompany {
  background: #fff url("../images/prod-bg-2.png") left bottom no-repeat;
  position: relative;
  padding-bottom: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.prod-main .section.section-someCompany::before {
  content: url("../images/prod-img-2.png");
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.prod-main .section.section-someCompany .w {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.prod-main .section.section-someCompany .tit {
  width: 325px;
}
.prod-main .section.section-someCompany .tit h2 {
  font-weight: bold;
  font-size: 44px;
  color: #161518;
  margin-bottom: 36px;
}
.prod-main .section.section-someCompany .tit h2::after {
  margin-top: 32px;
  content: "";
  width: 57px;
  height: 4px;
  display: block;
  background-color: #1dbd9e;
}
.prod-main .section.section-someCompany .tit .p {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 30px;
}
.prod-main .section.section-someCompany .img {
  width: 825px;
}
@media only screen and (max-width: 641px) {
  .prod-main .section.section-someCompany .w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .prod-main .section.section-someCompany .tit {
    width: auto;
    margin-top: 15%;
    margin-bottom: 10%;
  }
  .prod-main .section.section-someCompany .tit h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .prod-main .section.section-someCompany .tit h2::after {
    margin-top: 18px;
    content: "";
    width: 50px;
    height: 2px;
  }
  .prod-main .section.section-someCompany .img {
    width: auto;
  }
}

.prod-main .section.fp-auto-height {
  background: #15b293;
}

.other-headerAll,
.fp-auto-height {
  height: auto !important;
  padding: 0 !important;
}

.a-more-style-1 {
  margin-top: 8px;
  display: block;
  width: 122px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: 1px solid #b5b5b5;
  background: #fff;
  color: #b5b5b5;
}
.a-more-style-1::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1dbd9e;
  z-index: -1;
}
.a-more-style-1:hover {
  color: #fff;
  border: 1px solid #1dbd9e;
}
.a-more-style-1:hover::after {
  top: 0;
  height: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.prod-swiper {
  position: relative;
  max-width: 1120px;
  width: 100%;
}
.prod-swiper .swiper-container {
  padding-left: 10px;
  padding-right: 10px;
}
.prod-swiper .swiper-slide {
  width: 346px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 14px 0px #c1bbbb;
  box-shadow: 0px 5px 14px 0px #c1bbbb;
  font-size: 14px;
  line-height: 32px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.prod-swiper .swiper-slide:hover {
  -webkit-box-shadow: 0px 7px 18px 2px #b8b4b4;
  box-shadow: 0px 7px 18px 2px #b8b4b4;
}
.prod-swiper .swiper-slide img {
  width: 100%;
}
.prod-swiper .swiper-slide .text {
  padding: 20px;
}
.prod-swiper .swiper-slide .text h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod-swiper .swiper-slide .p {
  color: #8b8b8b;
  width: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 96px;
}
@media only screen and (max-width: 641px) {
  .prod-swiper .swiper-slide {
    width: 290px !important;
  }
}
.prod-swiper .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  background: url("../images/next-1.png") center center no-repeat;
  right: -10px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.prod-swiper .swiper-button-next:hover {
  background: url("../images/next-1_.png") center center no-repeat;
}
.prod-swiper .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 72px;
  height: 72px;
  background: url("../images/prev-1.png") center center no-repeat;
}
.prod-swiper .swiper-button-prev:hover {
  background: url("../images/prev-1_.png") center center no-repeat;
}
@media only screen and (max-width: 1280px) {
  .prod-swiper .swiper-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .prod-swiper .swiper-button-next,
  .prod-swiper .swiper-button-prev {
    display: none;
  }
}

#fp-nav ul li:first-of-type {
  display: none;
}

#fp-nav ul li a span {
  border: 1px solid #999;
  background-color: #999;
}

#fp-nav ul li a.active ~ .fp-tooltip {
  visibility: visible;
  opacity: 1;
}

#fp-nav ul li a.active span {
  background: #1dbd9e;
  background-clip: content-box;
  width: 9px;
  height: 9px;
  padding: 4px;
  border: 1px solid #1dbd9e;
}

#fp-nav ul li:hover a span {
  border: 1px solid #999;
  background-color: transparent;
}

#fp-nav ul li:hover a.active span {
  background: #1dbd9e;
  background-clip: content-box;
  width: 9px;
  height: 9px;
  padding: 4px;
  border: 1px solid #1dbd9e;
}

#fp-nav ul li .fp-tooltip {
  visibility: hidden;
  opacity: 0;
  top: -8px;
  right: 35px !important;
  text-indent: 1.5em;
  width: 101px !important;
  height: 35px;
  line-height: 35px;
  background: url("../images/fp-tooltip.png") top left no-repeat;
}

@media only screen and (max-width: 641px) {
  #fp-nav {
    display: none !important;
  }
}

.news-main .prod-swiper .text {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.news-main .prod-swiper .text h2,
.news-main .prod-swiper .text .p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.news-main-time {
  border-top: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #b5b5b5;
}
.news-main-time .inner-time {
  font-size: 13px;
}

.all-show-main {
  padding-top: 38px;
  padding-bottom: 29px;
  background-color: #f6f6f6;
}
.all-show-main .tit {
  font-size: 22px;
  color: #000000;
  text-align: center;
  margin-top: 60px;
}
.all-show-main .tit .time {
  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;
  color: #999999;
  font-size: 13px;
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.all-show-main .tit .time img {
  margin-right: 10px;
}
.all-show-main .text {
  margin-top: 20px;
  margin-bottom: 20px;
  text-indent: 2em;
  color: #86868d;
  line-height: 2;
}
.all-show-main .text img {
  margin: auto;
  max-height: 595px;
}
.all-show-main .w {
  overflow: hidden;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 28px;
}
@media only screen and (max-width: 641px) {
  .all-show-main {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .all-show-main .tit {
    margin-top: 9%;
    font-size: 20px;
  }
  .all-show-main .tit .time {
    margin-top: 5%;
  }
  .all-show-main .w {
    padding: 0 4%;
  }
}

.jump_page_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.jump_page_show .page {
  width: 60%;
}
.jump_page_show .page a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jump_page_show .return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jump_page_show a {
  display: block;
  font-size: 13px;
}
.jump_page_show a:hover {
  text-decoration: underline;
}

.section-case .imc-content li {
  width: 100%;
}
.section-case .imc-content li:hover .p {
  color: #fff;
}
.section-case .imc-content li .p {
  height: 60px;
}

@media only screen and (max-width: 641px) {
  #dowebok {
    height: auto !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .section {
    overflow: hidden;
    height: auto !important;
  }
}

.about-main {
  color: #333333;
}
.about-main .other-tit {
  color: #161518;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 12px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .about-main .other-tit {
    color: #161518;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 25px;
  }
}
.about-main .section {
  padding-top: 3%;
  padding-bottom: 3%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1025px) {
  .about-main .section {
    height: auto !important;
  }
}

.section-about-1 {
  background-color: #f7f7f7;
}
.section-about-1 .other-text {
  line-height: 40px;
}
.section-about-1 .other-text .p {
  height: 165px;
  overflow: hidden;
  transform: translateZ(0);
  transition: height 0.3s;
}
.section-about-1 .other-text .p.height-change {
  height: 400px !important;
  overflow-y: auto;
}

.section-about-1 .more {
  border-radius: 0;
  color: #333333;
  width: 158px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 20px;
  border: 1px solid #c2c2c2;
  font-size: 12px;
  background: transparent;
}
.section-about-1 .more:hover {
  color: #fff;
}
.section-about-1 ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  text-align: center;
}
.section-about-1 ul li {
  width: 26%;
  flex: 0 0 26%;
}
.section-about-1 ul .count {
  font-size: 104px;
  color: #1dbd9e;
  font-family: "fy1";
}
.section-about-1 ul h5 {
  font-size: 14px;
  color: #666666;
  white-space: normal;
}
@media only screen and (max-width: 740px) {
  .section-about-1 ul {
    margin-top: 30px;
  }
  .section-about-1 ul .count {
    font-size: 70px;
  }
}
@media only screen and (max-width: 641px) {
  .section-about-1 ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-about-1 ul .count {
    font-size: 50px;
  }
}
@media only screen and (max-width: 321px) {
  .section-about-1 ul .count {
    font-size: 30px;
  }
  .section-about-1 ul h5 {
    font-size: 12px;
  }
}

.about-main .section-about-2 {
  padding-top: 0;
}

.section-about-2 {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-about-2.active .text-bootm {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.section-about-2 .ul-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-about-2 .ul-top li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 33.33333%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1.01) translate3d(0, 0, 0);
  transform: scale(1.01) translate3d(0, 0, 0);
  text-align: center;
}
.section-about-2 .ul-top li:hover .img-bg {
  -webkit-transform: scale(1.08) translate3d(-10px, -10px, 0);
  transform: scale(1.08) translate3d(-10px, -10px, 0);
}
.section-about-2 .ul-top li:hover .li-inner-img {
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}
.section-about-2 .ul-top .img-bg {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.section-about-2 .ul-top .li-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  color: #ffffff;
}
.section-about-2 .ul-top .li-inner img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.section-about-2 .ul-top h2 {
  font-size: 20px;
  margin: 18px 0;
}
@media only screen and (max-width: 641px) {
  .section-about-2 .ul-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-about-2 .ul-top li {
    width: 96%;
    margin: auto;
    margin-bottom: 10px;
  }
}
.section-about-2 .text-bootm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-about-2 .text-bootm-item {
  width: 50%;
  padding-top: 35px;
  color: #333333;
}
.section-about-2 .text-bootm-item .list {
  margin-bottom: 28px;
}
.section-about-2 .text-bootm-item h2 {
  font-size: 16px;
  margin-bottom: 9px;
  font-weight: bold;
}
.section-about-2 .text-bootm-item .p {
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 1130px) {
  .section-about-2 .text-bootm-item .p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
  }
}

.section-about-3 {
  background: url("../images/about-3-1.jpg") top center no-repeat;
  background-size: cover;
}
.section-about-3 .other-tit {
  color: #fff;
}
.section-about-3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: 8%;
}
@media only screen and (max-width: 641px) {
  .section-about-3 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-about-3 ul li {
    width: 48%;
    margin-bottom: 14px;
  }
}
.section-about-3 li {
  width: 31%;
}
.section-about-3 .li-inner {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-bottom: 6px solid #c3c3c3;
}
.section-about-3 .li-inner::after {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  content: " ";
  width: 0%;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1dbd9e;
}
.section-about-3 .li-inner:hover {
  -webkit-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
}
.section-about-3 .li-inner:hover::after {
  border-radius: 0px;
  width: 100%;
}
.section-about-3 li img {
  width: 100%;
  display: block;
}
.section-about-3 .img-btm {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px;
}
.section-about-3 h3 {
  color: #454447;
  font-size: 22px;
  font-weight: normal;
}
.section-about-3 .p {
  margin: 12px 0;
  text-indent: 0.9em;
  color: #454447;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  background: url("../images/about-3-2.png") left top 9.4px no-repeat;
}
.section-about-3 .more {
  line-height: 34px;
  display: block;
  font-size: 16px;
  padding-left: 48px;
  color: #454447;
  background: url("../images/index-page6-img-2.png") left center no-repeat;
}

.section-about-4 {
  background-color: #f4f4f4;
}
@media only screen and (max-width: 1130px) {
  .section-about-4 {
    height: auto !important;
  }
}
.section-about-4 .w {
  background-color: #fff;
  padding: 0 25px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 641px) {
  .section-about-4 .w {
    padding-left: 1%;
    padding-right: 1%;
  }
}
.section-about-4 .iamges {
  overflow: hidden;
}
.section-about-4 .iamges-h2 {
  width: 180px;
  line-height: 33px;
  font-size: 18px;
  background: #f3f3f3 url("../images/about-4-2.png") left center no-repeat;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 25px;
}
.section-about-4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1130px) {
  .section-about-4 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.section-about-4 li {
  width: 30.70175%;
  border: 6px solid #f2f2f2;
  margin-right: 2.19298%;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 4px 9px 1px #d9d9d9;
  box-shadow: 0px 4px 9px 1px #d9d9d9;
}
.section-about-4 li:nth-of-type(3n + 3) {
  margin-right: 0;
}
.section-about-4 li img {
  width: 100%;
}
@media only screen and (max-width: 1130px) {
  .section-about-4 li {
    width: 47%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 641px) {
  .section-about-4 li {
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-height: 776px) {
  .about-main .section {
    height: auto !important;
  }
}
