﻿@charset "UTF-8";

/*重置样式*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border: border-color;
  -moz-box-sizing: border-box;
  outline: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  vertical-align: middle;
  outline: none;
  border: 0;
}

body {
  font-family: "微软雅黑", "Helvetica", "Arial", "sans-serif";
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  min-width: 1220px;
}

input,
button,
textarea,
select {
  outline: none;
  font-family: inherit;
  border: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

iframe {
  border: none;
  vertical-align: top;
}

:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

em {
  font-style: normal;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}

/*全局样式*/
.container-middle {
  margin: 0 auto;
  width: 1200px;
}

@media (min-width: 1230px) {
  .container-middle {
    width: 1200px;
  }
}

@media (min-width: 1430px) {
  .container-middle {
    width: 1400px;
  }
}

.container {
  margin: 0 auto;
  width: 1200px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-middle:before,
.container-middle:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-middle:after {
  clear: both;
}

.section {
  width: 100%;
  overflow: hidden;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.scrollbar {
  overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: #dcdbdb;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #099cf1;
  border-radius: 10px;
}

.dis-table {
  display: table;
  width: 100%;
  height: 100%;
}

.dis-cell {
  display: table-cell;
  vertical-align: middle;
}

@font-face {
  font-family: 'SYHT';
  src: url('../fonts/SourceHanSansCN-Normal.eot');
  src: url('../fonts/SourceHanSansCN-Normal.OTF') format('otf'), url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'), url('../fonts/SourceHanSansCN-Normal.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/**
 * Swiper 4.3.3
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-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: -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: -webkit-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: -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: -webkit-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: -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: -webkit-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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(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(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*about*/
.sub-banner {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.site-header {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(0, 154, 128, 0.3);
  height: 109px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.site-header .brand {
  display: block;
  float: left;
}

.site-header .logo {
  width: 173px;
  height: 109px;
  position: relative;
  float: left;
}

.site-header .logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.brand-text {
  font-size: 20px;
  color: #009a80;
  font-weight: bold;
  padding-left: 20px;
  line-height: 109px;
  float: left;
}

.site-right {
  float: right;
  padding: 41.5px 0;
  line-height: 25px;
}

.site-tel {
  float: left;
  font-size: 16px;
  color: #009a80;
  padding: 0 20px;
}

.site-icon {
  float: left;
  padding: 0 15px;
  position: relative;
  font-size: 0;
}

.site-icon a {
  margin: 0 5px;
  display: block;
  float: left;
}

.site-icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(136, 136, 136, 0.5);
  margin-top: -7px;
}

/*.site-icon::after{
  content: '';
  position: absolute;
  right: 0;
  top:50%;
  width:1px;
  height: 14px;
  background: rgba(136,136,136,.5);
  margin-top: -7px;
}*/
.share {
  float: left;
}

.share .bdsharebuttonbox a {
  float: left;
  margin: 0 5px;
  padding: 0;
  width: 25px;
  height: 25px;
}

.share .bdsharebuttonbox a.bds_weixin {
  background: url(../images/site_02.png) no-repeat center;
}

.share .bdsharebuttonbox a.bds_tsina {
  background: url(../images/site_03.png) no-repeat center;
}

.site-language {
  float: left;
  position: relative;
  margin-left: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.language {
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  color: #009a80;
  border: 1px solid #009a80;
  border-radius: 12px;
  padding: 0 25px 0 14px;
}

.language::after {
  content: '';
  border-style: solid;
  border-width: 5px 3px;
  border-color: #009a80 transparent transparent transparent;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -2px;
}

.language-list {
  position: absolute;
  right: -5px;
  top: 25px;
  z-index: 3;
  padding: 5px 5px 10px 5px;
  display: none;
}

.language-pad {
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 7px 0;
}

.language-list a {
  display: block;
  padding: 3px 30px;
  line-height: 2;
  color: #757575;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.language-list a:hover {
  color: #009a80;
}

/*导航*/
.header {
  padding: 10px 0 30px;
}

.header .container {
  position: relative;
}

.navbar {
  margin-left: -1px;
}

.navbar a {
  display: block;
  float: left;
  width: 170.5714285714286px;
  height: 47px;
  margin-left: 1px;
  font-size: 16px;
  line-height: 47px;
  text-align: center;
  background: #e3e3e3;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.navbar a:hover,
.navbar a.active {
  background: #009a80;
  color: #fff;
}

.dropdown-menu {
  position: absolute;
  top: 50px;
  left: 171px;
  right: 0;
  z-index: 2;
  background: #e3e3e3;
  padding: 0 20px;
  height: 0;
  overflow: hidden;
}

.dropdown-menu a {
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 44px;
  padding: 0 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.dropdown-menu a:hover,
.dropdown-menu a.active {
  color: #009a80;
}

/*内容*/
.sec-wrap {
  padding-bottom: 60px;
}

.wrap-left {
  float: left;
  width: 246px;
}

.wrap-tit {
  font-size: 30px;
  color: #009a80;
  background: url(../images/wrap_01.png) no-repeat left center;
  padding-left: 26px;
  margin-bottom: 20px;
}

.wrap-menu {
  margin-bottom: 40px;
}

.wrap-menu li {
  border-bottom: 1px solid #d6d6d6;
  background: #efefef;
}

.wrap-menu li:last-child {
  border: none;
}

.wrap-menu .wrap-a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 17px 26px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.wrap-one {
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #efefef;
  z-index: 1;
}

.wrap-one::after {
  content: '';
  width: 16px;
  height: 100%;
  background: url(../images/wrap_02.png) no-repeat right center;
  position: absolute;
  right: 26px;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.wrap-two.on .wrap-one::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wrap-menu li:hover .wrap-one,
.wrap-menu li.active .wrap-one {
  background: #009a80;
}

.wrap-menu li:hover .wrap-one a,
.wrap-menu li.active .wrap-one a {
  color: #fff;
}

.wrap-menu li:hover .wrap-one::after,
.wrap-menu li.active .wrap-one::after {
  opacity: 1;
}

.wrap-drop {
  display: none;
}

.wrap-two.on .wrap-drop {
  display: block;
}

.wrap-pad {
  padding: 10px 26px;
}

.wrap-drop a {
  display: block;
  padding: 7px 0;
  border-bottom: 1px dashed #ccc;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.wrap-drop a:hover,
.wrap-drop a.active {
  color: #009a80;
}

.wrap-drop a:last-child {
  border-bottom: none;
}

.wrap-two .wrap-a {
  margin-right: 42px;
}

.wrap-tig {
  position: absolute;
  width: 42px;
  height: 58px;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.wrap-contact {
  background: #009a80;
  color: #fff;
  padding: 20px 0 15px;
}

.wrap-contact a {
  color: #fff;
}

.wrap-contact .p-item {
  padding: 0 20px;
}

.wrap-contact .p-tit {
  font-size: 16px;
  line-height: 20px;
}

.wrap-contact .p-cont {
  line-height: 24px;
  margin-bottom: 15px;
}

.wrap-contact .p-item::after {
  content: '';
  width: 100%;
 
  display: block;
      border-bottom: 1px solid #3db29e;
    margin-bottom: 20px;
}

.wrap-contact .p-item:last-child::after {
  display: none;
}

.wrap-cont {
  float: right;
  width: 924px;
}

/*面包屑*/
.breadcrumb-box {
  padding-bottom: 8px;
}

.breadcrumb {
  float: right;
  line-height: 42px;
  color: #888;
}

.breadcrumb a {
  color: #888;
  vertical-align: middle;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.breadcrumb img {
  margin-right: 10px;
}

.breadcrumb em {
  display: inline-block;
  width: 17px;
  height: 42px;
  background: url(../images/crumbs_02.png) no-repeat center;
  vertical-align: middle;
}

.breadcrumb a:hover {
  color: #009a80;
}

.breadcrumb a:last-child {
  color: #009a80;
}

/*公司简介*/
.about-box {
  border: 1px solid #e0e0e0;
  padding: 0 40px;
  margin-bottom: 20px;
}

.ets-titl {
  padding: 40px 0 33px;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
  margin-bottom: 40px;
}

.ets-titl h4 {
  font-size: 26px;
}

.ets-titl p {
  color: #888;
  margin-top: 7px;
}

.about-fir img {
  width: 100%;
  margin-bottom: 20px;
}

.about-fir .p-deg {
  color: #888;
  line-height: 32px;
}

.about-fir .p-deg p {
  margin-bottom: 30px;
}

.about-sec {
  padding: 0 0 30px;
}

.about-sec-le {
  float: left;
  width: 248px;
}

.about-sec-pic {
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.about-sec-pic img {
  width: 100%;
  height: 100%;
}

.about-gdzj {
  margin-top: 40px;
  border-top: 1px solid #d3d3d3;
  padding-top: 40px;
}

.about-gdzj .p-tit {
  font-size: 20px;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 1;
}

.about-gdzj .p-tit span {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
}

.about-gdzj .p-tit::before {
  content: '';
  width: 100%;
  height: 4px;
  background: #d3d3d3;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: -1;
}

.gdzj-tabs {
  margin-left: -4px;
  margin-top: 20px;
}

.gdzj-tabs li {
  width: 122px;
  height: 168px;
  float: left;
  margin-left: 4px;
  margin-bottom: 4px;
}

.gdzj-tabs li a {
  display: block;
  overflow: hidden;
}

.gdzj-tabs li img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.gdzj-tabs li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.about-sec-ri {
  float: right;
  width: 555px;
}

.about-sec-ri .p-tit {
  font-size: 20px;
}

.about-sec-ri .p-cont {
  line-height: 30px;
  color: #888;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.unit-box {
  position: relative;
  padding-bottom: 42px;
}

#unitSlide .swiper-slide {
  width: 267px;
  height: 174px;
}

#unitSlide .p-cont {
  border: 1px solid #d3d3d3;
  text-align: center;
  padding: 25px 15px;
}

#unitSlide .p-pic {
  width: 92px;
  height: 92px;
  margin: 0 auto;
}

#unitSlide .p-pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#unitSlide .p-tit {
  margin-top: 9px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#unitSlide .p-cont:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#unitSlide .p-cont:hover .p-tit {
  color: #009a80;
}

.unit-box .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 36px;
  margin-top: 33px;
}

.unit-box .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e3e3e3;
  margin: 0 5px;
  opacity: 1;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.unit-box .swiper-pagination-bullet-active {
  background: #009a80;
}

.swiper-prev,
.swiper-next {
  position: absolute;
  bottom: 42px;
  width: 28px;
  height: 36px;
  background: url(../images/left.png) no-repeat center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.swiper-prev {
  left: 0;
}

.swiper-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-prev:hover,
.swiper-next:hover {
  background-image: url(../images/left_02.png);
}

/*footer*/
.footer {
  width: 100%;
  background: #333333;
  color: #bbbbbb;
  padding: 22px 0;
  overflow-y: visible;
}

.footer p {
  margin: 6px 0;
}

.footer .ctmon {
  margin-left: 10px;
}

.footer-friend {
  margin-top: 8px;
  position: relative;
}

.footer-tig {
  color: #e3e3e3;
  line-height: 30px;
  border: 1px solid #666;
  padding: 0 20px;
  width: 176px;
  height: 32px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer-tig::after {
  content: '';
  border-style: solid;
  border-width: 5px 3px;
  border-color: #929292 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer-tig:hover {
  border-color: #009a80;
  color: #009a80;
}

.footer-tig:hover::after {
  border-color: #009a80 transparent transparent transparent;
}

.footer-list {
  position: absolute;
  right: 0;
  bottom: 32px;
  border: 1px solid #666;
  min-width: 100%;
  z-index: 10;
  display: none;
  background: rgba(51, 51, 51, 0.8);
}

.footer-list a {
  display: block;
  padding: 5px 20px;
}

.footer a {
  color: #bbb;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer a:hover {
  color: #f5f5f5;
}

.footer-list a:hover {
  color: #009a80;
}

/*客服*/
.kf {
  transition: .8s;
  -o-transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
  z-index: 999999;
  background-color: #fff;
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 62px;
  border-radius: 5px;
  display: none;
}

.kf span {
  z-index: 1000001;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  border-bottom: 1px solid #e3e3e3;
  background: url(../images/kefu_j.png) no-repeat center #fff;
}

.kf span:hover {
  background-color: #009a80;
}

.kf .zx {
  border-radius: 5px 5px 0 0;
  background-position: 0 0;
}

.kf .zx:hover {
  background-position: 0 -62px;
}

.kf .freetel {
  background-position: -62px 0;
}

.kf .freetel:hover {
  background-position: -62px -62px;
}

.kf .act {
  background-position: -402px 0;
}

.kf .act:hover {
  background-position: -402px -62px;
}

.kf .zxlya {
  background-position: -124px 0;
}

.kf .zxlya:hover {
  background-position: -124px -62px;
}

.kf .back_top {
  border-radius: 0 0 5px 5px;
  border: none;
  background-position: -248px 0;
}

.kf .back_top:hover {
  background-position: -248px -62px;
}

.kf span div {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 75px;
  padding: 20px;
  font-size: 14px;
  color: #f4474c;
  bottom: 2px;
}

.kf span div input {
  text-indent: .5em;
  display: block;
  margin: 15px 0;
  line-height: 28px;
  color: #696969;
  font-size: 12px;
  width: 140px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  height: 28px;
}

.kf span div a {
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition: .5s;
  display: block;
  background: #d7000f;
  border-radius: 2px;
  color: #fff;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  width: 79px;
  height: 26px;
}

.kf span div a:hover {
  background: #d7000f;
}

.kfimgr {
  position: absolute;
  bottom: 23px;
  right: -9px;
}

.kf span div i {
  display: block;
  position: absolute;
  width: 15px;
  height: 200px;
  right: -15px;
  top: 0;
}

.kf .zx div,
.kf .freetel div,
.kf .zxlya div,
.kf span:nth-child(4) div {
  text-align: center;
  min-width: 148px;
  font-size: 14px;
  color: #666;
}

.kf span:nth-child(4) div {
  white-space: nowrap;
}

.kf a {
  display: block;
  height: 61px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.kf span div,
.kf {
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}

.nav_center div,
.index_nav_center div,
.shou,
.zhan {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
  z-index: 1000000;
  cursor: pointer;
  width: 30px;
  height: 40px;
  top: 50%;
  margin-top: -15px;
  border-radius: 5px 0 0 5px;
  right: 62px;
  background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;
  position: absolute;
}

.shou.on {
  background-position: -310px -40px;
}

/*核心技术*/
.techno-fir {
  border: 1px solid #e0e0e0;
  background: #f2f3f3;
  padding: 0 40px;
  margin-bottom: 20px;
}

.techno-fir .p-des {
  line-height: 24px;
  color: #888;
}

.techno-fir-box {
  padding: 30px 0 36px;
  margin-left: -87px;
}

.techno-fir-box .p-item {
  float: left;
  width: 145px;
  margin-left: 87px;
}

.techno-fir-box .p-pic {
  width: 145px;
  height: 145px;
  overflow: hidden;
  border-radius: 50%;
}

.techno-fir-box .p-pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.techno-fir-box .p-pic img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.techno-fir-box .p-tit {
  color: #888;
  margin-top: 12px;
}

.techno-fir-bor {
  position: relative;
  z-index: 1;
}

.techno-fir-bor::before {
  content: '';
  position: absolute;
  left: 0;
  right: 4px;
  top: 100px;
  height: 4px;
  background: #14968e;
  z-index: -1;
}

.techno-sec {
  border: 1px solid #e0e0e0;
  padding: 0 40px;
  margin-bottom: 20px;
}

.techno-sec .p-article {
  color: #888;
  line-height: 24px;
}

.techno-sec-box {
  padding: 35px 0 30px;
}

.techno-sec-box .p-item {
  margin-bottom: 10px;
}

.techno-sec-box .it-1 .p-pic {
  float: left;
}

.techno-sec-box .it-2 .p-pic {
  float: right;
}

.techno-sec-box .it-1 .p-cont {
  float: right;
  padding: 15px 60px 15px 90px;
}

.techno-sec-box .it-2 .p-cont {
  float: left;
  padding: 15px 90px 15px 60px;
}

.techno-sec-box .p-pic {
  border: 1px solid #c6c6c6;
  width: 416px;
  height: 260px;
  overflow: hidden;
}

.techno-sec-box .p-pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.techno-sec-box .p-pic img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.techno-sec-box .p-cont {
  width: 416px;
  height: 260px;
  background: #009a80;
  color: #fff;
  position: relative;
}

.techno-sec-box .p-icon {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  background: url(../images/techno_02.png) no-repeat center;
}

.techno-sec-box .it-1 .p-icon {
  left: 30px;
}

.techno-sec-box .it-2 .p-icon {
  right: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.techno-sec-box .p-des {
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 260px;
}

.techno-sec-box .p-cont::before {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -1px;
}

.techno-thr {
  border: 1px solid #e0e0e0;
  background: #f2f3f3;
  padding: 0 40px;
}

.techno-thr-box {
  padding-bottom: 10px;
}

.techno-thr-box .p-item {
  background: #ffffff;
  min-height: 70px;
  margin-bottom: 30px;
}

.techno-thr-box .p-num {
  width: 70px;
  height: 70px;
  background: #009179;
  color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  float: left;
}

.techno-thr-box .p-cont {
  margin: 0 70px;
  line-height: 24px;
  color: #888;
  padding: 10px 78px;
}

.techno-thr-box .it-2 .p-num {
  float: right;
  background: #f49c34;
}

.techno-thr-box .it-3 .p-num {
  background: #dd3352;
}

.techno-fou {
  border: 1px solid #e0e0e0;
  padding: 0 40px;
}

.techno-fou-box {
  margin-left: -54px;
}

.techno-fou-box .p-item {
  width: 394px;
  margin-left: 54px;
  height: 130px;
  border: 1px solid #d9d9d9;
  margin-bottom: 50px;
  float: left;
  position: relative;
}

.techno-fou-box .p-num {
  width: 102px;
  height: 128px;
  background: #14968e;
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 128px;
}

.techno-fou-box .p-cont {
  padding: 34px 41px;
  color: #888;
  line-height: 24px;
}

.techno-fou-box .p-item::after {
  content: '';
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #14968e;
  position: absolute;
}

.techno-fou-box .it-le .p-num {
  float: left;
}

.techno-fou-box .it-le .p-cont {
  margin-left: 102px;
}

.techno-fou-box .it-ri .p-num {
  float: right;
}

.techno-fou-box .it-ri .p-cont {
  margin-right: 102px;
}

.techno-fou-box .it-2 .p-num {
  background: #f39c34;
}

.techno-fou-box .it-3 .p-num {
  background: #f39c34;
}

.techno-fou-box .it-1::after {
  bottom: -21px;
  right: -21px;
}

.techno-fou-box .it-2::after {
  bottom: -21px;
  left: -21px;
  background: #f39c34;
}

.techno-fou-box .it-3::after {
  top: -21px;
  right: -21px;
  background: #f39c34;
}

.techno-fou-box .it-4::after {
  top: -21px;
  left: -21px;
}

/*公司架构*/
.struc-fir {
  border: 1px solid #e0e0e0;
  padding: 0 40px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.struc-fir .p-article {
  line-height: 32px;
  color: #888;
}

.struc-fir img {
  margin-top: 30px;
}

.struc-sec-tit {
  font-size: 26px;
  padding: 40px 0;
  text-align: center;
}

.history-item {
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.history-item::before {
  content: '';
  width: 3px;
  background: rgba(0, 145, 121, 0.2);
  position: absolute;
  left: 51px;
  top: 105px;
  bottom: 0;
  z-index: -1;
}

.history-item:last-child::before {
  display: none;
}

.history-dot {
  float: left;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: rgba(0, 145, 121, 0.2);
  padding: 10px;
  text-align: center;
}

.history-dot .p-dot {
  width: 100%;
  height: 100%;
  background: #009179;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  border-radius: 50%;
  padding: 15px 0;
}

.history-dot hr {
  border: none;
  background: #fff;
  width: 42px;
  height: 2px;
  margin: 0 auto;
}

.history-cont {
  width: 765px;
  float: right;
  background: #f4f4f4;
  border-left: 3px solid rgba(0, 145, 121, 0.5);
  border-bottom: 3px solid rgba(0, 145, 121, 0.5);
  line-height: 28px;
  color: #666;
  padding: 33px 40px;
  position: relative;
}

.history-cont::before {
  content: '';
  border-style: solid;
  border-width: 11px 15px;
  border-color: transparent rgba(0, 145, 121, 0.5) transparent transparent;
  position: absolute;
  left: -33px;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
}

.history-cont::after {
  content: '';
  border-style: solid;
  border-width: 11px 15px;
  border-color: transparent #f4f4f4 transparent transparent;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -11px;
  z-index: 2;
}

.history-item.color-1 .history-dot,
.history-item.color-1::before {
  background: rgba(0, 145, 121, 0.2);
}

.history-item.color-1 .history-dot .p-dot {
  background: #009179;
}

.history-item.color-1 .history-cont {
  border-color: rgba(0, 145, 121, 0.5);
}

.history-item.color-1 .history-cont::before {
  border-color: transparent rgba(0, 145, 121, 0.5) transparent transparent;
}

.history-item.color-2 .history-dot,
.history-item.color-2::before {
  background: rgba(130, 193, 72, 0.2);
}

.history-item.color-2 .history-dot .p-dot {
  background: #82c148;
}

.history-item.color-2 .history-cont {
  border-color: rgba(130, 193, 72, 0.5);
}

.history-item.color-2 .history-cont::before {
  border-color: transparent rgba(130, 193, 72, 0.5) transparent transparent;
}

.history-item.color-3 .history-dot,
.history-item.color-3::before {
  background: rgba(3, 155, 158, 0.2);
}

.history-item.color-3 .history-dot .p-dot {
  background: #039b9e;
}

.history-item.color-3 .history-cont {
  border-color: rgba(3, 155, 158, 0.5);
}

.history-item.color-3 .history-cont::before {
  border-color: transparent rgba(3, 155, 158, 0.5) transparent transparent;
}

.history-item.color-4 .history-dot,
.history-item.color-4::before {
  background: rgba(73, 164, 218, 0.2);
}

.history-item.color-4 .history-dot .p-dot {
  background: #49a4da;
}

.history-item.color-4 .history-cont {
  border-color: rgba(73, 164, 218, 0.5);
}

.history-item.color-4 .history-cont::before {
  border-color: transparent rgba(73, 164, 218, 0.5) transparent transparent;
}

.history-item.color-5 .history-dot,
.history-item.color-5::before {
  background: rgba(0, 163, 110, 0.2);
}

.history-item.color-5 .history-dot .p-dot {
  background: #00a36e;
}

.history-item.color-5 .history-cont {
  border-color: rgba(0, 163, 110, 0.5);
}

.history-item.color-5 .history-cont::before {
  border-color: transparent rgba(0, 163, 110, 0.5) transparent transparent;
}

.strue-thr {
  line-height: 30px;
  color: #888;
  padding: 30px 40px;
  border: 1px solid #e0e0e0;
  margin-top: 30px;
}

/*企业资质*/
.honey-fir {
  border: 1px solid #e0e0e0;
  padding: 0 40px;
}

.honey-box {
  margin-left: -20px;
}

.honey-item {
  width: 411px;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 55px;
  cursor: pointer;
}

.honey-item .p-pic {
  width: 100%;
  height: 397px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.honey-item .p-pic img {
  width: 100%;
  height: 100%;
}

.honey-item .p-tit {
  font-size: 16px;
  color: #fff;
  line-height: 55px;
  padding: 0 15px;
  background: #009a80;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.honey-item:hover .p-tit {
  background: #e9c500;
  padding: 20px 0;
}

.honey-item .p-tit:after {
  content: '';
  border-style: solid;
  border-width: 9px 7px;
  border-color: transparent transparent #e9c500 transparent;
  position: absolute;
  right: 50%;
  top: -18px;
  margin-left: -7px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.honey-item:hover .p-tit:after {
  opacity: 1;
}

/*图片放大*/
#darkbox {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8) no-repeat none 50%;
  background-size: contain;
  -webkit-box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
}

#darkbox.on {
  opacity: 1;
  visibility: visible;
  height: 90% !important;
  width: 90% !important;
  left: 5% !important;
  top: 5% !important;
}

#darkbox_prev,
#darkbox_next {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#darkbox_prev {
  left: -2px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#darkbox_next {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -2px;
}

#darkbox_prev:hover,
#darkbox_next:hover {
  border-color: #fca61f;
}

#darkbox-description {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 18px;
  bottom: 5px;
  text-align: right;
  text-shadow: 0 1px 1px #000;
}

#darkbox:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  content: "";
  color: #fff;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center transparent;
}

.pagination {
  text-align: right;
  margin: 10px 0 40px;
}

.pagination a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #666;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0 3px;
}

.pagination .frist {
  display: none;
}

.pagination a.page-prev,
.pagination a.page-next {
  text-indent: 999999px;
}

.pagination a.page-prev {
  background: url(../images/left_03.png) no-repeat center;
}

.pagination a.page-next {
  background: url(../images/right_01.png) no-repeat center;
}

.pagination a:hover,
.pagination a.on {
  background: #009a80;
  color: #fff;
  border-color: #009a80;
}

.pagination a.page-prev:hover {
  background: url(../images/left_04.png) no-repeat center #009a80;
}

.pagination a.page-next:hover {
  background: url(../images/right_02.png) no-repeat center #009a80;
}

/*成功案例*/
.case-box {
  margin-left: -20px;
}

.case-item {
  float: left;
  width: 411px;
  height: 317px;
  margin-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.case-item .p-pic {
  width: 100%;
  height: 317px;
  -webkit-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  transform: translateY(-27px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.case-item .p-tit {
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  width: 100%;
  background: #009a80;
  color: #fff;
  padding: 0 15px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  _zoom: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.case-item .p-mark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(233, 197, 0, 0.9);
  color: #fff;
  padding: 15px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}

.case-item .p-mark::after {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.case-item .p-des {
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.case-item .p-icon {
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../images/right_03.png) no-repeat center;
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.case-item:hover .p-tit {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.case-item:hover .p-mark {
  opacity: 1;
}

.case-item:hover .p-icon,
.case-item:hover .p-des {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.case-item:hover .p-pic {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*产品*/
.product-fir {
  border: 1px solid #e0e0e0;
  background: #f2f3f3;
  padding: 0 40px;
}

.product-de-fir {
  margin-bottom: 10px;
}

.detail-search {
  float: left;
  width: 717px;
  height: 77px;
  border: 1px solid #e3e3e3;
  position: relative;
}

.detail-search .sea-text {
  width: 645px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  color: #888;
  font-size: 14px;
  padding-left: 20px;
}

.detail-search .sea-butt {
  width: 70px;
  height: 75px;
  background: url(../images/search.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.detail-search .sea-butt:hover {
  opacity: .6;
}

.btn-fwcx {
  display: block;
  float: right;
  width: 206px;
  height: 77px;
  background: #e3e3e3;
  text-align: center;
  line-height: 77px;
  font-size: 26px;
  color: #000;
}

.btn-fwcx img {
  margin-right: 10px;
}

.pro-det-le {
  float: left;
  width: 526px;
}

/*图片放大镜样式*/
.spec-preview {
  width: 526px;
  height: 406px;
}

.jqzoom {
  float: left;
  position: relative;
  cursor: pointer;
  display: block;
  width: 526px;
  border: 1px solid #dcdcdc;
  height: 406px;
  overflow: hidden;
}

.jqzoom img {
  width: 100%;
  height: 100%;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 365px;
  height: 300px;
  background: #ffffff;
  display: none;
  text-align: center;
  overflow: hidden;
  border: 1px solid #ECECEC;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}

/*图片小图预览列表*/
.spec-scroll {
  width: 100%;
  height: 127px;
  margin-top: 10px;
}

.spec-scroll .prev,
.spec-scroll .next {
  width: 22px;
  height: 108px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.spec-scroll .prev {
  float: left;
  background: url(../images/left_05.png) no-repeat center;
}

.spec-scroll .next {
  float: right;
  background: url(../images/left_05.png) no-repeat center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spec-scroll .prev:hover,
.spec-scroll .next:hover {
  background-image: url(../images/left_06.png);
  background-color: #009a80;
  border-color: #009a80;
}

.spec-scroll .items {
  margin: 0 40px;
  position: relative;
  height: 108px;
  overflow: hidden;
}

.spec-scroll #itemsUl {
  position: absolute;
  width: 999999px;
  height: 108px;
}

#itemsUl li {
  float: left;
  width: 140px;
  height: 108px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

#itemsUl li img {
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 100%;
}

#itemsUl li.hover img,
#itemsUl li:hover img {
  border: 1px solid #d7000f;
}

.pro-det-ri {
  float: right;
  width: 275px;
}

.pro-det-tit {
  padding: 16px 30px;
  background: #009a80;
  color: #fff;
}

.pro-det-tit .p-tit {
  font-size: 20px;
  line-height: 27px;
}

.pro-det-tit .p-sub {
  font-size: 16px;
  line-height: 30px;
}

.pro-det-des {
  color: #888;
  line-height: 30px;
  height: 378px;
  margin-bottom: 20px;
  overflow-y: auto;
}

.pro-det-des b {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.pro-det-des .p-des {
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}

.pro-det-des .p-des:last-child {
  border: none;
}

.p-share {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.p-share .bdsharebuttonbox {
  float: left;
}

.p-share .bdsharebuttonbox a {
  width: 30px;
  height: 30px;
  border: 1px solid #888;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.p-share .bdsharebuttonbox a:hover {
  border-color: #009a80;
}

.p-share .bdsharebuttonbox .bds_weixin {
  background: url(../images/weixin.png) no-repeat center;
}

.p-share .bdsharebuttonbox .bds_weixin:hover {
  background: url(../images/weixin02.png) no-repeat center #009a80;
}

.p-share .bdsharebuttonbox .bds_tsina {
  background: url(../images/weibo.png) no-repeat center;
}

.p-share .bdsharebuttonbox .bds_tsina:hover {
  background: url(../images/weibo02.png) no-repeat center #009a80;
}

.p-share .bdsharebuttonbox .a_zhihu {
  background: url(../images/zhihu.png) no-repeat center;
}

.p-share .bdsharebuttonbox .a_zhihu:hover {
  background: url(../images/zhihu02.png) no-repeat center #009a80;
}

.p-share .bdsharebuttonbox .bds_qzone {
  background: url(../images/qqkj.png) no-repeat center;
}

.p-share .bdsharebuttonbox .bds_qzone:hover {
  background: url(../images/qqkj02.png) no-repeat center #009a80;
}

.p-share .tip {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  float: left;
}

.por-det-fir {
  padding-bottom: 40px;
}

.pro-det-sec {
  border-top: 1px solid #ccc;
}

.pro-tabs {
  padding: 20px 0;
}

.pro-tabs li {
  margin-right: 3px;
  float: left;
}

.pro-tabs a {
  display: block;
  padding: 0 20px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #e9c500;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.pro-tabs li.active a,
.pro-tabs li:hover a {
  background: #009a80;
}

.pro-feature {
  line-height: 28px;
  color: #888;
}

.pro-feature .p-tit {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin: 3px 0 6px;
}

.pro-det-page {
  margin: 32px 0 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 53px;
  text-align: center;
  height: 53px;
  position: relative;
}

.pro-det-page a {
  color: #888;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.pro-det-page .back {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 20px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.pro-det-page a:hover {
  color: #009a80;
}

.det-page {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  _zoom: 1;
  max-width: 300px;
}

.det-page.pull-left {
  padding-left: 20px;
  background: url(../images/left_07.png) no-repeat left center;
}

.det-page.pull-right {
  padding-right: 20px;
  background: url(../images/right_04.png) no-repeat right center;
}

.det-page.pull-left:hover {
  background-image: url(../images/left_08.png);
}

.det-page.pull-right:hover {
  background-image: url(../images/right_05.png);
}

.xgcp-box {
  margin-left: -20px;
}

.xgcp-box .case-item {
  width: 294px;
  height: 282px;
  position: relative;
}

.xgcp-box .case-item .p-pic {
  height: 282px;
}

.xgcp-box .case-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 55px;
  right: 0;
  border: 1px solid #ccc;
  border-bottom: none;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.xgcp-box .case-item:hover::after {
  opacity: 0;
}

.pro-xgcp .ets-titl {
  border: none;
}

/*contact*/
.sec-contact {
  padding-bottom: 60px;
}

.contact-tit {
  float: left;
  width: 210px;
  text-align: right;
  font-size: 26px;
  color: #009a80;
  line-height: 60px;
  border-top: 1px solid #009a80;
  border-bottom: 1px solid #009a80;
  margin-top: 13px;
}

.contact-fir .breadcrumb-box {
  padding-bottom: 28px;
  border-bottom: 1px solid #009a80;
  width: 787px;
  float: right;
}

.contact-ewm {
  float: left;
  padding-left: 40px;
}

.contact-ewm img {
  width: 145px;
  height: 145px;
}

.contact-sec {
  margin: 40px 0;
}

.contact-sec li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 24px 0 37px;
  border-left: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.contact-sec li:first-child {
  border-left: none;
}

.contact-sec .p-icon {
  height: 70px;
}

.contact-sec .p-icon img {
  height: 100%;
}

.contact-sec .p-tit {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.contact-sec .p-des,
.contact-sec .p-des a {
  color: #888;
}

.contact-sec li:hover {
  -webkit-box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.13);
  border-color: transparent;
}

.contact-sec li:hover+li {
  border-left-color: transparent;
}

.contact-sec li:hover .p-tit {
  color: #009a80;
}

.contact-map {
  float: left;
  width: 900px;
  height: 505px;
  overflow: hidden;
}

.map-info {
  float: right;
  width: 300px;
  height: 505px;
  background: #009a80;
  color: #fff;
  padding: 30px;
  text-align: center;
}

.map-info .p-cont {
  line-height: 30px;
}

.map-info .p-tit {
  font-size: 20px;
}

.map-info .p-des {
  font-size: 16px;
}

.map-info .p-hr {
  width: 15px;
  height: 3px;
  background: #fff;
  margin: 32px auto;
}

.map-info .p-icon {
  margin: 8px auto 13px auto;
}

.map-info .p-icon img {
  display: block;
  margin: 0 auto;
}

.contact-fiv {
  padding-top: 27px;
}

.contact-comp {
  margin-left: -20px;
  margin-top: 20px;
}

.contact-comp li {
  float: left;
  width: 590px;
  height: 263px;
  background: #ececec;
  padding: 0 42px;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.contact-comp li:hover {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.contact-comp .p-cont {
  padding: 26px 0;
  color: #888;
}

.contact-comp .p-tit {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #cbcbcb;
  padding: 30px 0;
}

.contact-comp .p-type {
  font-size: 20px;
}

.contact-comp .p-des {
  font-size: 16px;
}

.contact-comp .p-item {
  line-height: 26px;
  margin-bottom: 10px;
}

.contact-mesg {
  padding-top: 20px;
}

.form-row {
  margin-left: -20px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
  height: 54px;
  width: 386px;
  margin-left: 20px;
  float: left;
}

.form-group .boxline {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.form-group input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #666;
  width: 100%;
  height: 54px;
  line-height: 48px;
  padding: 0 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.form-group.form-area {
  width: 1200px;
  height: 260px;
}

.form-group textarea {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #666;
  width: 100%;
  height: 272px;
  line-height: 24px;
  padding: 15px 20px;
  resize: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.form-group .boxline::before,
.form-group .boxline::after {
  content: '';
  position: absolute;
  z-index: 5;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  border-style: solid;
  border-color: #009a80;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.form-group .boxline::before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  left: 0;
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.form-group .boxline::after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  left: -1px;
  top: 0;
}

.form-group input:focus+.boxline::before,
.form-group textarea:focus+.boxline::before {
  width: 100%;
}

.form-group input:focus+.boxline::after,
.form-group textarea:focus+.boxline::after {
  height: 100%;
}

.form-group input:focus,
.form-group textarea:focus {
  color: #009a80;
}

.form-btn {
  text-align: center;
  margin-top: 10px;
}

.btn-submit {
  display: inline-block;
  font-size: 14px;
  font-weight: lighter;
  line-height: 48px;
  padding: 0 42px;
  border-radius: 23px;
  background: #009a80;
  color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.btn-submit span {
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-submit::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/right_03.png) no-repeat center;
  position: absolute;
  left: -100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-submit:hover>span {
  -webkit-transform: translateX(300%);
  -ms-transform: translateX(300%);
  transform: translateX(300%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.btn-submit:hover::before {
  left: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/*news*/
.news-box {
  margin-top: -40px;
  margin-bottom: 30px;
}

.news-item {
  display: block;
  padding: 33px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.news-item .p-pic {
  float: left;
  width: 348px;
  height: 232px;
  overflow: hidden;
  margin: 7px 0;
}

.news-item .p-pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.news-item .p-cont {
  margin-left: 386px;
}

.news-item .p-tit {
  font-size: 20px;
  line-height: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*white-space: nowrap;
  overflow: hidden;*/
  _zoom: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.news-item .p-time {
  color: #888;
}

.news-item .p-des {
  line-height: 30px;
  color: #888;
  margin: 16px 0 43px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.btn-more {
  display: inline-block;
  line-height: 40px;
  color: #666;
  padding: 0 57px 0 40px;
  background: url(../images/right_03h.png) no-repeat right 40px center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.news-item:hover .btn-more {
  color: #fff;
  background: url(../images/right_03.png) no-repeat right 40px center #009a80;
}

.news-item:hover .p-pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-item:hover .p-tit {
  color: #009a80;
}

/*news-deatil*/
.news-title {
  font-size: 20px;
  line-height: 34px;
}

.news-det-fir {
  color: #888;
}

.news-detail-cont {
  padding: 30px 0;
}

.news-detail-cont img {
  max-width: 100%;
}

.news-detail-cont p {
  line-height: 30px;
  color: #888;
}

.news-detail .pro-det-page {
  margin: 20px 0 40px;
}

.news-detail iframe {
  max-width: 100%;
}

/*招商加盟*/
.join-bor {
  border: 1px solid #e0e0e0;
  padding: 0 40px 40px 40px;
}

.jmlc-item {
  width: 25%;
  height: 180px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  text-align: center;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.jmlc-item .p-num {
  font-size: 106px;
  line-height: 80px;
  color: #666565;
  opacity: 0.1;
  position: absolute;
  bottom: -40px;
  left: -12%;
  z-index: -1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.join-fir .jmlc-item:first-child {
  border-left: 1px solid #cfcfcf;
}

.jmlc-item .p-cont {
  line-height: 24px;
  color: #666;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.jmlc-tit {
  width: 75%;
  height: 180px;
  float: left;
  border-right: 1px solid #cfcfcf;
  text-align: right;
}

.jmlc-tit h3 {
  display: inline-block;
  text-align: left;
  font-size: 26px;
  line-height: 60px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  width: 208px;
  margin-top: 58px;
}

.jmlc-item:hover {
  background: #009a80;
  border-color: #009a80;
}

.jmlc-item:hover .p-cont {
  color: #fff;
}

.jmlc-item:hover .p-num {
  color: #fff;
}

.joinzc-bor {
  border: 1px solid #e0e0e0;
  padding: 40px 40px 20px 0;
  margin-top: 40px;
}

.joinzc-list {
  margin-top: 30px;
}

.joinzc-tit {
  font-size: 26px;
  line-height: 60px;
  border-top: 1px solid #d8d7d7;
  border-bottom: 1px solid #d8d7d7;
  width: 208px;
  text-align: right;
}

.joinzc-item {
  background: #efefef;
  margin-bottom: 20px;
  position: relative;
  min-height: 80px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.joinzc-item .p-tit {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  padding: 17px 0;
  background: #fff;
  width: 210px;
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.joinzc-item .p-cont {
  background: transparent;
  padding: 10px 40px 10px 30px;
  margin-left: 210px;
  color: #888;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.joinzc-item li {
  line-height: 30px;
  position: relative;
  padding-left: 10px;
}

.joinzc-item li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #888;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.joinzc-item:hover {
  background: #009a80;
}

.joinzc-item:hover .p-cont {
  color: #fff;
}

.joinzc-item:hover li::before {
  background: #fff;
}

.joinzc-item:hover .p-tit {
  color: #009a80;
}

/*home*/
.home-page .header {
  padding: 2px 0 0 0;
}

.home-page .site-header {
  background: transparent;
}

/*修改了选择器
 #homeSlide .swiper-slide a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 800px;
} 
*/
#homeSlide .swiper-slide {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 800px;
}

.banner-cont {
  text-align: center;
  margin-top: 218px;
}

.banner-cont h3 {
  font-size: 50px;
  font-family: 'SYHT';
  color: #009a80;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.banner-hr {
  width: 40px;
  height: 3px;
  background: #009a80;
  margin: 20px auto 15px auto;
}

.banner-text {
  font-size: 20px;
  color: #009a80;
  font-family: 'SYHT';
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.banner-en {
  color: #009a80;
  margin-top: 5px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

#homeSlide .swiper-slide-active .banner-cont h3,
#homeSlide .swiper-slide-active .banner-text,
#homeSlide .swiper-slide-active .banner-en {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#homeSlide .banner-pagination {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
  width: 100%;
  text-align: center;
}

#homeSlide .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#homeSlide .swiper-pagination-bullet-active {
  background: #009a80;
}

.sec-home-news .container {
  background: #009a80;
}

.h-news-le {
  width: 218px;
  height: 77px;
  text-align: center;
  line-height: 77px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 26px;
  color: #fff;
  float: left;
}

.h-news-le img {
  margin-right: 10px;
}

.h-news-list {
  float: left;
  width: 776px;
  height: 77px;
  padding: 26px 30px;
}

#homeNews {
  height: 25px;
  width: 100%;
}

.h-news-cont {
  display: block;
  line-height: 25px;
  color: #fff;
}

.h-news-cont .p-time {
  float: right;
}

.h-news-cont .p-tit {
  margin-right: 90px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  _zoom: 1;
}

.home-tit-head {
  margin: 60px 0 40px;
}

.home-title {
  font-size: 26px;
  color: #009a80;
  float: left;
}

.btn-more02 {
  float: right;
  line-height: 25px;
  padding: 0 20px;
  border: 1px solid #d1d1d1;
  color: #666;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.btn-more02:hover {
  color: #009a80;
  border-color: #009a80;
}

.h-solut {
  margin: 0 -10px;
}

.h-solut .p-col {
  width: 25%;
  padding: 0 10px;
  float: left;
}

.solut-item {
  display: block;
  width: 100%;
  height: 252px;
  background: #e3e3e3;
  padding: 40px;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.solut-item .p-head {
  font-size: 18px;
  color: #000;
  line-height: 42px;
  padding-bottom: 17px;
  border-bottom: 1px solid #b8b8b8;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  _zoom: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.solut-item .p-head img {
  margin-right: 10px;
}

.solut-item .p-cont {
  line-height: 26px;
  color: #666;
  padding-top: 14px;
  max-height: 92px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.solut-item .p-more {
  width: 38px;
  height: 8px;
  background: url(../images/home_07.png) no-repeat center;
  opacity: 0;
  position: absolute;
  right: 40px;
  bottom: 40px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.solut-item:hover {
  background: #009a80;
}

.solut-item:hover .p-head {
  color: #fff;
}

.solut-item:hover .p-cont {
  color: #e3e3e3;
}

.solut-item:hover .p-more {
  opacity: 1;
}

.sec-hzkf {
  padding-bottom: 56px;
}

.hzkh-box {
  padding: 0 30px;
  position: relative;
}

.hzkh-box .arrow-prev,
.hzkh-box .arrow-next {
  width: 30px;
  height: 42px;
  position: absolute;
  top: 24px;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.hzkh-box .arrow-prev {
  background: url(../images/arrow_01.png) no-repeat center;
  left: 0;
}

.hzkh-box .arrow-prev:hover {
  background: url(../images/arrow_01h.png) no-repeat center;
}

.hzkh-box .arrow-next {
  background: url(../images/arrow_02.png) no-repeat center;
  right: 0;
}

.hzkh-box .arrow-next:hover {
  background: url(../images/arrow_02h.png) no-repeat center;
}

.hzkh-item {
  display: block;
  width: 190px;
  height: 125px;
  text-align: center;
}

.hzkh-item .p-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto;
}

.hzkh-item .p-icon img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.hzkh-item .p-tit {
  margin-top: 12px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  _zoom: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.hzkh-item:hover .p-tit {
  color: #009a80;
}

@media (max-width: 1430px) {
  #homeSlide .swiper-slide {
    height: 520px;
  }

  .banner-cont {
    margin-top: 160px;
  }
}

.bd_weixin_popup .bd_weixin_popup_foot {
  line-height: 16px !important;
}

.bd_weixin_popup .bd_weixin_popup_main {
  padding: 6px 10px !important;
}

#left #guide1 {
  position: absolute;
  width: 41px;
  height: 41px;
  border: #fff solid 1px;
  border-radius: 50%;
}
.kytds{}
.kytds h2{}
.kytd{
    display: flow-root;
    margin-bottom: 50px;
}
.kytd h3{
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    margin: 20px 0px;
    font-weight: bold;
}
.kytd .kytd-l{
    float: left;
    width: 40%;
}
.kytd .kytd-l img{
    max-width: 100%;
}
.kytd .kytd-r{
    float: left;
    width: 58%;
    padding-left: 20px;
}
.kytd .kytd-r p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
}