@charset "UTF-8";
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;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
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.4.1 * 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: September 14, 2018 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0; /* Fix of Webkit flickering */
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 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;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
} /* Auto Height */
.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;
} /* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  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)
  );
} /* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.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-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
} /* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
} /* Bullets */
.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-main {
  -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(0px, -50%, 0);
  transform: translate3d(0px, -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: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
} /* Progress */
.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,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
} /* Scrollbar */
.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-scrollbar-lock {
  display: none;
}
.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
} /* Preloader */
.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);
  }
} /* a11y */
.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
html {
  height: 100%;
}
body {
  height: 100%;
}
body.no-scroll {
  overflow-y: hidden !important;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.index-banner {
  min-width: 1200px;
  position: relative;
  z-index: 1;
}
.index-banner .w {
  height: 0;
  position: relative;
  z-index: 6;
}
.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-pagination-bullets {
  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;
  bottom: 39px;
}
.index-banner .swiper-pagination-bullet {
  width: px(10);
  height: px(10);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-banner .swiper-pagination-bullet-active {
  border-radius: px(3);
  background-color: #bc4141;
}
.header-top {
  background-color: #f1f1f1;
}
.header-top .w {
  height: 32px;
  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;
  font-size: 12px;
  color: #757575;
}
.header-top .w a {
  margin-left: 5px;
  position: relative;
}
.header-top .w a:hover {
  text-decoration: underline;
}
.header-top .w a:first-of-type {
  padding-right: 10px;
}
.header-top .w a:first-of-type::after {
  width: 1px;
  height: 11px;
  content: "";
  position: absolute;
  right: 0;
  top: 52%;
  background-color: #a0a0a0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-phone {
  padding-left: 45px;
  background: url("../images/header-phone.png") left center no-repeat;
  font-weight: bold;
}
.header-phone h2 {
  color: #b61d1d;
  font-size: 18px;
}
.header-phone h3 {
  font-size: 21px;
  color: #000000;
}
.header-bottom .w {
  height: 120px;
  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;
}
.header-bottom .form {
  width: 473px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  border: 2px solid #b61d1d;
  font-size: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-bottom .form input {
  border: none;
  height: 100%;
}
.header-bottom .form input[type="text"] {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 5px;
}
.header-bottom .form input[type="submit"] {
  font-size: 16px;
  background-color: #b61d1d;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
}
#Nav {
  background-color: #2b2b2b;
  color: #fff;
}
#Nav ul {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#Nav li {
  line-height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 1px;
  text-align: center;
}
#Nav li a {
  display: block;
}
#Nav li.active,
#Nav li:hover {
  background-color: #b61d1d;
}
#Footer {
  background-color: #222222;
  color: #878686;
}
.footer-top {
  min-height: 275px;
  border-top: 1px solid #b62222;
  padding-top: 37px;
  padding-bottom: 20px;
  font-size: 13px;
}
.footer-top .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-top .h2 {
  margin-bottom: 12px;
}
.footer-top .h2 span {
  color: #fff;
  font-size: 16px;
}
.footer-top .l-p {
  line-height: 28px;
}
.footer-top .l-p p {
  margin-bottom: 8px;
}
.footer-top .l-p img {
  display: inline;
  vertical-align: middle;
}
.footer-top .r {
  text-align: right;
}
.footer-top .r h2 {
  font-size: 18px;
  color: #aeaeae;
  margin-bottom: 2px;
}
.footer-top .r h3 {
  color: #8a8a8a;
  font-size: 33px;
  margin-bottom: 4px;
  font-weight: bold;
}
.footer-top .r h4 {
  line-height: 25px;
}
.footer-top .c {
  font-size: 14px;
  width: 357px;
}
.footer-top .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-top input[type="submit"] {
  width: 85px;
  height: 27px;
  color: #fff;
  border-radius: 3px;
  background-color: #b61d1d;
  border: none;
}
.footer-top input[type="text"],
.footer-top textarea {
  padding: 0 8px;
  background-color: #333333;
  border: 2px solid #414141;
  margin-bottom: 15px;
  color: #fff;
}
.footer-top input[type="text"] {
  width: 173px;
}
.footer-top textarea {
  height: 104px;
  width: 100%;
  padding: 8px;
}
.footer-bottom {
  text-align: center;
  font-size: 12px;
  height: 49px;
  line-height: 48px;
  border-top: 1px solid #484848;
}
.index-main-1 {
  padding: 30px 0;
  background-color: #f3f3f3;
}
.index-main-1 .w {
  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;
}
.index-main-1 .menu {
  padding-top: 20px;
  width: 260px;
  background-color: #fff;
}
.index-main-1 .content {
  width: 910px;
}
.index-main-1 .menu-title {
  width: 220px;
  margin: 0 auto;
  padding-left: 45px;
  background: url("../images/index-img-1.png") left center no-repeat;
  margin-bottom: 22px;
  padding-bottom: 0;
}
.index-main-1 .menu-title h2 {
  font-size: 18px;
  font-weight: bold;
}
.index-main-1 .menu-title h3 {
  font-size: 14px;
  color: #dbdbdb;
}
.index-main-1 .menu-ul {
  padding: 20px;
  padding-bottom: 0;
  padding-top: 18px;
  border-top: 2px solid #f7f7f7;
}
.index-main-1 .menu-ul li {
  padding-bottom: 17px;
  margin-bottom: 18px;
  border-bottom: 2px solid #f7f7f7;
  font-size: 14px;
}
.index-main-1 .menu-ul a:hover {
  text-decoration: underline;
}
.index-main-1 .li-inner > a {
  display: block;
  line-height: 24px;
  padding-left: 53px;
}
.index-main-1 .li-outer {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 9px;
  left: 46px;
  bottom: 0px;
  -webkit-transform: translateY(95%);
  -ms-transform: translateY(95%);
  transform: translateY(95%);
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  color: #9e9e9e;
  font-size: 13px;
  line-height: 30px;
  width: 665px;
  z-index: 2;
}
.index-main-1 .li-outer a {
  white-space: nowrap;
  padding: 0px 9px;
  border-right: 1px solid #e9e9e9;
}
.index-main-1 .a-img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-main-1 .li-first-a {
  margin-bottom: 8px;
  position: relative;
}
.index-main-1 .li-first-a:hover .a-img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-main-1 .li-first-a:hover .li-outer {
  opacity: 1;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
}
.index-main-1 .li-first-a > a {
  color: #b61d1d;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
}
.index-main-1 .li-first-a img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 22px;
}
.index-main-1 .menu-more {
  background-color: #b92e2d;
  color: #fff;
  font-size: 14px;
  line-height: 55px;
  margin-top: 64px;
}
.index-main-1 .menu-more a {
  display: block;
  text-align: center;
}
.index-main-1 .content-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.index-main-1 .content-ul li {
  width: 438px;
  text-align: center;
  padding: 17px;
  background-color: #fff;
  margin-bottom: 29px;
}
.index-main-1 .content-ul li img {
  margin: 0 auto;
}
.index-main-1 .content-ul li:nth-last-of-type(1),
.index-main-1 .content-ul li:nth-last-of-type(2) {
  margin-bottom: 0;
}
.index-main-1 .content-ul .text {
  margin-top: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.other-main {
  background-color: #f3f3f3;
  padding-bottom: 40px;
}
.prod-main .index-main-1 {
  padding-top: 0;
}
.other-main-top-title {
  font-size: 12px;
  font-family: "宋体";
  line-height: 52px;
  margin-bottom: 3px;
  padding-left: 21px;
  background: url("../images/other-main-top-title.png") left center no-repeat;
}
.other-main-top-title a:hover {
  text-decoration: underline;
}
.other-menu-contact {
  border-top: 33px solid #f3f3f3;
  background: url("../images/other-main-img-2.jpg") bottom right no-repeat;
  padding-bottom: 144px;
}
.other-menu-contact .menu-contact-tit {
  padding: 14px 0;
  width: 205px;
  margin: 0 auto;
  padding-left: 45px;
  background: url("../images/other-main-img-1.png") left center no-repeat;
}
.other-menu-contact .menu-contact-tit h2 {
  font-size: 18px;
  font-weight: bold;
}
.other-menu-contact .menu-contact-tit h3 {
  font-size: 14px;
  color: #dbdbdb;
}
.other-menu-contact .menu-contact-btm {
  border-top: 1px solid #f7f7f7;
  padding: 14px 21px;
}
.other-menu-contact .menu-contact-btm .p {
  margin-top: 26px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 4px;
}
.index-main-2 {
  padding: 59px 0;
}
.index-main-2 .title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.index-main-2 .title h2 {
  font-size: 36px;
  margin-bottom: 3px;
}
.index-main-2 .title h3 {
  font-size: 20px;
  color: #656565;
  margin-bottom: 40px;
}
.index-main-2 .swiper-container-1 {
  width: 1140px;
  margin: 0 auto;
}
.index-main-2 .w {
  position: relative;
}
.index-main-2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-main-2 .text {
  padding: 0 19px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  background-color: #e5e3e4;
  text-align: center;
}
.index-main-2 .text h2 {
  font-size: 38px;
  margin-bottom: 2px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main-2 .text h3 {
  font-size: 21px;
  margin-bottom: 11px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main-2 .text .p {
  line-height: 25px;
  color: #828282;
  font-size: 14px;
  height: 75px;
  margin-bottom: 26px;
  width: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-main-2 .note {
  width: 298px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #9a9899;
  margin-bottom: 77px;
  font-size: 18px;
}
.index-main-2 .img {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.index-main-2 .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index-main-2 .text-img {
  margin: auto;
  margin-bottom: 90px;
}
.index-main-2 .price {
  margin: 0 auto;
  text-align: left;
  width: 275px;
  height: 61px;
  background: url("../images/index-img-6.png") left top no-repeat;
  font-size: 24px;
  line-height: 60px;
  padding-left: 39px;
  padding-right: 126px;
  overflow: hidden;
}
.index-main-2 .swiper-button-next-1 {
  width: 62px;
  height: 124px;
  background: url("../images/next-1.png") center center no-repeat;
  margin-top: -62px;
  right: 0;
  left: auto;
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}
.index-main-2 .swiper-button-next-1:focus {
  outline-color: transparent;
}
.index-main-2 .swiper-button-prev-1 {
  width: 62px;
  height: 124px;
  background: url("../images/prev-1.png") center center no-repeat;
  margin-top: -62px;
  left: 0;
  right: auto;
  -webkit-transform: translateX(-34px);
  -ms-transform: translateX(-34px);
  transform: translateX(-34px);
}
.index-main-2 .swiper-button-prev-1:focus {
  outline-color: transparent;
}
.index-main-tit {
  text-align: center;
  font-size: 14px;
}
.index-main-tit h2 {
  display: inline-block;
  padding: 0 40px;
  border-left: 1px solid #b61d1d;
  border-right: 1px solid #b61d1d;
  font-size: 30px;
  margin-bottom: 6px;
}
.index-main-tit h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.index-main-3 {
  min-height: 726px;
  padding: 50px 0;
  background: url("../images/index-img-7.jpg") center top no-repeat;
  background-size: cover;
}
.index-main-3 .index-main-tit {
  margin-bottom: 60px;
}
.index-main-3 .content {
  border: 9px solid #b61d1d;
  padding: 20px 0;
  border-radius: 8px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 560px;
}
.index-main-3 .content-left {
  width: 275px;
  padding: 0 18px;
}
.index-main-3 .content-left .tit {
  text-align: center;
  margin-bottom: 22px;
}
.index-main-3 .content-left .tit h2 {
  font-size: 20px;
}
.index-main-3 .content-left .tit h3 {
  font-size: 24px;
  font-weight: bold;
}
.index-main-3 .content-left ul {
  margin-bottom: 30px;
}
.index-main-3 .content-left li {
  font-size: 14px;
  width: 225px;
  height: 35px;
  margin: 0 auto;
  line-height: 33px;
  border: 1px solid #b61d1d;
  margin-bottom: 16px;
}
.index-main-3 .content-left li.active,
.index-main-3 .content-left li:hover {
  background: url("../images/index-img-10.png") center right 31px no-repeat;
}
.index-main-3 .content-left li a {
  display: block;
  padding-left: 12px;
  padding-right: 53px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main-3 .content-right {
  width: 880px;
  margin-right: 14px;
}
.index-main-3 .contnet-right-list-1 {
  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;
  margin-bottom: 21px;
}
.index-main-3 .contnet-right-list-1 .img {
  width: 561px;
  height: 325px;
  overflow: hidden;
  position: relative;
}
.index-main-3 .contnet-right-list-1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-main-3 .contnet-right-list-1 .img .span {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 36px;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main-3 .contnet-right-list-1 .text {
  width: 282px;
}
.index-main-3 .contnet-right-list-1 .text h2 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main-3 .contnet-right-list-1 .p {
  line-height: 35px;
  font-size: 14px;
  height: 280px;
  width: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.index-main-3 .contnet-right-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-main-3 .contnet-right-list-2 img {
  width: 285px;
  margin-right: 8px;
}
.index-main-4 {
  padding: 70px 0;
}
.index-main-4 ul {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-main-4 li {
  width: 340px;
  -webkit-box-shadow: 0 3px 8px 2px #e1e1e1;
  box-shadow: 0 3px 8px 2px #e1e1e1;
  padding: 14px;
  position: relative;
  margin-right: 90px;
  margin-bottom: 63px;
}
.index-main-4 li:nth-of-type(3n + 3) {
  margin-right: 0;
}
.index-main-4 li:hover .li-inner {
  border: 1px solid #b61d1d;
}
.index-main-4 li:hover .mask {
  display: block;
}
.index-main-4 li .mask {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.index-main-4 .li-inner {
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
  font-size: 12px;
}
.index-main-4 .li-inner h2 {
  font-size: 26px;
  margin-bottom: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main-4 .li-inner h3 {
  margin-bottom: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main-4 .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.index-main-4 .more img {
  display: inline;
}
.index-main-5 {
  padding: 30px 0;
  background-color: #f3f3f3;
}
.index-main-5 .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 600px;
}
.index-main-5 .l,
.index-main-5 .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  min-height: 230px;
  background-color: #b61d1d;
  color: #fff;
  -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;
}
.index-main-5 .l h2 {
  font-size: 28px;
}
.index-main-5 .l h3 {
  font-size: 38px;
  font-weight: bold;
}
.index-main-5 .r {
  font-size: 30px;
  font-weight: bold;
}
.index-main-5 .c {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.index-main-5 .c ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-main-5 .c li {
  position: relative;
}
.index-main-5 .c li:hover .span-1 {
  display: none;
}
.index-main-5 .c li:hover .span-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-main-5 .span-1 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 26px;
  font-weight: bold;
  right: 0;
  bottom: 0;
  line-height: 65px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
.index-main-5 .span-2 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}
.index-main-5 .span-2 h2 {
  font-size: 26px;
  margin-bottom: 12px;
}
.index-main-5 .span-2 .p {
  font-size: 20px;
  line-height: 35px;
}
.index-main-5 .r {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.index-main-6 {
  padding: 40px 0;
}
.index-main-6 .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-main-6 .img {
  width: 618px;
}
.index-main-6 .text {
  width: 570px;
  padding-top: 37px;
}
.index-main-6 .text .tit h3 {
  margin-bottom: 18px;
}
.index-main-6 .text .tit h3::after {
  content: "";
  width: 29px;
  height: 2px;
  background-color: #b61d1d;
  display: block;
  margin-top: 8px;
}
.index-main-6 .text .tit h2 {
  font-size: 18px;
  font-weight: bold;
  color: #b61d1d;
  margin-bottom: 4px;
}
.index-main-6 .text .tit img {
  margin-bottom: 22px;
}
.index-main-6 .text .p-tit {
  font-size: 22px;
  font-weight: bold;
  color: #b61d1d;
  margin-bottom: 5px;
}
.index-main-6 .text .p {
  font-size: 14px;
  line-height: 30px;
  height: 120px;
  margin-bottom: 20px;
  width: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index-main-6 .text .more {
  width: 120px;
  height: 46px;
  line-height: 44px;
  border: 2px solid #b61d1d;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #b61d1d;
}
.index-main-7 {
  background: url("../images/index-img-16.jpg") left center no-repeat;
  background-size: auto 180px;
  padding-right: 60px;
  color: #fff;
}
.index-main-7 .w {
  height: 180px;
  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;
}
.index-main-7 .text-1 {
  font-size: 40px;
  color: #b61d1d;
  white-space: nowrap;
  font-weight: bold;
}
.index-main-7 .text-3 {
  font-size: 30px;
  color: #b61d1d;
  white-space: nowrap;
  font-weight: bold;
}
.index-main-7 .text-3 .a {
  margin-bottom: 6px;
}
.index-main-7 .text-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
  line-height: 58px;
  width: 675px;
}
.index-main-7 .text-2 span {
  width: 225px;
}
.index-main-8 {
  padding: 50px 0;
}
.index-main-8 .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-main-8 .l {
  width: 250px;
}
.index-main-8 .l .tit {
  width: 249px;
  height: 185px;
  background: url("../images/index-img-18.png") top left no-repeat;
  color: #fff;
  font-size: 15px;
  padding: 45px 15px;
  margin-bottom: 27px;
}
.index-main-8 .l .tit h2 {
  font-size: 24px;
  font-weight: bold;
  color: #b61d1d;
  margin-bottom: 4px;
}
.index-main-8 .l .tit h3 {
  line-height: 22px;
}
.index-main-8 .l .btm {
  font-size: 24px;
}
.index-main-8 .l .btm h2 {
  color: #7e7e7e;
  font-size: 26px;
}
.index-main-8 .c {
  width: 352px;
}
.index-main-8 .c .tit {
  margin-bottom: 10px;
}
.index-main-8 .c .img {
  margin-bottom: 22px;
}
.index-main-8 .c .more {
  background-color: #b61d1d;
  width: 144px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  display: block;
}
.index-main-8 .r {
  width: 425px;
}
.index-main-8 .r .tit {
  margin-bottom: 16px;
}
.index-main-8 .r .span {
  font-size: 15px;
  color: #fff;
  width: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  text-align: center;
  background-color: #b61d1d;
  margin-right: 9px;
}
.index-main-8 .r li {
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.index-main-8 .r li:hover {
  text-decoration: underline;
}
.index-main-8 .r .li-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 7px;
}
.index-main-8 .r .li-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.index-main-8 .r .li-2 .span {
  background-color: #000000;
}
.jump_page {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jump_page a {
  min-width: 30px;
  padding: 0 5px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #adadad;
  text-align: center;
  margin: 0 3px;
}
.jump_page a.pageTo {
  font-family: "宋体";
  font-size: 14px;
}
.jump_page a.active {
  background-color: #b92e2d;
  color: #fff;
}
.home_case_show-content {
  padding: 20px;
  background-color: #fff;
}
.home_case_show-content .tit {
  color: #424242;
  text-align: center;
  margin-bottom: 15px;
}
.home_case_show-content .other_show-imgs {
  margin-top: 20px;
}
.home_case_show-content .other_show-imgs .a {
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 37px;
  border-bottom: 1px solid #b92e2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.home_case_show-content .other_show-imgs .a a {
  padding: 0 15px;
}
.home_case_show-content .other_show-imgs .a a.active {
  color: #fff;
  background-color: #b92e2d;
}
.home_case_show-content .other_show-imgs .img-list {
  display: none;
}
.home_case_show-content .other_show-imgs .img-list.active {
  display: block;
}
.home_case_show-content .swiper-wrapper {
  height: auto;
}
.home_case_show-content .swiper-slide {
  position: relative;
  height: auto;
  cursor: pointer;
}
.home_case_show-content .swiper-slide:hover .mask {
  opacity: 1;
}
.home_case_show-content .mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.3);
}
.home_case_show-content .mask img {
  margin-bottom: 15px;
}
.home_case_show-content .gallery-thumbs-outer {
  position: relative;
}
.home_case_show-content .other-swiper-top {
  margin-bottom: 20px;
}
.home_case_show-content .other-swiper-top .swiper-button-next {
  width: 50px;
  height: 89px;
  background: url("../images/next-2.png") no-repeat;
}
.home_case_show-content .other-swiper-top .swiper-button-prev {
  width: 50px;
  height: 89px;
  background: url("../images/prev-2.png") no-repeat;
}
.home_case_show-content .other-swiper-btm {
  width: 845px;
  margin: 0 auto;
}
.home_case_show-content .other-swiper-btm .swiper-wrapper {
  height: auto;
}
.home_case_show-content .other-swiper-btm .swiper-wrapper .swiper-slide {
  height: auto;
}
.home_case_show-content .other-swiper-btm .swiper-slide img {
  height: auto;
  border: 1px solid #f3f3f3;
}
.home_case_show-content .other-swiper-btm .swiper-slide-thumb-active img {
  border: 1px solid #b92e2d;
}
.home_case_show-content .other-swiper-btm .swiper-button-next {
  right: 0;
  margin-top: -11px;
  width: 10px;
  height: 22px;
  background: url("../images/next-3.png") no-repeat;
}
.home_case_show-content .other-swiper-btm .swiper-button-prev {
  left: 0;
  margin-top: -11px;
  width: 10px;
  height: 22px;
  background: url("../images/prev-3.png") no-repeat;
}
#popUpImg {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#popUpImg.active {
  opacity: 1;
  visibility: visible;
}
#popUpImg .other_show-swper {
  height: 85%;
  width: 1200px;
}
#popUpImg .other_show-swper img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}
#popUpImg .other_show-swper .other-swiper-btm img {
  width: 100%;
  height: auto;
}
#popUpImg .other-swiper-top {
  height: 90%;
  overflow: hidden;
}
.plan-main .content-left-inner {
  background-color: #fff;
  border: 9px solid #b61d1d;
  border-radius: 8px;
  padding-top: 18px;
  padding-bottom: 40px;
}
.plan-main .index-main-3 {
  background: transparent;
  padding-top: 0;
}
.plan-main .index-main-3 .index-main-tit {
  margin-bottom: 35px;
}
.plan-main .index-main-3 .content {
  border: none;
  background: transparent;
  border-radius: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.plan-main .index-main-3 .other-menu-contact {
  background-color: #fff;
}
.plan-main .index-main-3 .content-left {
  width: 260px;
  padding: 0;
}
.plan-main .index-main-3 .content-right {
  width: 910px;
  margin-right: 0;
}
.plan-main .index-main-3 .content-right li {
  padding: 22px;
  border: 1px solid #ebebeb;
  background: #fff;
  margin-bottom: 22px;
}
.newProd-main {
  background-color: #fff;
}
.newProd-main .index-main-4 {
  padding: 0;
}
.newProd_show-main .index-main-1 .menu-title {
  background: url("../images/other-main-img-4.png") left center no-repeat;
}
.newProd-menu-ul {
  width: 228px;
  margin: auto;
  text-align: center;
  font-size: 14px;
}
.newProd-menu-ul li {
  margin-bottom: 18px;
}
.newProd-menu-ul li:hover {
  text-decoration: underline;
}
.newProd-menu-ul img {
  border: 1px solid #e2e2e2;
  width: 100%;
}
.newProd-menu-ul .p {
  margin-top: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.arh-main-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.arh-main-right li {
  width: 265px;
  margin-right: 53px;
  margin-bottom: 65px;
  overflow: hidden;
}
.arh-main-right li img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.arh-main-right li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.arh-main-right li:nth-of-type(3n + 3) {
  margin-right: 0px;
}
.problem-main-right .label {
  position: absolute;
  left: 20px;
  top: -21px;
}
.problem-main-right li {
  position: relative;
  padding-bottom: 16px;
  background: url("../images/problem-img-3.png") bottom center no-repeat;
  margin-bottom: 25px;
}
.problem-main-right li > .a {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
}
.problem-main-right .img {
  width: 242px;
}
.problem-main-right .text {
  width: 612px;
  font-size: 17px;
}
.problem-main-right .text h2 {
  font-size: 22px;
  margin-bottom: 4px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.problem-main-right .text .p {
  line-height: 30px;
  width: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
}
.problem-main-right .text .more {
  color: #bcb9bc;
  text-align: right;
  padding-top: 8px;
  margin-top: 18px;
  border-top: 1px solid #dcdadd;
}
.problem_show-main-right {
  padding: 24px;
  background: #fff;
}
.problem_show-main-right .tit {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.problem_show-main-right .tit h2 {
  font-size: 20px;
  margin-bottom: 14px;
}
.problem_show-main-right .tit h3 {
  font-size: 12px;
}
.problem_show-main-right .edit {
  font-size: 14px;
  line-height: 30px;
}
.problem_show-main-right .edit img{
  display: inline-block;
}
.jump_page_show {
  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;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}
.jump_page_show .l {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  line-height: 30px;
}
.jump_page_show .l a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-box {
  margin-top: 38px;
  background: #fafafa url("../images/contact-bg.png") bottom center no-repeat;
  padding: 15px 20px 84px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9cfcf;
  border-radius: 5px;
}
.contact-box .list-tit {
  padding: 0px 8px;
  font-size: 18px;
  color: #656b6e;
  line-height: 47px;
  border-bottom: 2px solid #d8d8d8;
  font-weight: bold;
}
.contact-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 4px;
}
.contact-box ul li {
  height: 49px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #d8d8d8;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #656b6e;
  font-size: 15px;
}
.contact-box ul .img {
  width: 40px;
}
.contact-box ul .img img {
  margin: auto;
}
.addr > img {
  width: 100%;
}
.addr img {
  display: inline;
  max-width: initial;
}
.sidebar {
  position: fixed;
  background: #25211e;
  width: 49px;
  height: 247px;
  right: 0.8%;
  top: 35%;
  z-index: 2;
}
.sidebar a {
  display: block;
  height: 49.4px;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.sidebar a:last-child {
  padding-top: 6px;
}
.sidebar .mes {
  margin: 0 auto; /* padding-top: 20px; */
}
.sidebar a .box {
  display: none; /*            transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; */
  position: absolute;
  white-space: nowrap;
  top: 0px;
  right: 50px;
  animation: hideIndex 0.6s;
  -moz-animation: hideIndex 0.6s;
  -webkit-animation: hideIndex 0.6s;
  -o-animation: hideIndex 0.6s;
}
.sidebar a:hover {
  background: #e7aa69;
}
.sidebar a:hover .box {
  min-height: 49px;
  display: block;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  background: #e7aa69;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 50px;
  overflow: hidden; /*         transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;  */
  white-space: nowrap;
  line-height: 49px;
  animation: hideIndex 0.6s;
  -moz-animation: hideIndex 0.6s;
  -webkit-animation: hideIndex 0.6s;
  -o-animation: hideIndex 0.6s;
}
.sidebar .img1 {
  width: 120px;
  height: auto;
  margin: 10px;
  max-width: initial;
}
@-webkit-keyframes hideIndex {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hideIndex {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.planShow-main-content-right .title {
  font-size: 24px;
  text-align: center;
  padding: 19px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.planShow-main-content-right .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 20px;
}
.planShow-main-content-right .a a {
  width: 20%;
  background-color: #dadada;
  border-left: 1px solid #f3f3f3;
  line-height: 24px;
}
.planShow-main-content-right li {
  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;
  margin-bottom: 1px !important;
}
.planShow-main-content-right .li-l {
  width: 402px;
}
.planShow-main-content-right .li-l .text {
  line-height: 38px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.planShow-main-content-right .li-r {
  width: 450px;
  font-size: 14px;
  line-height: 30px;
}
.planShow-main-content-right .li-r h2 {
  font-size: 20px;
  color: #b61d1d;
  margin-bottom: 12px;
}
.planShow-main-content-right .li-r-list {
  padding-left: 19px;
  margin-bottom: 20px;
  background: url("../images/plan-img-2.png") left 2px top 11px no-repeat;
}
.planShow-main-content-right .li-r-list span {
  color: #000;
  font-size: 15px;
}
