@charset "UTF-8";

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

/* table{border-collapse:collapse;border-spacing:0} */
abbr,
acronym,
fieldset,
img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: "";
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.col-c,
.col-l,
.col_c,
.col_l,
.l {
  float: left;
}

.col-r,
.col_r,
.r {
  float: right;
}

.c {
  clear: both;
}

.n,
em {
  font-weight: 400;
  font-style: normal;
}

.dn {
  display: none;
}

body {
  color: #222;
  font-size: 0.4266666667rem;
  line-height: 1.8;
  font-family: "Microsoft Yahei", sans-serif;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

a {
  color: #333;
  text-decoration: none;
}

img,
video {
  max-width: 100%;
}

input,
select,
textarea {
  font-size: 0.1866666667rem;
  color: #444;
  font-family: "Microsoft Yahei", sans-serif;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=button],
input[type=reset],
input[type=submit],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #808080;
}

::-moz-placeholder {
  color: #808080;
}

::-ms-input-placeholder {
  color: #808080;
}

input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
  background: #fff;
  border: solid #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input.false:focus {
  border: solid #ff1531;
  background: #fff;
}

.ani,
a {
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

* {
  -wekit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.unselect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* * Swiper */
.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-slide-invisible-blank {
  visibility: hidden;
}

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 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: -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, left top, right 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: -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 bottom, left top, 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: -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 top, left bottom, 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: -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-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

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

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-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;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  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;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  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;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  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-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

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

/* slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slide,
.slick-slide img,
.slick-slider .slick-list,
.slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-prev:focus {
  outline: 0;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  content: "←";
}

.slick-next {
  right: -25px;
}

.slick-next:before {
  content: "→";
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus {
  outline: 0;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "?";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

.wp {
  padding: 0 0.4rem;
}

header {
  padding-bottom: 0.2666666667rem;
  position: relative;
}

.inner header {
  background-color: #258169;
  background: -moz-linear-gradient(top, #255c4f 0, #258169 100%);
  background: -webkit-linear-gradient(top, #255c4f 0, #258169 100%);
  background: -o-linear-gradient(top, #255c4f 0, #258169 100%);
  background: -ms-linear-gradient(top, #255c4f 0, #258169 100%);
  background: linear-gradient(to bottom, #255c4f 0, #258169 100%);
}

header .top {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2666666667rem 0;
}

header .top .kf {
  font-size: 0.3733333333rem;
  color: #255e50;
  line-height: 0.6666666667rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6666666667rem;
  background-color: #fff;
  padding: 0 0.32rem;
}

header .top .kf img {
  width: 0.4rem;
  margin-right: 0.1866666667rem;
}

.logo {
  width: 2.6666666667rem;
}

nav {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1333333333rem 0 0.2666666667rem;
}

nav a {
  font-size: 0.4266666667rem;
  color: #fff;
  line-height: 0.56rem;
  padding-bottom: 0.2666666667rem;
  position: relative;
  flex-grow: 1;
}

nav a:after {
  content: "";
  position: absolute;
  left: 0.2666666667rem;
  width: 0.3466666667rem;
  height: 0.0533333333rem;
  background-color: transparent;
  border-radius: 0.0533333333rem;
  bottom: 0;
  z-index: 1;
}

nav a:last-child {
  flex-grow: 0;
}

nav a.active {
  color: #e9b120;
}

nav a.active:after {
  background-color: #e9b120;
}

footer {
  text-align: center;
  padding: 0.6666666667rem 0;
  color: #365b50;
  background: url(/new-skin/images/xz-bg1.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  margin-bottom: 1em;
}

footer .top {
  padding-bottom: 0.4666666667rem;
  margin-bottom: 0.4533333333rem;
  font-size: 0.3466666667rem;
  line-height: 0.48rem;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, #258169, transparent) 1;
  letter-spacing: 1px;
}

footer .top strong {
  display: block;
  font-size: 0.72rem;
  color: #365b50;
  line-height: 0.8533333333rem;
  margin-bottom: 0.16rem;
}

.f-logo img {
  display: block;
  width: 3.2666666667rem;
  margin: 0 auto;
}

.top-other {
  position: relative;
}

.top-other .prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2666666667rem;
  height: 1.2933333333rem;
  background: url(/new-skin/images/a-jt1.png) center no-repeat;
  -webkit-background-size: 0.2666666667rem;
  -moz-background-size: 0.2666666667rem;
  -o-background-size: 0.2666666667rem;
  background-size: 0.2666666667rem;
}

.top-other ol {
  text-align: center;
  color: #fff;
  font-size: 0.4266666667rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0.5333333333rem;
}

.top-other li {
  display: inline;
  line-height: 1.2933333333rem;
}

.top-other li a {
  color: #fff;
}

.banner .slick-next,
.banner .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -0.3333333333rem;
  overflow: hidden;
  width: 0.6rem;
  height: 0.6666666667rem;
  font-size: 0;
  line-height: 0;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: auto 0.6666666667rem;
  -ms-background-size: auto 0.6666666667rem;
  -moz-background-size: auto 0.6666666667rem;
  -webkit-background-size: auto 0.6666666667rem;
  background-size: auto 0.6666666667rem;
}

/* .banner .slick-prev{left:50%;margin-left:-6.45rem;background-image:url(/new-skin/images/arr-l.png)}
.banner .slick-next{right:50%;margin-right:-6.45rem;background-image:url(/new-skin/images/arr-r.png)} */
.banner .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.banner .slick-dots li {
  display: inline-block;
  margin: 0 0.0266666667rem;
}

.banner .slick-dots li a {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  font-size: 0;
  line-height: 0;
  text-indent: 13.32rem;
  background-color: #fff;
  border-radius: 50%;
}

.banner .slick-dots li.slick-active a {
  background-color: #000;
}

.g-bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.g-bg1 img,
.index-ban img {
  display: block;
  width: 100%;
}

.index-serve {
  background-color: #fff;
  margin-left: 0.4rem;
  overflow: hidden;
  padding: 0.8rem 0.4rem 0.4666666667rem 0;
  -webkit-border-radius: 0 0 0 0.3333333333rem;
  -moz-border-radius: 0 0 0 0.3333333333rem;
  -ms-border-radius: 0 0 0 0.3333333333rem;
  -o-border-radius: 0 0 0 0.3333333333rem;
  border-radius: 0 0 0 0.3333333333rem;
}

.index-serve strong {
  font-size: 0.48rem;
  color: #347764;
  line-height: 0.6133333333rem;
  text-align: center;
  margin-bottom: 0.5333333333rem;
  font-weight: 600;
  display: block;
}

.index-serve ul {
  padding-left: 3.0666666667rem;
  margin-bottom: 0.7333333333rem;
}

.index-serve ul li {
  font-size: 0.32rem;
  line-height: 0.4533333333rem;
  margin-bottom: 0.2rem;
  padding-left: 0.4rem;
  position: relative;
}

.index-serve ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.1333333333rem;
  height: 0.1333333333rem;
  border-radius: 50%;
  background-color: #4f9684;
  margin-top: -0.0666666667rem;
}

.index-serve .txt {
  border-radius: 1.4666666667rem;
  padding: 0.3866666667rem 0.9466666667rem 0.3066666667rem;
  font-size: 0.32rem;
  color: #595959;
  line-height: 0.5333333333rem;
  margin-left: 0.5333333333rem;
  position: relative;
  z-index: 1;
}

.index-serve .txt:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/new-skin/images/i-bg2.png) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-serve .txt p {
  position: relative;
  z-index: 2;
}

.index-serve .txt p span {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.5333333333rem;
  font-size: 0.2666666667rem;
  color: #a0a0a0;
}

.index-serve .txt p span:before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background-color: #d3d3d3;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3466666667rem;
}

.index-serve .txt .get {
  position: absolute;
  right: 0.24rem;
  top: -0.1333333333rem;
  width: 3.2rem;
  line-height: 0.8266666667rem;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  background-color: #f1c25b;
  background: -moz-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: -webkit-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: -o-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: -ms-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: linear-gradient(to right, #ed654d 0, #f1c25b 100%);
  letter-spacing: 0.0266666667rem;
  border-radius: 0.8266666667rem;
  z-index: 2;
  cursor: pointer;
}

.index-serve .txt img {
  position: absolute;
  left: 0;
  top: -2.2rem;
  width: 2.36rem;
}

.index-serve2 {
  margin: 0.5733333333rem 0 0.3466666667rem;
}

.index-serve2 h1 {
  text-align: center;
  font-size: 0.5333333333rem;
  line-height: 0.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #fff;
}

.index-serve2 ul {
  background-color: #fff;
  border-radius: 0.3333333333rem 0 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: -0.8666666667rem;
  margin-left: 0.4rem;
}

.index-serve2 li {
  width: 1.8666666667rem;
  height: 1.8666666667rem;
  border-radius: 0.2133333333rem;
  background: url(/new-skin/images/i-bg3.png) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0.4666666667rem 0 0.3333333333rem;
  text-align: center;
  position: relative;
  top: -0.4rem;
}

.index-serve2 li p {
  font-size: 0.3466666667rem;
  color: #505050;
  line-height: 0.48rem;
  margin-bottom: 0.08rem;
}

.index-serve2 li em {
  font-size: 0.4rem;
  color: #257964;
  line-height: 0.5333333333rem;
  display: block;
  font-weight: bold;
}

.g-tit1 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6666666667rem;
}

.g-tit1 h1,
.g-tit1 strong,
.g-tit1 span {
  padding-left: 0.5866666667rem;
  background: url(/new-skin/images/i-ico1.png) left center no-repeat;
  font-size: 0.48rem;
  line-height: 0.6133333333rem;
  -webkit-background-size: 0.4rem;
  -moz-background-size: 0.4rem;
  -o-background-size: 0.4rem;
  background-size: 0.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #365b50;
}

.g-tit1 a {
  font-size: 0.32rem;
  color: #606060;
  padding-right: 0.4533333333rem;
  background: url(/new-skin/images/i-ico2.png) center right no-repeat;
  -webkit-background-size: 0.2666666667rem;
  -moz-background-size: 0.2666666667rem;
  -o-background-size: 0.2666666667rem;
  background-size: 0.2666666667rem;
}

.g-tit1 strong a,
.g-tit1 h1 a {
  font-size: 0.48rem;
  line-height: 0.6133333333rem;
  color: #365b50;
  padding-right: 0;
  background: none;
}

.g-tit1 .txt-item {
  color: #666;
  font-size: 0.32rem;
  font-style: normal;
}

.index-type {
  overflow-x: scroll;
  margin-bottom: 0.9333333333rem;
}

.index-type ul {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 0.2666666667rem;
}

.index-type li {
  min-width: 2.2rem;
  margin-right: 0.5333333333rem;
}

.index-type .item {
  background: url(/new-skin/images/i-bg4.png) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 1.8rem 0 0.4666666667rem;
  position: relative;
}

