@charset "utf-8";
* {
  box-sizing: border-box;
  /* 在X5新内核Blink中，在排版页面的时候，会主动对字体进行放大，会检测页面中的主字体，当某一块字体在我们的判定规则中，认为字号较小，并且是页面中的主要字体，就会采取主动放大的操作。然而这不是我们想要的，可以采取给最大高度解决 */
  max-height: 100000px;
}
*:before,
*:after {
  box-sizing: border-box;
  max-height: 100000px;
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
select {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  text-align: inherit;
  vertical-align: baseline;
  color: inherit;
  border: 0;
  outline: 0;
}
body > iframe {
  display: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
html,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 1px;
}
caption,
th,
td {1
  text-align: left;
  font-weight: normal;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img,
iframe {
  border: none;
}
img {
  max-width: 100%;
  display: block;
}
p {
  text-align: justify;
}
ol,
ul {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
body {
  font-family: "microsoft yahei", "simhei", sans-serif;
  color: #333;
  background-color: #fff;
}
input {
  outline: none;
  -webkit-appearance: none;
}
p {
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -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;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-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-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-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-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-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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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-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;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #ffffff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #ffffff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-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;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), 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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), 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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), 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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.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,
.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;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.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-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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;
  -moz-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-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-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%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -webkit-background-size: 100%;
  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);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.ptn_i {
  position: inherit;
}
.over {
  overflow: hidden;
}
.ft {
  text-align: center;
}
.fs2 {
  font-size: 0.2rem;
  line-height: 0.35rem;
}
.fs-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fs-over2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.none {
  display: none;
}
.wrap {
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
}
.swiper-pagination {
  font-size: 0;
}
.swiper-slide img {
  width: 100%;
}
.pub-swiper .swiper-pagination {
  line-height: 0.14rem;
}
.pub-swiper .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  background: #339966;
  opacity: .5;
}
.pub-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
#head {
  overflow: hidden;
  height: 1.22rem;
}
#head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#head .h-logo {
  width: 4.5rem;
}
#head .h-meun {
  width: 0.62rem;
  height: 0.46rem;
  background: url(../images/meun-icon.png) no-repeat center;
  background-size: 100%;
}
.sidebar {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 101;
  height: 100%;
  background-color: #fff;
  transition: all 0.6s;
}
.sidebar .top-box {
  line-height: 60px;
  background-color: #333;
  overflow: hidden;
}
.sidebar .close {
  display: block;
  width: 17px;
  margin-right: 7.8%;
  cursor: pointer;
  color: #fff;
  font-size: 0.5rem;
}
.sidebar .close .icon {
  font-size: 1.3em;
  vertical-align: top;
}
.sidebar .idx_back {
  display: inline-block;
  font-size: 16px;
  margin-left: 8.2%;
}
.sidebar .idx_back a {
  color: #acacac;
}
.sidebar ul {
  width: 100%;
}
.sidebar ul li {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
}
.sidebar ul li p {
  padding: 0 0% 0 8.2%;
  line-height: 0.9rem;
}
.sidebar ul li dl {
  display: none;
}
.sidebar ul li dl dd {
  padding: 0 7.8% 0 10%;
  border-top: 1px solid #f2f2f2;
}
.sidebar ul li dl dd a {
  display: inline-block;
  border-left: 1px solid #f2f2f2;
  padding-left: 15px;
}
.sidebar ul li a {
  display: block;
  font-size: 0.25rem;
}
.sidebar ul li span {
  float: right;
  display: inline-block;
  width: 22%;
  text-align: center;
}
.sidebar ul li span .icon {
  font-size: 1.3em;
}
.sidebar ul li:last-child {
  border-bottom: none;
}
.exit-off-canvas {
  position: fixed;
  top: 0;
  left: -100%;
  display: block;
  width: 34%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.open {
  overflow: hidden;
}
body.open .sidebar {
  right: 0;
}
body.open .exit-off-canvas {
  left: 0;
}
/*index*/
.ih3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.ih3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.i-swiper2 {
  padding: 0 0.25rem 0.4rem;
  overflow: hidden;
}
.i-swiper2 > h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.i-swiper2 > h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.i-swiper2 .swiper-container {
  padding: 0 0 0.57rem;
}
.i-swiper2 .swiper-slide {
  width: 49% !important;
}
.i-swiper2 .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
}
.i-swiper2 .swiper-pagination-bullet-active {
  width: 0.37rem;
  background: #339966;
  border-radius: 4px;
}
.i-tab {
  background: #f5f5f5;
}
.i-tab > h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.i-tab > h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.i-tab .more {
  background: #fff;
}
.tabbtn {
  overflow: hidden;
  text-align: center;
  height: 0.67rem;
  font-size: 0;
  margin-bottom: 0.32rem;
}
.tabbtn img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.tabbtn ul {
  display: inline-block;
}
.tabbtn li {
  overflow: hidden;
  float: left;
  width: 1.97rem;
  height: 0.67rem;
}
.tabbtn li.on {
  border: 1px solid #339966;
}
.tabbtn li.on img {
  -webkit-filter: grayscale(10%);
  -moz-filter: grayscale(10%);
  -ms-filter: grayscale(10%);
  -o-filter: grayscale(10%);
  filter: grayscale(10%);
  filter:;
}
.tabbtn li:nth-child(1) {
  margin-right: 0.3rem;
}
.tabm {
  margin-bottom: 0.14rem;
  overflow: hidden;
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
}
.tabm .pg2 {
  padding: 0 0.2rem;
  text-align: center;
}
.tabm li {
  width: 2.83rem;
  height: 3.8rem;
  background: #fff;
  margin-bottom: 0.23rem;
  float: left;
  overflow: hidden;
}
.tabm li img{
padding-top:10px ;
}
.tabm li:nth-of-type(odd) {
  margin-right: 0.23rem;
}
.tabm li h3 {
  font-size: 0.2rem;
  line-height: 0.55rem;
  padding: 0 0.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabm li p {
  padding: 0 0.2rem;
  text-align: center;
  font-size: 0.18rem;
  color: #339966;
}
.tabm li p:after {
  display: block;
  content: ' ';
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/left-icon.png) no-repeat center;
  background-size: 100%;
  margin: 0.02rem auto 0;
}
.i-promise > h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.i-promise > h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.i-promise > p {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.35rem;
  margin: -0.15rem auto 0.35rem;
}
.i-promise li {
  overflow: hidden;
}
.i-promise li .img {
  float: right;
  width: 50%;
}
.i-promise li .font {
  height: 2.76rem;
  overflow: hidden;
  float: left;
  padding: 0 0.15rem;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  width: 50%;
}
.i-promise li .font h3 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  padding: 0.2rem 0 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-promise li .font p {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.35rem;
}
.i-promise li:nth-of-type(odd) .img {
  float: left;
}
.i-promise li:nth-of-type(odd) .font {
  float: right;
}
.i-promise .i-tel {
  display: block;
  width: 3.38rem;
  height: 0.45rem;
  border-radius: 20px;
  color: #fff;
  background: #339966;
  font-size: 0.2rem;
  line-height: 0.35rem;
  margin: 0.45rem auto;
  line-height: 0.45rem;
}
.i-promise .i-tel:before {
  display: inline-block;
  content: ' ';
  width: 0.36rem;
  height: 0.28rem;
  background: url(../images/i-promeicon.png) no-repeat center;
  background-size: 100%;
  margin: 0 0.15rem 0 0.20rem;
  vertical-align: -0.05rem;
}
.i-advantage {
  background: #f5f5f5;
}
.i-advantage > h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.i-advantage > h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.i-advantage .adte {
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
  padding-bottom: 0.35rem;
}
.i-advantage .adte h3 {
  font-size: 0.24rem;
  padding: 0.35rem 0 0.2rem;
}
.i-advantage .adte p {
  font-size: 0.2rem;
  line-height: 0.35rem;
}
.i-advantage .adtebtn {
  overflow: hidden;
}
.i-advantage .adtebtn li {
  width: 1.6rem;
  height: 0.48rem;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  filter: grayscale(1);
  opacity: 0.4;
}
.i-advantage .adtebtn li:nth-child(1) {
  background-image: url(../images/i-adte1.png);
}
.i-advantage .adtebtn li:nth-child(2) {
  background-image: url(../images/i-adte2.png);
}
.i-advantage .adtebtn li:nth-child(3) {
  background-image: url(../images/i-adte3.png);
}
.i-advantage .adtebtn li:nth-child(4) {
  background-image: url(../images/i-adte4.png);
}
.i-advantage .adtebtn li.on {
  filter: grayscale(0);
  opacity: 01;
}
.i-warranty > h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.i-warranty > h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.i-warranty .swiper-container {
  margin: 0.25rem;
  border: 1px solid #e9e9e9;
}
.i-warranty .swiper-container .swiper-pagination {
  position: initial;
  margin-bottom: 0.4rem;
}
.i-warranty .swiper-container .swiper-pagination-bullet-active {
  background: #339966;
}
.i-warranty .swiper-container img {
  width: auto;
  margin: 0.45rem auto 0.37rem;
}
.i-warranty .swiper-container p {
  font-size: 0.2rem;
  line-height: 0.35rem;
  padding: 0 0.25rem;
  text-align: center;
}
.i-warranty .swiper-container h3 {
  font-size: 0.24rem;
  color: #333;
  text-align: center;
}
.i-warranty .swiper-container h4 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
  font-weight: normal;
  color: #a8a8a8;
  font-size: 0.18rem;
  padding-top: 0.15rem;
}
.i-warranty .swiper-container h4:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.i-warranty .swiper-container a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.35rem;
  width: 1.49rem;
  height: 0.47rem;
  line-height: 0.47rem;
  background: #339966;
  border-radius: 4px;
  margin: 0.4rem auto;
}
.i-about {
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
  background: url(../images/i-abt.jpg) no-repeat center;
}
.i-about > h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
  color: #fff;
}
.i-about > h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.i-about > h3:after {
  background: #fff;
}
.i-about .company {
  background: #fff;
  padding: 0 0.2rem 0.12rem;
  margin-bottom: 0.58rem;
}
.i-about .company h3 {
  font-size: 0.3rem;
  color: #333;
  padding: 0.35rem 0;
  text-align: center;
}
.i-about .company p {
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #666;
  padding-bottom: 0.3rem;
}
.i-about .company h4 {
  border: 1px solid #e9e9e9;
  font-size: 0.24rem;
  color: #333;
  padding: 0.15rem;
  margin-bottom: 0.24rem;
}
.i-about .company h4 span {
  display: block;
  font-weight: normal;
  font-size: 0.2rem;
  line-height: 0.35rem;
  padding-top: 0.1rem;
}
.i-case > h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.i-case > h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.i-case .casebtn {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin-bottom: 0.25rem;
}
.i-case .casebtn ul {
  display: inline-block;
}
.i-case .casebtn li {
  float: left;
  font-size: 0.26rem;
  color: #666;
}
.i-case .casebtn li.on {
  color: #339966;
}
.i-case .casebtn li:after {
  display: inline-block;
  content: "|";
  margin: 0 0.1rem;
  color: #666;
}
.i-case .casebtn li:last-child:after {
  display: none;
}
.i-case .casem {
  background: #f5f5f5;
  overflow: hidden;
  padding: 0.28rem 0.25rem 0.2rem;
}
.i-case .casem ul {
  width: 104%;
}
.i-case .casem li {
  float: left;
  width: 1.89rem;
  height: 1.50rem;
  margin: 0 0.12rem 0.12rem 0;
}
.foot {
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
  margin-bottom: 1.13rem;
}
.foot p {
  font-size: 0.18rem;
  color: #7d7d7d;
  text-align: center;
  margin: 0.25rem 0;
}
.foot .ali {
  background: url(../images/ali-cion.png) no-repeat left 2px;
  background-size: 5%;
  padding-left: 0.35rem;
}
.footnav {
  overflow: hidden;
  width: 100%;
  height: 1.13rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  border-top: 1px solid #e9e9e9;
}
.footnav li {
  float: left;
  width: 25%;
  height: 1.13rem;
  padding-top: 0.76rem;
  text-align: center;
  border-right: 1px solid #e9e9e9;
}
.footnav li:last-child,
.footnav li.on {
  border: 0;
}
.footnav li:nth-child(1) {
  background: url(../images/f-meun1.png) no-repeat center 0.17rem;
  background-size: 33%;
}
.footnav li:nth-child(2) {
  background: url(../images/f-meun2.png) no-repeat center 0.17rem;
  background-size: 30%;
}
.footnav li:nth-child(3) {
  background: url(../images/f-meun3.png) no-repeat center 0.17rem;
  background-size: 30%;
}
.footnav li:nth-child(4) {
  background: url(../images/f-meun4.png) no-repeat center 0.17rem;
  background-size: 30%;
}
.footnav li.on a {
  color: #fff;
}
.footnav li:nth-child(1).on {
  background: #339966 url(../images/f-meunh1.png) no-repeat center 0.17rem;
  background-size: 33%;
}
.footnav li:nth-child(2).on {
  background: #339966 url(../images/f-meunh2.png) no-repeat center 0.17rem;
  background-size: 30%;
}
.footnav li:nth-child(3).on {
  background: #339966 url(../images/f-meunh3.png) no-repeat center 0.17rem;
  background-size: 30%;
}
.footnav li:nth-child(4).on {
  background: #339966 url(../images/f-meunh4.png) no-repeat center 0.17rem;
  background-size: 30%;
}
.footnav li a {
  font-size: 0.2rem;
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
/*about*/
.more {
  width: 100%;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.35rem;
  line-height: 0.75rem;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0px 3px 9px #f3f3f3;
  position: relative;
}
.abt-company h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.abt-company h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.abt-company span {
  font-size: 0.16rem;
  color: #a8a8a8;
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
  margin: 0 0 0.2rem;
  display: block;
}
.abt-company h4 {
  font-size: 0.24rem;
  color: #363636;
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
}
.abt-company h4:after {
  display: block;
  content: ' ';
  width: .82rem;
  height: 0.06rem;
  background: #339966;
  margin: .18rem 0 0.35rem;
}
.abt-company p {
  font-size: 0.2rem;
  line-height: 0.35rem;
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
  margin-bottom: 0.3rem;
}
.abt-history {
  background: #f5f5f5;
  padding: 0.45rem 0.25rem;
}
.abt-history .wrap {
  background: #fff;
}
.abt-history .wrap h3 {
  font-size: 0.24rem;
  color: #333;
  border-bottom: 1px solid #e9e9e9;
  line-height: 0.8rem;
}
.abt-history .wrap .list {
  height: 6.3rem;
  margin: 0.45rem 0;
  position: relative;
}
.abt-history .wrap .list:before {
  display: block;
  content: ' ';
  width: 0.03rem;
  height: 6.3rem;
  background: #339966;
  position: absolute;
  top: 0;
  left: 0.09rem;
}
.abt-history .wrap ul {
  overflow-y: auto;
  height: 100%;
}
.abt-history .wrap li {
  position: relative;
  z-index: 9;
  overflow: hidden;
  margin-bottom: 0.35rem;
}
.abt-history .wrap li span {
  display: block;
  width: 1.16rem;
  float: left;
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #333;
  padding-left: 0.3rem;
  background: url(../images/abt/list-icon.png) no-repeat left center;
  background-size: 22%;
}
.abt-history .wrap li em {
  display: block;
  width: 4.2rem;
  float: right;
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #666;
}
.abt-team {
  background: #f5f5f5;
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
  padding-bottom: 0.35rem;
}
.abt-team > h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.abt-team > h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.abt-team .font {
  background: #fff;
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
  margin-bottom: 0.2rem;
  padding-bottom: 0.6rem;
}
.abt-team .font h3 {
  font-size: 0.24rem;
  color: #333;
  padding: 0.3rem 0 0.1rem;
}
.abt-team .font span {
  display: block;
  font-size: 0.14rem;
  color: #a8a8a8;
}
.abt-team .font p {
  font-size: 0.2rem;
  line-height: 0.35rem;
  padding-top: 0.25rem;
}
.abt-service > h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.abt-service > h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.abt-service ul {
  padding: 0 0.25rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abt-service li {
  float: left;
  width: 2.811rem;
  height: 2.47rem;
  border: 2px solid #e9e9e9;
  position: relative;
  padding: 0.4rem 0.2rem;
  margin-bottom: 0.2rem;
}
.abt-service li:nth-of-type(odd) {
  margin-right: 0.2rem;
}
.abt-service li h3 {
  text-align: center;
  font-size: 0.21rem;
  color: #342f2f;
  padding-bottom: 0.2rem;
}
.abt-service li p {
  text-align: center;
  font-size: 0.16rem;
  color: #342f2f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.abt-service li a {
  display: block;
  width: 1.24rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  font-size: 0.16rem;
  color: #342f2f;
  border: 1px solid #e9e9e9;
  position: absolute;
  bottom: 0.4rem;
  left: 0.8rem;
}
/*在线留言*/
.line {
  background: #f9f9f9;
}
.line h3 {
  font-size: 0.24rem;
  color: #333;
  padding: 0.52rem 0 0.35rem;
  text-align: center;
}
.line .form {
  overflow: hidden;
  width: 100%;
  padding: 0 0.55rem 0.63rem 0.57rem;
}
.line .form input {
  width: 5.26rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border: 1px solid #e9e9e9;
  font-size: 0.2rem;
  margin: 0 auto 0.42rem;
  text-indent: 0.15rem;
  display: block;
}
.line .form textarea {
  width: 5.26rem;
  height: 1.57rem;
  text-indent: 0.15rem;
  border: 1px solid #e9e9e9;
  font-size: 0.2rem;
  margin: 0 auto 0.42rem;
  padding-top: 0.2rem;
}
.line .form .btn {
  width: 1.87rem;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.2rem;
  color: #fff;
  background: #339966;
  margin: 0 auto;
  display: block;
  text-indent: 0;
  text-align: center;
}
/*contact*/
.contact {
  background: #f5f5f5;
  padding: 0.25rem;
}
.contact .font {
  overflow: hidden;
  background: #fff;
  padding: 0 0.28rem 0.55rem;
}
.contact .font img {
  width: auto;
  margin: 0.5rem auto 0.3rem;
}
.contact .font h3 {
  font-size: 0.24rem;
  text-align: center;
  padding-bottom: 0.35rem;
}
.contact .font p {
  font-size: 0.2rem;
  line-height: 0.35rem;
}
.contact .font p span {
  display: ineline-block;
  color: #e91818;
}
.contact #map {
  margin: 0.25rem 0 0;
  width: 100%;
  height: 4.8rem;
}
.contact .font2 {
  overflow: hidden;
  background: #fff;
  padding: 0 0.28rem 0.55rem;
  padding: 0.34rem 0.17rem;
}
.contact .font2 img {
  width: auto;
  margin: 0.5rem auto 0.3rem;
}
.contact .font2 h3 {
  font-size: 0.24rem;
  text-align: center;
  padding-bottom: 0.35rem;
}
.contact .font2 p {
  font-size: 0.2rem;
  line-height: 0.35rem;
}
.contact .font2 p span {
  display: ineline-block;
  color: #e91818;
}
.contact .font2 h3,
.contact .font2 p {
  text-align: left;
}
.contact .font2 h3 {
  padding-bottom: 0.15rem;
}
.contact .font2 p {
  padding-bottom: 0.4rem;
}
.contact .font2 p:last-child {
  padding: 0;
}
/*ensure*/
.process {
  background: #f5f5f5;
}
.process > h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.process > h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
.process > p {
  font-size: 0.2rem;
  line-height: 0.35rem;
  text-align: center;
  color: #333;
  padding: 0 0.25rem;
}
.process ul {
  overflow: hidden;
  padding: 0.35rem 0.25rem;
}
.process li {
  width: 2.95rem;
  height: 5.58rem;
  overflow: hidden;
  float: left;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 0 0.1rem;
  margin-top: -1px;
}
.process li:nth-of-type(odd) {
  border-right: 0;
}
.process li:nth-child(1)，.process li:nth-child(2) {
  margin-top: 0;
}
.process li img {
  width: 2.18rem;
  /*height: 2.18rem;*/
  margin: 0.38rem auto 0.2rem;
}
.process li h3 {
  font-size: 0.24rem;
  color: #333;
  padding-bottom: 0.3rem;
  text-align: center;
}
.process li p {
  font-size: 0.2rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
}
.process .more {
  background: #fff;
}
.service {
  background: #f5f5f5;
}
.service h3 {
  font-size: .3rem;
  color: #363636;
  text-align: center;
  padding-top: .4rem;
}
.service h3:after {
  display: block;
  content: ' ';
  width: .66rem;
  height: 0.02rem;
  background: #339966;
  margin: .18rem auto 0.35rem;
}
/*product*/
.probtn {
  width: 100%;
  overflow: hidden;
  /*height: 0.89rem;*/
  background: #fff;
  margin-bottom: 0.43rem;
}
.probtn ul {
  width: 100%!important;

}
.probtn li {
  width:33%;
  line-height: 0.5rem;
  float: left;
  font-size: 0.20rem;
  color: #333;
  text-align: center;
  border:#CCCCCC 1px solid;
}
.probtn .on {
  background: #00a0e9;
  color: #fff;
  width:125px;
}
.probtn li:nth-child(2) {
  /*width: 34%!important;*/
}
/*product*/
.pdt-pg1 {
  overflow: hidden;
  padding: 0 0.25rem;
  height: 0.82rem;
}
.pdt-pg1 .add {
  float: left;
  padding-left: 0.45rem;
  background: url(../images/addicon.png) no-repeat left center;
  background-size: 10%;
  color: #7d7d7d;
  font-size: 0.2rem;
  line-height: 0.82rem;
}
.pdt-pg1 .back {
  display: block;
  float: right;
  padding-left: 0.4rem;
  background: url(../images/backicon.png) no-repeat left center;
  background-size: 20%;
  color: #7d7d7d;
  font-size: 0.2rem;
  line-height: 0.82rem;
}
.pgt-pg2 {
  background: #f5f5f5;
  overflow: hidden;
}
.pgt-pg2 .if {
  width: 5.9rem;
  background: #fff;
  margin: 0.25rem;
  overflow: hidden;
}
.pgt-pg2 .img {
  width: 5.9rem;
  background: #fff;
  margin: 0.25rem;
  overflow: hidden;
}
.pgt-pg2 .img img {
  margin: 0.45rem;
  border: 1px solid #e9e9e9;
  padding: 0.2rem;
  width: 5rem;
}
.pgt-pg2 .font {
  width: 5.9rem;
  background: #fff;
  /*margin: 0.25rem;*/
  overflow: hidden;
  /*padding: 0.35rem;*/
}
.pgt-pg2 .font table{
width: 100%!important;
}
.pgt-pg2 .font table tr{
width: 100%!important;
}
.pgt-pg2 .font table tr td{
border:1px solid #666;
font-size:0.2rem;
line-height: 0.35rem;
color: #666;
padding:0 0.1rem !important;
}
.pgt-pg2 .font h3 {
  font-size: 0.24rem;
  color: #333;
  padding-bottom: 0.2rem;
}
.pgt-pg2 .font h4 {
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #339966;
  padding-bottom: 0.2rem;
}
.pgt-pg2 .font p {
  font-size: 0.2rem;
  line-height: 0.35rem;
  padding-bottom: 0.2rem;
  color: #666;
}
.pgt-pg2 .font .btn {
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  padding-top: 0.32rem;
}
.pgt-pg2 .font .btn a {
  display: block;
  float: left;
  line-height: 0.62rem;
  font-size: 0.24rem;
  color: #666;
  background: #f3f3f3;
  padding: 0 0.3rem;
}
.pgt-pg2 .font .btn a:nth-child(1) {
  margin-right: 0.2rem;
  background: #339966;
  color: #fff;
  width:100%;
  text-align:center
}
.protab {
  background: #f3f3f3;
  padding: 0 0.25rem;
  overflow: hidden;
}
.protab .btn {
  overflow: hidden;
}
.protab .btn li {
  float: left;
  width: 50%;
  height: 0.62rem;
  line-height: 0.62rem;
  text-align: center;
  font-size: 0.24rem;
  color: #333;
}
.protab .btn li.on {
  background: #339966;
  color: #fff;
}
.protab .prom {
  margin-bottom: 0.25rem;
}
/*solution*/
.slt {
  background: #f3f3f3;
  overflow: hidden;
}
.slt .probtn {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0 0.25rem;
  height: 0.89rem;
  background: #fff;
}
.slt .probtn li {
  width: 33%;
  line-height: 0.89rem;
  height: 0.89rem;
  float: left;
  font-size: 0.26rem;
  color: #333;
  text-align: center;
}
.slt .probtn li:nth-child(2) {
  width: 34%;
}
.slt .probtn li.on {
  background: #00a0e9;
  color: #fff;
}
.slt .sltlist {
  padding: 0.25rem;
  background: #fff;
  margin-top: 0.3rem;
}
.slt .sltlist h3 {
  font-size: 0.24rem;
  padding-top: 0.4rem;
  color: #000;
}
.slt .sltlist span {
  font-size: 0.18rem;
  color: #959595;
  display: block;
}
.slt .sltlist > p {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.35rem;
  overflow: hidden;
}
.slt .sltlist > p:nth-of-type(1) {
  margin: 0.2rem 0;
}
.slt .sltlist > p em {
  display: inline-block;
  font-size: 0.2rem;
  width: 17%;
  float: left;
}
.slt .sltlist > p span {
  display: inline-block;
  /*width: 83%;*/
  /*float: right;*/
}
.slt .sltlist .fonts {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.4rem;
}
.slt .sltlist .fonts .font {
  width: 3.5rem;
}
.slt .sltlist .fonts .font h4 {
  font-size: 0.24rem;
  color: #333;
  padding-bottom: 0.2rem;
}
.slt .sltlist .fonts .font p {
  font-size: 0.18rem;
  color: #666;
  padding-bottom: 0.4rem;
}
.slt .sltlist .fonts a {
  text-align: center;
  display: block;
  width: 1.95rem;
  height: 1.49rem;
  line-height: 1.49rem;
  font-size: 0.24rem;
  color: #FFF;
  background: #00a0e9;
  border-radius: 4px;
}
/*solution2*/
.sltm2 {
  padding: 0.25rem;
  background: #fff;
}
.sltm2 h3 {
  text-align: center;
  font-size: 0.24rem;
  color: #333;
  padding-bottom: 0.4rem;
}
.sltm2 p {
  font-size: 0.18rem;
  color: #636363;
  line-height: 0.4rem;
  padding-bottom: 0.2rem;
}
/*news*/
.news {
  background: #f3f3f3;
}
.news .probtn li.on {
  background: #00a0e9;
  color: #fff;
}
.news .newslist {
  overflow: hidden;
}
.news .newslist li {
  overflow: hidden;
  height: 1.58rem;
  margin-bottom: 0.13rem;
  border: 1px solid #e9e9e9;
  border-right: 0px;
  border-left: 0;
  background: #fff;
}
.news .newslist li .time {
  float: left;
  width: 1.5rem;
  height: 100%;
  border-right: 1px solid #e9e9e9;
}
.news .newslist li .time h3 {
  text-align: center;
  font-size: 0.6rem;
  line-height: 0.5rem;
  color: #8e8e8e;
  padding: 0.35rem 0 0.2rem;
}
.news .newslist li .time p {
  text-align: center;
  color: #8e8e8e;
  font-size: 0.25rem;
}
.news .newslist li .font {
  float: left;
  padding: 0.3rem;
  width: 4.9rem;
  height: 100%;
}
.news .newslist li .font h3 {
  font-size: 0.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0.1rem;
}
.news .newslist li .font p {
  color: #8e8e8e;
  font-size: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .page {
  padding: 0.5rem 0.25rem;
  overflow: hidden;
}
.news .page a {
  width: 1.94rem;
  height: 0.82rem;
  line-height: 0.82rem;
  font-size: 0.34rem;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  float: left;
}
.news .page .num{
   width: 0.94rem;
  color:#000;
  border:1px solid #000;
}
.news .page .active{
   width: 0.94rem;
  background: #00a0e9;
  border:1px solid #000; ;
}
.news .page .prev {
  background: #00a0e9;
}
.news .page .next {
  background: #333;
  float: right;
}
.news .page .select {
  float: left;
  width: 1.54rem;
  border-radius: 6px;
  height: 0.82rem;
  line-height: 0.82rem;
  border: 1px solid #e9e9e9;
  margin: 0 0.23rem 0 0.25rem;
  position: relative;
  overflow: hidden;
}
.news .page .select select {
  float: left;
  font-size: 0.34rem;
  text-indent: 0.1rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
  background: none;
}
.news .page .select span {
  display: block;
  font-size: 0.34rem;
  position: absolute;
  height: 100%;
  right: 0.4rem;
  bottom: 0;
  z-index: 8;
}
/*news-1*/
.news-detail {
  background: #fff;
}
.news-detail h3 {
  text-align: center;
  font-size: 0.3rem;
  color: #333;
  padding: 0.4rem 0.2rem 0.2rem;
  border-bottom: 1px solid #e9e9e9;
}
.news-detail small {
  display: block;
  padding: 0.1rem;
  background: #f5f5f5;
  font-size: 0.18rem;
  margin: 0 0.25rem 0.4rem;
}
.news-detail p {
  padding: 0 10px!important;
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #666;
  margin-bottom: 0.3rem;
}
.news-detail div {
  padding: 0 10px!important;
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #666;
}