.index-type .item .img {
  position: absolute;
  right: -0.2rem;
  top: -0.2666666667rem;
  width: 1.4666666667rem;
  height: 1.4666666667rem;
  border-radius: 0.16rem;
  background-color: #255c4f;
  background: -moz-linear-gradient(top, #25816a 0, #255c4f 100%);
  background: -webkit-linear-gradient(top, #25816a 0, #255c4f 100%);
  background: -o-linear-gradient(top, #25816a 0, #255c4f 100%);
  background: -ms-linear-gradient(top, #25816a 0, #255c4f 100%);
  background: linear-gradient(to bottom, #25816a 0, #255c4f 100%);
  text-align: center;
  line-height: 1.4266666667rem;
}

.index-type .item .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}

.index-type .item .tit {
  font-size: 0.4266666667rem;
  line-height: 0.56rem;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index-recommend {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.3333333333rem 0.2666666667rem;
}

.index-recommend li {
  width: 50%;
}

.index-recommend .item {
  margin: 0 0.3333333333rem 0.6666666667rem;
}

.index-recommend .item .img {
  display: block;
  position: relative;
  padding-top: 73.9%;
  overflow: hidden;
  border-radius: 0.2666666667rem;
}

.index-recommend .item .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index-recommend .item .tit {
  position: relative;
  z-index: 1;
  margin-right: 0.5333333333rem;
  background: url(/new-skin/images/i-bg5.png) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  line-height: 0.56rem;
  -moz-box-shadow: 0 0 0.1066666667rem rgba(37, 127, 107, 0.5);
  -webkit-box-shadow: 0 0 0.1066666667rem rgba(37, 127, 107, 0.5);
  box-shadow: 0 0 0.1066666667rem rgba(37, 127, 107, 0.5);
  font-size: 0.3733333333rem;
  color: #333;
  display: block;
  margin-top: -0.4533333333rem;
  border-radius: 0.16rem;
  padding: 0.2133333333rem 0 0.2133333333rem 0.2666666667rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slick-pro {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.mob_cs table {
  margin-bottom: 0.2666666667rem;
}

.index-recommend .item .tit:after {
  content: "";
  position: absolute;
  right: -0.5866666667rem;
  bottom: 0;
  width: 0.8rem;
  height: 0.5333333333rem;
  background: url(/new-skin/images/i-jt1.png) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-case li {
  position: relative;
  margin-bottom: 0.9333333333rem;
}

.index-case .imgtit {
  padding-bottom: 1.7333333333rem;
  margin-right: 2rem;
  position: relative;
  z-index: 1;
}

.index-case .imgtit .img {
  border-radius: 0.32rem 0.32rem 0.32rem 0;
  overflow: hidden;
  display: block;
}

.index-case .imgtit .img img {
  display: block;
  width: 100%;
}

.index-case .imgtit .tit {
  display: block;
  width: 5.3333333333rem;
  line-height: 0.9333333333rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0.9333333333rem 0.9333333333rem;
  font-size: 0.4266666667rem;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.0266666667rem;
  -moz-box-shadow: 0 0 0.1333333333rem rgba(44, 144, 122, 0.18);
  -webkit-box-shadow: 0 0 0.1333333333rem rgba(44, 144, 122, 0.18);
  box-shadow: 0 0 0.1333333333rem rgba(44, 144, 122, 0.18);
}

.index-case .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 1.3333333333rem;
  padding-top: 3.4666666667rem;
  padding-left: 0.4666666667rem;
  border-radius: 0.32rem;
  overflow: hidden;
  padding-bottom: 0.1333333333rem;
  background: url(/new-skin/images/i-bg7.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-case .txt p {
  font-size: 0.3733333333rem;
  color: #fff;
  margin-bottom: 0.1066666667rem;
  font-weight: 400;
  line-height: 0.5066666667rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index-case .txt span,
.index-case .txt a {
  position: absolute;
  right: 0.2rem;
  top: 0.8rem;
  width: 1.4666666667rem;
  height: 1.4666666667rem;
  border-radius: 50%;
  background: url(/new-skin/images/i-bg6.png) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 0.3733333333rem;
  color: #fff;
  line-height: 0.48rem;
  text-align: center;
  padding-top: 0.2666666667rem;
  -moz-box-shadow: 0 0.0266666667rem 0.0666666667rem rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0.0266666667rem 0.0666666667rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.0266666667rem 0.0666666667rem rgba(0, 0, 0, 0.4);
}

.index-tab {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: url(/new-skin/images/i-bg8.png) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 1rem;
}

.index-tab li {
  width: 50%;
}

.index-tab li a {
  line-height: 1.3333333333rem;
  text-align: center;
  display: block;
  font-size: 0.4266666667rem;
  color: #333;
  position: relative;
}

.index-tab li.active a {
  color: #fff;
}

.index-tab.active {
  background: url(/new-skin/images/i-bg9.png) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-news li {
  margin-bottom: 0.8533333333rem;
  position: relative;
}

.index-news .img {
  position: absolute;
  left: 0;
  top: -0.3333333333rem;
  width: 3.0666666667rem;
  height: 2rem;
  border-radius: 0.1333333333rem;
  overflow: hidden;
}

.index-news .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.index-news .txt {
  margin: 0 0 0 0.5333333333rem;
  background: url(/new-skin/images/i-bg12.png) center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 0.2933333333rem 0.2933333333rem 0.2rem 3.0666666667rem;
}

.index-news .txt a {
  display: block;
  font-size: 0.4266666667rem;
  color: #333;
  line-height: 0.6rem;
  margin-bottom: 0.1333333333rem;
  height: 1.2rem;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-news .txt .time {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-news .txt .time span {
  font-size: 0.32rem;
  color: grey;
  line-height: 0.4533333333rem;
}

.index-news .txt .time span:nth-child(1) {
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-error {
  margin: 1.6rem 0;
}

.m-error img {
  display: block;
  margin: 0 auto 0.8666666667rem;
  width: 5.72rem;
}

.m-error .txt {
  margin-bottom: 1.2rem;
  padding-left: 1.0666666667rem;
}

.m-error .txt h3 {
  font-size: 0.6666666667rem;
  color: #275e51;
  line-height: 0.8rem;
  margin-bottom: 0.8rem;
}

.m-error .txt p {
  font-size: 0.4266666667rem;
  color: #4d4f53;
  line-height: 0.56rem;
  margin-bottom: 0.2rem;
}

.m-error .btn {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-error .btn a,
.m-error .btn span {
  line-height: 0.9333333333rem;
  margin: 0 0.4666666667rem;
  font-size: 0.4266666667rem;
  color: #333;
  width: 3.2rem;
  text-align: center;
  -moz-box-shadow: 0 0 0.1333333333rem rgba(53, 133, 112, 0.14);
  -webkit-box-shadow: 0 0 0.1333333333rem rgba(53, 133, 112, 0.14);
  box-shadow: 0 0 0.1333333333rem rgba(53, 133, 112, 0.14);
  border-radius: 0.88rem;
}

.m-error .btn .toindex {
  color: #fff;
  background-color: #255c4f;
  background: -moz-linear-gradient(left, #45917d 0, #255c4f 100%);
  background: -webkit-linear-gradient(left, #45917d 0, #255c4f 100%);
  background: -o-linear-gradient(left, #45917d 0, #255c4f 100%);
  background: -ms-linear-gradient(left, #45917d 0, #255c4f 100%);
  background: linear-gradient(to right, #45917d 0, #255c4f 100%);
  padding-right: 0.4266666667rem;
  position: relative;
}

.m-error .btn .toindex:after {
  content: "";
  position: absolute;
  right: 0.4rem;
  top: 50%;
  width: 0.3466666667rem;
  height: 0.1866666667rem;
  background: url(/new-skin/images/e-jt.png) center no-repeat;
  -webkit-background-size: 0.3466666667rem;
  -moz-background-size: 0.3466666667rem;
  -o-background-size: 0.3466666667rem;
  background-size: 0.3466666667rem;
  margin-top: 0.0933333333rem;
}

.inner-top {
  position: relative;
  margin-bottom: 0.5333333333rem;
}

/* .inner-top:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:url(/new-skin/images/a-bg1.png) center bottom no-repeat;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;-o-background-size:auto 100%;background-size:auto 100%;z-index:-2} */
.inner-top .word {
  font-size: 0.48rem;
  color: #fff;
  padding: 0 0.6rem;
}

.inner-top .advan {
  padding: 0 0.6rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.8666666667rem 0 0.6666666667rem;
}

.inner-top .advan .item {
  text-align: center;
  border-radius: 0.2rem;
  background-color: #fff;
  padding: 0.5333333333rem 0;
  width: 2rem;
  -moz-box-shadow: 0 0 0.0933333333rem rgba(29, 107, 87, 0.32);
  -webkit-box-shadow: 0 0 0.0933333333rem rgba(29, 107, 87, 0.32);
  box-shadow: 0 0 0.0933333333rem rgba(29, 107, 87, 0.32);
}

.inner-top .advan .item.other {
  width: 2.9733333333rem;
  padding: 0.8rem 0;
}

.inner-top .advan img {
  display: block;
  width: 0.76rem;
  margin: 0 auto 0.2rem;
}

.inner-top .advan p {
  font-size: 0.3733333333rem;
  color: #3e3e3e;
  line-height: 0.5066666667rem;
}

.case-tab {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-tab li {
  padding-bottom: 0.0266666667rem;
}

.case-tab li a {
  font-size: 0.3733333333rem;
  color: #656565;
  line-height: 0.5066666667rem;
  padding-bottom: 0.4rem;
  display: block;
}

.case-tab li.active a {
  background: url(/new-skin/images/a-ico4.png) center bottom no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.case-list,
.case-list li {
  margin-bottom: 0.6666666667rem;
}

.case-list .imgbox {
  padding-right: 1.2rem;
  position: relative;
}

.case-list .imgbox a {
  display: block;
  border-radius: 0.1333333333rem 0.5333333333rem 0.1333333333rem 0.8rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.case-list .imgbox a img {
  display: block;
  width: 100%;
}

.case-list .imgbox .ico {
  position: absolute;
  right: 0;
  top: 0.1333333333rem;
  width: 1.6666666667rem;
}

.case-list .imgbox .ico img {
  display: block;
  width: 100%;
}

.case-list li .txt {
  -moz-box-shadow: 0 0 0.1733333333rem rgba(29, 107, 87, 0.32);
  -webkit-box-shadow: 0 0 0.1733333333rem rgba(29, 107, 87, 0.32);
  box-shadow: 0 0 0.1733333333rem rgba(29, 107, 87, 0.32);
  border-radius: 0 0.16rem 0.16rem 0.8rem;
  margin-top: -0.6666666667rem;
  padding: 0.9333333333rem 0.4rem 0.4rem;
}

.case-list li .txt .tit {
  overflow: hidden;
  margin-bottom: 0.16rem;
}

.case-list li .txt .tit a {
  overflow: hidden;
  font-size: 0.48rem;
  color: #333;
  line-height: 0.6666666667rem;
}

.case-list li .txt .tit span,
.case-list li .txt .tit a.titMore {
  float: right;
  width: 2.1333333333rem;
  line-height: 0.6666666667rem;
  text-align: center;
  border-radius: 0.3333333333rem;
  background-color: #f0a94f;
  background: -moz-linear-gradient(top, #f36851 0, #f0a94f 100%);
  background: -webkit-linear-gradient(top, #f36851 0, #f0a94f 100%);
  background: -o-linear-gradient(top, #f36851 0, #f0a94f 100%);
  background: -ms-linear-gradient(top, #f36851 0, #f0a94f 100%);
  background: linear-gradient(to bottom, #f36851 0, #f0a94f 100%);
  font-size: 0.3733333333rem;
  color: #fff;
  -moz-box-shadow: 0 0 0.0933333333rem rgba(242, 111, 74, 0.32);
  -webkit-box-shadow: 0 0 0.0933333333rem rgba(242, 111, 74, 0.32);
  box-shadow: 0 0 0.0933333333rem rgba(242, 111, 74, 0.32);
}

.case-list li .txt p {
  font-size: 0.3733333333rem;
  color: #7b7b7b;
  line-height: 0.56rem;
}

.case-list li .txt p em {
  color: #595959;
}

.case-list li .txt p:first-child {
  margin-bottom: 0.1333333333rem;
}

.content-top {
  margin-top: 0.2666666667rem;
  letter-spacing: 0.0266666667rem;
}

.content-top .imgbox {
  padding-right: 2.2666666667rem;
  position: relative;
}

.content-top .imgbox .main {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
}

.content-top .imgbox .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.72rem;
}

.content-top .advan {
  border-radius: 0.5333333333rem 0.5333333333rem 0 0;
  -moz-box-shadow: 0 0 0.1333333333rem rgba(37, 98, 84, 0.6);
  -webkit-box-shadow: 0 0 0.1333333333rem rgba(37, 98, 84, 0.6);
  box-shadow: 0 0 0.1333333333rem rgba(37, 98, 84, 0.6);
  background-color: #23ad8b;
  background: -moz-linear-gradient(left, #4ea891 0, #23ad8b 100%);
  background: -webkit-linear-gradient(left, #4ea891 0, #23ad8b 100%);
  background: -o-linear-gradient(left, #4ea891 0, #23ad8b 100%);
  background: -ms-linear-gradient(left, #4ea891 0, #23ad8b 100%);
  background: linear-gradient(to right, #4ea891 0, #23ad8b 100%);
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.4533333333rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0 0.6666666667rem;
  z-index: 1;
  margin-top: -1.0666666667rem;
  position: relative;
}

.content-top .advan .item {
  width: 50%;
  text-align: center;
}

.content-top .advan .item em {
  font-size: 0.4266666667rem;
  display: block;
  margin-bottom: 0.08rem;
}

.content-top .advan .item:nth-child(2):after {
  content: "/";
  position: absolute;
  left: 50%;
  top: 40%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.32rem;
}

.m-content {
  background-color: #fff;
  position: relative;
  padding: 0.28rem 0 0.2666666667rem;
  font-size: 0.4266666667rem;
  color: #333;
  line-height: 1.7;
  z-index: 2;
  letter-spacing: 0.0266666667rem;
 
}

.m-content h1 {
  font-size: 0.5866666667rem;
  color: #222;
  line-height: 0.72rem;
  margin-bottom: 0.4rem;
  font-weight: 400;
}

.g-part {
  position: relative;
  padding: 0.32rem;
  background: url(/new-skin/images/a-bg3.png) center;
  -moz-box-shadow: 0 0 0.1333333333rem rgba(37, 128, 105, 0.24);
  -webkit-box-shadow: 0 0 0.1333333333rem rgba(37, 128, 105, 0.24);
  box-shadow: 0 0 0.1333333333rem rgba(37, 128, 105, 0.24);
  border-radius: 0.32rem;
  margin-bottom: 0.4666666667rem;
}

.news-top .serve .g-part {
  margin-right: 1rem;
}

.g-part .free {
  padding-left: 0.4rem;
  font-size: 0.3466666667rem;
  color: #595959;
  line-height: 0.48rem;
  background: url(/new-skin/images/a-ico6.png) left center no-repeat;
  -webkit-background-size: 0.16rem;
  -moz-background-size: 0.16rem;
  -o-background-size: 0.16rem;
  background-size: 0.16rem;
}

.g-part .free:first-child {
  margin-bottom: 0.2666666667rem;
}

.g-part a {
  position: absolute;
  right: -1.3333333333rem;
  top: 0;
  width: 1.8666666667rem;
}

.g-part a img {
  display: block;
}

.m-content h2,
.m-content h3 {
  font-size: 0.5066666667rem;
  padding-left: 0.8rem;
  margin-bottom: 0.32rem;
  background: url(/new-skin/images/a-ico7.png) top 0.24rem left no-repeat;
  -webkit-background-size: 0.5066666667rem;
  -moz-background-size: 0.5066666667rem;
  -o-background-size: 0.5066666667rem;
  background-size: 0.5066666667rem;
}

.m-content p {
  margin-bottom: 0.4rem;
}

.m-content p a {
  color: #da251d;
  padding: 0 2px;
}

.m-content p img,
.m-content p video {
  width: 100%;
  display: block;
}

.m-content table {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}

.m-content table td {
  padding: 0.1333333333rem 0.08rem;
  font-size: 0.4rem;
  line-height: 1.2;
  letter-spacing: 0.0026666667rem;
  word-break: break-all;
}

.m-content table .one-tr {
  background-color: #255c4f;
  color: #fff;
}

.m-content table.zsj-table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0.4rem 0;
}

.m-content table.zsj-table td {
  text-align: center;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 0.8rem;
}

.m-content table.zsj-table .zsj-name {
  background-color: #255c4f;
  color: #fff;
  font-weight: bold;
}

.m-content p.news-strong strong {
  color: #333;
}

.m-content p strong {
  color: #d75e0d;
}

.m-content p.content-strong strong {
  color: #0f7559;
}

.content-strong {
  display: block;
  padding-left: 0.8533333333rem;
  font-size: 0.4266666667rem;
  color: #0f7559;
  line-height: 0.56rem;
  padding-bottom: 0.2rem;
  background: url(/new-skin/images/a-bg4.png) bottom left no-repeat;
  -webkit-background-size: 2.9333333333rem;
  -moz-background-size: 2.9333333333rem;
  -o-background-size: 2.9333333333rem;
  background-size: 2.9333333333rem;
  margin-bottom: 0.4rem;
  font-weight: 400;
}

.nrswt {
  display: inline-block;
  background: #256455;
  color: #fff;
  font-size: 0.4rem;
  font-weight: bold;
  padding: 0.0666666667rem 1.04rem 0.0666666667rem 0.5066666667rem;
  border-radius: 0.4266666667rem;
  margin: 0 0.1066666667rem;
  position: relative;
}

.nrswt:before {
  background: url(/new-skin/images/talk_icon.png) no-repeat;
  width: 0.6533333333rem;
  height: 0.6533333333rem;
  background-size: cover;
  position: absolute;
  right: 0.24rem;
  top: 0.08rem;
  content: "";
  display: block;
}

.font-explain {
  text-align: center;
  font-size: 0.3733333333rem;
  position: relative;
  padding-bottom: 0.1333333333rem;
}

.font-explain:before {
  content: "";
  width: 0.4rem;
  height: 0.0266666667rem;
  background-color: #25755f;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.font-explain:after {
  content: "";
  width: 1.0666666667rem;
  height: 0.0266666667rem;
  background-color: rgba(37, 117, 95, 0.2);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.font-explain i {
  font-style: normal;
}

.page-navigator {
  border-radius: 0.6666666667rem 0;
  -moz-box-shadow: 0 0 0.1333333333rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0.1333333333rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.1333333333rem rgba(0, 0, 0, 0.2);
  padding: 0 0.4666666667rem;
  margin-bottom: 0.2666666667rem;
}

.page-navigator a {
  border-bottom: dashed #dedfe0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.4rem;
  color: #4d4f53;
  background-repeat: no-repeat;
  background-position: 0 center;
  -webkit-background-size: 0.3333333333rem;
  -moz-background-size: 0.3333333333rem;
  -o-background-size: 0.3333333333rem;
  background-size: 0.3333333333rem;
  display: block;
  padding: 0.2266666667rem 0 0.2666666667rem 0.4rem;
}

.page-navigator a.prev {
  background-image: url(/new-skin/images/a-ico8.png);
}

.page-navigator a.next {
  background-image: url(/new-skin/images/a-ico9.png);
}

.page-navigator a:last-child {
  border: none;
}

.m-form {
  background: url(/new-skin/images/a-bg6.png) top center no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  padding: 0.8rem 0.4rem 0;
  margin-bottom: 1.04rem;
  position: relative;
  margin-top: -1.6rem;
}

.c-img .bg {
  display: block;
  width: 100%;
}

.m-form .dl {
  position: absolute;
  top: -0.6666666667rem;
  right: 0.4rem;
  width: 3.1066666667rem;
  display: none;
}

.m-form .form .tit {
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.7466666667rem;
  margin-bottom: 0.6rem;
}

.m-form .form .tit em {
  font-size: 0.6666666667rem;
  color: #e8be67;
  line-height: 0.8rem;
  margin-bottom: 0.4rem;
  display: block;
}

.m-form .form .tit p {
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.6933333333rem;
}

.m-form .form .tit p span {
  color: #fee851;
  font-size: 0.4533333333rem;
}

.m-form .form .item {
  margin-bottom: 0.36rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-form .form .item span {
  width: 0.6933333333rem;
  display: block;
}

.m-form .form .item.a1 span img {
  width: 0.36rem;
}

.m-form .form .item.a2 span img {
  width: 0.52rem;
}

.m-form .form .item.a3 span img {
  width: 0.4133333333rem;
}

.m-form .form .item.a3 span {
  margin-top: -1.2rem;
}

.m-form .form .item .inp {
  width: 6.6666666667rem;
  height: 1.1066666667rem;
  line-height: 1.1066666667rem;
  padding: 0 0.32rem;
  font-size: 0.3466666667rem;
  border-radius: 0.1333333333rem 0 0.1333333333rem 0.1333333333rem;
  background-color: #fff;
  border: none;
}

.m-form .form .item .area {
  width: 6.6666666667rem;
  padding: 0.16rem 0.32rem;
  font-size: 0.3466666667rem;
  line-height: 0.6666666667rem;
  border-radius: 0.1333333333rem 0 0.1333333333rem 0.1333333333rem;
  background-color: #fff;
  height: 2.24rem;
}

.m-form .form .btn {
  margin-top: 0.8rem;
  padding-top: 0.6266666667rem;
  font-size: 0.32rem;
  color: #797e9e;
  line-height: 0.4533333333rem;
  position: relative;
}

.m-form .form .btn span {
  display: block;
}

.m-form .form .btn span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3733333333rem;
  height: 0.2666666667rem;
  background: url(/new-skin/images/a-ico13.png) center no-repeat;
  -webkit-background-size: 1.3733333333rem;
  -moz-background-size: 1.3733333333rem;
  -o-background-size: 1.3733333333rem;
  background-size: 1.3733333333rem;
  margin-left: 0.1333333333rem;
}

.m-form .form .btn .sub {
  position: absolute;
  right: -0.4rem;
  top: 0;
  width: 3.2666666667rem;
  line-height: 1.08rem;
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
  border-radius: 0.1333333333rem 0 0 0.5333333333rem;
  background-color: #f0b34c;
  background: -moz-linear-gradient(131deg, #ff4c28 0, #f0b34c 100%);
  background: -webkit-linear-gradient(131deg, #ff4c28 0, #f0b34c 100%);
  background: -o-linear-gradient(131deg, #ff4c28 0, #f0b34c 100%);
  background: -ms-linear-gradient(131deg, #ff4c28 0, #f0b34c 100%);
  background: linear-gradient(131deg, #ff4c28 0, #f0b34c 100%);
  border: none;
}

.product-nav {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4rem;
  margin-top: 0.2rem;
}

.product-nav li {
  text-align: center;
}

.product-nav li .img {
  margin-bottom: 0.1333333333rem;
  width: 1.3066666667rem;
  display: block;
}

.product-nav li .img .on {
  display: none;
}

.product-nav li .img .normal,
.product-nav li.active .img .on {
  display: block;
}

.product-nav li.active .img .normal {
  display: none;
}

.product-nav li .img img {
  display: block;
  width: 100%;
}

.product-nav li .tit {
  font-size: 0.4266666667rem;
  color: #fff;
  line-height: 0.56rem;
  display: block;
}

.m-search {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.4666666667rem 0 0.48rem 0.4666666667rem;
  background: url(/new-skin/images/a-bg3.png) center;
  opacity: 0.5;
  padding: 0 0.5333333333rem;
  margin-bottom: 0.6666666667rem;
}

.m-search.other {
  margin: 0.2666666667rem 0;
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 0.4666666667rem;
}

.m-search .inp {
  flex-grow: 1;
  height: 0.9333333333rem;
  line-height: 0.9333333333rem;
  border: none;
  background-color: transparent;
  font-size: 0.3466666667rem;
  color: #135f4c;
}

.m-search .inp:focus {
  border: none;
}

.m-search .sub {
  flex-shrink: 0;
  width: 0.4666666667rem;
  height: 0.9333333333rem;
  background: url(/new-skin/images/a-so.png) center no-repeat;
  -webkit-background-size: 0.4rem;
  -moz-background-size: 0.4rem;
  -o-background-size: 0.4rem;
  background-size: 0.4rem;
  border: none;
}

.con-tab1 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8666666667rem;
}

.con-tab1 li {
  width: 2.6133333333rem;
  border-radius: 0 0.2666666667rem 0 0;
  background-color: #fff;
  -moz-box-shadow: 0 0 0.1333333333rem rgba(37, 122, 100, 0.25);
  -webkit-box-shadow: 0 0 0.1333333333rem rgba(37, 122, 100, 0.25);
  box-shadow: 0 0 0.1333333333rem rgba(37, 122, 100, 0.25);
  padding-top: 0.8933333333rem;
  padding-bottom: 0.4666666667rem;
  position: relative;
  overflow: hidden;
  padding-left: 0.2666666667rem;
}

.con-tab1 li .ico {
  position: absolute;
  right: -0.2133333333rem;
  top: -0.24rem;
  width: 1.44rem;
  height: 1.44rem;
  line-height: 1.4rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c7f3e8;
  border-radius: 50%;
}

.con-tab1 li .ico img {
  width: 0.5066666667rem;
}

.con-tab1 li .num {
  font-size: 0.4rem;
  color: #135f4c;
  line-height: 0.5333333333rem;
}

.con-tab1 li .num strong {
  font-size: 0.8rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.4666666667rem;
}

.con-tab1 li p {
  font-size: 0.3466666667rem;
  color: #135f4c;
  line-height: 0.48rem;
}

.content-top .icon2 {
  position: absolute;
  right: 0.4666666667rem;
  top: 0.84rem;
  width: 1.44rem;
}

.top-main {
  position: relative;
  margin-top: -1.3866666667rem;
  margin-left: 2.1333333333rem;
  background: url(/new-skin/images/c-bg3.png) center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-bottom: 1.7333333333rem;
  z-index: 1;
}

.top-main .main {
  padding: 0.5333333333rem 0.4rem 0.5333333333rem 0.6666666667rem;
}

.top-main .main .tit {
  font-size: 0.32rem;
  color: #707070;
  line-height: 0.4533333333rem;
  margin-bottom: 0.4rem;
}

.top-main .main .tit h1 {
  font-size: 0.5333333333rem;
  color: #222;
  line-height: 0.6666666667rem;
  font-weight: 400;
  margin-bottom: 0.1333333333rem;
}

.top-main .main .tit span {
  flex-shrink: 0;
}

.top-main .main p {
  font-size: 0.4266666667rem;
  color: #333;
  line-height: 0.5066666667rem;
  padding-left: 0.64rem;
  background: url(/new-skin/images/c-ico1.png) center left no-repeat;
  -webkit-background-size: 0.3866666667rem;
  -moz-background-size: 0.3866666667rem;
  -o-background-size: 0.3866666667rem;
  background-size: 0.3866666667rem;
  margin-bottom: 0.2rem;
}

.top-main .main p:last-child {
  margin-bottom: 0;
}

.top-main .kf {
  position: absolute;
  left: -1.7333333333rem;
  bottom: -0.8666666667rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.top-main .kf img {
  width: 2.56rem;
}

.top-main .kf span {
  font-size: 0.32rem;
  color: #595959;
  line-height: 0.4533333333rem;
  margin-top: 1.8rem;
  margin-left: 0.2666666667rem;
}

.advan-tel {
  font-size: 0.4266666667rem;
  color: #525252;
  line-height: 0.64rem;
}

.advan-tel p {
  margin-bottom: 0.4rem;
}

.advan-tel p span {
  color: #333;
}

.advan-tel .tel {
  margin-bottom: 0.7333333333rem;
  position: relative;
}

.advan-tel .tel a {
  position: relative;
  display: block;
}

.advan-tel .tel img {
  display: block;
  width: 100%;
}

.advan-tel .tel p {
  position: absolute;
  left: 0.3733333333rem;
  top: 50%;
  font-size: 0.3733333333rem;
  color: #596971;
  line-height: 0.5066666667rem;
  margin-top: -0.2533333333rem;
}

.advan-tel .tel span {
  color: #1d725c;
}

.advan-tel .tel span em {
  font-size: 0.56rem;
}

.pro-snav {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: url(/new-skin/images/c-bg2.png) top center no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  padding: 0.7333333333rem 0;
  margin-top: 0.6666666667rem;
}

.pro-snav li a {
  display: block;
  padding: 0 0.5333333333rem 0.12rem;
  line-height: 0.8533333333rem;
  background: url(/new-skin/images/c-bg1.png) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 0.3733333333rem;
  color: #333;
}

.pro-snav .active a {
  color: #fff;
  background: url(/new-skin/images/c-bg4.png) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.show-list {
  margin-bottom: 0.8rem;
}

.show-list ul li {
  background: url(/new-skin/images/c-ico2.png) left no-repeat;
  background-size: 0.3333333333rem;
  padding-left: 0.6rem;
  margin-bottom: 0.3733333333rem;
}

.show-list ul li a {
  display: block;
  line-height: 0.56rem;
  color: #333;
  font-size: 0.4266666667rem;
}

.slick-pro .tit {
  font-size: 0.4533333333rem;
  color: #0b6f55;
  line-height: 0.5866666667rem;
  text-align: center;
  margin-bottom: 0.4rem;
}

.slick-pro table {
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 0.3733333333rem;
}

.slick-pro table td {
  padding: 0.1333333333rem 0.08rem;
}

.slick-pro .slick-next,
.slick-pro .slick-prev {
  width: 0.4533333333rem;
  background-repeat: no-repeat;
  background-position: center;
  height: 0.5866666667rem;
  -webkit-background-size: 0.44rem;
  -moz-background-size: 0.44rem;
  -o-background-size: 0.44rem;
  background-size: 0.44rem;
  margin-top: 0;
}

.slick-pro .slick-prev {
  left: 0;
  top: 0;
  background-image: url(/new-skin/images/c-ico3.png);
}

.slick-pro .slick-next {
  right: 0;
  top: 0;
  background-image: url(/new-skin/images/c-ico4.png);
}

.data-link {
  margin: 1.3333333333rem 0 0.6rem;
  -moz-box-shadow: 0 0.04rem 0.1333333333rem rgba(37, 92, 79, 0.15);
  -webkit-box-shadow: 0 0.04rem 0.1333333333rem rgba(37, 92, 79, 0.15);
  box-shadow: 0 0.04rem 0.1333333333rem rgba(37, 92, 79, 0.15);
  padding-bottom: 0.2666666667rem;
}

.data-link strong {
  top: -0.4rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.3733333333rem;
  color: #fff;
  background: url(/new-skin/images/c-bg5.png) center no-repeat;
  display: block;
  -webkit-background-size: 6.6666666667rem;
  -moz-background-size: 6.6666666667rem;
  -o-background-size: 6.6666666667rem;
  background-size: 6.6666666667rem;
  font-weight: 400;
  position: relative;
}

.data-link .link-con {
  text-align: center;
}

.data-link .link-con a {
  padding: 0 0.4666666667rem;
  line-height: 0.6666666667rem;
  font-size: 0.3733333333rem;
  color: #4d4f53;
  margin: 0 0.32rem 0.2666666667rem;
  background: url(/new-skin/images/a-bg3.png) center;
  border-radius: 0.1333333333rem;
  position: relative;
  display: inline-block;
}

.data-link .link-con a:after {
  position: absolute;
  left: 0;
  bottom: -0.0666666667rem;
  width: 100%;
  top: 0;
  border-radius: 0.1733333333rem;
  background-color: #225448;
  content: "";
  z-index: -1;
}

.more-news {
  margin-top: 0.6666666667rem;
}

.more-news .img {
  padding-right: 0.32rem;
}

.more-news .img img {
  display: block;
  width: 100%;
}

.more-news .txt {
  margin-top: -0.64rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0.6666666667rem;
}

.more-news .txt:before {
  content: "";
  position: absolute;
  left: 2.5333333333rem;
  top: -0.2666666667rem;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-border-radius: 0.2666666667rem;
  -moz-border-radius: 0.2666666667rem;
  -ms-border-radius: 0.2666666667rem;
  -o-border-radius: 0.2666666667rem;
  border-radius: 0.2666666667rem;
}

.more-news .txt h1 {
  float: left;
  width: 2.64rem;
  position: relative;
  margin-top: 0.8666666667rem;
  margin-right: 0.1333333333rem;
  font-size: 0.5333333333rem;
  text-align: center;
  color: #365b50;
}

.more-news .txt h1 img {
  display: block;
  width: 100%;
}

.more-news h1 {
  margin-right: 0.1333333333rem;
  font-size: 0.5333333333rem;
  color: #365b50;
  margin-bottom: 0.2666666667rem;
  padding-left: 0.9333333333rem;
  background: url(/new-skin/images/h1-ico.png) no-repeat center left;
  -webkit-background-size: 0.7333333333rem;
  -moz-background-size: 0.7333333333rem;
  -o-background-size: 0.7333333333rem;
  background-size: 0.7333333333rem;
}

.more-news h2 {
  margin-right: 0.1333333333rem;
  font-size: 0.48rem;
  color: #365b50;
  margin-bottom: 0.2666666667rem;
  padding-left: 0.9333333333rem;
  background: url(/new-skin/images/h1-ico.png) no-repeat center left;
  -webkit-background-size: 0.7333333333rem;
  -moz-background-size: 0.7333333333rem;
  -o-background-size: 0.7333333333rem;
  background-size: 0.7333333333rem;
}

.more-news .txt .con {
  overflow: hidden;
  border-radius: 0.2666666667rem 0 0.2666666667rem 0.2666666667rem;
  -moz-box-shadow: 0 0 0.1333333333rem rgba(37, 98, 84, 0.51);
  -webkit-box-shadow: 0 0 0.1333333333rem rgba(37, 98, 84, 0.51);
  box-shadow: 0 0 0.1333333333rem rgba(37, 98, 84, 0.51);
  padding: 0.2666666667rem 0;
  text-align: center;
  margin-left: 2.8rem;
}

.more-news .txt .con .box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.more-news .txt .con .box .line {
  width: 1px;
  height: 0.8rem;
  background-color: #a0a0a0;
}

.more-news .txt .con .item {
  font-size: 0.3466666667rem;
  color: #333;
  line-height: 0.48rem;
}

.more-news .txt .con .item p {
  margin-bottom: 0.0666666667rem;
}

.more-news .txt .con .item span {
  color: #257762;
  display: block;
}

.more-news .txt .con .advan {
  font-size: 0.2933333333rem;
  color: #626262;
  line-height: 0.4266666667rem;
  margin-top: 0.1333333333rem;
}

.no-search {
  text-align: center;
  font-size: 0.32rem;
  color: #4d4f53;
  line-height: 0.4533333333rem;
  letter-spacing: 1px;
  margin: 3.6rem 0;
}

.no-search h3 {
  font-size: 0.5333333333rem;
  color: #275e51;
  font-weight: 400;
  line-height: 0.6666666667rem;
  margin-bottom: 0.2933333333rem;
}

.no-search p {
  font-size: 0.32rem;
  color: #4d4f53;
  line-height: 0.4533333333rem;
  margin-bottom: 0.9333333333rem;
}

.no-search p a,
.no-search p span {
  font-size: 0.4rem;
  color: #275e51;
}

.h50 {
  height: 0.6666666667rem;
}

.slick-news {
  margin: 0 0 0.6666666667rem;
}

.slick-news .box {
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  border-radius: 0.2666666667rem 0.9333333333rem 0;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slick-news .slick-active .box {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: url(/new-skin/images/a-bg3.png) center;
  -webkit-background-size: 0.44rem;
  -moz-background-size: 0.44rem;
  -o-background-size: 0.44rem;
  background-size: 0.44rem;
}

.slick-news .box .img {
  position: relative;
  border-radius: 0 0 0 0.9333333333rem;
  display: block;
}

.slick-news .box .img img {
  display: block;
  width: 100%;
  border-radius: 0.2666666667rem 0.9333333333rem 0;
  overflow: hidden;
}

.slick-news .box .img span {
  position: absolute;
  right: 0;
  bottom: -0.4rem;
  width: 5.7333333333rem;
  line-height: 0.8rem;
  text-align: center;
  background: url(/new-skin/images/d-bg2.png) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 0.3466666667rem;
  color: #ffd083;
}

.slick-news .box .txt {
  padding: 0.6rem 0.48rem 0.16rem;
  position: relative;
}

.slick-news .box .txt .tit {
  font-size: 0.4rem;
  color: #333;
  line-height: 0.6666666667rem;
}

.slick-news .box .txt .more {
  position: absolute;
  width: 0.9333333333rem;
  height: 0.72rem;
  background-color: #ffb800;
  border-radius: 0.3466666667rem 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 0.1866666667rem;
  -moz-background-size: 0.1866666667rem;
  -o-background-size: 0.1866666667rem;
  background-size: 0.1866666667rem;
  right: -0.24rem;
  bottom: -0.24rem;
  background-image: url(/new-skin/images/d-ico1.png);
}

.slick-news .item {
  padding: 0.6rem 0;
}

.news-top {
  position: relative;
  padding-bottom: .8533rem;
}

.news-top h1 {
  font-size: .5333rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 0.3333333333rem;
  font-weight: bold;
  min-height: 3em;
}

.news-top .author {
  display: block;
  font-size: .3467rem;
  color: #fff;
  line-height: 1.416em;
  margin-bottom: .2133rem;
}

.date-box {
  font-size: .32rem;
  line-height: 1.416em;
  color: rgba(255, 255, 255, 0.6);
}

.date-box span {
  display: inline-block;
  position: relative;
}

.date-box span.edit {
  padding-right: 0.24rem;
}

.date-box span.renew {
  padding-left: 0.24rem;
}

.date-box span.renew::before {
  content: '';
  width: 1px;
  height: .24rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.12rem;
}

.info-ul {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.1467rem;
}

.info-ul li {
  -webkit-display: flex;
  display: flex;
  align-items: center;
}

.info-ul li img {
  width: .4267rem;
  height: .48rem;
  margin-right: .2667rem;
}

.info-ul li.col img {
  width: .4667rem;
  height: .4533rem;
}

.info-ul li.col {
  margin-left: .3467rem;
}

.info-ul li.col1 {
  margin-right: .6133rem;
}

.info-ul li .info {
  font-size: .3733rem;
  color: #246857;
  line-height: .48rem;
}

.info-ul li .info span {
  display: block;
}

.news-tel {
  position: absolute;
  left: 50%;
  bottom: .0667rem;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
}

.tel-box{
  position: relative;
  width: 2.9333rem;
  height: 2.9333rem;
  padding: .3467rem;
  z-index: 3;
}

.tel-box img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 4;
}
.tel-box .hand{
  width: .48rem;
  height: .6267rem;
  background: url(/new-skin/images/icon-hand.png);
  background-size: .48rem;
  position: absolute;
  right: .72rem;
  bottom: .4rem;
  animation:bounce 3s infinite;
  z-index: 4;
}
.tel-box::before,.tel-box::after{
  -webkit-animation:pulse 2s linear infinite;
  animation:pulse 2s linear infinite;
  border:#e9b120 solid 2px;
  border-radius:50%;
  box-sizing:border-box;
  content:' ';
  height:100%;
  opacity:.6;
  position:absolute;
  transform:scale(0.714);
  left: 0;
  top: -0.0533rem;
  width:100%;
  z-index:1;
}
.tel-box::after {
  -webkit-animation-delay:1s;
  animation-delay:1s
}
@keyframes pulse {
  to {
      opacity:0;
      transform:scale(1)
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
      -webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
      animation-timing-function:cubic-bezier(.215, .61, .355, 1);
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
  40%, 43% {
      -webkit-transform:translate3d(0, -0.2rem, 0);
      transform:translate3d(0, -0.2rem, 0)
  }
  40%, 43%, 70% {
      -webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
      animation-timing-function:cubic-bezier(.755, .05, .855, .06)
  }
  70% {
      -webkit-transform:translate3d(0, -0.1333rem, 0);
      transform:translate3d(0, -0.1333rem, 0)
  }
  90% {
      -webkit-transform:translate3d(0, -0.05333rem, 0);
      transform:translate3d(0, -0.05333rem, 0)
  }
}
.news-top .serve {
  margin-top: -1.9333333333rem;
}

.news-top .serve .kf {
  display: block;
  width: 2.4666666667rem;
}

.news-top .serve .part {
  margin-top: -0.2rem;
}

.server-part1 {
  margin-top: 0.2666666667rem;
  margin-bottom: 0.9333333333rem;
}

.server-part1 ul {
  padding-bottom: 1.2rem;
}

.server-part1 li {
  font-size: 0.3733333333rem;
  color: #e0e0e0;
  padding-left: 0.6666666667rem;
  background: url(/new-skin/images/d-ico5.png) left center no-repeat;
  -webkit-background-size: 0.32rem;
  -moz-background-size: 0.32rem;
  -o-background-size: 0.32rem;
  background-size: 0.32rem;
  margin-bottom: 0.4rem;
}

.server-part1 .words {
  font-size: 0.4266666667rem;
  color: #4c4c4c;
  line-height: 0.6933333333rem;
}

.server-part1 .words span {
  display: block;
  text-align: right;
  font-size: 0.3466666667rem;
  color: #696969;
  line-height: 0.48rem;
}

.g-tit2 {
  text-align: center;
  margin-bottom: 0.48rem;
}

.g-tit2 h2 {
  position: relative;
  font-size: 0.5866666667rem;
  color: #474747;
  line-height: 0.72rem;
  padding: 0.2266666667rem 0 0.2666666667rem;
  margin-bottom: 0.6133333333rem;
}

.g-tit2 h2 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 0.6666666667rem;
  color: #f3f3f3;
  opacity: 0.4;
  z-index: -1;
  text-transform: uppercase;
}

.g-tit2 h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.5333333333rem;
  height: 0.08rem;
  border-radius: 0.0266666667rem;
  background-color: #338271;
  background: -moz-linear-gradient(left, #32675b 0, #338271 100%);
  background: -webkit-linear-gradient(left, #32675b 0, #338271 100%);
  background: -o-linear-gradient(left, #32675b 0, #338271 100%);
  background: -ms-linear-gradient(left, #32675b 0, #338271 100%);
  background: linear-gradient(to right, #32675b 0, #338271 100%);
  margin-left: -0.2666666667rem;
}

.g-tit2 h3 {
  position: relative;
  font-size: 0.5333333333rem;
  color: #474747;
  line-height: 0.72rem;
  padding: 0.2266666667rem 0 0.2666666667rem;
  margin-bottom: 0.6133333333rem;
}

.g-tit2 h3 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 0.6666666667rem;
  color: #f3f3f3;
  opacity: 0.4;
  z-index: -1;
  text-transform: uppercase;
}

.g-tit2 h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.5333333333rem;
  height: 0.08rem;
  border-radius: 0.0266666667rem;
  background-color: #338271;
  background: -moz-linear-gradient(left, #32675b 0, #338271 100%);
  background: -webkit-linear-gradient(left, #32675b 0, #338271 100%);
  background: -o-linear-gradient(left, #32675b 0, #338271 100%);
  background: -ms-linear-gradient(left, #32675b 0, #338271 100%);
  background: linear-gradient(to right, #32675b 0, #338271 100%);
  margin-left: -0.2666666667rem;
}

.g-tit2 p {
  font-size: 0.3733333333rem;
  color: #333;
  line-height: 0.6666666667rem;
  text-align: left;
}

.server-part2 ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.server-part2 li {
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
}

.server-part2 li img {
  width: 1.6rem;
  margin-bottom: 0.16rem;
}

.server-part2 li p {
  font-size: 0.3466666667rem;
  color: #494949;
  line-height: 0.48rem;
}

.server-part2 li .jt {
  width: 0.1866666667rem;
  margin-bottom: 0.5333333333rem;
}

.server-part2 ul:first-child:after {
  content: "";
  position: absolute;
  right: 0.9333333333rem;
  bottom: 0.4666666667rem;
  width: 0.32rem;
  height: 0.1866666667rem;
  background: url(/new-skin/images/d-jt2.png) center no-repeat;
  -webkit-background-size: 0.32rem;
  -moz-background-size: 0.32rem;
  -o-background-size: 0.32rem;
  background-size: 0.32rem;
}

.server-img {
  display: block;
  width: 100%;
  margin-bottom: 1.0666666667rem;
}

.server-part3 {
  background: url(/new-skin/images/d-bg3.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 0.8rem 0;
  position: relative;
}

.server-part3 h3 {
  font-size: 0.5333333333rem;
  color: #fff;
  line-height: 0.6666666667rem;
  margin-bottom: 1.1466666667rem;
}

.server-part3 h3 strong {
  font-size: 0.96rem;
}

.server-part3 p {
  font-size: 0.3466666667rem;
  color: #fff;
  line-height: 0.48rem;
  margin-bottom: 0.2666666667rem;
}

.server-part3 p span {
  color: #ffad39;
  padding-left: 0.04rem;
}

.server-part3 .btn {
  display: block;
  margin: 0.8rem auto 0;
  width: 5.2rem;
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.8rem;
  -moz-box-shadow: 0 0 0.0666666667rem rgba(240, 190, 77, 0.27);
  -webkit-box-shadow: 0 0 0.0666666667rem rgba(240, 190, 77, 0.27);
  box-shadow: 0 0 0.0666666667rem rgba(240, 190, 77, 0.27);
  background-color: #f0be4d;
  background: -moz-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: -webkit-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: -o-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: -ms-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: linear-gradient(to right, #ec5c44 0, #f0be4d 100%);
  border-radius: 0.8rem;
}

.about-part1 {
  padding-right: 0.4rem;
  background: url(/new-skin/images/a-bg3.png) center;
  -webkit-background-size: 0.44rem;
  -moz-background-size: 0.44rem;
  -o-background-size: 0.44rem;
  background-size: 0.44rem;
  -moz-box-shadow: 0 0 0.1733333333rem rgba(38, 71, 63, 0.16);
  -webkit-box-shadow: 0 0 0.1733333333rem rgba(38, 71, 63, 0.16);
  box-shadow: 0 0 0.1733333333rem rgba(38, 71, 63, 0.16);
  border-radius: 0 0 0 0.3333333333rem;
  margin-left: 0.4rem;
  padding-top: 4.2666666667rem;
  position: relative;
  margin-top: 2.1333333333rem;
}

.about-part1 .slick-img {
  margin-right: 1.3333333333rem;
  position: absolute;
  top: -1.52rem;
  left: -0.4rem;
  right: 0;
  -moz-box-shadow: 0 0 0.1733333333rem rgba(29, 39, 36, 0.33);
  -webkit-box-shadow: 0 0 0.1733333333rem rgba(38, 71, 63, 0.33);
  box-shadow: 0 0 0.1733333333rem rgba(38, 71, 63, 0.33);
  border-radius: 0.3333333333rem;
}

.about-part1 .slick-img .slick-next,
.about-part1 .slick-img .slick-prev {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.about-part1 .slick-img .slick-prev {
  right: -0.9333333333rem;
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(/new-skin/images/d-jt5.png);
  bottom: 0.1066666667rem;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  left: auto;
  top: auto;
}

.about-part1 .slick-img .slick-next {
  right: -0.8533333333rem;
  width: 0.4533333333rem;
  height: 0.4533333333rem;
  background-image: url(/new-skin/images/d-jt4.png);
  bottom: 0.8266666667rem;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  top: auto;
}

.about-part1 .slick-img img {
  display: block;
  width: 100%;
  border-radius: 0.3333333333rem;
}

.about-part1 .txt {
  padding: 0 0.4266666667rem 0.3733333333rem;
  font-size: 0.3733333333rem;
  color: #333;
  line-height: 0.6666666667rem;
  text-indent: 2em;
}

.server-tel {
  padding: 1.4666666667rem 0 0.9866666667rem;
  background: url(/new-skin/images/d-bg4.jpg) top center no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.server-tel .wp {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.server-tel .kf {
  width: 2.5866666667rem;
  margin-right: 0.2666666667rem;
}

.server-tel .txt {
  flex-grow: 1;
  position: relative;
}

.server-tel .txt .h3 {
  font-size: 0.5333333333rem;
  color: #fff;
  line-height: 0.6666666667rem;
  margin-bottom: 0.24rem;
}

.server-tel .txt .p {
  font-size: 0.3466666667rem;
  color: #f0be4d;
  line-height: 0.48rem;
  margin-bottom: 0.2666666667rem;
}

.server-tel .txt .span {
  font-size: 0.3466666667rem;
  color: #247563;
  line-height: 0.48rem;
}

.server-tel .txt .span span {
  font-size: 0.5333333333rem;
}

.server-tel .txt img {
  position: absolute;
  bottom: -0.5333333333rem;
  right: 0;
  width: 1.88rem;
}

.about-part2 {
  margin: 0.6666666667rem 0;
}

.about-part2 img {
  display: block;
  width: 100%;
  margin-bottom: 0.7333333333rem;
}

.about-part2 p {
  font-size: 0.3733333333rem;
  color: #333;
  line-height: 0.6666666667rem;
}

.about-part2 p em {
  font-weight: 700;
}

.about-part3 {
  background: url(/new-skin/images/d-bg5.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0.7333333333rem 0;
}

.about-part3 .tit {
  text-align: center;
}

.about-part3 .tit h3 {
  font-size: 0.5333333333rem;
  color: #fff;
  line-height: 0.8rem;
  margin-bottom: 0.16rem;
  font-weight: 400;
}

.about-part3 .tit p {
  margin-bottom: 0.5333333333rem;
}

.about-part3 .tit img {
  margin: 0 auto 0.6666666667rem;
  display: block;
  width: 94%;
}

.about-part3 img {
  display: block;
  width: 100%;
  margin-bottom: 0.6666666667rem;
}

.about-part3 p {
  font-size: 0.3733333333rem;
  color: #fff;
  line-height: 0.64rem;
}

.contact-part1 {
  margin-top: 0.8rem;
  margin-bottom: 2.6666666667rem;
}

.contact-part1 li {
  margin-bottom: 0.6666666667rem;
}

.contact-part1 li h3 {
  font-size: 0.3466666667rem;
  color: #e0e0e0;
  line-height: 0.5866666667rem;
  padding-left: 0.5333333333rem;
  font-weight: 400;
}

.contact-part1 li p {
  font-size: 0.3733333333rem;
  color: #aeaeae;
  line-height: 0.4533333333rem;
  margin-bottom: 0.2666666667rem;
  padding-left: 0.5866666667rem;
  background: url(/new-skin/images/d-ico5.png) left center no-repeat;
  -webkit-background-size: 0.32rem;
  -moz-background-size: 0.32rem;
  -o-background-size: 0.32rem;
  background-size: 0.32rem;
}

.contact-part1 li span {
  font-size: 0.32rem;
  color: #aeaeae;
  line-height: 0.4533333333rem;
  display: block;
  padding-left: 0.5866666667rem;
}

.contact-part1 li span em {
  color: #e9b120;
  font-size: 0.48rem;
  font-weight: bold;
}

.contact-part1 li span.contxt {
  font-size: 0.3466666667rem;
  color: #e0e0e0;
  line-height: 0.5866666667rem;
  padding-left: 0.5866666667rem;
  font-weight: 400;
}

.contact-part1 li a {
  font-size: 0.4266666667rem;
  color: #aeaeae;
  line-height: 0.5333333333rem;
  display: block;
  padding-left: 0.72rem;
}

.contact-part1 li a em {
  color: #e9b120;
  font-size: 0.48rem;
  font-weight: bold;
}

.contact-part2 {
  padding-top: 1.2rem;
  position: relative;
  background: url(/new-skin/images/z-bg3.png) top center no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  margin-top: -1.4933333333rem;
  margin-bottom: 1.3333333333rem;
}

.contact-part2 .tit {
  font-size: 0.3733333333rem;
  color: #fff;
  line-height: 0.5066666667rem;
}

.contact-part2 .tit p {
  margin-bottom: 0.2133333333rem;
}

.contact-part2 .tit strong {
  font-size: 0.6133333333rem;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0be4d), to(#e99d15));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.7466666667rem;
}

.contact-part2 img {
  display: block;
  width: 100%;
}

.contact-part2 .kf {
  position: absolute;
  right: 0;
  top: -2.2rem;
  width: 3.56rem;
}

.contact-part2 .form {
  margin-left: 0.4rem;
  background-color: #fff;
  border-radius: 0.5333333333rem 0 0 0.5333333333rem;
  -moz-box-shadow: 0 0 0.6533333333rem rgba(26, 64, 55, 0.84);
  -webkit-box-shadow: 0 0 0.6533333333rem rgba(26, 64, 55, 0.84);
  box-shadow: 0 0 0.6533333333rem rgba(26, 64, 55, 0.84);
  padding: 0.8rem 0.6666666667rem 0.7333333333rem;
  position: relative;
}

.contact-part2 .form .item {
  margin-bottom: 0.8rem;
  font-size: 0.3733333333rem;
  color: #333;
  line-height: 0.5066666667rem;
  position: relative;
}

.contact-part2 .form .item p {
  margin-bottom: 0.2rem;
}

.contact-part2 .form .item .inp {
  display: block;
  width: 100%;
  line-height: 0.48rem;
  padding: 0.3333333333rem 0;
  border: none;
  font-size: 0.3733333333rem;
}

.contact-part2 .form .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-part2 .form .item textarea {
  display: block;
  width: 100%;
  border: none;
  line-height: 0.48rem;
  padding: 0.3333333333rem 0;
  height: 1.1466666667rem;
  resize: none;
}

.contact-part2 .form .sub {
  position: absolute;
  left: 50%;
  bottom: -0.5333333333rem;
  width: 8.2666666667rem;
  height: 1.0666666667rem;
  line-height: 1.0666666667rem;
  font-size: 0.4rem;
  color: #fff;
  background-color: #ec5c44;
  background: -moz-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: -webkit-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: -o-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: -ms-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: linear-gradient(to right, #ec5c44 0, #f0be4d 100%);
  margin-left: -4.1333333333rem;
  border: none;
  border-radius: 1.0666666667rem;
}

.contact-part2 .form .item.active::after {
  -moz-box-shadow: 0 0 20px rgba(102, 197, 198, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(102, 197, 198, 0.4);
  box-shadow: 0 0 20px rgba(102, 197, 198, 0.4);
  background-color: #66c5c6;
}

.contact-part3 {
  padding-bottom: 0.64rem;
  border-bottom: solid #f5f5f5;
}

.contact-part3 #allmap {
  height: 5.0666666667rem;
  border-radius: 0.08rem 0.6666666667rem 0.08rem 0.08rem;
  margin-bottom: 0.4rem;
  background-color: #ccc;
}

.contact-part3 .tel {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-part3 .tel p {
  margin-right: 0.6666666667rem;
  font-size: 0.3733333333rem;
  color: #596971;
  line-height: 0.5066666667rem;
}

.contact-part3 .tel p em {
  color: #494949;
}

.contact-part3 .tel p span,
.contact-part3 .tel span {
  color: #287c67;
}

.con-list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.6933333333rem 0;
}

.con-list li {
  font-size: 0.32rem;
  color: #494949;
  line-height: 0.4533333333rem;
  text-align: center;
}

.con-list li img {
  display: block;
  margin: 0 auto 0.2666666667rem;
  width: 0.6rem;
}

#allmap img {
  max-width: 1000px;
}

#allmap .anchorBL {
  display: none;
}

.page-tab {
  color: #333;
  text-align: center;
  margin-left: -0.3733333333rem;
  padding: 0.5333333333rem 0;
  margin-bottom: 0.1066666667rem;
  box-sizing: border-box;
  font-size: 0.4266666667rem;
}

.page-tab span {
  font-size: 0.4266666667rem;
  margin-left: 0.1066666667rem;
}

.page-tab a {
  margin-left: 0.256rem;
}

.page-tab span.page {
  border: 1px solid #257f68;
  border-radius: 0.0666666667rem;
  padding: 0.1333333333rem 0.128rem;
}

.page-tab span.page i {
  color: #257f68;
  font-family: "PingFangB";
  font-style: normal;
}

.page-list {
  position: fixed;
  bottom: 0;
  max-width: 750px;
  width: 100%;
  height: 5.76rem;
  overflow-y: scroll;
  z-index: 99990;
  padding: 0.2133333333rem 0;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 0.0666666667rem rgba(37, 127, 104, 0.4);
  -moz-box-shadow: 0px -1px 0.0666666667rem rgba(37, 127, 104, 0.4);
  box-shadow: 0px -1px 0.0666666667rem rgba(37, 127, 104, 0.4);
  display: none;
}

.page-top {
  border-bottom: 1px solid #dedfe0;
  font-size: 0.4266666667rem;
  padding-bottom: 0.2133333333rem;
}

.page-top a {
  display: inline-block;
  margin-left: 0.2133333333rem;
}

.page-top .hide {
  display: block;
  float: right;
  width: 0.4266666667rem;
  height: 0.4266666667rem;
  margin-right: 0.2133333333rem;
}

.page-top .hide img {
  width: 100%;
}

.page-list li {
  float: left;
  width: 13.3%;
  margin-left: 3%;
  text-align: center;
  font-size: 0.4266666667rem;
  color: #333;
  border-radius: 0.1066666667rem;
  line-height: 0.8533333333rem;
  margin-top: 0.2533333333rem;
  background: #f5f5f5;
}

.page-list li a {
  color: #333;
  display: block;
}

.page-list li.on {
  background: rgba(37, 127, 104, 0.3);
}

.page-list li.on a {
  color: #257f68;
  font-weight: bold;
}

.serve-bot {
  background: #fff url(../images/f-bg.png) center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  bottom: -100%;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin-bottom: env(safe-area-inset-bottom);
  max-width: 750px;
}

.serve-bot a {
  font-size: 0.4266666667rem;
  color: #fff;
  line-height: 1.3333333333rem;
  padding-left: 1rem;
  background-repeat: no-repeat;
  background-position: 0 center;
  -webkit-background-size: 0.7333333333rem;
  -moz-background-size: 0.7333333333rem;
  -o-background-size: 0.7333333333rem;
  background-size: 0.7333333333rem;
}

.serve-bot .zx {
  background-image: url(/new-skin/images/f-ico1.png);
  margin-left: 0.4rem;
}

.serve-bot .tel {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cfdaec;
  background: -moz-linear-gradient(left, #ec6245 0%, #f0b64c 100%);
  background: -webkit-linear-gradient(left, #ec6245 0%, #f0b64c 100%);
  background: -o-linear-gradient(left, #ec6245 0%, #f0b64c 100%);
  background: -ms-linear-gradient(left, #ec6245 0%, #f0b64c 100%);
  background: linear-gradient(to right, #ec6245 0%, #f0b64c 100%);
  border-radius: 0.7466666667rem 0.7466666667rem 0 0.7466666667rem;
  width: 5.2rem;
  padding: 0.2rem 0;
  position: relative;
  bottom: 0.4666666667rem;
}

.serve-bot .tel img {
  margin-right: 0.2666666667rem;
  width: 0.64rem;
}

.serve-bot .tel p {
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.4533333333rem;
}

.serve-bot .tel p span {
  display: block;
}

.serve-bot .tel p span em {
  font-size: 0.48rem;
  font-weight: bold;
}

.goTop {
  position: fixed;
  right: 0.1333333333rem;
  bottom: 2.6666666667rem;
  width: 0.8666666667rem;
  z-index: 99;
}

.goTop img {
  display: block;
  width: 100%;
}

.fix-night {
  padding: 0.1333333333rem 0.2666666667rem;
  -moz-box-shadow: 0 0 0.2666666667rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0.2666666667rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.2666666667rem rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: fixed;
  bottom: -100%;
  width: 100%;
  display: none;
  z-index: 999;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  max-width: 750px;
}

.fix-night a {
  font-size: 0.4266666667rem;
  line-height: 1.0666666667rem;
  width: 3.4666666667rem;
  background-color: #257f68;
  color: #ffffff;
  border-radius: 1.0666666667rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fix-night p {
  color: #333333;
  font-size: 0.3733333333rem;
}

.fix-night .con {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fix-night a img {
  width: 0.5333333333rem;
  margin-right: 0.2666666667rem;
}

.zhiZhao {
  text-align: center;
  color: #666;
  font-size: 0.4rem;
  margin: 0.4266666667rem 0 0.1333333333rem;
}

.zhiZhao p {
  display: inline-block;
}

.zhiZhao a {
  display: inline-block;
  color: #345a4f;
  text-decoration: underline;
  margin-left: 0.1333333333rem;
}

/* 首页 - 环保节能 */
.index-green {
  position: relative;
  z-index: 0;
  margin-bottom: 1.3333333333rem;
}

.green-pic img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-border-radius: 0.32rem 0.32rem 0 0;
  -moz-border-radius: 0.32rem 0.32rem 0 0;
  -ms-border-radius: 0.32rem 0.32rem 0 0;
  -o-border-radius: 0.32rem 0.32rem 0 0;
  border-radius: 0.32rem 0.32rem 0 0;
}

.green-info {
  padding: 0.5866666667rem 0.3733333333rem;
  background: url(/new-skin/images/index-bg02.png);
  -webkit-box-shadow: 0 0 0.2666666667rem rgba(31, 76, 66, 0.2);
  -moz-box-shadow: 0 0 0.2666666667rem rgba(31, 76, 66, 0.2);
  -ms-box-shadow: 0 0 0.2666666667rem rgba(31, 76, 66, 0.2);
  -o-box-shadow: 0 0 0.2666666667rem rgba(31, 76, 66, 0.2);
  box-shadow: 0 0 0.2666666667rem rgba(31, 76, 66, 0.2);
  -webkit-border-radius: 0 0 0.32rem 0.32rem;
  -moz-border-radius: 0 0 0.32rem 0.32rem;
  -ms-border-radius: 0 0 0.32rem 0.32rem;
  -o-border-radius: 0 0 0.32rem 0.32rem;
  border-radius: 0 0 0.32rem 0.32rem;
}

.green-info p {
  color: #4c4c4c;
  font-size: 0.32rem;
  line-height: 1.9;
  padding-left: 0.4266666667rem;
  position: relative;
  margin-bottom: 0.2666666667rem;
}

.green-info p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0.2666666667rem;
  height: 0.2666666667rem;
  background: url(/new-skin/images/green-dot.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.green-info a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.5333333333rem;
  width: 4rem;
  height: 1.0666666667rem;
  line-height: 1.0666666667rem;
  text-align: center;
  font-size: 0.4266666667rem;
  color: #fff;
  background-color: #f1c25b;
  background: -moz-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: -webkit-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: -o-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: -ms-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: linear-gradient(to right, #ed654d 0, #f1c25b 100%);
  letter-spacing: 0.0266666667rem;
  -webkit-border-radius: 0.8266666667rem;
  border-radius: 0.8266666667rem;
}

/* 底部商务通 */
.fixed-day {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  bottom: -100%;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  padding-bottom: env(safe-area-inset-bottom);
  max-width: 750px;
  -webkit-box-shadow: 0 0 0.2933333333rem rgba(39, 96, 84, 0.2);
  -moz-box-shadow: 0 0 0.2933333333rem rgba(39, 96, 84, 0.2);
  -ms-box-shadow: 0 0 0.2933333333rem rgba(39, 96, 84, 0.2);
  -o-box-shadow: 0 0 0.2933333333rem rgba(39, 96, 84, 0.2);
  box-shadow: 0 0 0.2933333333rem rgba(39, 96, 84, 0.2);
  background: -webkit-linear-gradient(top, #3c9980 0%, #2e7364 100%);
  background: -moz-linear-gradient(top, #3c9980 0%, #2e7364 100%);
  background: -ms-linear-gradient(top, #3c9980 0%, #2e7364 100%);
  background: -o-linear-gradient(top, #3c9980 0%, #2e7364 100%);
  background: linear-gradient(to bottom, #3c9980 0%, #2e7364 100%);
  -webkit-border-radius: 0.4266666667rem 0.4266666667rem 0 0;
  border-radius: 0.4266666667rem 0.4266666667rem 0 0;
  padding-bottom: 0.1333333333rem;
}

.fixed-day a {
  font-size: 0.4533333333rem;
  color: #fff;
  line-height: 1.1;
  background-repeat: no-repeat;
  background-position: 0.6666666667rem center;
  -webkit-background-size: 0.5866666667rem;
  -moz-background-size: 0.5866666667rem;
  -o-background-size: 0.5866666667rem;
  background-size: 0.5866666667rem;
  text-align: center;
}

.fixed-day .zx {
  background-image: url(/new-skin/images/fixed-icon01.png);
  line-height: 0.8rem;
  padding-left: 1.4666666667rem;
}

.fixed-day .tel {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(top, #f1c05b 0%, #ed674d 100%);
  background: -moz-linear-gradient(top, #f1c05b 0%, #ed674d 100%);
  background: -ms-linear-gradient(top, #f1c05b 0%, #ed674d 100%);
  background: -o-linear-gradient(top, #f1c05b 0%, #ed674d 100%);
  background: linear-gradient(to bottom, #f1c05b 0%, #ed674d 100%);
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
  width: 6rem;
  padding: 0.1333333333rem 0.2666666667rem;
  position: relative;
  margin-top: -0.2666666667rem;
  border: 0.0533333333rem solid #fff;
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
}

@keyframes scaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.96);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(0.96);
  }
}

.fixed-day .tel img {
  margin-right: 0.08rem;
  width: 0.7466666667rem;
}

.tel-day {
  padding-left: 0.1333333333rem;
  text-align: left;
}

.tel-day span {
  display: block;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.4533333333rem;
}

.tel-day p {
  font-size: 0.4266666667rem;
}

.tel-day p strong {
  font-size: 0.5333333333rem;
}

.fixed-night {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  bottom: -100%;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin-bottom: env(safe-area-inset-bottom);
  max-width: 750px;
  background: url(/new-skin/images/fixed-night.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 1.4133333333rem;
}

.fixed-night p {
  color: #c5e3dc;
  font-size: 0.3733333333rem;
  padding-left: 0.4rem;
  margin-top: 0.1333333333rem;
}

.fixed-night a {
  font-size: 0.4266666667rem;
  font-weight: bold;
  color: #fff;
  width: 3.2rem;
}

.fixed-night a img {
  width: 0.6666666667rem;
  margin-right: 0.16rem;
  margin-top: -0.0133333333rem;
  vertical-align: middle;
}

.fixed-night .nzx {
  margin-left: 0.4rem;
}

/* 1102 top */
.top-base {
  line-height: 1.2;
}

.top-basepro {
  padding-bottom: 1.0666666667rem;
}

.top-base h1 {
  color: #fff;
  font-size: 0.6666666667rem;
  margin-bottom: 0.2933333333rem;
}

.top-base p {
  color: #e8e8e8;
  font-size: 0.3466666667rem;
}

.tab-base {
  padding-top: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
  position: relative;
}

.tab-base:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(/new-skin/images/top-dot.png);
  -webkit-border-radius: 0.5333333333rem;
  -moz-border-radius: 0.5333333333rem;
  -ms-border-radius: 0.5333333333rem;
  -o-border-radius: 0.5333333333rem;
  border-radius: 0.5333333333rem;
  -webkit-box-shadow: 0 0.0533333333rem 0.1866666667rem rgba(29, 107, 87, 0.3);
  -moz-box-shadow: 0 0.0533333333rem 0.1866666667rem rgba(29, 107, 87, 0.3);
  -ms-box-shadow: 0 0.0533333333rem 0.1866666667rem rgba(29, 107, 87, 0.3);
  -o-box-shadow: 0 0.0533333333rem 0.1866666667rem rgba(29, 107, 87, 0.3);
  box-shadow: 0 0.0533333333rem 0.1866666667rem rgba(29, 107, 87, 0.3);
  z-index: -2;
}

.m-search {
  margin-top: 0.6666666667rem;
  margin-bottom: 1.3333333333rem;
}

.server-part1 .top-base {
  margin-bottom: 1.36rem;
}

.ser-idea {
  position: relative;
  padding-bottom: 0.4rem;
  margin-bottom: 0.5333333333rem;
}

.ser-idea:before {
  content: "";
  position: absolute;
  left: -0.4rem;
  right: -0.4rem;
  top: -2.4rem;
  bottom: 0;
  background-color: #f4f4f4;
  z-index: -2;
}

.ser-idea ul li {
  position: relative;
  margin-bottom: 0.32rem;
}

.ser-idea ul li img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 0.1333333333rem;
  -moz-border-radius: 0.1333333333rem;
  -ms-border-radius: 0.1333333333rem;
  -o-border-radius: 0.1333333333rem;
  border-radius: 0.1333333333rem;
}

.ser-idea ul li strong {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.1333333333rem;
  height: 1.2533333333rem;
  line-height: 1.2266666667rem;
  background: url(/new-skin/images/serv-idea.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 0.48rem;
  z-index: 2;
  padding-left: 0.48rem;
}

.ser-idea ul li p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 1.8666666667rem;
  background-color: #f0be4d;
  line-height: 1.0666666667rem;
  text-align: center;
  padding-left: 0.16rem;
  color: #333;
  font-size: 0.4rem;
  -webkit-border-bottom-right-radius: 0.1333333333rem;
  -moz-border-bottom-right-radius: 0.1333333333rem;
  -ms-border-bottom-right-radius: 0.1333333333rem;
  -o-border-bottom-right-radius: 0.1333333333rem;
  border-bottom-right-radius: 0.1333333333rem;
}

.cont-tit {
  text-align: center;
  margin-bottom: 0.48rem;
}

.cont-tit h2 {
  position: relative;
  font-size: 0.5866666667rem;
  color: #474747;
  line-height: 0.72rem;
  padding: 0.2266666667rem 0 0.2666666667rem;
}

.cont-tit p {
  font-size: 0.3466666667rem;
  color: #4c4c4c;
  line-height: 0.6666666667rem;
}

.cont-tit h2 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 0.6666666667rem;
  color: #f3f3f3;
  opacity: 0.4;
  z-index: -1;
  text-transform: uppercase;
}

.contact-good ul {
  margin-left: -3%;
  margin-bottom: 0.4rem;
}

.contact-good ul li {
  float: left;
  width: 47%;
  margin-left: 3%;
  background: url(/new-skin/images/cont-dot.png);
  -webkit-box-shadow: 0 0.08rem 0.2933333333rem rgba(11, 61, 49, 0.2);
  -moz-box-shadow: 0 0.08rem 0.2933333333rem rgba(11, 61, 49, 0.2);
  -ms-box-shadow: 0 0.08rem 0.2933333333rem rgba(11, 61, 49, 0.2);
  -o-box-shadow: 0 0.08rem 0.2933333333rem rgba(11, 61, 49, 0.2);
  box-shadow: 0 0.08rem 0.2933333333rem rgba(11, 61, 49, 0.2);
  -webkit-border-radius: 0.2666666667rem;
  -moz-border-radius: 0.2666666667rem;
  -ms-border-radius: 0.2666666667rem;
  -o-border-radius: 0.2666666667rem;
  border-radius: 0.2666666667rem;
  overflow: hidden;
  padding-bottom: 0.2133333333rem;
  margin-bottom: 0.2666666667rem;
}

.contact-good ul li img {
  width: 100%;
  height: auto;
}

.contact-good ul li span,
.contact-good ul li p {
  font-size: 0.3733333333rem;
  padding: 0 0.16rem;
  line-height: 1.5;
}

.contact-good ul li span {
  display: block;
  color: #4c4c4c;
  margin-top: -0.16rem;
}

.contact-good ul li p {
  color: #255c4f;
}

.about-tit {
  text-align: center;
}

.about-tit h2 {
  position: relative;
  font-size: 0.5333333333rem;
  color: #474747;
  line-height: 0.72rem;
  padding-top: 0.2666666667rem;
  margin-bottom: 0.4rem;
  z-index: 0;
}

.tit-line h2 {
  padding-bottom: 0.2666666667rem;
}

.tit-line h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.5333333333rem;
  height: 0.08rem;
  border-radius: 0.0266666667rem;
  background-color: #247866;
  background: -moz-linear-gradient(left, #225b4f 0, #247866 100%);
  background: -webkit-linear-gradient(left, #225b4f 0, #247866 100%);
  background: -o-linear-gradient(left, #225b4f 0, #247866 100%);
  background: -ms-linear-gradient(left, #225b4f 0, #247866 100%);
  background: linear-gradient(to right, #225b4f 0, #247866 100%);
  margin-left: -0.2666666667rem;
}

.about-tit h2 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 0.6666666667rem;
  color: #f3f3f3;
  opacity: 0.4;
  z-index: -1;
  text-transform: uppercase;
  font-weight: normal;
}

.about-tit p {
  font-size: 0.3466666667rem;
  color: #333;
  line-height: 1.6;
}

.about-add1 .about-tit h2 {
  color: #f0be4d;
}

.about-add1 .about-tit h2 span {
  color: #262626;
}

.about-add1 .about-tit p {
  color: #e0e0e0;
}

.about-add1 {
  padding-top: 0.5333333333rem;
  background: #fff;
  position: relative;
  z-index: 0;
}

.about-add1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 2.6666666667rem;
  background: url(/new-skin/images/about-base.jpg) no-repeat top center;
  z-index: -1;
}

.slick-base {
  margin-top: 0.4266666667rem;
  padding-bottom: 0.9333333333rem;
}

.slick-base .slick-slide {
  outline: none;
}

.slick-base .item img {
  padding: 0 0.1333333333rem;
  width: 100%;
}

.slick-base .slick-dots {
  bottom: 0.3333333333rem;
}

.slick-base .slick-dots li button:before {
  display: none;
}

.slick-base .slick-dots li button {
  padding: 0;
  width: 0.32rem;
  height: 0.1066666667rem;
  -webkit-border-radius: 0.0533333333rem;
  -moz-border-radius: 0.0533333333rem;
  -ms-border-radius: 0.0533333333rem;
  -o-border-radius: 0.0533333333rem;
  border-radius: 0.0533333333rem;
  background-color: #f0be4d;
}

.slick-base .slick-dots li.slick-active {
  width: 0.5866666667rem;
}

.slick-base .slick-dots li.slick-active button {
  width: 0.5866666667rem;
  background: -webkit-linear-gradient(left, #225b4f 0%, #247866 100%);
  background: -moz-linear-gradient(left, #225b4f 0%, #247866 100%);
  background: -ms-linear-gradient(left, #225b4f 0%, #247866 100%);
  background: -o-linear-gradient(left, #225b4f 0%, #247866 100%);
  background: linear-gradient(to right, #225b4f 0%, #247866 100%);
}

.slick-base .slick-dots li {
  width: 0.32rem;
  height: 0.1066666667rem;
  margin: 0 0.0533333333rem;
}

.about-add2 {
  padding: 0.5333333333rem 0 0.8rem;
  background: url(/new-skin/images/about-add2bg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-add2 .about-tit {
  text-align: left;
}

.about-add2 .about-tit p {
  color: #666;
}

.price-pic {
  margin: 0.4266666667rem 0 0.6666666667rem 0.2666666667rem;
}

.price-pic img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.price-con span {
  float: left;
  width: 3.4666666667rem;
  line-height: 1.0666666667rem;
  text-align: center;
  background-color: #2b6b5c;
  -webkit-border-radius: 1.0666666667rem;
  -moz-border-radius: 1.0666666667rem;
  -ms-border-radius: 1.0666666667rem;
  -o-border-radius: 1.0666666667rem;
  border-radius: 1.0666666667rem;
  color: #fff;
  font-size: 0.4266666667rem;
  position: relative;
  z-index: 0;
  margin-top: 0.1333333333rem;
  cursor: pointer;
}

.price-con span:before {
  content: "";
  position: absolute;
  left: -0.1333333333rem;
  top: -0.1333333333rem;
  right: -0.1333333333rem;
  bottom: -0.1333333333rem;
  background: rgba(43, 107, 92, 0.2);
  -webkit-border-radius: 1.0666666667rem;
  -moz-border-radius: 1.0666666667rem;
  -ms-border-radius: 1.0666666667rem;
  -o-border-radius: 1.0666666667rem;
  border-radius: 1.0666666667rem;
  z-index: -1;
}

.price-txt {
  display: block;
  overflow: hidden;
  line-height: 1.6;
  position: relative;
  padding-left: 0.8266666667rem;
}

.price-txt:before {
  content: "";
  position: absolute;
  left: 0.2666666667rem;
  top: 0.6666666667rem;
  width: 0.4rem;
  height: 0.08rem;
  background-color: #f0be4d;
}

.price-txt strong {
  color: #2b6c5c;
  font-size: 0.48rem;
  display: block;
}

.price-txt p {
  color: #4c4c4c;
  font-size: 0.32rem;
}

.about-add3 {
  position: relative;
  padding: 0.5333333333rem 0;
}

.about-add3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5.3333333333rem;
  background: url(/new-skin/images/about-add3bg.png);
  z-index: -1;
}

.about-add3 .about-tit h2 {
  color: #fff;
}

.about-add3 .about-tit h2 span {
  color: rgba(255, 255, 255, 0.15);
}

.about-add3 .about-tit p {
  color: #e8e8e8;
}

.about-add3 ul {
  margin-left: -2%;
  margin-top: 0.6666666667rem;
}

.about-add3 ul li {
  float: left;
  width: 48%;
  margin-left: 2%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.16rem rgba(20, 51, 44, 0.2);
  -moz-box-shadow: 0 0 0.16rem rgba(20, 51, 44, 0.2);
  -ms-box-shadow: 0 0 0.16rem rgba(20, 51, 44, 0.2);
  -o-box-shadow: 0 0 0.16rem rgba(20, 51, 44, 0.2);
  box-shadow: 0 0 0.16rem rgba(20, 51, 44, 0.2);
  padding: 0.1333333333rem;
  margin-bottom: 0.2133333333rem;
}

.about-add3 ul li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.about-part3 .about-tit {
  margin-bottom: 0.4rem;
}

.about-part3 .about-tit h2 {
  color: #fff;
  margin-bottom: 0.2666666667rem;
}

.about-part3 .about-tit p {
  color: #fff;
}

.about-add4 {
  padding: 0.4rem 0;
  background: url(/new-skin/images/about-add4bg.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-add4 .about-tit h2 {
  color: #f0be4d;
}

.about-add4 .about-tit p {
  color: #e8e8e8;
}

.about-add4 ul {
  margin-left: -2%;
  margin-top: 0.9333333333rem;
}

.about-add4 ul li {
  float: left;
  width: 48%;
  margin-left: 2%;
  position: relative;
  color: #fff;
  font-size: 0.3733333333rem;
  line-height: 1.6;
  padding-left: 0.2133333333rem;
  margin-bottom: 0.8rem;
}

.about-add4 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1333333333rem;
  width: 0.0533333333rem;
  height: 0.96rem;
  background-color: #f0be4d;
}

.about-add4 ul li i {
  font-style: normal;
  color: #f0be4d;
}

/* banner */
.index-bans {
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.0133333333rem;
  margin-top: 0.32rem;
}

.bans-txt a,
.bans-txt .biaoti {
  color: #fff;
  font-size: 0.7466666667rem;
  font-weight: bold;
}

.bans-txt p {
  color: #e8e8e8;
  font-size: 0.3333333333rem;
  margin-top: 0.4rem;
}

.bans-txt p span {
  margin: 0 0.2rem;
}

.bans-txt p span:before {
  content: "";
  display: inline-block;
  width: 0.2133333333rem;
  height: 0.2133333333rem;
  -webkit-border-radius: 0.0533333333rem;
  -moz-border-radius: 0.0533333333rem;
  -ms-border-radius: 0.0533333333rem;
  -o-border-radius: 0.0533333333rem;
  border-radius: 0.0533333333rem;
  background-color: #f0be4d;
  vertical-align: middle;
  margin-top: -0.0666666667rem;
  margin-right: 0.1333333333rem;
}

.bans-bmz {
  margin-top: 0.5333333333rem;
  margin-right: 0.4rem;
}

.bans-bmz a img {
  -webkit-border-radius: 0 0.2666666667rem 0 0;
  -moz-border-radius: 0 0.2666666667rem 0 0;
  -ms-border-radius: 0 0.2666666667rem 0 0;
  border-radius: 0 0.2666666667rem 0 0;
}

.bans-info {
  padding: 0.6rem 0.4rem 0.8rem;
  margin-top: 0.5333333333rem;
  margin-right: 0.4rem;
  background: url(/new-skin/images/bans-pic.png) no-repeat top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bans-info ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0.5333333333rem 0;
  position: relative;
}

.bans-line {
  display: inline-block;
  width: 0.04rem;
  height: 1.6rem;
  background: -webkit-linear-gradient(top, #3b725b 10%, #fff 50%, #3b725b 90%);
  background: -moz-linear-gradient(top, #3b725b 10%, #fff 50%, #3b725b 90%);
  background: -ms-linear-gradient(top, #3b725b 10%, #fff 50%, #3b725b 90%);
  background: -o-linear-gradient(top, #3b725b 10%, #fff 50%, #3b725b 90%);
  background: linear-gradient(to bottom, #3b725b 10%, #fff 50%, #3b725b 90%);
}

.bans-info ul li {
  color: #dedede;
  font-size: 0.4266666667rem;
}

.bans-info ul li img {
  display: inline-block;
  width: 0.4266666667rem;
  height: auto;
  vertical-align: middle;
  margin-top: -0.0266666667rem;
  margin-right: 0.1333333333rem;
}

.bans-info ul li strong {
  display: block;
  color: #ffffff;
  font-size: 0.5333333333rem;
  margin-top: 0.1333333333rem;
}

.index-bans .slick-slide {
  outline: none;
}

.index-bans .slick-dots {
  bottom: 0.6933333333rem;
}

.index-bans .slick-dots li button:before {
  display: none;
}

.index-bans .slick-dots li button {
  padding: 0;
  width: 0.32rem;
  height: 0.1066666667rem;
  -webkit-border-radius: 0.0533333333rem;
  -moz-border-radius: 0.0533333333rem;
  -ms-border-radius: 0.0533333333rem;
  -o-border-radius: 0.0533333333rem;
  border-radius: 0.0533333333rem;
  background-color: #e8e8e8;
}

.index-bans .slick-dots li.slick-active {
  width: 0.5866666667rem;
}

.index-bans .slick-dots li.slick-active button {
  width: 0.5866666667rem;
  background-color: #f0be4d;
}

.index-bans .slick-dots li {
  width: 0.32rem;
  height: 0.1066666667rem;
  margin: 0 0.0533333333rem;
}

.index-add1 {
  margin: 0 0.4rem 0.8rem;
  background: url(/new-skin/images/index-bg01.png);
  -webkit-border-radius: 0.2666666667rem;
  -moz-border-radius: 0.2666666667rem;
  -ms-border-radius: 0.2666666667rem;
  -o-border-radius: 0.2666666667rem;
  border-radius: 0.2666666667rem;
  color: #fff;
}

.index-add1 img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.index-add1 p {
  font-size: 0.3733333333rem;
  line-height: 1.8;
  padding: 0.4rem 0.2666666667rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.index-add1 p span {
  font-size: 0.4rem;
  line-height: 1.1;
}

.index-add1 p span:before {
  content: "";
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f0be4d;
  vertical-align: middle;
  margin-top: -0.0666666667rem;
  margin-right: 0.1333333333rem;
}

.g-tit1 span i {
  font-style: normal;
  font-weight: normal;
  font-size: 0.32rem;
  color: #5c5c5c;
  padding-left: 0.1333333333rem;
}

.index-add2 {
  position: relative;
  color: #fff;
  padding: 0.6666666667rem 0 0.9333333333rem;
  margin-bottom: 1.0666666667rem;
}

.index-add2:before {
  content: "";
  position: absolute;
  left: -0.4rem;
  right: -0.4rem;
  top: 0;
  bottom: 0;
  background: url(/new-skin/images/index-bg03.png) no-repeat left bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.index-add2 strong {
  display: block;
  color: #fff;
  line-height: 1.1;
  font-size: 0.48rem;
}

.index-add2 p {
  color: #e8e8e8;
  font-size: 0.3466666667rem;
  line-height: 2;
  margin: 0.4rem 0;
}

.index-add2 i {
  display: block;
  color: #f0be4d;
  line-height: 1.1;
  font-size: 0.4rem;
  font-style: normal;
  font-weight: bold;
}

.index-add2 span {
  display: inline-block;
  width: 3.7333333333rem;
  line-height: 0.9333333333rem;
  text-align: center;
  background-color: #f0be4d;
  -webkit-border-radius: 1.0666666667rem;
  -moz-border-radius: 1.0666666667rem;
  -ms-border-radius: 1.0666666667rem;
  -o-border-radius: 1.0666666667rem;
  border-radius: 1.0666666667rem;
  color: #333;
  font-size: 0.3733333333rem;
  font-weight: bold;
  position: relative;
  z-index: 0;
  margin-top: 0.9333333333rem;
}

.index-add2 span:before {
  content: "";
  position: absolute;
  left: -0.1333333333rem;
  top: -0.1333333333rem;
  right: -0.1333333333rem;
  bottom: -0.1333333333rem;
  background: rgba(240, 190, 77, 0.2);
  -webkit-border-radius: 1.0666666667rem;
  -moz-border-radius: 1.0666666667rem;
  -ms-border-radius: 1.0666666667rem;
  -o-border-radius: 1.0666666667rem;
  border-radius: 1.0666666667rem;
  z-index: -1;
}

.index-add2 img {
  position: absolute;
  bottom: -0.2666666667rem;
  right: -0.4rem;
  width: 4.8rem;
  height: auto;
  vertical-align: middle;
}

.index-add3 {
  position: relative;
  line-height: 1.2;
  padding-bottom: 0.6666666667rem;
  margin-bottom: 1.3333333333rem;
}

.index-add3:before {
  content: "";
  position: absolute;
  left: -0.4rem;
  right: -0.4rem;
  top: 40%;
  bottom: 0;
  background: url(/new-skin/images/index-bg04.png);
  z-index: -1;
}

.index-add3 strong {
  display: block;
  color: #255c4f;
  font-size: 0.48rem;
}

.index-add3 p {
  color: #666;
  font-size: 0.3333333333rem;
  margin-top: 0.32rem;
}

.index-video {
  margin-top: 0.5333333333rem;
  position: relative;
}

.index-video span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}

.index-video span img {
  position: absolute;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  left: 50%;
  top: 50%;
  margin-left: -0.6666666667rem;
  margin-top: -0.6666666667rem;
  z-index: 99;
}

.index-video video {
  width: 100%;
  height: auto;
}

.index-add3 ul {
  margin-top: 0.5333333333rem;
}

.index-add3 li {
  color: #e8e8e8;
  font-size: 0.3333333333rem;
  margin-top: 0.4rem;
}

.index-add3 li span {
  color: #f0be4d;
  font-size: 0.36rem;
  font-weight: bold;
  padding-right: 0.08rem;
}

.video-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.5333333333rem;
  width: 4rem;
  height: 1.0666666667rem;
  line-height: 1.0666666667rem;
  text-align: center;
  font-size: 0.4266666667rem;
  color: #fff;
  background-color: #f1c25b;
  background: -moz-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: -webkit-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: -o-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: -ms-linear-gradient(left, #ed654d 0, #f1c25b 100%);
  background: linear-gradient(to right, #ed654d 0, #f1c25b 100%);
  letter-spacing: 0.0266666667rem;
  -webkit-border-radius: 0.8266666667rem;
  border-radius: 0.8266666667rem;
}

.index-add4 {
  position: relative;
  padding: 0.5333333333rem 0;
  line-height: 1.2;
}

.index-add4:before {
  content: "";
  position: absolute;
  left: -0.4rem;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/new-skin/images/index-bg05.png);
  z-index: -1;
  -webkit-border-radius: 0 0.2666666667rem 0 0;
  -moz-border-radius: 0 0.2666666667rem 0 0;
  -ms-border-radius: 0 0.2666666667rem 0 0;
  -o-border-radius: 0 0.2666666667rem 0 0;
  border-radius: 0 0.2666666667rem 0 0;
}

.index-add4:after {
  content: "";
  position: absolute;
  right: -0.4rem;
  bottom: -0.1066666667rem;
  width: 3.4666666667rem;
  height: 5.36rem;
  background: url(/new-skin/images/index-pic05.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-add4 strong {
  display: block;
  color: #fff;
  font-size: 0.48rem;
}

.index-add4 p {
  color: #f0be4d;
  font-size: 0.3466666667rem;
  margin: 0.3466666667rem 0 0.4rem;
}

.index-add4 li {
  margin-bottom: 0.2666666667rem;
}

.index-add4 li input,
.index-add4 li textarea {
  color: #fff;
  font-size: 0.3466666667rem;
  width: 6rem;
  background-color: #3b6d61;
  border: 1px solid #abc0bb;
  -webkit-border-radius: 0.0533333333rem;
  -moz-border-radius: 0.0533333333rem;
  -ms-border-radius: 0.0533333333rem;
  -o-border-radius: 0.0533333333rem;
  border-radius: 0.0533333333rem;
  line-height: 0.5333333333rem;
  padding: 0.1866666667rem 0.24rem;
}

.index-add4 li textarea {
  height: 2.1333333333rem;
  resize: none;
}

.index-add4 li ::-webkit-input-placeholder {
  color: #fff;
}

.index-add4 li ::-moz-placeholder {
  color: #fff;
}

.index-add4 li ::-ms-input-placeholder {
  color: #fff;
}

.index-add4 li input[type=text]:focus {
  background-color: #3b6d61;
  border: 1px solid #abc0bb;
}

.index-add4 input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #3b6d61 inset !important;
  box-shadow: 0 0 0px 1000px #3b6d61 inset !important;
}

.text-btn {
  margin-top: 0.3333333333rem;
}

.text-btn input {
  background: -webkit-linear-gradient(left, #ee724f 0%, #f1be5b 100%);
  background: -moz-linear-gradient(left, #ee724f 0%, #f1be5b 100%);
  background: -ms-linear-gradient(left, #ee724f 0%, #f1be5b 100%);
  background: -o-linear-gradient(left, #ee724f 0%, #f1be5b 100%);
  background: linear-gradient(to right, #ee724f 0%, #f1be5b 100%);
  width: 6rem;
  border: none;
  line-height: 1.0133333333rem;
  -webkit-border-radius: 0.0533333333rem;
  -moz-border-radius: 0.0533333333rem;
  -ms-border-radius: 0.0533333333rem;
  -o-border-radius: 0.0533333333rem;
  border-radius: 0.0533333333rem;
  color: #fff;
  font-size: 0.4266666667rem;
  font-weight: bold;
}

.index-nav {
  background-color: #393b45;
  margin-bottom: 0.6666666667rem;
}

.m-type dl {
  border-bottom: 1px solid #555866;
}

.m-type dl dt {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.7466666667rem;
  padding: 0.4rem 0;
}

.m-type dl dt a {
  color: #fff;
  display: block;
}

.m-type .level dd {
  padding-left: 0.2666666667rem;
  display: none;
}

.m-type .level dd a {
  display: block;
  color: #e8e8e8;
  font-size: 0.3466666667rem;
  line-height: 0.4266666667rem;
  padding: 0.32rem 0;
  border-bottom: 1px solid #3f424c;
}

.m-type .level dd p:last-child a {
  border-bottom: none;
  padding-bottom: 0.5333333333rem;
}

.m-type .level dt {
  position: relative;
}

.m-type .level dt i {
  width: 0.3733333333rem;
  height: 0.2133333333rem;
  display: block;
  background: url(/new-skin/images/nav-icon01.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0.5866666667rem;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.m-type .level.on dt i {
  background: url(/new-skin/images/nav-icon02.png) no-repeat center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.m-type dl:last-child {
  border-bottom: none;
}

/* 新闻内页样式 */
.special1-scx {
  padding: 0.5333333333rem 0.4rem;
  background: url(/new-skin/images/special1-bg.png);
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 0.6666666667rem;
}

.special1-scx:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  width: 88px;
  height: 17px;
  background: url(/new-skin/images/special1-icon.gif) no-repeat;
}

.special1-scx strong {
  display: block;
  color: #333;
  font-size: 0.48rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 0.4266666667rem;
}

.special1-scx strong:before {
  content: "";
  position: absolute;
  left: -0.4266666667rem;
  top: 0;
  width: 0.1066666667rem;
  height: 0.6666666667rem;
  background-color: #33806f;
  border: 1px solid #ccc;
}

.m-content .special1-scx p {
  text-indent: 0;
  margin-bottom: 0.16rem;
}

.special1-khwd {
  padding: 0.48rem 0.4rem 0.9333333333rem;
  background: url(/new-skin/images/special1-bg.png);
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 0.6666666667rem;
}

.special1-khwd:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  width: 88px;
  height: 17px;
  background: url(/new-skin/images/special1-icon.gif) no-repeat;
}

.special1-khwd strong {
  display: inline-block;
  color: #fff;
  font-size: 0.4533333333rem;
  font-weight: normal;
  line-height: 0.88rem;
  position: relative;
  margin-bottom: 0.2666666667rem;
  z-index: 0;
}

.special1-khwd strong:before {
  content: "";
  position: absolute;
  left: -0.4266666667rem;
  right: -0.4266666667rem;
  top: 0;
  height: 0.88rem;
  background-color: #33806f;
  border: 1px solid #ccc;
  z-index: -1;
}

.m-content .special1-khwd p {
  text-indent: 0;
  margin-bottom: 0;
  padding: 0.2666666667rem 0;
  border-bottom: 1px dashed #bdceca;
}

.special1-khwd p i {
  color: #33806f;
  font-style: normal;
}

.special1-wt {
  margin-bottom: 0.5333333333rem;
  color: #666666;
  font-size: 0.4266666667rem;
  padding-bottom: 0.4rem;
}

.special1-wt strong {
  display: block;
  color: #333;
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 1.8;
  position: relative;
  z-index: 0;
  margin-bottom: 0.2666666667rem;
}

.special1-wt i {
  display: inline-block;
  color: #fff;
  font-size: 0.4rem;
  font-style: normal;
  background-color: #33806f;
  padding: 0 0.2666666667rem;
  margin-right: 0.2666666667rem;
  vertical-align: middle;
  line-height: 1.6;
}

.special1-wt p {
  border-left: 1px dashed #f0be4e;
  padding-left: 0.4rem;
  margin-bottom: 0.4rem;
}

.special1-khhf {
  background: url(/new-skin/images/special1-bg.png);
  -webkit-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 80, 0.2);
  -moz-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 80, 0.2);
  -ms-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 80, 0.2);
  -o-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 80, 0.2);
  box-shadow: 0 0 0.2666666667rem rgba(37, 92, 80, 0.2);
  padding: 0.5333333333rem;
  outline: 1px dashed #255c50;
  outline: 1px dashed rgba(37, 92, 80, 0.3);
  outline-offset: -0.2666666667rem;
  color: #666;
  font-size: 0.4266666667rem;
  line-height: 1.8;
  position: relative;
  margin-bottom: 0.5333333333rem;
}

.special1-khhf:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.64rem;
  height: 0.64rem;
  background-color: #f0be4d;
}

.special1-khhf:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.6666666667rem;
  height: 0.72rem;
  background: url(/new-skin/images/special1-horn.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.special1-khhf i {
  color: #255c50;
  font-style: normal;
}

.special1-ts {
  background: url(/new-skin/images/special1-bg.png);
  -webkit-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 80, 0.2);
  -moz-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 80, 0.2);
  -ms-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 80, 0.2);
  -o-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 80, 0.2);
  box-shadow: 0 0 0.2666666667rem rgba(37, 92, 80, 0.2);
  padding: 0.5333333333rem 0.64rem;
  outline: 1px dashed #255c50;
  outline: 1px dashed rgba(37, 92, 80, 0.3);
  outline-offset: -0.2666666667rem;
  color: #255c50;
  font-size: 0.4266666667rem;
  line-height: 1.8;
  position: relative;
  margin-bottom: 0.5333333333rem;
}

.special1-ts:before {
  content: "";
  position: absolute;
  left: 0.2666666667rem;
  top: 50%;
  width: 11px;
  height: 44px;
  margin-left: -5px;
  margin-top: -22px;
  background: url(/new-skin/images/special1-dot.png) no-repeat;
}

.special1-ts:after {
  content: "";
  position: absolute;
  right: 0.2666666667rem;
  top: 50%;
  width: 11px;
  height: 44px;
  margin-right: -5px;
  margin-top: -22px;
  background: url(/new-skin/images/special1-dot.png) no-repeat;
}

/* 客户问答2 */
.ask-cont {
  background: #f5fffc;
  box-shadow: 0 0 0.1066666667rem rgba(27, 158, 116, 0.33);
  padding: 0.5333333333rem 0.4666666667rem 0.76rem;
  margin: 0.5333333333rem 0;
  border-radius: 0.4rem;
  position: relative;
}

.ask-cont:before {
  width: 4.0933333333rem;
  height: 4.48rem;
  content: "";
  display: block;
  background: url(/new-skin/images/ask_bef.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.4rem;
}

.ask-cont:after {
  width: 3.6133333333rem;
  height: 6.5466666667rem;
  content: "";
  display: block;
  background: url(/new-skin/images/ask_after.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.4rem;
}

.ask-cont .ask-tit {
  font-size: 0.4266666667rem;
  color: #255c4f;
  line-height: 1.5;
  display: block;
  padding-left: 0.8rem;
  position: relative;
  z-index: 1;
}

.ask-cont .ask-tit:before {
  width: 0.56rem;
  height: 0.5466666667rem;
  position: absolute;
  left: 0;
  top: 0.0666666667rem;
  content: "";
  display: block;
  background: url(/new-skin/images/wen.png) no-repeat;
  background-size: cover;
}

.ask-cont .answer-box {
  padding-left: 0.8rem;
  margin-top: 0.3333333333rem;
  position: relative;
  z-index: 1;
}

.ask-cont .answer-box:before {
  width: 0.56rem;
  height: 0.5466666667rem;
  position: absolute;
  left: 0;
  top: 0.0666666667rem;
  content: "";
  display: block;
  background: url(/new-skin/images/da.png) no-repeat;
  background-size: cover;
}

.ask-cont .answer-box p {
  background: #fff;
  color: #255c4f;
  line-height: 1.86;
  font-size: 0.4rem;
  padding: 0.3066666667rem 0.3333333333rem;
  border: 1px solid #255c4f;
  border-radius: 0.2666666667rem;
}

.consulting-the {
  background: #255c4f;
  position: relative;
  z-index: 1;
  margin-right: -0.8666666667rem;
  margin-left: 0.8rem;
  margin-top: 0.5333333333rem;
  border-radius: 0.2666666667rem 0 0 0.2666666667rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.28rem 0.4rem 0.28rem 0.2666666667rem;
}

.consulting-the p {
  color: #f5fffc;
  font-size: 0.3466666667rem;
  font-weight: 100;
  margin-bottom: 0;
}

.consulting-the .wd2_zixun {
  font-size: 0.4266666667rem;
  display: block;
  width: 1.68rem;
  height: 0.7466666667rem;
  line-height: 0.7466666667rem;
  text-align: center;
  border-radius: 0.3733333333rem;
  background: #f0b529;
  font-weight: bold;
  color: #fff;
}

/* 1125留言板 */
.contact-msg {
  margin-top: -1.6rem;
  margin-bottom: 0.8rem;
  position: relative;
  padding: 1.2rem 0 1.0666666667rem;
  background: url(/new-skin/images/msg-bg.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 0 0 0.6666666667rem 0;
  -moz-border-radius: 0 0 0.6666666667rem 0;
  -ms-border-radius: 0 0 0.6666666667rem 0;
  -o-border-radius: 0 0 0.6666666667rem 0;
  border-radius: 0 0 0.6666666667rem 0;
}

.contact-msg .msg-kf {
  position: absolute;
  top: -2.8rem;
  right: 0;
  width: 4rem;
}

.msg-info {
  text-align: center;
  line-height: 1.3;
}

.msg-info strong {
  display: block;
  color: #fcc351;
  font-size: 0.7466666667rem;
  margin-bottom: 0.2666666667rem;
}

.msg-info p {
  font-size: 0.4533333333rem;
  color: #fff;
}

.msg-info p.msg-txt {
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 79, 0.2);
  -moz-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 79, 0.2);
  -ms-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 79, 0.2);
  -o-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 79, 0.2);
  box-shadow: 0 0 0.2666666667rem rgba(37, 92, 79, 0.2);
  line-height: 1.0666666667rem;
  -webkit-border-radius: 1.0666666667rem;
  -moz-border-radius: 1.0666666667rem;
  -ms-border-radius: 1.0666666667rem;
  -o-border-radius: 1.0666666667rem;
  border-radius: 1.0666666667rem;
  margin: 0.5333333333rem 0.1333333333rem 0;
}

.msg-info p.msg-txt img {
  width: 0.5333333333rem;
  margin-right: 0.2133333333rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.0666666667rem;
}

.msg-info p.msg-txt i {
  font-style: normal;
  color: #e8a200;
  padding: 0 0.0666666667rem;
}

.mag-form {
  padding: 0.16rem 0.4rem 1.3333333333rem;
  background-color: #fff;
  -webkit-border-radius: 0.2666666667rem 0 0 0.2666666667rem;
  -moz-border-radius: 0.2666666667rem 0 0 0.2666666667rem;
  -ms-border-radius: 0.2666666667rem 0 0 0.2666666667rem;
  -o-border-radius: 0.2666666667rem 0 0 0.2666666667rem;
  border-radius: 0.2666666667rem 0 0 0.2666666667rem;
  margin: 0.6666666667rem 0 0 0.4rem;
  position: relative;
}

.contact-msg .items {
  position: relative;
  padding: 0.8rem 0 0.4rem;
  position: relative;
  padding-left: 0.8rem;
}

.contact-msg .items img {
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.5333333333rem;
}

.contact-msg .items i {
  color: #fd4645;
  font-style: normal;
  position: absolute;
  left: 2.8rem;
  top: 0.6933333333rem;
}

.contact-msg .items:focus-within i,
.contact-msg .items input:not(:placeholder-shown)+i {
  opacity: 0;
}

.contact-msg .items input {
  display: block;
  width: 100%;
  line-height: 0.6666666667rem;
  border: none;
  font-size: 0.4533333333rem;
  background: transparent;
}

.contact-msg .items input:-webkit-autofill {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.contact-msg .items textarea {
  display: block;
  width: 100%;
  line-height: 0.6666666667rem;
  border: none;
  font-size: 0.4533333333rem;
  height: 2.4rem;
  resize: none;
  background: transparent;
}

.contact-msg .items:after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.2666666667rem;
  bottom: 0;
  height: 1px;
  background-color: #e8e8e8;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-msg .items.active::after {
  -moz-box-shadow: 0 0 20px rgba(102, 197, 198, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(102, 197, 198, 0.4);
  box-shadow: 0 0 20px rgba(102, 197, 198, 0.4);
  background-color: #66c5c6;
}

.msg-btn input {
  position: absolute;
  left: 50%;
  bottom: -0.5866666667rem;
  width: 8.2666666667rem;
  height: 1.1733333333rem;
  line-height: 1.1733333333rem;
  font-size: 0.5066666667rem;
  color: #fff;
  background-color: #ec5c44;
  background: -moz-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: -webkit-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: -o-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: -ms-linear-gradient(left, #ec5c44 0, #f0be4d 100%);
  background: linear-gradient(to right, #ec5c44 0, #f0be4d 100%);
  margin-left: -4.1333333333rem;
  border: none;
  border-radius: 1.0666666667rem;
}

.latest-users {
  margin-top: 1.0666666667rem;
}

.latest-users strong {
  display: block;
  color: #fff;
  font-size: 0.5066666667rem;
  text-align: center;
}

.users-con {
  padding: 0.4266666667rem;
  color: #4c4c4c;
  font-size: 0.4533333333rem;
  background-color: #e6f2ef;
  -webkit-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 79, 0.2);
  -moz-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 79, 0.2);
  -ms-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 79, 0.2);
  -o-box-shadow: 0 0 0.2666666667rem rgba(37, 92, 79, 0.2);
  box-shadow: 0 0 0.2666666667rem rgba(37, 92, 79, 0.2);
  -webkit-border-radius: 0.2666666667rem;
  -moz-border-radius: 0.2666666667rem;
  -ms-border-radius: 0.2666666667rem;
  -o-border-radius: 0.2666666667rem;
  border-radius: 0.2666666667rem;
  margin-top: 0.5333333333rem;
}

.users-info {
  height: 2.6666666667rem;
  overflow: hidden;
}

.users-con li {
  border-bottom: 1px dashed #eee;
  line-height: 1.3333333333rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.4266666667rem;
}

.users-con li span.user-name:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1333333333rem;
  margin-right: 0.2666666667rem;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #e8a200;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.users-con li span.user-name {
  width: 2rem;
}

.users-con li span.user-tel {
  width: 3.7333333333rem;
}

.users-con li span.user-time {
  width: 2rem;
}

.inner-msg {
  margin-top: 1.0666666667rem;
}

.msg-more {
  display: inline-block;
  line-height: 0.96rem;
  background-color: #255c4f;
  -webkit-border-radius: 0.96rem;
  -moz-border-radius: 0.96rem;
  -ms-border-radius: 0.96rem;
  -o-border-radius: 0.96rem;
  border-radius: 0.96rem;
  padding: 0 1.6rem 0 0.9333333333rem;
  position: relative;
  color: #fff;
  font-size: 0.4533333333rem;
  margin-top: 0.4rem;
  cursor: pointer;
}

.msg-more img {
  position: absolute;
  top: 0.1866666667rem;
  right: 0.9333333333rem;
  width: 0.4266666667rem;
  -webkit-animation: msgpic 1.5s linear infinite;
  -o-animation: msgpic 1.5s linear infinite;
  animation: msgpic 1.5s linear infinite;
}

@-webkit-keyframes msgpic {
  25% {
    -webkit-transform: translateY(-0.0666666667rem);
  }

  50%,
  100% {
    -webkit-transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(0.0666666667rem);
  }
}

@keyframes msgpic {
  25% {
    transform: translateY(-0.0666666667rem);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(0.0666666667rem);
  }
}

@media screen and (max-width: 360px) {
  .index-serve {
    padding-top: 1.0666666667rem;
  }

  .index-serve ul {
    padding-left: 2.8rem;
  }

  .index-serve .txt {
    padding-left: 0.5333333333rem;
    padding-right: 0.5333333333rem;
  }

  .index-green {
    margin-bottom: 0.8rem;
  }
}

/* 2021-11-16 */
/* 首页 */
.banner-cont {
  text-align: center;
  margin-top: 0.9333333333rem;
}

.banner-cont strong {
  font-size: 0.8rem;
  color: #fff;
}

.banner-cont p {
  color: #fff;
  opacity: 0.6;
  font-size: 0.3733333333rem;
  margin-bottom: 0.6666666667rem;
  font-weight: 100;
}

.banner-cont a {
  display: inline-block;
  width: 2.6666666667rem;
  height: 0.8rem;
  color: #fff;
  text-align: center;
  line-height: 0.8rem;
  background: linear-gradient(to right, #ed684d, #f1bc5b);
  border-radius: 0.4rem;
  margin-bottom: 0.7333333333rem;
  font-size: 0.3733333333rem;
}

.banner-cont .ban-pic {
  margin-bottom: 0.5333333333rem;
}

.banner-cont span {
  margin-bottom: 0.6666666667rem;
  display: inline-block;
  animation: shaking 3s infinite;
}

@keyframes shaking {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.tit-text {
  font-size: 0.6666666667rem;
  color: #365b50;
  line-height: 1.3;
  display: block;
  text-align: center;
}

.index-pro {
  margin-top: 1rem;
  text-align: center;
}

.index-pro .pro-type {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.6rem;
  margin-bottom: 0.4666666667rem;
}

.index-pro .pro-type li {
  width: 1.4133333333rem;
  height: 1.4133333333rem;
  background: #eff6f4;
  border-radius: 0.1333333333rem;
  border: 1px solid #257b65;
  position: relative;
  overflow: hidden;
}

.index-pro .pro-type li span {
  color: #257b65;
  display: block;
  line-height: 1.2;
  padding: 0.2rem;
  position: relative;
  z-index: 2;
  font-size: 0.4266666667rem;
}

.index-pro .pro-type li.active {
  background: #257b65;
  border: 1px solid #f6c33f;
}

.index-pro .pro-type li.active span {
  font-weight: bold;
  color: #fff;
}

.index-pro .pro-type li:after {
  content: "";
  display: block;
  position: absolute;
  right: -0.2rem;
  bottom: -0.2666666667rem;
  width: 1.0133333333rem;
  height: 0.8666666667rem;
}

.index-pro .pro-type li:first-child:after {
  background: url(/new-skin/images/ic_01.png) no-repeat;
  background-size: cover;
}

.index-pro .pro-type li:nth-child(2):after {
  background: url(/new-skin/images/ic_02.png) no-repeat;
  background-size: cover;
}

.index-pro .pro-type li:nth-child(3):after {
  background: url(/new-skin/images/ic_03.png) no-repeat;
  background-size: cover;
}

.index-pro .pro-type li:nth-child(4):after {
  background: url(/new-skin/images/ic_04.png) no-repeat;
  background-size: cover;
}

.index-pro .pro-type li:nth-child(5):after {
  background: url(/new-skin/images/ic_05.png) no-repeat;
  background-size: cover;
}

.index-pro .pro-type li.active:after {
  opacity: 0.2;
}

.pro-class .pro-list {
  text-align: center;
  overflow: hidden;
  display: none;
  margin-left: -1.5%;
}

.pro-class .pro-list.on {
  display: block;
}

.pro-class .pro-list li {
  background: #eff6f4;
  border-radius: 0.2666666667rem;
  margin-bottom: 0.2666666667rem;
  width: 48.5%;
  float: left;
  margin-left: 1.5%;
}

.pro-class .pro-list .pic-img {
  display: block;
  position: relative;
  padding-top: 75%;
}

.pro-class .pro-list .pic-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2666666667rem 0.2666666667rem 0 0;
}

.pro-class .pro-list .tit {
  font-size: 0.4266666667rem;
  line-height: 1.3;
  display: block;
  padding: 0.2666666667rem 0.1333333333rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-pro .more-product {
  background: #eff6f4;
  margin-top: 0.3333333333rem;
  border-radius: 0.2666666667rem;
  text-align: center;
  height: 1.16rem;
  line-height: 1.16rem;
}

.index-pro .more-product a {
  font-size: 0.3733333333rem;
  color: #257b65;
}

.index-hb {
  background: url(/new-skin/images/hb-jn.jpg) no-repeat;
  background-size: cover;
  border-top: 0.2rem solid #267c66;
  text-align: center;
  padding: 1.4133333333rem 0.1333333333rem 0.8rem;
  margin-top: 1rem;
}

.index-hb strong {
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  position: relative;
}

.index-hb strong:after {
  position: absolute;
  width: 8.4533333333rem;
  height: 0.64rem;
  background: url(/new-skin/images/str-xy.png) no-repeat;
  background-size: cover;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1333333333rem;
}

.index-hb p {
  color: #fff;
  font-size: 0.4rem;
  font-weight: 100;
  margin-top: 0.2933333333rem;
  margin-bottom: 0.4rem;
}

.index-hb a {
  display: inline-block;
  width: 2.6666666667rem;
  height: 0.8rem;
  color: #fff;
  text-align: center;
  line-height: 0.8rem;
  background: linear-gradient(to right, #ed684d, #f1bc5b);
  border-radius: 0.4rem;
  font-size: 0.4266666667rem;
  font-weight: bold;
}

.case-swip {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 1.2666666667rem;
  margin-bottom: 0.6666666667rem;
}

.case-swip .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;
  -webkit-perspective: 3000;
  -webkit-backface-visibility: hidden;
}

.case-swip .swiper-slide {
  width: 80%;
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.5s;
  padding: 0 0.16rem;
}

.case-swip .cont {
  background: #267c66;
  border-radius: 0.1137733333rem;
  margin: 0.6666666667rem 0;
  width: 100%;
  position: relative;
  border-radius: 0.4rem;
}

.case-swip .cont .pic {
  position: relative;
  padding-top: 70%;
  display: block;
}

.case-swip .cont .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem 0.4rem 0 0;
}

.case-swip .cont .case-cont {
  border-top: 0.0533333333rem solid #f1bf5b;
  padding: 0.36rem 0.4666666667rem 0.4933333333rem;
  position: relative;
}

.case-swip .cont .case-cont .tit {
  color: #fff;
  font-size: 0.5066666667rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2.6666666667rem;
}

.case-swip .cont .case-cont p {
  font-size: 0.3733333333rem;
  color: #fff;
  margin-top: 0.0666666667rem;
}

.case-swip .cont .case-cont .more {
  display: inline-block;
  width: 2.6666666667rem;
  height: 1.1866666667rem;
  color: #fff;
  text-align: center;
  line-height: 1.1866666667rem;
  background: linear-gradient(to right, #ed684d, #f1bc5b);
  border-radius: 0 0 0.4rem 0.4rem;
  font-size: 0.4266666667rem;
  font-weight: bold;
  position: absolute;
  right: 0.3466666667rem;
  top: 0;
}

.news-blog {
  margin-bottom: 0.9733333333rem;
}

.news-blog ul {
  margin-top: 0.6rem;
}

.news-blog li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcdfe2;
  padding: 0.4533333333rem 0;
}

.news-blog li .img {
  display: block;
  max-width: 3.0666666667rem;
  margin-left: 0.2933333333rem;
}

.news-blog li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-blog li .txt .tit {
  font-size: 0.4266666667rem;
  color: #333;
  line-height: 1.75;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-blog li .txt .time {
  margin-top: 0.2266666667rem;
}

.news-blog li .txt span {
  color: #adb0b3;
  font-size: 0.3466666667rem;
}

.news-blog li .txt .color-text {
  color: #f0b529;
  padding-right: 0.5333333333rem;
  position: relative;
}

.news-blog li .txt .color-text:after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #adb0b3;
  border-radius: 100%;
  position: absolute;
  right: 0.1333333333rem;
  top: 50%;
  margin-top: 0.04rem;
}

.news-blog li:first-child,
.news-blog li:nth-child(2),
.news-blog li:nth-child(3) {
  background: #eff6f4;
  border-radius: 0.1333333333rem;
  margin-top: 0.36rem;
  padding: 0.4rem 0.3333333333rem 0.2rem 0.4rem;
  border: none;
}

.news-blog li:first-child .txt .color-text,
.news-blog li:nth-child(2) .txt .color-text,
.news-blog li:nth-child(3) .txt .color-text {
  color: #f34d45;
}

.pron-top {
  border-top: 0.0933333333rem solid #f0b529;
}

.pron-top .imgbox img {
  display: block;
}

.pron-main {
  background: #eff6f4;
  padding-top: 0.36rem;
  padding-bottom: 0.5333333333rem;
  position: relative;
}

.pron-main h1 {
  font-size: 0.64rem;
  color: #333;
  margin-bottom: 0.4933333333rem;
  margin-right: 3.3333333333rem;
  line-height: 1.3;
}

.pron-main .cs-nl {
  position: relative;
}

.pron-main .cs-nl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.0933333333rem;
  top: 0.5333333333rem;
  border: 1px dashed #abc5be;
  height: 67%;
}

.pron-main .cs-nl p {
  color: #5d6160;
  font-size: 0.4rem;
  line-height: 2em;
  margin-top: 0.2666666667rem;
  padding-left: 0.4rem;
  position: relative;
}

.pron-main .cs-nl p:before {
  width: 0.1066666667rem;
  height: 0.1066666667rem;
  background: #256455;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 0.0533333333rem;
  top: 0.32rem;
  z-index: 1;
}

.pron-main .cs-nl p:after {
  width: 0.2266666667rem;
  height: 0.2266666667rem;
  border: 1px dashed #abc5be;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0.2666666667rem;
  background: #eff6f4;
}

.pron-main .kf-talk {
  position: absolute;
  right: 0.4rem;
  top: -0.8666666667rem;
  text-align: right;
}

.pron-main .kf-talk a {
  display: block;
  overflow: hidden;
}

.pron-main .kf-talk a img {
  width: 2.8133333333rem;
  height: 2.3333333333rem;
  display: block;
  float: right;
}

.pron-main .kf-talk p {
  font-size: 0.3466666667rem;
  color: #256455;
  font-weight: 100;
  margin-top: 0.0666666667rem;
}

.slick-news .slick-dots {
  bottom: 0.0666666667rem;
}

.slick-news .slick-dots li {
  width: auto;
  height: auto;
}

.slick-news .slick-dots li button {
  width: 0.2666666667rem;
  height: 0.0933333333rem;
  background: #257b65;
  border-radius: 0.04rem;
  padding: 0;
  transition: all 0.5s ease;
}

.slick-news .slick-dots li.slick-active button {
  background: #e9b120;
  width: 0.4rem;
  transition: all 0.5s ease;
}

.slick-news .slick-dots li button:before {
  color: transparent;
}

/* 2021-11-16 */
@media screen and (max-width: 320px) {
  .news-top .serve {
    margin-top: -1.3333333333rem;
  }
  .news-top .author{
    margin-bottom: 0;
  }
  .date-box span.edit{
    padding-right: 0;
  }
  .date-box span.renew{
    padding-left: 0;
  }
  .date-box span.renew::before{
    display: none;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 94px;
  }
}

@media screen and (max-width: 700px) {
  html {
    font-size: 86px;
  }
}

@media screen and (max-width: 639px) {
  html {
    font-size: 64px;
  }
}

@media screen and (max-width: 479px) {
  html {
    font-size: 48px;
  }
}

@media screen and (max-width: 359px) {
  html {
    font-size: 42px;
  }
}


.pro-arr {
  background: url(/new-skin/images/ico-pro3.png) no-repeat left 0.26rem;
  padding-left: 0.6rem;
  background-size: 0.3rem auto;
}
.m-content .pro-arr strong{
  color: #255c4f;
}
@media (max-width: 480px){
  .pro-arr {
    background: url(/new-skin/images/ico-pro3.png) no-repeat left 0.16rem;
    padding-left: 0.6rem;
    background-size: auto;
  }
}