﻿
 
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

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

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: flex;
  justify-content: 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;
  touch-action: none;
}

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

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.miso-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.miso-slider .miso-track, .miso-slider .miso-list {
  transform: translate3d(0, 0, 0);
}

.miso-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

[dir=rtl] .miso-slide {
  float: right;
}

.miso-slide img {
  display: block;
}

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

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

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

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

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

.miso-arrow.miso-hidden {
  display: none;
}

.miso-loading .miso-list {
  background: #fff url(ajax-loader.giff") center center no-repeat;
}

.miso-prev, .miso-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.miso-prev:hover, .miso-prev:focus, .miso-next:hover, .miso-next:focus {
  color: transparent;
  outline: 0;
  background: transparent;
}

.miso-prev:hover:before, .miso-prev:focus:before, .miso-next:hover:before, .miso-next:focus:before {
  opacity: 1;
}

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

.miso-prev:before, .miso-next:before {
  font-family: "miso";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.miso-prev {
  left: 0;
}

[dir=rtl] .miso-prev {
  right: 0;
  left: auto;
}

.miso-prev:before {
  content: "<";
  font-family: simsun;
}

[dir=rtl] .miso-prev:before {
  content: ">";
  font-family: simsun;
}

.miso-next {
  right: 0;
}

[dir=rtl] .miso-next {
  right: auto;
  left: 0;
}

.miso-next:before {
  content: ">";
  font-family: simsun;
}

[dir=rtl] .miso-next:before {
  content: "<";
  font-family: simsun;
}

.miso-dotted.miso-slider {
  margin-bottom: 30px;
}

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

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

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

.miso-dots li button:hover, .miso-dots li button:focus {
  outline: 0;
}

.miso-dots li button:hover:before, .miso-dots li button:focus:before {
  opacity: 1;
}

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

.miso-dots li.miso-active button:before {
  opacity: 0.75;
  color: black;
}

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

input::-moz-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

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

.Tan-dialogScale.dialog--open .dialog_content, .Tan-dialogScale.dialog--close .dialog_content {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.Tan-dialogScale.dialog--open .dialog_content {
  animation-name: anim-open-2;
}

.Tan-dialogScale.dialog--close .dialog_content {
  animation-name: anim-close-2;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.Tan-dialogScale.dialog--open h2, .Tan-dialogScale.dialog--open button, .Tan-dialogScale.dialog--open .input-text {
  animation: anim-elem-3 0.3s both;
}

.Tan-dialogScale.dialog--open h2 {
  animation-delay: 0.2s;
}

.Tan-dialogScale.dialog--open .input-text {
  animation-delay: 0.3s;
}
@keyframes anim-open-2 {
  0% {
    opacity: 0;
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    opacity: 1;
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zuo1:before {
  content: "\e61a";
}

.icon-zuo1-copy:before {
  content: "\ebd5";
}

.icon-home:before {
  content: "\e604";
}

.icon-renzhengjiance:before {
  content: "\e63b";
}

.icon-hezuo:before {
  content: "\e65a";
}

.icon-jiancebaogao:before {
  content: "\e64d";
}

.icon-jiangbei:before {
  content: "\e603";
}

.icon-wuliuyunshu-xianxing:before {
  content: "\e7ed";
}

.icon-tuandui:before {
  content: "\e648";
}

.icon-24gl-paperPlane:before {
  content: "\e94b";
}

.icon-24gl-phoneLoudspeaker:before {
  content: "\e94f";
}

.icon-youxiang1:before {
  content: "\e611";
}

.icon-dizhi:before {
  content: "\e91b";
}

.icon-xieyi:before {
  content: "\e66c";
}

.icon-zizhi:before {
  content: "\e66b";
}

.icon-utilising:before {
  content: "\e632";
}

.icon-001-satisfaction:before {
  content: "\e622";
}

.icon-menu-lab-vessel:before {
  content: "\e601";
}

.icon-quanliangkucunkeshihua:before {
  content: "\e60a";
}

.icon-Industrial:before {
  content: "\e711";
}

.icon-tiwaijianceshebei:before {
  content: "\e602";
}

.icon-weixin:before {
  content: "\e600";
}

.icon-dianhuatianchong:before {
  content: "\e678";
}

.icon-dianhuajianpantianchong:before {
  content: "\e679";
}

.icon-shixindiqiu:before {
  content: "\e62e";
}

.icon-youxiang:before {
  content: "\e612";
}

.icon-rili-xianxing-xi:before {
  content: "\e915";
}

.icon-facebook:before {
  content: "\e685";
}

.icon-diqiu:before {
  content: "\e616";
}

.icon-shouye:before {
  content: "\e630";
}

.icon-sousuo:before {
  content: "\e60b";
}

.icon-shimingrenzheng:before {
  content: "\e65c";
}

.icon-fanhuidingbu:before {
  content: "\e614";
}

.icon-anquanbaozhang-mian:before {
  content: "\e63e";
}

.icon-xianweijing:before {
  content: "\e691";
}

.icon-QQ:before {
  content: "\e609";
}

.icon-zhaozhuanli:before {
  content: "\e65e";
}

.icon-liuya:before {
  content: "\e60e";
}

.icon-dingzhi:before {
  content: "\e6e3";
}

.icon-lingying:before {
  content: "\ee48";
}

.icon-shuye:before {
  content: "\e885";
}


.m, .s_about .left, #banner .arrbox {
  padding: 0 10px;
}

@media (max-width: 1660px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 9rem;
  }
}
@media (max-width: 1440px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 8rem;
  }
}
@media (max-width: 1360px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 7rem;
  }
}
@media (max-width: 1200px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 6rem;
  }
}
@media (max-width: 992px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 5rem;
  }
}
@media (max-width: 768px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 3rem;
  }
}
@media (max-width: 480px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 15px;
  }
}
:before, :after {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

 
.pad_top {
  padding-top: 6.25rem;
}

.pad_bot {
  padding-bottom: 6.25rem;
}

.pad_top2 {
  padding-top: 5.125rem;
}

.pad_bot2 {
  padding-bottom: 5.125rem;
}

.pad_aside {
  padding-left: 45px;
  padding-right: 45px;
}

::-moz-selection {
  color: #fff;
  background-color: #009143;
}

::selection {
  color: #fff;
  background-color: #009143;
}

::-moz-selection {
  color: #fff;
  background-color: #009143;
}

::-webkit-selection {
  color: #fff;
  background-color: #009143;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #009143;
}

.swiper-button-disabled {
  opacity: 0.3 !important;
}

.swiper-button-lock {
  opacity: 0 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev i:after, .swiper-button-next i:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev i:after {
  content: "prev";
}

.swiper-button-next i:after {
  content: "next";
}

button {
  cursor: pointer;
  outline: 0;
  border: 0;
}

.tc_close {
  cursor: pointer;
}

* {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

video {
  max-width: 100%;
  max-height: 100%;
}

#bdshare_weixin_qrcode_dialog *, #bdshare_weixin_qrcode_dialog {
  box-sizing: content-box;
}

.j_tab {
  display: table;
  width: 100%;
  height: 100%;
}

.j_tab_cel {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  min-width: 0;
}

*:before, *:after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

h4, .h4, h5, .h5, h6, .h6, h1, .h1, h2, .h2, h3, .h3, p {
  margin: 0;
}

:focus {
  outline: 0;
}

input, button, a {
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: top;
}

li, ul {
  list-style-type: none;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

input, textarea {
  outline: 0;
  border: 0;
}

textarea {
  resize: none;
}

h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {
  font-weight: normal;
  font-style: normal;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.img {
  overflow: hidden;
}

.h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h5 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

.txtleft {
  text-align: left !important;
}

.txtcenter {
  text-align: center !important;
}

.flexcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

video {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.box:hover .img img {
  transform: scale(1.05) rotate(0.1deg);
  -webkit-transform: scale(1.05) rotate(0.1deg);
  -moz-transform: scale(1.05) rotate(0.1deg);
  -ms-transform: scale(1.05) rotate(0.1deg);
  -o-transform: scale(1.05) rotate(0.1deg);
}

i:before {
  transition: 0s;
}

li:hover .img img {
  transform: scale(1.05) rotate(0.1deg);
  -webkit-transform: scale(1.05) rotate(0.1deg);
  -moz-transform: scale(1.05) rotate(0.1deg);
  -ms-transform: scale(1.05) rotate(0.1deg);
  -o-transform: scale(1.05) rotate(0.1deg);
}

.img_db {
  width: 100%;
  position: relative;
}
.img_db::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 60.9%;
  position: static !important;
}
.img_db > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_db video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_db .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_db .pic img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
}

.ar_article {
  font-size: 1rem;
  color: #414141;
  line-height: 1.875;
  text-align: justify;
}
.ar_article strong {
  font-weight: bold;
}
.ar_article caption {
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  padding: 0.875rem 1.75rem;
  font-size: 1.25rem;
  color: #000;
}
.ar_article table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 1.5rem 0;
}
.ar_article td, .ar_article th {
  padding: 0.875rem 1.75rem;
  border: 1px solid #e8e8e8;
}
.ar_article th {
  color: #333;
  background: #f9f9f9;
  font-size: 1rem;
}
.ar_article td {
  font-size: 0.9375rem;
}
.ar_article td p, .ar_article th p {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: inherit;
}
.ar_article img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  display: inline-block;
}
.ar_article p:first-child img:first-child {
  margin-top: 0;
}
.ar_article img:last-child {
  margin-bottom: 0;
}
.ar_article p:last-child img:last-child {
  margin-bottom: 0;
}
.ar_article video {
  width: 100%;
}
.ar_article a {
  color: #363636;
}
.ar_article ul li, .ar_article ol li {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.ar_article ul li p, .ar_article ol li p {
  padding-bottom: 0;
  margin-bottom: 3px !important;
}
.ar_article ul li {
  list-style: disc;
  margin-left: 1.625rem;
}
.ar_article ol li {
  list-style: decimal;
  margin-left: 1.625rem;
}
.ar_article h1 {
  font-size: 2.125rem;
  color: #000;
}
.ar_article h2 {
  font-size: 1.875rem;
  color: #000;
}
.ar_article h3 {
  font-size: 1.75rem;
  color: #000;
}
.ar_article h4 {
  font-size: 1.5rem;
  color: #000;
}
.ar_article h5 {
  font-size: 1.25rem;
  color: #333;
  white-space: normal;
}
.ar_article h6 {
  font-size: 1.125rem;
  color: #333;
}

@media (max-width: 480px) {
  .ar_article h1 {
    font-size: 1.875rem;
  }
  .ar_article h2 {
    font-size: 1.75rem;
  }
  .ar_article h3 {
    font-size: 1.625rem;
  }
  .ar_article h4 {
    font-size: 1.375rem;
  }
  .ar_article td, .ar_article th {
    padding: 0.75rem 0.375rem;
  }
}
.txtovh1, .s_pro .bd .right .txt h4, .s_pro .bd .right .txt h3, .s_pro .bd .left ul li .box .txt span, .s_pro .bd .left ul li .box .txt h4 {
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.txtovh2 {
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.txtovh3 {
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.txtovh4 {
  overflow: hidden;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.txtovh5 {
  overflow: hidden;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.txtovh6 {
  overflow: hidden;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.txtovh7 {
  overflow: hidden;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.txtovh8 {
  overflow: hidden;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ico_tgl {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.875rem;
  height: 3.875rem;
}
.ico_tgl img {
  display: block;
}
.ico_tgl .img02 {
  display: none;
}
.ico_tgl:hover .img01, li:hover .ico_tgl .img01 {
  display: none;
}
.ico_tgl:hover .img02, li:hover .ico_tgl .img02 {
  display: block;
}

.tc {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.tc.act {
  opacity: 1;
  visibility: visible;
}

.tc.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.tc_close {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.tc_close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.tc_btn {
  cursor: pointer;
}

.tc_ewm {
  width: 14rem;
  height: auto;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 2rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tc_ewm img {
  width: 10rem;
  height: 10rem;
  margin-bottom: 1rem;
}
.tc_ewm p {
  font-size: 0.875rem !important;
  color: #333 !important;
  font-weight: bold;
}
.tc_ewm div {
  font-size: 0.875rem !important;
  color: #999 !important;
}

input {
  font-weight: normal;
  background: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  font-weight: normal;
}

.tc {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.tc.act {
  opacity: 1;
  visibility: visible;
}
.tc.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc .tc_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.tc .tc_close {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.tc .tc_close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.tc_btn {
  cursor: pointer;
}

.tc_ewm {
  width: 14rem;
  height: auto;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 2rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tc_ewm img {
  width: 10rem;
  height: 10rem;
  margin-bottom: 1rem;
}
.tc_ewm p {
  font-size: 0.875rem !important;
  color: #333 !important;
  font-weight: bold;
}
.tc_ewm div {
  font-size: 0.875rem !important;
  color: #999 !important;
}

.arr {
  cursor: pointer;
}

.btn_flashcenter {
  position: relative;
  overflow: hidden;
  transition: 0.52s;
}
.btn_flashcenter .anim {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.btn_flashcenter .anim:before {
  position: relative;
  content: "";
  display: block;
  margin-top: 100%;
}
.btn_flashcenter .anim:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.btn_flashcenter:hover .anim {
  animation: anim-out 0.75s;
}
.btn_flashcenter:hover .anim:after {
  animation: anim-out-pseudo 0.75s;
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-out {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.splitlist {
  line-height: 1.2;
  overflow: hidden;
  white-space: pre-wrap;
}

.splitlist.flag span {
  animation: fadeInRight 1.2s forwards;
}

.splitlist span {
  font-family: inherit;
  width: auto;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  opacity: 0;
  display: inline-block;
}

.splitlist span.letters {
  color: #0054A3;
}

.photoActives {
  position: relative;
  overflow: hidden;
}

.photoActives .photoActive {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
}

.photoActives.reset_photoActive .photoActive {
  bottom: -100%;
  transition: 1.3s;
  transition-timing-function: var(--ease-in-out-b);
}

#nav_btn_box {
  height: 100%;
  z-index: 998;
  margin-left: 20px;
  position: fixed;
  height: 4.5rem;
  right: 0;
  top: 0;
  display: none;
}

#nav_btn_box .m, #nav_btn_box .s_about .left, .s_about #nav_btn_box .left, #nav_btn_box #banner .arrbox, #banner #nav_btn_box .arrbox {
  height: 100%;
  display: flex;
  align-items: center;
}

#nav_btn_box.on {
  background: 0;
}

#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {
  background: #a0a0a0;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  padding-bottom: 4px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  outline: 0;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 1.875rem;
  height: 22px;
  position: relative;
  outline: 0;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 2px;
  transition: all 0.3s ease-out 0s;
  background: #999;
}

#nav_btn .navbtn::after, #nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 0.3s ease-out 0s;
  background: #999;
}

.ny #nav_btn .navbtn::after, .ny #nav_btn .navbtn::before {
  background: #999;
}

#nav_btn .navbtn::after {
  top: -6px;
}

#nav_btn .navbtn::before {
  top: 6px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  transform: rotate(45deg);
  top: 0;
}

#nav_btn .point.on .navbtn::before {
  transform: rotate(-45deg);
  top: 0;
}

.tc_btn {
  cursor: pointer;
}

.tc_video {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  background: 0;
  position: relative;
}

.video {
  -webkit-clip-path: inset(50% 0 50% 0);
          clip-path: inset(50% 0 50% 0);
}

.act .video {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: 1.5s -webkit-clip-path 0.5s;
  transition: 1.5s clip-path 0.5s;
  transition: 1.5s clip-path 0.5s, 1.5s -webkit-clip-path 0.5s;
}

.tc_video #my-video {
  position: relative;
  height: 0;
  padding-top: 60%;
}

.tc_video #my-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.tc_video .tc_close {
  display: block;
  position: absolute;
  top: -2rem;
  right: -3rem;
  border-radius: 50%;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
}

.video-js .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  margin-left: calc(-1.6rem - 5px);
  margin-top: calc(-1.6rem - 5px);
  background-color: rgba(0, 0, 0, 0) !important;
}

video {
  -o-object-fit: fill;
     object-fit: fill;
}

.vjs-poster {
  background-size: cover !important;
}

.s_video .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s_video .btn_play {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.s_video .btn_play svg {
  width: 1.5rem;
}

.btn_play:after, .btn_play:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 50%;
  border-width: 2px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform, opacity;
}

.btn_play:after {
  opacity: 0;
  transform: scale(0.8);
}

.btn_play:hover:after, .btn_play:hover:before {
  transition-duration: 1.2s;
}

.btn_play:hover:before {
  opacity: 0;
  transform: scale(1.4);
}

.btn_play:hover:after {
  opacity: 1;
  transform: scale(1);
}

.s_video .mask p {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 1rem;
}

.s_video {
  position: relative;
}

.hvr-bounce-to-bottom {
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn_xx2 {
  width: 10.25rem;
  height: 3rem;
  transition: 0.5s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #1353e8;
  color: #fff;
  font-size: 1rem;
}

.hvr-shutter-in-horizontal {
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.animimg {
  border-radius: 5px;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}

.animimg.aos-animate {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

[class^=hvr-] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  transform: scaleX(1);
}
@keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@media (min-width: 1601px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 1399px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 481px) and (max-width: 639px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 329px) and (max-width: 480px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .s_zhengshu .bd {
    margin: 0 -6rem;
  }
}
.wap {
  display: none;
}

@media (max-width: 1440px) {
  .s_about .right {
    width: 52rem;
  }
  .s_news ul .box .img {
    height: 17.75rem;
  }
  .s_news ul {
    grid-auto-rows: 29.125rem;
  }
  .n_licheng .hd {
    margin-bottom: 2rem;
  }
  .licheng_slide ul li .txt {
    width: calc(100% + 3rem);
  }
  .pro_sort li .box .txt .btn_xq4 {
    margin-top: 2rem;
  }
  .pro_dingzhi .m .img, .pro_dingzhi .s_about .left .img, .s_about .pro_dingzhi .left .img, .pro_dingzhi #banner .arrbox .img, #banner .pro_dingzhi .arrbox .img {
    width: 44rem;
  }
  .n_about .right {
    width: 35rem;
  }
  .about_ys .outbox .hd ul li .box .txt {
    width: 23rem;
  }
  .about_ys .outbox .hd ul li .box {
    gap: 1.5rem;
  }
  .about_ys .outbox .hd ul li .box .ico {
    width: 5rem;
    height: 5rem;
  }
  .about_ys .outbox .bd .about_ys_yuan {
    width: 36.5rem;
  }
  .about_ys .outbox .bd .swiper {
    width: 23.5rem;
  }
}
@media (max-width: 1360px) {
  .about_gg .txt h3 {
    font-size: 2.5rem;
  }
  .n_lianxi .left {
    width: 34rem;
  }
  .n_lianxi .m, .n_lianxi .s_about .left, .s_about .n_lianxi .left, .n_lianxi #banner .arrbox, #banner .n_lianxi .arrbox {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .pro_dingzhi .m .img, .pro_dingzhi .s_about .left .img, .s_about .pro_dingzhi .left .img, .pro_dingzhi #banner .arrbox .img, #banner .pro_dingzhi .arrbox .img {
    width: 43rem;
  }
}
@media (max-width: 1200px) {
  #nav {
    margin-right: 1.5rem;
  }
  #header {
    display: none;
  }
  #m_header {
    display: block;
  }
  #nav_btn_box {
    display: block;
  }
  .n_title {
    display: none;
  }
  #m_n_nav {
    display: block;
  }
  .web {
    display: none;
  }
  .wap {
    display: block;
  }
  span.wap {
    display: inline;
  }
  .top_nav {
    display: flex;
  }
  .s_about .right {
    width: 44rem;
  }
  .s_fuwu .bd .box .ico {
    padding: 1.25rem;
  }
  body {
    padding-top: 4.5rem;
  }
  .xq_qicai .xq_con {
    flex-direction: column;
  }
  .xq_qicai .m .left_con, .xq_qicai .s_about .left .left_con, .s_about .xq_qicai .left .left_con, .xq_qicai #banner .arrbox .left_con, #banner .xq_qicai .arrbox .left_con {
    padding: 4rem 0;
  }
  .xq_qicai .m .right_con, .xq_qicai .s_about .left .right_con, .s_about .xq_qicai .left .right_con, .xq_qicai #banner .arrbox .right_con, #banner .xq_qicai .arrbox .right_con {
    border: 0;
    padding: 0;
    padding-bottom: 4rem;
    width: 100%;
  }
  .xq_qicai .hd {
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .xq_qicai .m .right_con, .xq_qicai .s_about .left .right_con, .s_about .xq_qicai .left .right_con, .xq_qicai #banner .arrbox .right_con, #banner .xq_qicai .arrbox .right_con {
    padding-top: 0 !important;
    margin-top: 0;
  }
  .pro_main .pro_right ul li .box .img {
    width: 22rem;
  }
  .pro_main .pro_right ul li .box .txt .btn_xq4 {
    margin-top: 2rem;
    width: 8rem;
    height: 2.5rem;
  }
  .pro_dingzhi {
    padding-top: 4.5rem !important;
    padding-bottom: 11rem;
  }
  .pro_dingzhi .m .img, .pro_dingzhi .s_about .left .img, .s_about .pro_dingzhi .left .img, .pro_dingzhi #banner .arrbox .img, #banner .pro_dingzhi .arrbox .img {
    width: 37rem;
  }
  .n_about .bd {
    flex-direction: column;
  }
  .about_gg {
    height: 35rem;
  }
  .about_ys .outbox .hd ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .about_ys .outbox .hd ul li {
    position: static !important;
  }
  .about_ys .outbox .hd ul li .box {
    flex-direction: row !important;
  }
  .about_ys .outbox .hd ul li .box .txt h4 {
    background: url(../images/about_ys_tt2.png) left center no-repeat !important;
    background-size: contain !important;
  }
  .about_ys .outbox {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
@media (max-width: 1100px) {
  #banner .img {
    height: 49rem;
  }
  .s_about .bd {
    flex-direction: column;
  }
  .s_about .left {
    padding-bottom: 0;
  }
  .s_fuwu .bd .centerbox {
    width: 25rem;
    height: 25rem;
  }
  .s_fuwu .bd .box {
    height: 25rem;
    padding: 0 2rem;
  }
  .s_fuwu .bd .arr {
    width: 3.5rem;
    height: 3.5rem;
  }
  .s_fuwu .bd .arr_left {
    left: 1rem;
  }
  .s_fuwu .bd .arr_right {
    right: 1rem;
  }
  .s_fuwu .bd .box .ico {
    width: 5.5rem;
    height: 5.5rem;
  }
  .btn_xq3 {
    width: 10rem;
    height: 3.5rem;
  }
  .s_tt h3 {
    font-size: 2.5rem;
  }
  .s_zhengshu .swiper-scrollbar {
    margin-top: 3rem;
  }
  .s_news ul .box .img {
    height: 14.5rem;
  }
  .s_news ul {
    grid-auto-rows: 25.875rem;
  }
  .temlist.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .n_licheng .hd {
    margin-bottom: 5rem;
  }
  .n_zhijian .zhiliang_list li .box .imgbox {
    width: 30rem;
  }
  .n_lianxi .m, .n_lianxi .s_about .left, .s_about .n_lianxi .left, .n_lianxi #banner .arrbox, #banner .n_lianxi .arrbox {
    flex-direction: column;
  }
  .n_lianxi .left {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .n_licheng .bd {
    display: none;
  }
  .licheng_slide_wap {
    display: block;
  }
  .n_licheng .hd .btnbox {
    display: none;
  }
  .n_licheng .hd {
    margin-bottom: 2rem;
  }
  .n_licheng .hd .tt {
    flex-wrap: wrap;
  }
  .n_licheng .hd .tt .ll {
    width: 100%;
    margin-left: -1rem;
  }
  .n_licheng .hd .tt .rr {
    width: 100%;
    padding: 0.5rem 0 0;
  }
}
@media (max-width: 768px) {
  .pad_top {
    padding-top: 5rem !important;
  }
  .pad_bot {
    padding-bottom: 5rem !important;
  }
  .xs_jianju {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .xs_jianju li {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .m, .s_about .left, #banner .arrbox {
    padding: 0 30px;
  }
  .s_pro .bd {
    flex-direction: column;
  }
  .s_pro .bd .left {
    width: 100%;
  }
  .s_pro .bd .right {
    width: 100%;
  }
  .s_fuwu .bd .swiper {
    overflow: hidden;
  }
  #foot .m, #foot .s_about .left, .s_about #foot .left, #foot #banner .arrbox, #banner #foot .arrbox {
    flex-wrap: wrap;
  }
  #foot .m .left, #foot .s_about .left .left, .s_about #foot .left .left, #foot #banner .arrbox .left, #banner #foot .arrbox .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #foot .m .center, #foot .s_about .left .center, .s_about #foot .left .center, #foot #banner .arrbox .center, #banner #foot .arrbox .center {
    width: 100%;
    max-width: inherit;
  }
  #foot .m .right, #foot .s_about .left .right, .s_about #foot .left .right, #foot #banner .arrbox .right, #banner #foot .arrbox .right {
    text-align: center;
    width: 100%;
  }
  #foot .m .right .foot_social ul, #foot .s_about .left .right .foot_social ul, .s_about #foot .left .right .foot_social ul, #foot #banner .arrbox .right .foot_social ul, #banner #foot .arrbox .right .foot_social ul {
    justify-content: center;
  }
  #foot .m .left .foot_lianxi, #foot .s_about .left .left .foot_lianxi, .s_about #foot .left .left .foot_lianxi, #foot #banner .arrbox .left .foot_lianxi, #banner #foot .arrbox .left .foot_lianxi {
    margin-top: 0;
  }
  .s_fuwu .bd .swiper {
    width: 30rem;
  }
  .s_fuwu .bd .box {
    padding: 0 1rem;
    height: 30rem;
  }
  .s_fuwu .bd .centerbox {
    width: 30rem;
    height: 30rem;
  }
  .foot_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot_social .tt {
    margin-bottom: 0 !important;
  }
  .temlist.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .n_news01 {
    gap: 1rem;
  }
  .n_news02 li .box .img {
    width: 17rem;
  }
  .n_news02 li .box .txt .ico {
    display: none;
  }
  .pro_sort {
    grid-template-columns: 1fr;
  }
  .pro_sort li .box .txt {
    width: 28rem;
  }
  .pro_main .pro_right ul li .box .img {
    width: 18rem;
  }
  .pro_main .pro_right ul li .box .txt .con {
    margin-top: 0.5rem;
  }
  .pro_main .pro_right ul li .box .txt .btn_xq4 {
    margin-top: 1rem;
  }
  .n_zhijian .zhiliang_list li .box {
    gap: 2.5rem;
  }
  .n_zhijian .zhiliang_list li .box .imgbox {
    width: 25rem;
  }
  .n_zhijian .zhiliang_list li .box .txt h4 {
    font-size: 1.875rem;
    margin-top: 0.875rem;
    margin-bottom: 1rem;
  }
  .pro_dingzhi .m .img, .pro_dingzhi .s_about .left .img, .s_about .pro_dingzhi .left .img, .pro_dingzhi #banner .arrbox .img, #banner .pro_dingzhi .arrbox .img {
    width: 28rem;
  }
  .about_ys .outbox .hd ul {
    grid-template-columns: 1fr;
  }
  .about_ys .outbox .hd ul li .box {
    justify-content: center;
  }
  .n_lianxi .left {
    grid-template-columns: 1fr;
  }
  .n_lianxi {
    padding-bottom: 7rem;
  }
}
@media (max-width: 480px) {
  .pad_top {
    padding-top: 3rem !important;
  }
  .pad_bot {
    padding-bottom: 3rem !important;
  }
  .m, .s_about .left, #banner .arrbox {
    padding: 0 15px;
  }
  .top_menu_box {
    gap: 2rem;
  }
  #banner .txt h4 {
    font-size: 2.125rem;
  }
  #banner .txt h3 {
    font-size: 2.5rem;
  }
  #banner .arrbox {
    margin-top: 3rem;
  }
  #banner .arrbox .arr {
    width: 3.5rem;
    height: 3.5rem;
  }
  #banner .img {
    height: calc(100vh - 8.5rem);
  }
  .s_about .right {
    max-width: 100%;
    width: 100%;
  }
  .s_shuzi ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
  }
  .s_about .tt {
    margin-bottom: 1.5rem;
  }
  .s_about .tt h3 {
    font-size: 2.25rem;
  }
  .s_about .tt p {
    font-size: 2.25rem;
    line-height: 1;
  }
  .s_tt h3 {
    font-size: 2rem;
  }
  .s_hd {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .s_pro .bd .left ul {
    grid-template-columns: 1fr;
  }
  .s_pro .bd .left ul li:first-child {
    grid-column: 1/2;
  }
  .s_pro .bd .left ul li:first-child .box {
    flex-direction: column;
  }
  .s_pro .bd .left ul li:first-child .box .txt .btn_arr3 {
    margin-top: 2rem;
  }
  .s_pro .bd .right .arr_left {
    left: 1rem;
  }
  .s_pro .bd .right .arr_right {
    right: 1rem;
  }
  .s_fuwu .s_tt {
    margin-bottom: 2rem;
  }
  .s_fuwu .bd .swiper {
    width: 22rem;
  }
  .s_fuwu .bd .box {
    padding: 0 2rem;
    height: 22rem;
  }
  .s_fuwu .bd .box .ico {
    width: 4.5rem;
    height: 4.5rem;
  }
  .s_fuwu .bd .centerbox {
    width: 22rem;
    height: 22rem;
  }
  .s_fuwu .bd .arr {
    width: 2.5rem;
    height: 2.5rem;
  }
  .s_fuwu .hd {
    margin-top: 2rem;
  }
  .s_fuwu .hd .box:before {
    width: 1rem;
  }
  .s_fuwu .hd .box:after {
    width: 1rem;
  }
  .btn_xq3 {
    height: 3rem;
    width: 9rem;
  }
  .s_zhengshu .box .imgbox {
    padding: 2rem;
  }
  .s_news ul {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  .s_news ul .box2 .img {
    height: auto;
  }
  .s_news ul .box2 .txt {
    padding: 3rem 5rem 1rem 1rem;
    gap: 1rem;
  }
  .s_news ul .box2 .txt .time span {
    font-size: 2.5rem;
  }
  .s_news ul .box2 .txt h4 {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .s_news ul .box .img {
    height: auto;
  }
  .s_news ul .box .txt {
    padding: 1rem 1rem;
    height: auto;
  }
  .s_news ul .box .txt h4 {
    font-size: 1.125rem;
  }
  .s_news .swiper-pagination {
    padding-right: 1rem;
    bottom: 2.5rem !important;
  }
  .s_news .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  #foot {
    padding: 3rem 0 2rem;
  }
  #foot .m, #foot .s_about .left, .s_about #foot .left, #foot #banner .arrbox, #banner #foot .arrbox {
    gap: 2rem;
  }
  #foot .m .left, #foot .s_about .left .left, .s_about #foot .left .left, #foot #banner .arrbox .left, #banner #foot .arrbox .left {
    flex-direction: column;
    gap: 1rem;
  }
  #foot .m .center form, #foot .s_about .left .center form, .s_about #foot .left .center form, #foot #banner .arrbox .center form, #banner #foot .arrbox .center form {
    gap: 5px 8px;
  }
  #foot .m .center form .group, #foot .s_about .left .center form .group, .s_about #foot .left .center form .group, #foot #banner .arrbox .center form .group, #banner #foot .arrbox .center form .group {
    border: 0;
    padding: 0;
    flex-direction: column;
  }
  #foot .m .center form .group .span, #foot .s_about .left .center form .group .span, .s_about #foot .left .center form .group .span, #foot #banner .arrbox .center form .group .span, #banner #foot .arrbox .center form .group .span {
    line-height: 2rem;
  }
  #foot .m .center form .group .input, #foot .s_about .left .center form .group .input, .s_about #foot .left .center form .group .input, #foot #banner .arrbox .center form .group .input, #banner #foot .arrbox .center form .group .input {
    border-radius: 5px;
    height: 3rem;
    border: 1px solid #d5d5d5;
    padding: 0 1rem;
  }
  #foot .m .center form .button, #foot .s_about .left .center form .button, .s_about #foot .left .center form .button, #foot #banner .arrbox .center form .button, #banner #foot .arrbox .center form .button {
    margin-top: 1rem;
  }
  #foot .m .right .copyright, #foot .s_about .left .right .copyright, .s_about #foot .left .right .copyright, #foot #banner .arrbox .right .copyright, #banner #foot .arrbox .right .copyright {
    margin-top: 1.5rem;
    text-align: left;
  }
  #n_main > section:first-child {
    padding-top: 2.5rem;
  }
  #n_main > section:last-child {
    padding-bottom: 2.5rem;
  }
  .page .box {
    margin-top: 2rem;
  }
  .page .box a {
    min-width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
  }
  .temlist.grid-4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 1rem;
  }
  .n_tt {
    margin-bottom: 1.5rem;
  }
  .n_tt h2 {
    font-size: 2rem;
  }
  .temlist.grid-4 .txt {
    padding: 0 1rem 2rem;
  }
  .temlist.grid-4 .txt h3 {
    margin-bottom: 5px;
  }
  .temlist .txt:before {
    top: -3rem;
  }
  .ar_title .time {
    width: 5.5rem;
    height: 5.875rem;
  }
  .ar_title h3 {
    line-height: 1.5;
    font-size: 1.375rem;
  }
  .ar_title .time {
    margin-right: 1rem;
  }
  .ar_title {
    margin-bottom: 1.5rem;
  }
  .ar_fot {
    margin-top: 2rem;
    flex-direction: column;
  }
  .ar_fot .btn_page {
    display: flex;
    align-items: center;
  }
  .ar_fot .btn_page span {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  #share-21.social-share .social-share-icon {
    margin: 0 2px !important;
    width: 3rem;
    height: 3rem;
  }
  .right_tuijian .tt {
    font-size: 1.5rem;
  }
  .n_news01 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .n_news02 {
    margin-top: 2.5rem;
  }
  .n_news02 li {
    padding: 1.5rem 0;
  }
  .n_news02 li .box {
    gap: 1rem;
  }
  .n_news02 li .box .img {
    width: 10rem;
  }
  .n_news02 li .box .txt h4 {
    font-size: 1.125rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 0;
  }
  .n_news02 li .box .txt p {
    display: none;
  }
  .n_news .n_news02 li .box .txt .ico {
    display: none;
  }
  .n_search .n_news02 li .box .txt h4 {
    margin-top: 0;
  }
  .n_search .n_news02 li .box .txt .ico {
    display: flex;
    width: 2rem;
    height: 2rem;
    margin-top: 1rem;
  }
  .pro_sort li .box {
    flex-direction: column;
  }
  .pro_sort li .box .txt {
    width: 100%;
  }
  .pro_main {
    flex-direction: column;
  }
  .pro_main .pro_left {
    width: 100%;
  }
  .pro_main .pro_right ul li .box {
    flex-direction: column;
    gap: 1.5rem;
  }
  .pro_main .pro_right ul li .box .img {
    width: 100%;
  }
  .zhiliang_list li {
    padding: 2rem 0 1.75rem !important;
  }
  .zhiliang_list li .box {
    flex-direction: column !important;
    gap: 1.5rem !important;
  }
  .zhiliang_list li .box .imgbox {
    width: 100% !important;
  }
  .zhiliang_list li .box .txt .ico {
    width: 2.75rem !important;
    height: 2.75rem !important;
  }
  .n_factory .zhiliang_list li .box .imgbox .swiper {
    border-radius: 0.9375rem 6rem 0.9375rem 6rem;
  }
  .n_factory .zhiliang_list li .box .imgbox .swiper .img {
    border-radius: 0.9375rem 6rem 0.9375rem 6rem;
  }
  .n_factory .zhiliang_list li .box .imgbox > i:before {
    width: 4rem;
    height: 4rem;
  }
  .n_factory .zhiliang_list li .box .txt h5 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .zhiliang_list li .box .txt {
    width: 100% !important;
  }
  .zhiliang_list li .box .txt h4 {
    font-size: 1.75rem !important;
    margin-bottom: 1rem !important;
  }
  .n_zizhi .box .txt h4 {
    font-size: 1.125rem;
  }
  .n_zizhi .hd {
    margin-bottom: 1.5rem;
  }
  .pro_dingzhi {
    padding-top: 2.5rem !important;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    background-position: right;
  }
  .pro_dingzhi .m, .pro_dingzhi .s_about .left, .s_about .pro_dingzhi .left, .pro_dingzhi #banner .arrbox, #banner .pro_dingzhi .arrbox {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .pro_dingzhi .m .img, .pro_dingzhi .s_about .left .img, .s_about .pro_dingzhi .left .img, .pro_dingzhi #banner .arrbox .img, #banner .pro_dingzhi .arrbox .img {
    width: 100%;
    border-radius: 0 6rem 0 6rem;
  }
  .pro_case .arrbox .arr, .n_zizhi .arrbox .arr {
    width: 3rem;
    height: 3rem;
  }
  .pro_dingzhi .m .txt h3, .pro_dingzhi .s_about .left .txt h3, .s_about .pro_dingzhi .left .txt h3, .pro_dingzhi #banner .arrbox .txt h3, #banner .pro_dingzhi .arrbox .txt h3 {
    font-size: 2rem;
  }
  .pro_case .hd {
    margin-bottom: 2rem;
  }
  .pro_case h4 {
    font-size: 1.125rem;
    margin-top: 10px;
  }
  .pro_banner {
    height: 27rem;
  }
  .pro_banner .mask .m .txt h3, .pro_banner .mask .s_about .left .txt h3, .s_about .pro_banner .mask .left .txt h3, .pro_banner .mask #banner .arrbox .txt h3, #banner .pro_banner .mask .arrbox .txt h3 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .pro_banner .mask .m .txt .line, .pro_banner .mask .s_about .left .txt .line, .s_about .pro_banner .mask .left .txt .line, .pro_banner .mask #banner .arrbox .txt .line, #banner .pro_banner .mask .arrbox .txt .line {
    margin: 10px 0;
  }
  .pro_banner .mask .m .txt .con, .pro_banner .mask .s_about .left .txt .con, .s_about .pro_banner .mask .left .txt .con, .pro_banner .mask #banner .arrbox .txt .con, #banner .pro_banner .mask .arrbox .txt .con {
    margin-bottom: 2rem;
  }
  .pro_dingzhi .m .txt .con, .pro_dingzhi .s_about .left .txt .con, .s_about .pro_dingzhi .left .txt .con, .pro_dingzhi #banner .arrbox .txt .con, #banner .pro_dingzhi .arrbox .txt .con {
    margin-bottom: 2rem;
  }
  .about_ys .outbox .bd .swiper {
    width: 18.5rem;
  }
  .about_ys .outbox .hd ul li .box .txt h4 {
    font-size: 1.375rem;
    height: 3.5rem;
    padding: 0 2rem;
    justify-content: flex-start;
  }
  .about_ys .outbox .hd ul li .box .ico {
    width: 4rem;
    height: 4rem;
  }
  .about_ys .outbox .hd ul li .box .txt p {
    padding: 0;
    text-align: left;
  }
  .about_gg .txt h3 {
    font-size: 2rem;
  }
  .n_shuzi {
    margin-top: 2rem;
  }
  .n_about .bd {
    gap: 2.5rem;
  }
  .box_ren ul {
    grid-template-columns: 1fr;
    padding-left: 2rem;
  }
  .buju_box .dot .circle {
    width: 1.5rem;
    height: 1.5rem;
  }
  .n_lianxi .m, .n_lianxi .s_about .left, .s_about .n_lianxi .left, .n_lianxi #banner .arrbox, #banner .n_lianxi .arrbox {
    gap: 3rem;
  }
}
.m, .s_about .left, #banner .arrbox {
  max-width: 1920px;
  width: 100%;
  padding: 0 10rem;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

@media (max-width: 1660px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 9rem;
  }
}
@media (max-width: 1440px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 8rem;
  }
}
@media (max-width: 1360px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 7rem;
  }
}
@media (max-width: 1200px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 6rem;
  }
  .s_about .bd .left {
    padding-right: 6rem !important;
  }
}
@media (max-width: 992px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 5rem;
  }
  .s_about .bd .left {
    padding-right: 5rem !important;
  }
}
@media (max-width: 768px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 3rem;
  }
  .s_about .bd .left {
    padding-right: 3rem !important;
  }
}
@media (max-width: 480px) {
  .m, .s_about .left, #banner .arrbox {
    padding: 0 15px;
  }
  .s_about .bd .left {
    padding-right: 15px !important;
  }
}
.top_menu_box {
  display: flex;
  gap: 3rem;
  flex-shrink: 0;
}
.top_menu_box i {
  color: #fff;
  font-size: 1.375rem;
}
.top_menu_box .top_tel {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.top_menu_box .top_tel .ico {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_menu_box .top_tel .ico i {
  color: #00a39b;
  font-size: 1rem;
}
.top_menu_box .top_tel p {
  font-size: 1.25rem;
  color: #fff;
  font-family: DISNEYENGLISH-MEDIUM;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.top_menu_box .top_language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_menu_box .top_language .language_sub {
  position: absolute;
  top: 100%;
  background: #009143;
  padding: 0.5rem 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 130px;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: 0.5s;
}
.top_menu_box .top_language .language_sub a {
  display: block;
  padding: 0 1rem;
  text-align: center;
  line-height: 2.5rem;
  transition: 0.3s;
  color: #fff;
  font-size: 1rem;
}
.top_menu_box .top_language .language_sub a:hover {
  background: #8bc120;
}
.top_menu_box .top_language:hover .language_sub {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.top_menu_box .top_search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#header {
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#header .m, #header .s_about .left, .s_about #header .left, #header #banner .arrbox, #banner #header .arrbox {
  padding: 0 3rem;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 3rem;
}
#header .m #logo img, #header .s_about .left #logo img, .s_about #header .left #logo img, #header #banner .arrbox #logo img, #banner #header .arrbox #logo img {
  width: 365px;
}
#header .m .fr, #header .s_about .left .fr, .s_about #header .left .fr, #header #banner .arrbox .fr, #banner #header .arrbox .fr {
  display: flex;
  flex-grow: 1;
  max-width: 1100px;
  gap: 3rem;
}
#header .m .fr #nav, #header .s_about .left .fr #nav, .s_about #header .left .fr #nav, #header #banner .arrbox .fr #nav, #banner #header .arrbox .fr #nav {
  display: flex;
  flex-grow: 1;
}
#header .m .fr #nav ul, #header .s_about .left .fr #nav ul, .s_about #header .left .fr #nav ul, #header #banner .arrbox .fr #nav ul, #banner #header .arrbox .fr #nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#header .m .fr #nav ul li, #header .s_about .left .fr #nav ul li, .s_about #header .left .fr #nav ul li, #header #banner .arrbox .fr #nav ul li, #banner #header .arrbox .fr #nav ul li {
  position: relative;
}
#header .m .fr #nav ul li > a, #header .s_about .left .fr #nav ul li > a, .s_about #header .left .fr #nav ul li > a, #header #banner .arrbox .fr #nav ul li > a, #banner #header .arrbox .fr #nav ul li > a {
  line-height: 6.25rem;
  color: #fff;
  font-size: 1.125rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#header .m .fr #nav ul li .sub, #header .s_about .left .fr #nav ul li .sub, .s_about #header .left .fr #nav ul li .sub, #header #banner .arrbox .fr #nav ul li .sub, #banner #header .arrbox .fr #nav ul li .sub {
  position: absolute;
  background: #009143;
  padding: 0.5rem 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 130px;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: 0.5s;
}
#header .m .fr #nav ul li .sub a, #header .s_about .left .fr #nav ul li .sub a, .s_about #header .left .fr #nav ul li .sub a, #header #banner .arrbox .fr #nav ul li .sub a, #banner #header .arrbox .fr #nav ul li .sub a {
  display: block;
  padding: 0 1rem;
  text-align: center;
  line-height: 2.5rem;
  transition: 0.3s;
  font-size: 1rem;
  color: #fff;
}
#header .m .fr #nav ul li .sub a:hover, #header .s_about .left .fr #nav ul li .sub a:hover, .s_about #header .left .fr #nav ul li .sub a:hover, #header #banner .arrbox .fr #nav ul li .sub a:hover, #banner #header .arrbox .fr #nav ul li .sub a:hover {
  background: #8bc120;
  color: #fff;
}
#header .m .fr #nav ul li:before, #header .s_about .left .fr #nav ul li:before, .s_about #header .left .fr #nav ul li:before, #header #banner .arrbox .fr #nav ul li:before, #banner #header .arrbox .fr #nav ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: 0.5s;
}
#header .m .fr #nav ul li:hover .sub, #header .s_about .left .fr #nav ul li:hover .sub, .s_about #header .left .fr #nav ul li:hover .sub, #header #banner .arrbox .fr #nav ul li:hover .sub, #banner #header .arrbox .fr #nav ul li:hover .sub {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
#header .m .fr #nav ul li:hover:before, #header .s_about .left .fr #nav ul li:hover:before, .s_about #header .left .fr #nav ul li:hover:before, #header #banner .arrbox .fr #nav ul li:hover:before, #banner #header .arrbox .fr #nav ul li:hover:before {
  transform: scale(1);
}
#header .m .fr #nav ul li.on:before, #header .s_about .left .fr #nav ul li.on:before, .s_about #header .left .fr #nav ul li.on:before, #header #banner .arrbox .fr #nav ul li.on:before, #banner #header .arrbox .fr #nav ul li.on:before {
  transform: scale(1);
}
#header .line01 {
  display: block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  bottom: 0;
  animation: width_anim linear 5s forwards;
}
#header.xg {
  background: #fff;
}
#header.xg .fr #nav ul li > a {
  color: #333;
}
#header.xg .fr #nav ul li:before {
  background: #009143;
}
#header.xg .fr .top_menu_box i {
  color: #333;
}
#header.xg .fr .top_menu_box .top_tel .ico {
  background: #009143;
}
#header.xg .fr .top_menu_box .top_tel .ico i {
  color: #fff;
}
#header.xg .fr .top_menu_box .top_tel p {
  color: #333;
}

@keyframes width_anim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#m_header {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 996;
  width: 100%;
  background: #fff;
}
#m_header .line01 {
  display: block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  bottom: 0;
  animation: width_anim linear 3s forwards;
}
#m_header .m, #m_header .s_about .left, .s_about #m_header .left, #m_header #banner .arrbox, #banner #m_header .arrbox {
  display: flex;
  justify-content: space-between;
  height: 4.5rem;
}
#m_header .top_menu_box {
  margin-right: 6rem;
}
#m_header .top_menu_box i {
  color: #333;
}
#m_header .top_menu_box .top_tel .ico {
  background: #009143;
}
#m_header .top_menu_box .top_tel .ico i {
  color: #fff;
}
#m_header .top_menu_box .top_tel p {
  color: #333;
}
#m_header #m_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
}
#m_header.xg {
  background: #fff;
}
#m_header.xg .top_menu_box i {
  color: #333;
}
#m_header.xg .top_menu_box .top_tel .ico {
  background: #009143;
}
#m_header.xg .top_menu_box .top_tel .ico i {
  color: #fff;
}
#m_header.xg .top_menu_box .top_tel p {
  color: #333;
}

#banner {
  position: relative;
  z-index: 0;
}
#banner:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 23rem;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
}
#banner .img {
  height: 100vh;
}
#banner .img img { 
}
#banner .swiper-slide {
  overflow: hidden;
}
#banner .img:after {
  padding-top: 50%;
}
#banner .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .txt {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 10rem;
}
#banner .txt * {
  opacity: 0;
}
#banner .txt h3 {
  font-size: 2.75rem;
  color: #fff;
  margin-bottom: 0.75rem;
  font-weight: 300;
}
#banner .txt h4 {
  font-size: 3.75rem;
}
#banner .txt p {
  font-size: 1.125rem;
  text-transform: uppercase;
}
#banner .swiper-slide.swiper-slide-active .txt h3 {
  animation: enter 1.2s forwards 0.1s;
}
#banner .swiper-slide.swiper-slide-active .txt h4 {
  animation: enter 1.2s forwards 0.2s;
}
#banner .swiper-slide.swiper-slide-active .txt p {
  animation: enter 1.2s forwards 0.3s;
}
#banner .arrbox {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 6rem;
  padding-right: 0 !important;
  gap: 0.75rem;
  z-index: 99;
  width: auto !important;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .arrbox .arr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#banner .arrbox .arr svg {
  width: 1.25rem;
}
#banner .arrbox .arr.arr_left svg {
  transform: rotate(180deg);
}
#banner .arrbox .arr:hover {
  background: #009143;
  border: 1px solid #009143;
}
#banner .hd {
  bottom: 0;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  color: #fff;
  padding-bottom: 3rem;
}
#banner .hd .box {
  position: relative;
  cursor: pointer;
}
#banner .hd .box span {
  font-family: Poppins-Medium;
}
#banner .hd .box .line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  left: 0;
  width: 100%;
  margin: 1.125rem 0;
}
#banner .hd .box .line:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #009143;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0s;
}
#banner .hd .box h4 {
  font-size: 1rem;
}
#banner .swiper-slide-thumb-active .box .line:before {
  width: 100%;
  transition: 5.2s;
}

#header.xg + .top_nav {
  mix-blend-mode: difference;
}

.top_btn {
  display: flex;
}

.top_nav {
  background: #009143;
  padding: 0 1.375rem;
  margin-left: 3.125rem;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 0;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.menubtn {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.menubtn span {
  display: block;
  width: 1.875rem;
  height: 3px;
  background: #fff;
  position: relative;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.menubtn span:after, .menubtn span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 3px;
  left: 0;
  background-color: #fff;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.menubtn span:before {
  top: -7px;
  transition-property: top, transform;
}

.menubtn span:after {
  bottom: -7px;
  left: 50%;
  transition-property: bottom, transform;
}

.menubtn.active span {
  background-color: transparent !important;
  transition-delay: 0s, 0s;
}

.menubtn.active span:after, .menubtn.active span:before {
  width: 100%;
  background: #fff;
  transition-delay: 0s, 0.3s;
}

.menubtn.active span:before {
  top: 0;
  transform: rotate(45deg);
}

.menubtn.active span:after {
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
}

#m_nav {
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  padding: 3.125rem 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 1s 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  visibility: hidden;
  background: #009143;
  transform-origin: left;
  -webkit-clip-path: inset(0 0 calc(100vh - 4.5rem) calc(100vw - 4.5rem));
          clip-path: inset(0 0 calc(100vh - 4.5rem) calc(100vw - 4.5rem));
}
#m_nav.act {
  pointer-events: auto;
  top: 0;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.445, 0.145, 0.355, 1);
}

#m_nav::-webkit-scrollbar {
  display: none;
}

#m_nav .outbox {
  transform: translateY(120px);
  opacity: 0;
  transition: all 1.2s ease;
}

#m_nav.act .outbox {
  transform: translateY(0);
  opacity: 1;
}

#m_nav {
  z-index: 997;
  position: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  display: none;
  padding: 3.125rem 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.5s 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  display: block;
  overflow: auto;
  visibility: hidden;
  transform-origin: left;
}

#m_nav::-webkit-scrollbar {
  display: none;
}

#m_nav.act {
  pointer-events: auto;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

#m_nav ul > li {
  overflow: hidden;
  padding: 0;
}

#m_nav ul > li + li {
  border-top: 1px solid rgba(220, 220, 220, 0.1);
}

#m_nav li .a {
  display: block;
}

#m_nav li h3 {
  line-height: 4.5rem;
  height: 4.5rem;
  color: #fff;
  font-weight: bold;
  padding: 0 2rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

#m_nav li .a {
  flex-grow: 1;
}

#m_nav li .a span {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 3.125rem;
  text-align: center;
}

#m_nav li i {
  font-size: 0;
}

#m_nav .title i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  width: 30px;
  height: 4.5rem;
  opacity: 0.8;
  float: right;
  display: block;
  background: url(../images/arr_white.svg) center no-repeat;
  background-size: 16px;
}

#m_nav li.on.title i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav .on.title i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav li {
  display: block;
  width: 100%;
}

#m_nav .slide_nav {
  position: absolute;
  left: 0;
  height: 70px;
  z-index: 998;
  padding: 15px;
  top: 0;
  width: 100%;
}

#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: 0;
  border: 0;
  clear: both;
  padding-bottom: 1rem;
}

#m_nav .title .list span {
  background: 0;
}

#m_nav .title .list span a:hover {
  color: #014085;
}

#m_nav .title .list a {
  display: block;
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  padding: 0 2rem;
  line-height: 2.5rem;
  border: 0;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

#m_nav .title .list .void > a {
  background-size: 10px;
  position: relative;
}

#m_nav .title .list .void > a:before {
  content: "·";
  position: absolute;
  left: -1em;
  font-size: 12px;
  font-weight: bold;
}

#m_nav .title .list span {
  position: relative;
  display: block;
}

#m_nav .title .list span .sub {
  position: static;
  width: 100%;
  display: block !important;
  overflow: hidden;
}

#m_nav .title .sub a {
  background: 0;
  font-size: 0.875rem;
  opacity: 0.8;
  min-width: 50%;
  float: left;
  display: block;
  color: #fff;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#m_nav li h3 {
  transform: translateY(3.125rem);
  opacity: 0;
}

#m_nav li .list a {
  transform: translateY(3.125rem);
  opacity: 0;
}

#m_nav.act li h3 {
  transform: translateY(0);
  transition: all 0.5s 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
  opacity: 1;
}

#m_nav.act .list a {
  transform: translateY(0);
  transition: all 0.5s 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
  opacity: 1;
}

.s_about {
  width: 100%;
  overflow: hidden;
  background: url(../images/s_about_bg.jpg) center no-repeat;
  background-size: cover;
}

.s_about .bd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.s_about .left {
  padding-right: 0 !important;
  padding-bottom: 11.25rem;
}

.s_about .tt {
  margin-bottom: 2rem;
}

.s_about .tt h3 {
  font-size: 2.875rem;
  color: #313131;
}

.s_about .tt p {
  font-size: 2.875rem;
  color: rgba(194, 227, 217, 0.85);
  text-transform: uppercase;
  font-family: Poppins-Bold;
  font-family: Poppins-SemiBold;
}

.s_about .con {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #616161;
}

.s_shuzi {
  margin-top: 3.25rem;
}

.s_shuzi ul {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr 1.2fr;
}

.s_shuzi ul li div {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 5px;
}

.s_shuzi ul li div span {
  font-size: 3rem;
  color: #009143;
  font-family: DISNEYENGLISH-MEDIUM;
}

.s_shuzi ul li div i {
  color: #009143;
  font-size: 1.25rem;
  font-weight: bold;
}

.s_shuzi ul li p {
  font-size: 0.9375rem;
  color: #616367;
}

.s_about .right {
  flex-shrink: 0;
  width: 64.0625rem;
}

.s_about .right img {
  display: block;
}

.s_about .btn_xq3 {
  margin-top: 4.375rem;
}

.btn_xq3 {
  width: 12.5rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #009143;
  border-radius: 1.875rem 5px 1.875rem 5px;
  color: #fff;
  font-size: 1rem;
}
.btn_xq3 svg {
  width: 1rem;
  height: 1rem;
  transition: 0.3s;
  margin-left: 0.8125rem;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.btn_xq3:hover svg {
  transform: translateX(8px);
}

.s_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.s_tt h2 {
  font-size: 1rem;
  color: #009143;
}
.s_tt h3 {
  font-size: 2.875rem;
  color: #313131;
}
.s_tt.white h2 {
  color: #fff;
}
.s_tt.white h3 {
  color: #fff;
}
.s_tt.txtcenter {
  text-align: center;
}

.btn_arr3 {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  overflow: hidden;
  position: relative;
  border: 1px solid #cdcdcd;
  border-radius: 1.25rem 0.5rem 1.25rem 0.5rem;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.btn_arr3 font {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.btn_arr3 font:nth-child(1) {
  left: -3.125rem;
}

.btn_arr3 font:nth-child(2) {
  left: 0;
}

.btn_arr3 font svg {
  fill: #333;
  transition: 0.5s;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.btn_arr3 font svg path {
  fill: #333;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.btn_arr3:hover {
  background: #66b72e;
  border: 1px solid #66b72e;
}

.btn_arr3:hover font:nth-child(1) {
  left: 0;
}

.btn_arr3:hover font:nth-child(2) {
  left: 3.125rem;
}

.btn_arr3:hover font svg {
  fill: #fff;
}

.btn_arr3:hover font svg path {
  fill: #fff;
}

.s_pro .bd {
  display: flex;
  gap: 15px;
}
.s_pro .bd .left {
  width: 50%;
}
.s_pro .bd .left ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
  height: 100%;
}
.s_pro .bd .left ul li {
  background-size: cover !important;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.s_pro .bd .left ul li .box {
  padding: 2.5rem 2.5rem 1.5rem;
  display: grid;
  gap: 2rem;
  width: 100%;
}
/* .s_pro .bd .left ul li .box .img {
  mix-blend-mode: multiply;
} */
.s_pro .bd .left ul li .box .img img {
  transform: none;
}
.s_pro .bd .left ul li .box .txt {
  flex-shrink: 0;
}
.s_pro .bd .left ul li .box .txt h4 {
  font-size: 1.75rem;
  color: #313131;
  margin-bottom: 0.625rem;
}
.s_pro .bd .left ul li .box .txt span {
  font-size: 1rem;
  color: #4c525d;
}
.s_pro .bd .left ul li .box .txt .btn_arr3 {
  margin-top: 4rem;
}
.s_pro .bd .left ul li:first-child {
  grid-column: 1/3;
}
.s_pro .bd .left ul li:first-child .box {
  display: flex;
  padding: 3rem;
}
.s_pro .bd .left ul li:nth-child(1) {
  background: url(../images/s_pro_bg1.jpg) center no-repeat;
}
.s_pro .bd .left ul li:nth-child(2) {
  background: url(../images/s_pro_bg2.jpg) center no-repeat;
}
.s_pro .bd .left ul li:nth-child(3) {
  background: url(../images/s_pro_bg3.jpg) center no-repeat;
}
.s_pro .bd .right {
  width: 50%;
  background: url(../images/s_pro_bg3.jpg) center no-repeat;
  background-size: cover;
  border-radius: 0.9375rem;
  padding: 3rem;
  position: relative;
}
.s_pro .bd .right .tag {
  width: 8.4375rem;
  height: 2.5rem;
  border-radius: 1.25rem 5px 1.25rem 5px;
  margin-bottom: 2rem;
  border: 1px solid #d1dad9;
  font-size: 0.9375rem;
  gap: 0.625rem;
  color: #454646;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s_pro .bd .right .tag i:before {
  font-size: 1.25rem;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
.s_pro .bd .right .tag:hover {
  background: #009143;
  border: 1px solid #009143;
  color: #fff;
}
.s_pro .bd .right .img img {
  transform: none;
}
.s_pro .bd .right .img:after {
  padding-top: 65%;
}
.s_pro .bd .right .txt {
  padding-top: 3.5rem;
}
.s_pro .bd .right .txt h3 {
  font-size: 1.75rem;
  color: #313131;
  margin-bottom: 0.625rem;
}
.s_pro .bd .right .txt h4 {
  font-size: 1rem;
  color: #4c525d;
}
.s_pro .bd .right .arr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.s_pro .bd .right .arr svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #000;
}
.s_pro .bd .right .arr svg path {
  fill: #000;
  transition: 0s;
}
.s_pro .bd .right .arr:hover svg {
  fill: #009143;
}
.s_pro .bd .right .arr:hover svg path {
  fill: #009143;
}
.s_pro .bd .right .arr_left {
  left: 3.125rem;
}
.s_pro .bd .right .arr_left svg {
  transform: rotate(180deg);
}
.s_pro .bd .right .arr_right {
  right: 3.125rem;
}

.s_fuwu {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.s_fuwu .s_tt {
  margin-bottom: 3.5rem;
}
.s_fuwu .bgbox {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.s_fuwu .bgbox * {
  height: 100%;
}
.s_fuwu .bgbox img {
  transform: none;
}
.s_fuwu .bgbox:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 23rem;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 100%);
}
.s_fuwu .bd {
  position: relative;
}
.s_fuwu .bd .swiper {
  overflow: visible;
  width: 31vw;
  margin: 0 auto;
}
.s_fuwu .bd .centerbox {
  position: absolute;
  left: 50%;
  top: 0;
  width: 33.5rem;
  height: 33.5rem;
  transform: translateX(-50%);
}
.s_fuwu .bd .centerbox img {
  display: block;
  animation: xz2 22s infinite linear;
}
.s_fuwu .bd .box {
  height: 33.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.s_fuwu .bd .box .ico {
  border-radius: 2.5rem 0.625rem 2.5rem 0.625rem;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.s_fuwu .bd .box h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.s_fuwu .bd .box p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.75rem;
}
.s_fuwu .bd .arr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.s_fuwu .bd .arr svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
}
.s_fuwu .bd .arr svg path {
  fill: #fff;
  transition: 0s;
}
.s_fuwu .bd .arr:hover {
  border: 1px solid #009143;
  background: #009143;
}
.s_fuwu .bd .arr_left {
  left: 3.125rem;
}
.s_fuwu .bd .arr_left svg {
  transform: rotate(180deg);
}
.s_fuwu .bd .arr_right {
  right: 3.125rem;
}
.s_fuwu .hd {
  margin-top: 4rem;
}
.s_fuwu .hd .swiper-wrapper {
  justify-content: center;
  align-items: center;
}
.s_fuwu .hd .swiper-wrapper:before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.s_fuwu .hd .swiper-wrapper:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.s_fuwu .hd .swiper-slide {
  width: auto;
}
.s_fuwu .hd .box {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.s_fuwu .hd .box:before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.s_fuwu .hd .box:after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.s_fuwu .hd .box h3 {
  color: #fff;
  width: 9px;
  white-space: nowrap;
  flex-shrink: 0;
  overflow: hidden;
  opacity: 0;
  height: 2.5rem;
  transition: 0.5s;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.s_fuwu .hd .box .dot {
  display: block;
  width: 9px;
  flex-shrink: 0;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s;
}
.s_fuwu .hd .swiper-slide-thumb-active .box h3 {
  width: 14.375rem;
  opacity: 1;
}
.s_fuwu .hd .swiper-slide-thumb-active .box .dot {
  width: 9px;
  opacity: 0;
}

@keyframes xz2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.s_zhengshu {
  background: url(../images/s_zhengshu_bg.jpg) center no-repeat;
  background-size: cover;
}
.s_zhengshu .box .imgbox {
  background: #f0f5fb;
  padding: 2rem 3rem;
  border-radius: 0.625rem 3.125rem 0.625rem 3.125rem;
  border: 1px solid #d8e2ee;
}
.s_zhengshu .box .imgbox .img:after {
  padding-top: 141.93%;
}
.s_zhengshu .box .imgbox .img img {
  transform: none !important;
}
.s_zhengshu .box h4 {
  font-size: 1.25rem;
  color: #212121;
  text-align: center;
  line-height: 1.5;
  margin-top: 1rem;
}
.s_zhengshu .swiper-scrollbar {
  position: relative !important;
  margin-top: 4.5rem;
  height: 1px;
  background: #d9dde2;
  left: 0;
  width: 100%;
}
.s_zhengshu .swiper-scrollbar-drag {
  height: 5px;
  background: #009143;
  border-radius: 3px;
  top: -2px;
}

.s_news .swiper-pagination {
  bottom: 4rem !important;
  text-align: right;
  padding-right: 3rem;
  width: auto;
  left: auto;
  right: 0;
}
.s_news .swiper-pagination .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 6.5px !important;
  border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background: 0;
  opacity: 1;
}
.s_news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.s_news ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  grid-auto-rows: 33.125rem;
}
.s_news ul li:nth-child(1) {
  grid-column: 1/3;
}
.s_news ul .swiper {
  height: 100%;
}
.s_news ul .box2 {
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
  display: block;
  height: 100%;
}
.s_news ul .box2 .img {
  width: 100%;
  height: 100%;
}
.s_news ul .box2 .img img {
  transform: none;
}
.s_news ul .box2 .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5rem 12rem 2.75rem 3.25rem;
  gap: 1.875rem;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 100%);
}
.s_news ul .box2 .txt .time {
  flex-shrink: 0;
  text-align: center;
}
.s_news ul .box2 .txt .time span {
  font-size: 3.125rem;
  font-family: Poppins-Medium;
  line-height: 1;
}
.s_news ul .box2 .txt .time p {
  font-size: 0.75rem;
}
.s_news ul .box2 .txt h4 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.s_news ul .box2:hover .img img {
  transform: scale(1.02);
}
.s_news ul .box {
  border-radius: 0.9375rem;
  overflow: hidden;
  display: block;
}
.s_news ul .box .img {
  width: 100%;
  height: 21.875rem;
}
.s_news ul .box .img img {
  transform: none;
}
.s_news ul .box .img:after {
  padding-top: 67.3%;
}
.s_news ul .box .txt {
  padding: 2rem 2.25rem;
  height: 11.25rem;
  background: #f2f3f7;
}
.s_news ul .box .txt .time {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #5b6165;
  gap: 0.5rem;
}
.s_news ul .box .txt .time i {
  font-size: 1.25rem;
  color: #5b6165;
}
.s_news ul .box .txt h4 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  height: 3.75rem;
  color: #212121;
  margin-top: 0.625rem;
}
.s_news ul .box .txt svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.75rem;
}
.s_news ul .box:hover .img img {
  transform: scale(1.05);
}

#foot {
  padding: 4.5rem 0;
  background: url(../images/foot_bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}
#foot .m, #foot #banner .arrbox, #banner #foot .arrbox, #foot .s_about .left, .s_about #foot .left {
  display: flex;
  justify-content: space-between;
  max-width: 1760px;
  gap: 3rem;
}
#foot .m .tt, #foot #banner .arrbox .tt, #banner #foot .arrbox .tt, #foot .s_about .left .tt, .s_about #foot .left .tt {
  font-size: 1.25rem;
  color: #009143;
  margin-bottom: 0.875rem;
}
#foot .m .left .foot_logo img, #foot #banner .arrbox .left .foot_logo img, #banner #foot .arrbox .left .foot_logo img, #foot .s_about .left .left .foot_logo img, .s_about #foot .left .left .foot_logo img {
  width: 9.875rem;
}
#foot .m .left .foot_logo h3, #foot #banner .arrbox .left .foot_logo h3, #banner #foot .arrbox .left .foot_logo h3, #foot .s_about .left .left .foot_logo h3, .s_about #foot .left .left .foot_logo h3 {
  font-size: 1rem;
  color: #868686;
}
#foot .m .foot_lianxi, #foot #banner .arrbox .foot_lianxi, #banner #foot .arrbox .foot_lianxi, #foot .s_about .left .foot_lianxi, .s_about #foot .left .foot_lianxi {
  font-size: 1.0625rem;
  color: #515151;
  line-height: 2.25rem;
  margin-top: 2.5rem;
}
#foot .m .foot_lianxi p b, #foot #banner .arrbox .foot_lianxi p b, #banner #foot .arrbox .foot_lianxi p b, #foot .s_about .left .foot_lianxi p b, .s_about #foot .left .foot_lianxi p b {
  font-size: 1.125rem;
  color: #009143;
  font-family: DISNEYENGLISH-MEDIUM;
}
#foot .m .center, #foot #banner .arrbox .center, #banner #foot .arrbox .center, #foot .s_about .left .center, .s_about #foot .left .center {
  max-width: 37.375rem;
}
#foot .m .center form, #foot #banner .arrbox .center form, #banner #foot .arrbox .center form, #foot .s_about .left .center form, .s_about #foot .left .center form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
}
#foot .m .center form .group, #foot #banner .arrbox .center form .group, #banner #foot .arrbox .center form .group, #foot .s_about .left .center form .group, .s_about #foot .left .center form .group {
  display: flex;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  padding: 0 1rem;
}
#foot .m .center form .group .span, #foot #banner .arrbox .center form .group .span, #banner #foot .arrbox .center form .group .span, #foot .s_about .left .center form .group .span, .s_about #foot .left .center form .group .span {
  flex-shrink: 0;
  line-height: 3rem;
  font-size: 1rem;
  color: #717171;
}
#foot .m .center form .group .input, #foot #banner .arrbox .center form .group .input, #banner #foot .arrbox .center form .group .input, #foot .s_about .left .center form .group .input, .s_about #foot .left .center form .group .input {
  background: 0;
  padding-left: 6px;
  font-size: 1rem;
  color: #717171;
  flex-grow: 1;
}
#foot .m .center form .group textarea.input, #foot #banner .arrbox .center form .group textarea.input, #banner #foot .arrbox .center form .group textarea.input, #foot .s_about .left .center form .group textarea.input, .s_about #foot .left .center form .group textarea.input {
  height: 7.1875rem;
  line-height: 2rem;
  padding-top: 0.5rem;
}
#foot .m .center form .textbox.group, #foot #banner .arrbox .center form .textbox.group, #banner #foot .arrbox .center form .textbox.group, #foot .s_about .left .center form .textbox.group, .s_about #foot .left .center form .textbox.group {
  grid-column: 1/4;
}
#foot .m .center form .button, #foot #banner .arrbox .center form .button, #banner #foot .arrbox .center form .button, #foot .s_about .left .center form .button, .s_about #foot .left .center form .button {
  height: 3.125rem;
  border-radius: 5px;
  background: #009143;
  color: #fff;
  font-size: 1.125rem;
}
#foot .m .right, #foot #banner .arrbox .right, #banner #foot .arrbox .right, #foot .s_about .left .right, .s_about #foot .left .right {
  text-align: right;
}
#foot .m .right .foot_social ul, #foot #banner .arrbox .right .foot_social ul, #banner #foot .arrbox .right .foot_social ul, #foot .s_about .left .right .foot_social ul, .s_about #foot .left .right .foot_social ul {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}
#foot .m .right .foot_social ul li, #foot #banner .arrbox .right .foot_social ul li, #banner #foot .arrbox .right .foot_social ul li, #foot .s_about .left .right .foot_social ul li, .s_about #foot .left .right .foot_social ul li {
  flex-shrink: 0;
  position: relative;
  width: 2.3125rem;
  height: 2.3125rem;
  border: 1px solid #9a9aa0;
  border-radius: 50%;
  transition: 0.5s;
}
#foot .m .right .foot_social ul li a, #foot #banner .arrbox .right .foot_social ul li a, #banner #foot .arrbox .right .foot_social ul li a, #foot .s_about .left .right .foot_social ul li a, .s_about #foot .left .right .foot_social ul li a {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#foot .m .right .foot_social ul li a i, #foot #banner .arrbox .right .foot_social ul li a i, #banner #foot .arrbox .right .foot_social ul li a i, #foot .s_about .left .right .foot_social ul li a i, .s_about #foot .left .right .foot_social ul li a i {
  font-size: 1.25rem;
  transition: 0s;
  color: #767979;
}
#foot .m .right .foot_social ul li:hover a i, #foot #banner .arrbox .right .foot_social ul li:hover a i, #banner #foot .arrbox .right .foot_social ul li:hover a i, #foot .s_about .left .right .foot_social ul li:hover a i, .s_about #foot .left .right .foot_social ul li:hover a i {
  color: #fff;
}
#foot .m .right .foot_social ul li:hover, #foot #banner .arrbox .right .foot_social ul li:hover, #banner #foot .arrbox .right .foot_social ul li:hover, #foot .s_about .left .right .foot_social ul li:hover, .s_about #foot .left .right .foot_social ul li:hover {
  background: #009143;
  border: 1px solid #009143;
}
#foot .m .right .foot_social ul li:hover i:before, #foot #banner .arrbox .right .foot_social ul li:hover i:before, #banner #foot .arrbox .right .foot_social ul li:hover i:before, #foot .s_about .left .right .foot_social ul li:hover i:before, .s_about #foot .left .right .foot_social ul li:hover i:before {
  transition: 0.5s;
}
#foot .m .right .foot_social ul li .ewmbox, #foot #banner .arrbox .right .foot_social ul li .ewmbox, #banner #foot .arrbox .right .foot_social ul li .ewmbox, #foot .s_about .left .right .foot_social ul li .ewmbox, .s_about #foot .left .right .foot_social ul li .ewmbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  visibility: hidden;
  width: 8rem;
  left: -0.5rem;
  bottom: calc(100% + 1rem);
  transition: 0.5s;
}
#foot .m .right .foot_social ul li .ewmbox .ewm, #foot #banner .arrbox .right .foot_social ul li .ewmbox .ewm, #banner #foot .arrbox .right .foot_social ul li .ewmbox .ewm, #foot .s_about .left .right .foot_social ul li .ewmbox .ewm, .s_about #foot .left .right .foot_social ul li .ewmbox .ewm {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#foot .m .right .foot_social ul li .ewmbox .ewm img, #foot #banner .arrbox .right .foot_social ul li .ewmbox .ewm img, #banner #foot .arrbox .right .foot_social ul li .ewmbox .ewm img, #foot .s_about .left .right .foot_social ul li .ewmbox .ewm img, .s_about #foot .left .right .foot_social ul li .ewmbox .ewm img {
  width: 6.5rem;
  height: 6.5rem;
  margin: 0 auto 0.5rem;
  display: block;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 3;
}
#foot .m .right .foot_social ul li .ewmbox .ewm:after, #foot #banner .arrbox .right .foot_social ul li .ewmbox .ewm:after, #banner #foot .arrbox .right .foot_social ul li .ewmbox .ewm:after, #foot .s_about .left .right .foot_social ul li .ewmbox .ewm:after, .s_about #foot .left .right .foot_social ul li .ewmbox .ewm:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 5px;
  z-index: 1;
}
#foot .m .right .foot_social ul li .ewmbox .ewm:before, #foot #banner .arrbox .right .foot_social ul li .ewmbox .ewm:before, #banner #foot .arrbox .right .foot_social ul li .ewmbox .ewm:before, #foot .s_about .left .right .foot_social ul li .ewmbox .ewm:before, .s_about #foot .left .right .foot_social ul li .ewmbox .ewm:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  background: #fff;
  left: 1.125rem;
  top: 100%;
  margin-top: -9px;
  border-radius: 3px;
}
#foot .m .right .foot_social ul li .ewmbox p, #foot #banner .arrbox .right .foot_social ul li .ewmbox p, #banner #foot .arrbox .right .foot_social ul li .ewmbox p, #foot .s_about .left .right .foot_social ul li .ewmbox p, .s_about #foot .left .right .foot_social ul li .ewmbox p {
  font-size: 0.8125rem;
  text-align: center;
  color: #666;
  position: relative;
  z-index: 3;
  margin: 0.25rem 0;
}
#foot .m .right .foot_social ul li:hover .ewmbox, #foot #banner .arrbox .right .foot_social ul li:hover .ewmbox, #banner #foot .arrbox .right .foot_social ul li:hover .ewmbox, #foot .s_about .left .right .foot_social ul li:hover .ewmbox, .s_about #foot .left .right .foot_social ul li:hover .ewmbox {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  transform: translateY(0px);
}
#foot .m .right .copyright, #foot #banner .arrbox .right .copyright, #banner #foot .arrbox .right .copyright, #foot .s_about .left .right .copyright, .s_about #foot .left .right .copyright {
  margin-top: 2.25rem;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  color: #868686;
}

.search-dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.search-dialog-box:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  transition: 0.6s;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, #006646 30%, rgba(0, 102, 70, 0) 100%);
  background-image: -ms-linear-gradient(180deg, #006646 30%, rgba(0, 102, 70, 0) 100%);
}

.search-dialog-box.on:before {
  height: 100%;
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: 0.6s;
}

.header-right .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.8s;
}

.search-dialog {
  position: absolute;
  left: 0;
  top: 10rem;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.search-dialog .search-tit {
  font-size: 2.75rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: none;
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0;
}

.search-dialog .search-input {
  width: 50rem;
  margin: 0 auto;
  padding: 0 0.5rem 0 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  transition: all 0.3s;
  max-width: 94%;
  display: flex;
}

.search-dialog .search-input input[type=text] {
  float: left;
  height: 4.5rem;
  width: calc(100% - 3.5rem);
  background-color: transparent;
  font-size: 1.25rem;
  color: #fff;
  transition: all 0.3s;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=submit], .search-dialog .search-input .clear-btn {
  float: right;
  height: 4.5rem;
  width: 3.5rem;
}

.search-dialog .search-input input[type=submit] {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/close-btn.svg");
  background-size: 3.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  display: none;
}

.search-dialog .search-input .submit {
  background: 0;
}

.search-dialog .hot-search {
  font-size: 0;
  width: 19.5rem;
  margin: 0.6rem auto 0;
  box-sizing: border-box;
  padding: 0 0.6rem;
  overflow: hidden;
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0;
  bottom: 5.1%;
  width: 100%;
}

.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: #fff;
  font-family: "gilroy-regular";
  margin-top: 0.5rem;
  overflow: hidden;
}

.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1;
}

.header-right.is-open .search-btn .con-box {
  display: none;
}

.header-right.is-open .close-btn {
  display: block;
}

.header-right.is-open .item .search-bg {
  transform: scale(1);
}

.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0);
}

.pub-close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  z-index: 10;
  right: 1.5rem;
  top: 1.35rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c5ab7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s;
}

.pub-close i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

.n_banner {
  position: relative;
  z-index: 1;
}
.n_banner img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.n_banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 7rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(14, 18, 39, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(180deg, rgba(14, 18, 39, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
}
.n_banner .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.n_banner .mask .m, .n_banner .mask #banner .arrbox, #banner .n_banner .mask .arrbox, .n_banner .mask .s_about .left, .s_about .n_banner .mask .left {
  display: flex;
  align-items: center;
}
.n_banner .mask .m .txt, .n_banner .mask #banner .arrbox .txt, #banner .n_banner .mask .arrbox .txt, .n_banner .mask .s_about .left .txt, .s_about .n_banner .mask .left .txt {
  color: #fff;
  width: 43.625rem;
  max-width: 100%;
}
.n_banner .mask .m .txt h3, .n_banner .mask #banner .arrbox .txt h3, #banner .n_banner .mask .arrbox .txt h3, .n_banner .mask .s_about .left .txt h3, .s_about .n_banner .mask .left .txt h3 {
  font-size: 2.25rem;
  line-height: 3.375rem;
  font-weight: bold;
}
.n_banner .mask .m .txt .line, .n_banner .mask #banner .arrbox .txt .line, #banner .n_banner .mask .arrbox .txt .line, .n_banner .mask .s_about .left .txt .line, .s_about .n_banner .mask .left .txt .line {
  width: 100%;
  height: 1px;
  margin: 1.75rem 0;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(0, 0, 0, 0) 100%);
}
.n_banner .mask .m .txt .con, .n_banner .mask #banner .arrbox .txt .con, #banner .n_banner .mask .arrbox .txt .con, .n_banner .mask .s_about .left .txt .con, .s_about .n_banner .mask .left .txt .con {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 3.75rem;
}

.pro_banner {
  height: 44.375rem;
}
.pro_banner img {
  height: 100%;
}

.n_title {
  border-bottom: 2px solid #edeff1;
}
.n_title .m, .n_title #banner .arrbox, #banner .n_title .arrbox, .n_title .s_about .left, .s_about .n_title .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n_title .m .n_position, .n_title #banner .arrbox .n_position, #banner .n_title .arrbox .n_position, .n_title .s_about .left .n_position, .s_about .n_title .left .n_position {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #929292;
}
.n_title .m .n_position > i, .n_title #banner .arrbox .n_position > i, #banner .n_title .arrbox .n_position > i, .n_title .s_about .left .n_position > i, .s_about .n_title .left .n_position > i {
  margin: 0 0.625rem;
  font-size: 0.875rem;
}
.n_title .m .n_position a, .n_title #banner .arrbox .n_position a, #banner .n_title .arrbox .n_position a, .n_title .s_about .left .n_position a, .s_about .n_title .left .n_position a {
  transition: 0.5s;
}
.n_title .m .n_position a i, .n_title #banner .arrbox .n_position a i, #banner .n_title .arrbox .n_position a i, .n_title .s_about .left .n_position a i, .s_about .n_title .left .n_position a i {
  font-size: 1.25rem;
  color: #009143;
  margin-right: 0.75rem;
}
.n_title .m .n_position a:hover, .n_title #banner .arrbox .n_position a:hover, #banner .n_title .arrbox .n_position a:hover, .n_title .s_about .left .n_position a:hover, .s_about .n_title .left .n_position a:hover {
  color: #009143;
}
.n_title .m .n_position span, .n_title #banner .arrbox .n_position span, #banner .n_title .arrbox .n_position span, .n_title .s_about .left .n_position span, .s_about .n_title .left .n_position span {
  color: #009143;
}
.n_title .m .n_nav, .n_title #banner .arrbox .n_nav, #banner .n_title .arrbox .n_nav, .n_title .s_about .left .n_nav, .s_about .n_title .left .n_nav {
  margin-bottom: -2px;
}
.n_title .m .n_nav ul, .n_title #banner .arrbox .n_nav ul, #banner .n_title .arrbox .n_nav ul, .n_title .s_about .left .n_nav ul, .s_about .n_title .left .n_nav ul {
  display: flex;
  gap: 4rem;
}
.n_title .m .n_nav ul li, .n_title #banner .arrbox .n_nav ul li, #banner .n_title .arrbox .n_nav ul li, .n_title .s_about .left .n_nav ul li, .s_about .n_title .left .n_nav ul li {
  position: relative;
}
.n_title .m .n_nav ul li a, .n_title #banner .arrbox .n_nav ul li a, #banner .n_title .arrbox .n_nav ul li a, .n_title .s_about .left .n_nav ul li a, .s_about .n_title .left .n_nav ul li a {
  line-height: 5.375rem;
  display: block;
  font-size: 1.125rem;
  color: #010101;
}
.n_title .m .n_nav ul li:before, .n_title #banner .arrbox .n_nav ul li:before, #banner .n_title .arrbox .n_nav ul li:before, .n_title .s_about .left .n_nav ul li:before, .s_about .n_title .left .n_nav ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #009143;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
}
.n_title .m .n_nav ul li:hover:before, .n_title #banner .arrbox .n_nav ul li:hover:before, #banner .n_title .arrbox .n_nav ul li:hover:before, .n_title .s_about .left .n_nav ul li:hover:before, .s_about .n_title .left .n_nav ul li:hover:before {
  transform: scale(1);
}
.n_title .m .n_nav ul li.on:before, .n_title #banner .arrbox .n_nav ul li.on:before, #banner .n_title .arrbox .n_nav ul li.on:before, .n_title .s_about .left .n_nav ul li.on:before, .s_about .n_title .left .n_nav ul li.on:before {
  transform: scale(1);
}
.n_title .m .n_nav ul li:after, .n_title #banner .arrbox .n_nav ul li:after, #banner .n_title .arrbox .n_nav ul li:after, .n_title .s_about .left .n_nav ul li:after, .s_about .n_title .left .n_nav ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #009143;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: scale(0) translateY(-0.5rem);
  opacity: 0;
}
.n_title .m .n_nav ul li:hover:after, .n_title #banner .arrbox .n_nav ul li:hover:after, #banner .n_title .arrbox .n_nav ul li:hover:after, .n_title .s_about .left .n_nav ul li:hover:after, .s_about .n_title .left .n_nav ul li:hover:after {
  opacity: 1;
  transform: scale(1) translateY(-1rem);
}
.n_title .m .n_nav ul li.on:after, .n_title #banner .arrbox .n_nav ul li.on:after, #banner .n_title .arrbox .n_nav ul li.on:after, .n_title .s_about .left .n_nav ul li.on:after, .s_about .n_title .left .n_nav ul li.on:after {
  opacity: 1;
  transform: scale(1) translateY(-1rem);
}

#n_main > section:first-child {
  padding-top: 4.5rem;
}
#n_main > section:last-child {
  padding-bottom: 4.5rem;
}

.online_q {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 995;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 2.5rem;
  padding: 1.25rem 0;
}

.online_q .close {
  position: absolute;
  right: -1rem;
  font-size: 1rem;
  color: #969797;
  opacity: 1;
  font-weight: normal;
  cursor: pointer;
}

.online_q .btn2 {
  width: 3.75rem;
  height: 3.75rem;
  background: #c1c7cb;
  margin-bottom: 2px;
  border-radius: 0.625rem;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.online_q .btn2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #009143;
  border-radius: 0.625rem;
  opacity: 0;
}

.online_q .btn2:hover:before {
  opacity: 1;
}

.online_q .btn-top {
  padding: 0;
  transition: 0.5s;
  overflow: hidden;
}

.online_q .btn2 a {
  font-size: 12px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.online_q .btn2 span {
  display: flex;
  color: #fff;
  flex-direction: column;
  font-size: 0.75rem;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  overflow: hidden;
  flex-shrink: 0;
}

.online_q .btn2 span i {
  font-size: 1.75rem;
}

.online_q .open .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.online_q .open .pic img {
  width: 6rem;
  height: 6rem;
  margin-bottom: 6px;
}

.online_q .open .pic h5 {
  font-size: 1rem;
}

.online_q .open.phone {
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e6f0;
  width: auto;
  min-height: 3.125rem;
  right: 4.375rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}

.online_q .open.phone * {
  color: #333;
  font-size: 1.125rem;
  text-align: left;
  font-weight: bold;
}

.online_q .open.phone h5 {
  font-size: 0.875rem;
  font-weight: normal;
  white-space: nowrap;
}

.online_q .open.phone span {
  font-size: 12px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  opacity: 0.7;
  font-weight: normal;
}

.online_q .btn2:hover .open.phone {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.online_q .open.phone:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: -4px;
  border-color: #e1e6f0 transparent transparent #e1e6f0;
  border-style: solid;
  border-width: 1px;
}

.online_q #gotop:before {
  opacity: 1;
}

.online_q #gotop.hide {
  height: 0;
  overflow: hidden;
  display: block !important;
}

.wap_foot_nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: fixed;
  z-index: 990;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #009143;
}

.wap_foot_nav .btn0 .box i {
  color: #fff;
  font-size: 1.5rem;
}

.wap_foot_nav .btn0 .box p {
  font-size: 0.875rem;
  margin-top: 2px;
  color: #fff;
}

.wap_foot_nav .btn0 {
  position: relative;
}

.wap_foot_nav .btn0 .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 4rem;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.wap_foot_nav .ewm {
  display: flex;
  align-items: center;
}

.wap_foot_nav .ewm img {
  width: 80px;
  flex-shrink: 0;
  max-width: inherit;
  height: 80px;
}

.wap_foot_nav h5 {
  white-space: nowrap;
  font-size: 1.25rem;
  font-family: Roboto-Black;
}

.wap_foot_nav .ewm .txt {
  font-size: 0.8125rem;
  flex-shrink: 0;
  white-space: nowrap;
}

.wap_foot_nav .open.phone {
  position: absolute;
  background: #fff;
  text-align: left;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e6f0;
  border-radius: 0.5rem;
  width: auto;
  min-height: 3.125rem;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1rem;
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  bottom: 100%;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}

.wap_foot_nav .open.phone span {
  font-size: 12px;
  display: block;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  opacity: 0.7;
  font-weight: normal;
}

.wap_foot_nav .btn0:hover .open.phone {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.wap_foot_navbox {
  display: none;
}

@media (max-width: 480px) {
  .wap_foot_navbox {
    display: block;
  }
  .online_q {
    right: 5px;
    bottom: 4.375rem;
  }
  .online_q > div {
    display: none !important;
  }
  .online_q #gotop {
    display: block !important;
    transform: scale(0.8);
    transform-origin: right;
  }
  body {
    padding-bottom: 4rem;
  }
}
#m_n_nav {
  display: none;
  line-height: 50px;
  position: relative;
  z-index: 9;
  width: 100%;
  background: #009143;
}

#m_n_nav #n_n_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#bnt_back svg {
  fill: #fff;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}

#bnt_back svg path {
  fill: #fff;
}

#m_n_nav h1 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 50px;
}

#bnt_sub_nav {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}

#bnt_sub_nav svg {
  fill: #fff;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

#bnt_sub_nav img {
  display: block;
  height: 15px;
}

#bnt_sub_nav.on img {
  transform: rotate(-180deg);
}

#sub_nav_content {
  background: #fff;
  display: none;
  box-shadow: 0 0 5px #999;
  z-index: 9;
}

#sub_nav_content ul {
  padding: 10px;
}

#sub_nav_content ul li {
  display: block;
  line-height: 28px;
  margin: 1rem 0;
}

#sub_nav_content ul li a {
  display: block;
  border-left: 2px solid #009143;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  color: #535455;
}

#sub_nav_content ul li.on a {
  color: #009143;
}

#sub_nav_content dl {
  font-size: 0;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #e7e7e7;
}

#sub_nav_content dt {
  position: relative;
  background: #fff;
  z-index: 999;
  margin-bottom: 0;
}

#sub_nav_content dt a {
  margin: 0 20px;
  display: block;
  color: #5b5349;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
  font-family: Alibaba-PuHuiTi-Regular;
}

#sub_nav_content dt a i {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

#sub_nav_content dt.title {
  background: #fafafb;
}

#sub_nav_content dt.title i {
  opacity: 1;
  filter: alpha(opacity=100);
}

#sub_nav_content dt.title_on {
  background: #fafafb;
}

#sub_nav_content dt.title_on a {
  color: #009143;
  border-top: 1px solid #fff;
}

#sub_nav_content dt.title_on a i {
  color: #009143;
}

#sub_nav_content dt.last a {
  border-top: 1px solid #f8f8f8;
}

#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {
  color: #009143;
}

#sub_nav_content dd .box {
  padding: 0;
}

#sub_nav_content dd a {
  padding: 0 25px;
  line-height: 30px;
  font-size: 13px;
  color: #5b5349;
  display: block;
  height: 30px;
}

#sub_nav_content dd a.on {
  color: #009143;
}

.temlist {
  display: grid;
}

.temlist.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1.625rem;
}

.temlist .box {
  border-radius: 0.9375rem;
  overflow: hidden;
  display: block;
}

.temlist .img:after {
  padding-top: 113.8%;
}

.temlist .img img {
  max-height: inherit;
  min-height: 100%;
}

.temlist .txt {
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
  background: #fff;
  height: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.temlist .txt h3 {
  font-size: 1.75rem;
  color: #060606;
  font-weight: bold;
  margin-bottom: 1rem;
}

.temlist .txt p {
  font-size: 1.125rem;
  color: #414141;
}

.temlist .txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -2.5rem;
  z-index: -1;
  background: url(../images/n_team_txt.png) center top no-repeat;
  background-size: 100%;
}

.temlist.grid-4 .box {
  border: 1px solid #e2e3e8;
}

.temlist.grid-4 .txt {
  height: 7.75rem;
  padding: 0 1rem 2.5rem;
}

.temlist.grid-4 .txt h3 {
  font-size: 1.375rem;
}

.temlist.grid-4 .txt p {
  font-size: 1rem;
}

.n_tt {
  margin-bottom: 3rem;
  text-align: center;
}
.n_tt h2 {
  font-size: 2.75rem;
  color: #313131;
  /* font-weight: bold; */
}

.page .box {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.page .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d6d7db;
  min-width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  transition: 0.5s;
  color: #3d3d3d;
}
.page .box a i {
  font-size: 0.875rem;
}
.page .box a.on {
  color: #fff;
  background: #009143;
  border: 1px solid #009143;
}
.page .box a:hover {
  color: #fff;
  background: #009143;
  border: 1px solid #009143;
}

.xq_qicai {
  padding: 0 !important;
}

.xq_qicai .xq_con {
  display: flex;
  background: #fff;
  position: relative;
}

.xq_qicai .m .left_con, .xq_qicai #banner .arrbox .left_con, #banner .xq_qicai .arrbox .left_con, .xq_qicai .s_about .left .left_con, .s_about .xq_qicai .left .left_con {
  padding: 4.875rem 0;
  padding-right: 3rem;
  flex-grow: 1;
}

.xq_qicai .m .right_con, .xq_qicai #banner .arrbox .right_con, #banner .xq_qicai .arrbox .right_con, .xq_qicai .s_about .left .right_con, .s_about .xq_qicai .left .right_con {
  padding: 4.875rem 0;
  width: 25rem;
  flex-shrink: 0;
  padding-left: 2.5rem;
  border-left: 1px solid #ecedee;
}

.right_tuijian .tt {
  font-size: 1.75rem;
  color: #3d3d3d;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.right_tuijian ul li a {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 1px solid #ecedee;
  align-items: center;
}

.right_tuijian ul li:first-child a {
  padding-top: 0;
}

.right_tuijian ul li .img {
  width: 8.75rem;
  height: 5.625rem;
  flex-shrink: 0;
  border-radius: 0.625rem;
}

.right_tuijian ul li .txt {
  padding-left: 1rem;
}

.right_tuijian ul li .txt h5 {
  font-size: 1rem;
  color: #252525;
  margin-bottom: 0.875rem;
}

.right_tuijian ul li .txt span {
  display: block;
  font-size: 0.8125rem;
  color: #4f4f4f;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right_tuijian ul li .txt span:before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(../images/ico_zu.png) center no-repeat;
  background-size: contain;
  margin-right: 6px;
}

.right_tuijian ul li .txt2 {
  padding-left: 1rem;
}

.right_tuijian ul li .txt2 p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #3d3d3d;
  overflow: hidden;
}

.right_tuijian ul li:hover .txt2 p {
  color: #009143;
}

.right_tuijian ul li .txt2 span {
  font-size: 0.8125rem;
  color: #717171;
  font-family: "BarlowCondensed-Regular";
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
}

.right_tuijian ul li .txt2 span svg {
  width: 1rem;
  margin-right: 5px;
}

.right_tuijian ul li .img.img2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.right_tuijian ul li .txt3 {
  padding: 1rem;
}

.right_tuijian ul li .txt3 h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #252525;
  max-height: 3rem;
  overflow: hidden;
  margin-bottom: 0.625rem;
}

.right_tuijian ul li .txt3 p {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #7f7f7f;
  height: 2.5rem;
  overflow: hidden;
}

.ar_title {
  display: flex;
  align-items: center;
  margin-bottom: 2.25rem;
}

.ar_title .time {
  width: 6.5625rem;
  height: 6.5625rem;
  flex-shrink: 0;
  background: #009143;
  margin-right: 1.875rem;
  padding-top: 0.5rem;
  color: #fff;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.ar_title .time p {
  font-family: Poppins-Regular;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: skewX(-10deg);
  font-size: 0.75rem;
}

.ar_title .time span {
  font-size: 2.375rem;
  font-family: Poppins-SemiBold;
  display: block;
  margin-top: 0.5rem;
}

.ar_title h3 {
  line-height: 2.5rem;
  font-size: 2rem;
  color: #3d3d3d;
  font-weight: bold;
}

.shart_box {
  display: inline-block;
  cursor: pointer;
}

#share-21.social-share {
  margin-top: 0;
}

#share-21.social-share .social-share-icon {
  display: inline-block;
  border: #dbdcdf 1px solid;
  color: #a0a0a0 !important;
  margin: 0 4px !important;
  transition: 0.5s;
  font-size: 1.125rem;
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.125rem;
}

#share-21.social-share .social-share-icon:hover {
  border: 1px solid #009143;
  background: #009143;
  border-radius: 50%;
}

#share-21.social-share .social-share-icon:hover:before {
  color: #fff;
}

#share-21.social-share .icon-wechat .wechat-qrcode .qrcode {
  height: 105px;
}

.social-share .icon-wechat .wechat-qrcode {
  z-index: 999999;
}

.ar_fot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.5rem;
  border-top: 2px solid #edeff1;
  padding-top: 2.25rem;
  gap: 2rem;
}
.ar_fot a span {
  font-size: 1rem;
  color: #4d4d4d;
  display: block;
  margin-bottom: 1.25rem;
}
.ar_fot a h4 {
  font-size: 1rem;
  color: #4d4d4d;
  transition: 0.3s;
}
.ar_fot a:hover h4 {
  color: #009143;
}

.right_con > div {
  position: sticky;
  top: 8rem;
}

.txtleft {
  text-align: left;
}

.n_licheng {
  padding-top: 4.25rem;
  padding-bottom: 9rem;
  background: url(../images/n_licheng_bg.jpg) center bottom no-repeat #fdfeff;
  background-size: cover;
}
.n_licheng .arrbox {
  float: right;
  display: flex;
}
.n_licheng .arrbox .arr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.9375rem;
  width: 3.75rem;
  height: 3.75rem;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #cfd5db;
  z-index: 9;
}
.n_licheng .arrbox .arr svg {
  width: 1rem;
  height: 1rem;
  fill: #000;
}
.n_licheng .arrbox .arr svg path {
  fill: #000;
  transition: 0s;
}
.n_licheng .arrbox .arr:hover {
  border: 1px solid #009143;
  background: #009143;
}
.n_licheng .arrbox .arr:hover svg {
  fill: #fff;
}
.n_licheng .arrbox .arr:hover svg path {
  fill: #fff;
}
.n_licheng .arrbox .arr_left svg {
  transform: rotate(180deg);
}

.n_licheng .n_tt {
  margin-bottom: 0;
}

.n_licheng .n_tt span {
  color: #24aaeb;
  background: linear-gradient(to bottom, #c6d8ed, #e0eefb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.n_licheng .hd {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.n_licheng .hd .tt {
  float: left;
  display: flex;
  align-items: baseline;
}

.n_licheng .hd .tt span {
  font-size: 2rem;
  color: #0048a9;
  font-family: AVENIRNEXTLTPRO-DEMICN;
}

.n_licheng .hd .tt h3 {
  font-size: 1.625rem;
  color: #434343;
  margin-top: 0.75rem;
}

.n_licheng .hd .tt .ll {
  margin-left: -1.5rem;
  padding-bottom: 0.5rem;
}

.n_licheng .hd .tt .ll img {
  max-width: 100%;
}

.n_licheng .hd .tt .rr p {
  font-size: 1.1rem;
  color: #565959;
  line-height: 1.875rem;
  max-width: 31rem;
  transform: translateY(-0.625rem);
}

.n_licheng .bd {
  position: relative;
  margin-bottom: 6rem;
}

.licheng_slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.licheng_slide .w1200 {
  height: 100%;
}

.licheng_slide ul {
  height: 100%;
  display: flex;
}

.licheng_slide ul li {
  float: left;
  width: 14%;
  position: relative;
  height: 100%;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.licheng_slide ul li .txt {
  position: absolute;
  padding-left: 24px;
  width: calc(100% + 1rem);
  transition: 0.5s;
}

.licheng_slide ul li .txt .year {
  font-size: 2.25rem;
  color: #009143;
  font-family: Poppins-Medium;
  font-family: DISNEYENGLISH-MEDIUM;
  margin-bottom: 1rem;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  margin-top: 0;
  transition: 0.5s;
}

.licheng_slide ul li .txt .con p {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #626262;
  width: 13rem;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  width: 100%;
}

.licheng_slide ul li .txt .con h3 {
  font-size: 1.4rem;
  color: #009143;
  font-weight: bold;
  margin-bottom: 0.65rem;
}

.licheng_slide ul li .txt:before {
  content: "";
  background: #fff;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 1rem;
  border: 2px solid #009143;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-sizing: border-box;
}

.licheng_slide ul li .txt:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1rem;
  background: #e2e2e2;
  left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.licheng_slide ul li:nth-child(1) .txt {
  bottom: 48%;
  padding-bottom: 4rem;
}

.licheng_slide ul li:nth-child(2) .txt {
  top: 56.5%;
  padding-top: 5rem;
}

.licheng_slide ul li:nth-child(3) .txt {
  bottom: 41%;
  padding-bottom: 6rem;
}

.licheng_slide ul li:nth-child(4) .txt {
  top: 67%;
  padding-top: 5rem;
}

.licheng_slide ul li:nth-child(5) .txt {
  bottom: 35%;
  padding-bottom: 6rem;
}

.licheng_slide ul li:nth-child(6) .txt {
  top: 62%;
  padding-top: 8rem;
}

.licheng_slide ul li:nth-child(7) .txt {
  bottom: 50%;
  padding-bottom: 6rem;
}

.licheng_slide ul li:nth-child(even) .txt:before {
  top: 6rem;
}

.licheng_slide ul li:nth-child(even) .txt:after {
  height: 5rem;
}

.licheng_slide ul li:nth-child(6) .txt:before {
  top: 9rem;
}

.licheng_slide ul li:nth-child(6) .txt:after {
  height: 8rem;
}

.licheng_slide .miso-list, .licheng_slide .miso-track {
  height: 100%;
  overflow: visible;
}

.n_licheng ul.miso-current li .year {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.n_licheng ul.miso-current li .con {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: 0.5s;
}

.licheng_slide_wap {
  display: none;
}

.licheng_slide_wap ul li {
  position: relative;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.licheng_slide_wap ul li .txt {
  padding-left: 24px;
  position: relative;
  padding-top: 7px;
}

.licheng_slide_wap ul li .txt .year {
  font-size: 1.75rem;
  color: #009143;
  font-family: DISNEYENGLISH-MEDIUM;
  margin-bottom: 10px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.licheng_slide_wap ul li .txt .con p {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  padding-bottom: 0;
  color: #626262;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.licheng_slide_wap ul li .txt .con h3 {
  font-size: 1.125rem;
  color: #009143;
  font-weight: bold;
  margin-bottom: 0.375rem;
}

.licheng_slide_wap ul li .txt:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 1rem;
  border: 2px solid #009143;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-sizing: border-box;
  z-index: 1;
  background: #fff;
}

.licheng_slide_wap ul li .txt:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1rem;
  background: #e2e2e2;
  left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.licheng_slide_wap ul li .txt .con {
  padding-bottom: 1rem;
}

.licheng_slide ul li .txt .con {
  transition: 0.5s;
  height: 6.8rem;
  overflow: auto;
}

.n_licheng {
  width: 100%;
  overflow: hidden;
}

.licheng_slide ul li:nth-child(odd) .txt:hover .con {
  padding-bottom: 1rem;
}

.licheng_slide ul li .txt:hover .year {
  margin-top: -1rem;
}

.n_news01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.n_news01 li .box {
  border-radius: 0.9375rem;
  overflow: hidden;
  display: block;
}
.n_news01 li .box .img {
  width: 100%;
}
.n_news01 li .box .img img {
  transform: none;
}
.n_news01 li .box .img:after {
  padding-top: 67.3%;
}
.n_news01 li .box .txt {
  padding: 2rem 2.25rem;
  background: #f2f3f7;
}
.n_news01 li .box .txt .time {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #5b6165;
  gap: 0.5rem;
}
.n_news01 li .box .txt .time i {
  font-size: 1.25rem;
  color: #5b6165;
}
.n_news01 li .box .txt h4 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  height: 3.75rem;
  color: #212121;
  margin-top: 0.625rem;
}
.n_news01 li .box .txt svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.75rem;
}
.n_news01 li .box:hover .img img {
  transform: scale(1.05);
}

.n_news02 {
  margin-top: 3.25rem;
}
.n_news02 li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #e4e5ea;
}
.n_news02 li:first-child {
  padding-top: 0 !important;
}
.n_news02 li .box {
  border-radius: 0.9375rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.n_news02 li .box .img {
  width: 24.0625rem;
  flex-shrink: 0;
  border-radius: 0.9375rem;
}
.n_news02 li .box .img:after {
  padding-top: 67.3%;
}
.n_news02 li .box .txt {
  flex-grow: 1;
}
.n_news02 li .box .txt .time {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #5b6165;
  gap: 0.5rem;
}
.n_news02 li .box .txt .time i {
  font-size: 1.25rem;
  color: #5b6165;
}
.n_news02 li .box .txt h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #212121;
  margin: 1rem 0 1.125rem;
  font-weight: bold;
}
.n_news02 li .box .txt p {
  font-size: 1rem;
  line-height: 1.75rem;
  height: 3.5rem;
  color: #616161;
}
.n_news02 li .box .txt .ico {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #e0e0e4;
  transition: 0.5s;
  margin-top: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n_news02 li .box .txt .ico svg {
  width: 0.75rem;
  height: 1rem;
  transition: 0.5s;
}
.n_news02 li .box .txt .ico svg * {
  transition: 0.5s;
}
.n_news02 li .box:hover .txt .ico {
  border: 1px solid #009143;
  background: #009143;
}
.n_news02 li .box:hover .txt svg {
  fill: #fff;
}
.n_news02 li .box:hover .txt svg * {
  fill: #fff;
}

.n_search .n_tt {
  text-align: left;
}

.pro_sort {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem;
}
.pro_sort li .box {
  display: flex;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.pro_sort li .box .img {
  flex-grow: 1;
}
.pro_sort li .box .img:after {
  padding-top: 72.9%;
}
.pro_sort li .box .txt {
  width: 19rem;
  flex-shrink: 0;
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f2f3f7;
}
.pro_sort li .box .txt h4 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #212121;
  font-weight: bold;
}
.pro_sort li .box .txt p {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  color: #515151;
  margin-top: 1.25rem;
}
.pro_sort li .box .txt .btn_xq4 {
  margin-top: 3.75rem;
}
.pro_sort li .box:hover .btn_xq4 {
  background: #009143;
  border: 1px solid #009143;
  color: #fff;
}
.pro_sort li .box:hover .btn_xq4 svg {
  transform: translateX(8px);
}
.pro_sort li .box:hover .btn_xq4 svg * {
  fill: #fff;
}

.btn_xq4 {
  width: 8.75rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.875rem 5px 1.875rem 5px;
  font-size: 0.875rem;
  color: #606061;
  border: 1px solid #d4d5da;
  transition: 0.3s;
}
.btn_xq4 svg {
  width: 0.75rem;
  height: 0.75rem;
  transition: 0.3s;
  margin-left: 0.5rem;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.btn_xq4 svg * {
  fill: #333;
}
.btn_xq4:hover {
  background: #009143;
  border: 1px solid #009143;
  color: #fff;
}
.btn_xq4:hover svg {
  transform: translateX(8px);
}
.btn_xq4:hover svg * {
  fill: #fff;
}

.pro_main {
  display: flex;
  gap: 3.75rem;
}
.pro_main .pro_left {
  width: 18.875rem;
}
.pro_main .pro_left .sticky {
  position: sticky;
  top: 7rem;
}
.pro_main .pro_left .pro_search {
  margin-bottom: 5px;
}
.pro_main .pro_left .pro_search .tt {
  font-size: 1.125rem;
  color: #212121;
  font-weight: bold;
  margin-bottom: 1rem;
}
.pro_main .pro_left .pro_search form {
  border: 2px solid #e7e9e9;
  height: 3.4375rem;
  border-radius: 0.625rem;
  display: flex;
}
.pro_main .pro_left .pro_search form .input {
  flex-grow: 1;
  font-size: 1rem;
  color: #515151;
  padding-left: 1.25rem;
}
.pro_main .pro_left .pro_search form .button {
  flex-shrink: 0;
  color: #009143;
  padding: 0 1rem;
  background: 0;
}
.pro_main .pro_left .pro_search form .button i {
  font-size: 1.25rem;
}
.pro_main .pro_left .pro_nav ul li {
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.pro_main .pro_left .pro_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 6px;
}
.pro_main .pro_left .pro_nav ul li a h3 {
  font-size: 1.125rem;
  color: #212121;
  font-weight: bold;
  transition: 0.3s;
}
.pro_main .pro_left .pro_nav ul li a i {
  flex-shrink: 0;
  font-size: 0.875rem;
  color: #797979;
}
.pro_main .pro_left .pro_nav ul li a:hover h3 {
  color: #009143;
}
.pro_main .pro_left .pro_nav ul li a:hover i {
  color: #009143;
}
.pro_main .pro_left .pro_nav ul li.on a h3 {
  color: #009143;
}
.pro_main .pro_left .pro_nav ul li.on a i {
  color: #009143;
}
.pro_main .pro_right {
  flex-grow: 1;
}
.pro_main .pro_right ul li {
  border-bottom: 1px solid #eaeaea;
}
.pro_main .pro_right ul li .box {
  display: flex;
  gap: 2.5rem;
  padding: 2.125rem 0;
}
.pro_main .pro_right ul li .box:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #009143;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 1s;
}
.pro_main .pro_right ul li .box .img {
  width: 26.875rem;
  flex-shrink: 0;
  border-radius: 0.9375rem;
  overflow: hidden;
  background: url(../images/pro_img_bg.jpg) center no-repeat;
  background-size: cover;
}
.pro_main .pro_right ul li .box .img:after {
  padding-top: 72.9%;
}
.pro_main .pro_right ul li .box .img img {
  mix-blend-mode: normal;
  padding: 3rem;;
}
.pro_main .pro_right ul li .box .txt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pro_main .pro_right ul li .box .txt h4 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #212121;
  font-weight: bold;
}
.pro_main .pro_right ul li .box .txt .con {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  color: #515151;
  margin-top: 1.25rem;
}
.pro_main .pro_right ul li .box .txt .btn_xq4 {
  margin-top: 3.75rem;
  width: 10.9375rem;
  height: 3.125rem;
}
.pro_main .pro_right ul li .box:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.pro_main .pro_right ul li .box:hover .btn_xq4 {
  background: #009143;
  border: 1px solid #009143;
  color: #fff;
}
.pro_main .pro_right ul li .box:hover .btn_xq4 svg {
  transform: translateX(8px);
}
.pro_main .pro_right ul li .box:hover .btn_xq4 svg * {
  fill: #fff;
}
.pro_main .pro_right ul li:first-child .box {
  padding-top: 0 !important;
}

.n_zhiliang {
  background: url(../images/shiyanshi_bg.jpg) center top no-repeat;
  background-size: cover;
}
.n_zhiliang .zhiliang_list li {
  padding: 3.75rem 0;
  border-bottom: 1px solid #e9eced;
}
.n_zhiliang .zhiliang_list li:nth-child(even) .box {
  flex-direction: row-reverse;
}
.n_zhiliang .zhiliang_list li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0;
}
.n_zhiliang .zhiliang_list li:first-child {
  padding-top: 0 !important;
}
.n_zhiliang .zhiliang_list li .box {
  display: flex;
  gap: 5.125rem;
}
.n_zhiliang .zhiliang_list li .box .txt {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.n_zhiliang .zhiliang_list li .box .txt .ico {
  width: 3.875rem;
  height: 3.875rem;
}
.n_zhiliang .zhiliang_list li .box .txt .ico img {
  display: block;
}
.n_zhiliang .zhiliang_list li .box .txt h4 {
  font-size: 2.125rem;
  color: #313131;
  margin-top: 1rem;
  margin-bottom: 1.75rem;
}
.n_zhiliang .zhiliang_list li .box .txt .con {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #515151;
}
.n_zhiliang .zhiliang_list li .box .imgbox {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.n_zhiliang .zhiliang_list li .box .imgbox .img {
  border-radius: 0.9375rem;
  overflow: hidden;
}
.n_zhiliang .zhiliang_list li .box .imgbox .img img {
  transform: none;
}
.n_zhiliang .zhiliang_list li .box .imgbox .arr {
  width: 35px;
  height: 4.375rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
}
.n_zhiliang .zhiliang_list li .box .imgbox .arr.arr_left {
  left: 0;
}
.n_zhiliang .zhiliang_list li .box .imgbox .arr.arr_right {
  right: 0;
}
.n_zhiliang .zhiliang_list li .box .imgbox .arr i {
  font-size: 11px;
}

.n_zhijian .zhiliang_list li {
  padding: 3.75rem 0;
  border-bottom: 1px solid #e9eced;
}
.n_zhijian .zhiliang_list li:first-child {
  padding-top: 0 !important;
}
.n_zhijian .zhiliang_list li .box {
  display: flex;
  gap: 5.125rem;
}
.n_zhijian .zhiliang_list li .box .txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.n_zhijian .zhiliang_list li .box .txt .ico {
  width: 3rem;
  height: 3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n_zhijian .zhiliang_list li .box .txt .ico img {
  display: block;
}
.n_zhijian .zhiliang_list li .box .txt .ico i {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #009143;
  opacity: 0.13;
  right: -0.5rem;
  bottom: 0;
}
.n_zhijian .zhiliang_list li .box .txt h4 {
  font-size: 2.125rem;
  color: #313131;
  margin-top: 1rem;
  margin-bottom: 1.75rem;
}
.n_zhijian .zhiliang_list li .box .txt .con {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #515151;
}
.n_zhijian .zhiliang_list li .box .imgbox {
  position: relative;
  z-index: 1;
  width: 36.25rem;
  flex-shrink: 0;
}
.n_zhijian .zhiliang_list li .box .imgbox .img {
  border-radius: 0.9375rem;
  overflow: hidden;
}
.n_zhijian .zhiliang_list li .box .imgbox .arr {
  width: 35px;
  height: 4.375rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
}
.n_zhijian .zhiliang_list li .box .imgbox .arr.arr_left {
  left: 0;
}
.n_zhijian .zhiliang_list li .box .imgbox .arr.arr_right {
  right: 0;
}
.n_zhijian .zhiliang_list li .box .imgbox .arr i {
  font-size: 11px;
}

.n_factory .zhiliang_list li {
  padding: 3.75rem 0;
  border-bottom: 1px solid #e9eced;
}
.n_factory .zhiliang_list li:first-child {
  padding-top: 0 !important;
}
.n_factory .zhiliang_list li:nth-child(odd) .box {
  flex-direction: row-reverse;
}
.n_factory .zhiliang_list li .box {
  display: flex;
  gap: 5.125rem;
}
.n_factory .zhiliang_list li .box .txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.n_factory .zhiliang_list li .box .txt .ico {
  width: 3.875rem;
  height: 3.875rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n_factory .zhiliang_list li .box .txt .ico img {
  display: block;
}
.n_factory .zhiliang_list li .box .txt .ico i {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #009143;
  opacity: 0.13;
  right: -0.5rem;
  bottom: 0;
}
.n_factory .zhiliang_list li .box .txt h4 {
  font-size: 2.125rem;
  color: #313131;
  margin-top: 1rem;
}
.n_factory .zhiliang_list li .box .txt h5 {
  font-size: 1.0625rem;
  color: #515151;
  line-height: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.n_factory .zhiliang_list li .box .txt .con {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #a0a0a0;
}
.n_factory .zhiliang_list li .box .imgbox {
  position: relative;
  z-index: 1;
  width: 42.5rem;
  flex-shrink: 0;
  z-index: 1;
}
.n_factory .zhiliang_list li .box .imgbox .swiper {
  border-radius: 0.9375rem 12.5rem 0.9375rem 12.5rem;
  overflow: hidden;
}
.n_factory .zhiliang_list li .box .imgbox > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}
.n_factory .zhiliang_list li .box .imgbox > i:before {
  content: "";
  display: block;
  width: 7.875rem;
  height: 7.875rem;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #91dac3 0, #dbf3ec 100%);
  background-image: -ms-linear-gradient(90deg, #91dac3 0, #dbf3ec 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.n_factory .zhiliang_list li .box .imgbox > i:after {
  content: "";
  display: block;
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #91dac3 0, #dbf3ec 100%);
  background-image: -ms-linear-gradient(90deg, #91dac3 0, #dbf3ec 100%);
  position: absolute;
  right: 0;
  top: 0;
}
.n_factory .zhiliang_list li .box .imgbox .img {
  border-radius: 0.9375rem 12.5rem 0.9375rem 12.5rem;
  overflow: hidden;
}
.n_factory .zhiliang_list li .box .imgbox .arr {
  width: 35px;
  height: 4.375rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
}
.n_factory .zhiliang_list li .box .imgbox .arr.arr_left {
  left: 0;
}
.n_factory .zhiliang_list li .box .imgbox .arr.arr_right {
  right: 0;
}
.n_factory .zhiliang_list li .box .imgbox .arr i {
  font-size: 11px;
}

.zl_coop {
  margin-top: 2rem;
}
.zl_coop .img {
  height: 5.3125rem;
  border-radius: 0.625rem;
  background: #f1f4f7;
}
.zl_coop .img .pic {
  padding: 1rem;
}
.zl_coop .img img {
  transform: none !important;
  mix-blend-mode: multiply;
}
.zl_coop .img:hover img {
  transform: scale(1.05) !important;
}
.zl_coop .img :after {
  padding-top: 47.22%;
}

.n_zizhi .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  position: relative;
}
.n_zizhi .tt {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 4.375rem;
  gap: 6px;
  background: url(../images/zizhi_tt.png) left center no-repeat;
  background-size: auto 100%;
  padding-left: 1.75rem;
}
.n_zizhi .tt i {
  font-size: 2.5rem;
  color: #009143;
}
.n_zizhi .tt h3 {
  font-size: 1.625rem;
  color: #212121;
}
.n_zizhi .arrbox {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.n_zizhi .arrbox .arr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.9375rem;
  width: 3.75rem;
  height: 3.75rem;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #cfd5db;
  z-index: 9;
}
.n_zizhi .arrbox .arr svg {
  width: 1rem;
  height: 1rem;
  fill: #000;
}
.n_zizhi .arrbox .arr svg path {
  fill: #000;
  transition: 0s;
}
.n_zizhi .arrbox .arr:hover {
  border: 1px solid #009143;
  background: #009143;
}
.n_zizhi .arrbox .arr:hover svg {
  fill: #fff;
}
.n_zizhi .arrbox .arr:hover svg path {
  fill: #fff;
}
.n_zizhi .arrbox .arr_left svg {
  transform: rotate(180deg);
}
.n_zizhi .box {
  display: block;
  border-radius: 0.9375rem;
  background: #f2f7f5;
  border: 1px solid #e4e5e9;
  overflow: hidden;
}
.n_zizhi .box .img img {
  transform: none;
}
.n_zizhi .box .img:after {
  padding-top: 115.5%;
}
.n_zizhi .box .img .pic {
  padding: 1.25rem;
}
.n_zizhi .box .txt {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: url(../images/zizhi_txt.png) center top no-repeat;
  background-size: cover;
}
.n_zizhi .box .txt h4 {
  font-size: 1.25rem;
  color: #212121;
  text-align: center;
  text-align: center;
  line-height: 1.7;
}
.n_zizhi .li + .li {
  margin-top: 4rem;
}

.pro_dingzhi {
  background: url(../images/pro_dingzhi_bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 15rem;
  padding-top: 0 !important;
}
.pro_dingzhi .m, .pro_dingzhi #banner .arrbox, #banner .pro_dingzhi .arrbox, .pro_dingzhi .s_about .left, .s_about .pro_dingzhi .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.pro_dingzhi .m .txt h3, .pro_dingzhi #banner .arrbox .txt h3, #banner .pro_dingzhi .arrbox .txt h3, .pro_dingzhi .s_about .left .txt h3, .s_about .pro_dingzhi .left .txt h3 {
  font-size: 2.25rem;
  color: #212121;
  font-weight: bold;
}
.pro_dingzhi .m .txt h4, .pro_dingzhi #banner .arrbox .txt h4, #banner .pro_dingzhi .arrbox .txt h4, .pro_dingzhi .s_about .left .txt h4, .s_about .pro_dingzhi .left .txt h4 {
  font-size: 1.0625rem;
  color: #515151;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}
.pro_dingzhi .m .txt .con, .pro_dingzhi #banner .arrbox .txt .con, #banner .pro_dingzhi .arrbox .txt .con, .pro_dingzhi .s_about .left .txt .con, .s_about .pro_dingzhi .left .txt .con {
  font-size: 1.0625rem;
  line-height: 2rem;
  color: #515151;
  margin-bottom: 3.125rem;
}
.pro_dingzhi .m .img, .pro_dingzhi #banner .arrbox .img, #banner .pro_dingzhi .arrbox .img, .pro_dingzhi .s_about .left .img, .s_about .pro_dingzhi .left .img {
  width: 48.75rem;
  flex-shrink: 0;
  border-radius: 0 12.5rem 0 12.5rem;
  overflow: hidden;
}
.pro_dingzhi .m .img:after, .pro_dingzhi #banner .arrbox .img:after, #banner .pro_dingzhi .arrbox .img:after, .pro_dingzhi .s_about .left .img:after, .s_about .pro_dingzhi .left .img:after {
  padding-top: 60.89%;
  padding-bottom: 9%;
}
.pro_dingzhi .n_title {
  margin-bottom: 5.375rem;
}
.pro_dingzhi .n_title .m, .pro_dingzhi .n_title #banner .arrbox, #banner .pro_dingzhi .n_title .arrbox, .pro_dingzhi .n_title .s_about .left, .s_about .pro_dingzhi .n_title .left {
  justify-content: center;
}

.pro_case .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  position: relative;
}
.pro_case .n_tt {
  margin-bottom: 0;
}
.pro_case .arrbox {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.pro_case .arrbox .arr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.9375rem;
  width: 3.75rem;
  height: 3.75rem;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #cfd5db;
  z-index: 9;
}
.pro_case .arrbox .arr svg {
  width: 1rem;
  height: 1rem;
  fill: #000;
}
.pro_case .arrbox .arr svg path {
  fill: #000;
  transition: 0s;
}
.pro_case .arrbox .arr:hover {
  border: 1px solid #009143;
  background: #009143;
}
.pro_case .arrbox .arr:hover svg {
  fill: #fff;
}
.pro_case .arrbox .arr:hover svg path {
  fill: #fff;
}
.pro_case .arrbox .arr_left svg {
  transform: rotate(180deg);
}
.pro_case .img {
  background: #e9f5f7;
  border-radius: 0.9375rem;
}
.pro_case .img:after {
  padding-top: 69.38%;
}
.pro_case h4 {
  font-size: 1.5rem;
  color: #313131;
  text-align: center;
  margin-top: 1.5rem;
}

.n_about {
  width: 100%;
  overflow: hidden;
}

.n_about .bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4.5rem;
}

.n_about .tt {
  margin-bottom: 1.875rem;
}

.n_about .tt h3 {
  font-size: 2.5rem;
  color: #313131;
  font-weight: bold;
}

.n_about .tt p {
  font-size: 2.375rem;
  line-height: 1.2;
  color: #009143;
  opacity: 0.45;
  text-transform: uppercase;
  font-family: Poppins-Light;
}

.n_about .con {
  font-size: 1.0625rem;
  line-height: 2rem;
  color: #515151;
}

.n_about .right {
  flex-shrink: 0;
  width: 43.75rem;
  max-width: 100%;
}

.n_about .right img {
  display: block;
}

.n_about .btn_xq3 {
  margin-top: 4.375rem;
}

.n_shuzi {
  margin-top: 3.25rem;
}

.n_shuzi ul {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
}

.n_shuzi ul li div {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 5px;
}

.n_shuzi ul li div span {
  font-size: 2.75rem;
  color: #2c2c2e;
  font-family: DISNEYENGLISH-MEDIUM;
}

.n_shuzi ul li div i {
  color: #2c2c2e;
  font-size: 1.125rem;
  font-weight: bold;
}

.n_shuzi ul li p {
  font-size: 1rem;
  color: #2c2c2e;
  margin-bottom: 1.125rem;
}

.n_shuzi ul li > span {
  font-size: 1.75rem;
  color: #009143;
}

.btn_xq3 {
  width: 12.5rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #009143;
  border-radius: 1.875rem 5px 1.875rem 5px;
  color: #fff;
  font-size: 1rem;
}
.btn_xq3 svg {
  width: 1rem;
  height: 1rem;
  transition: 0.3s;
  margin-left: 0.8125rem;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.btn_xq3:hover svg {
  transform: translateX(8px);
}

.about_gg {
  height: 43.75rem;
  background: url(../images/about_gg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.about_gg .txt {
  display: flex;
  flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.about_gg .txt h4 {
  font-size: 1rem;
}
.about_gg .txt h3 {
  font-size: 3rem;
  margin-top: 1.875rem;
  margin-bottom: 4.375rem;
}
.about_gg .txt img {
  width: 4rem;
  height: 4rem;
}

.about_ys {
  background: url(../images/about_ys_bg.jpg) center no-repeat;
  background-size: cover;
}
.about_ys .outbox {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_ys .outbox .hd ul li {
  position: absolute;
  z-index: 9;
}
.about_ys .outbox .hd ul li:nth-child(1) {
  left: 0;
  top: 5.875rem;
  text-align: right;
}
.about_ys .outbox .hd ul li:nth-child(1) .box {
  flex-direction: row-reverse;
}
.about_ys .outbox .hd ul li:nth-child(2) {
  right: 0;
  top: 5.875rem;
}
.about_ys .outbox .hd ul li:nth-child(2) .box .txt h4 {
  justify-content: flex-start;
  background: url(../images/about_ys_tt2.png) left center no-repeat;
}
.about_ys .outbox .hd ul li:nth-child(3) {
  left: 0;
  bottom: 5.875rem;
  text-align: right;
}
.about_ys .outbox .hd ul li:nth-child(3) .box {
  flex-direction: row-reverse;
}
.about_ys .outbox .hd ul li:nth-child(4) {
  right: 0;
  bottom: 5.875rem;
}
.about_ys .outbox .hd ul li:nth-child(4) .box .txt h4 {
  justify-content: flex-start;
  background: url(../images/about_ys_tt2.png) left center no-repeat;
}
.about_ys .outbox .hd ul li .box {
  display: flex;
  gap: 3.5rem;
  flex-shrink: 0;
}
.about_ys .outbox .hd ul li .box .ico {
  width: 6.5625rem;
  height: 6.5625rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: 0.5s;
  background: #f4f8f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #009143;
}
.about_ys .outbox .hd ul li .box .ico i {
  font-size: 2.375rem;
  color: #009143;
}
.about_ys .outbox .hd ul li .box .txt {
  width: 25rem;
  padding-top: 0.5rem;
}
.about_ys .outbox .hd ul li .box .txt h4 {
  font-size: 1.625rem;
  color: #313131;
  height: 4.0625rem;
  margin-bottom: 1.25rem;
  display: flex;
  padding: 0 2.75rem;
  align-items: center;
  justify-content: flex-end;
  background: url(../images/about_ys_tt1.png) right center no-repeat;
  background-size: contain !important;
}
.about_ys .outbox .hd ul li .box .txt p {
  font-size: 1rem;
  line-height: 1.875rem;
  height: 3.75rem;
  color: #515151;
  padding: 0 2.75rem;
}
.about_ys .outbox .hd ul li .box:hover .ico {
  background: #009143;
}
.about_ys .outbox .hd ul li .box:hover .ico i {
  color: #fff;
}
.about_ys .outbox .bd {
  position: relative;
}
.about_ys .outbox .bd .about_ys_yuan {
  display: block;
  margin: 0 auto;
  animation: xz2 10s linear infinite;
  width: 39.4375rem;
}
.about_ys .outbox .bd .center {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_ys .outbox .bd .swiper {
  width: 27.625rem;
}
.about_ys .outbox .bd .swiper .img:after {
  padding-top: 100%;
}

.n_lianxi {
  background: url(../images/n_lianxi_bg.png) center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 15rem;
}
.n_lianxi .m, .n_lianxi #banner .arrbox, #banner .n_lianxi .arrbox, .n_lianxi .s_about .left, .s_about .n_lianxi .left {
  display: flex;
  justify-content: space-between;
  gap: 8.125rem;
}
.n_lianxi .left {
  display: grid;
  gap: 2.5rem;
  width: 38.75rem;
}
.n_lianxi .right {
  flex-grow: 1;
}

.lx_tt {
  margin-bottom: 2.25rem;
}
.lx_tt h3 {
  font-size: 1.625rem;
  color: #212121;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.lx_tt h3:before {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  background: #009143;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -1px;
}

.box_lianxi ul li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.box_lianxi ul li .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
}
.box_lianxi ul li .ico i {
  font-size: 1.625rem;
  color: #212121;
}
.box_lianxi ul li + li {
  margin-top: 1.25rem;
}
.box_lianxi ul li p {
  font-size: 1.25rem;
  color: #515151;
}

.box_liuyan form .group {
  display: flex;
  align-items: flex-start;
  border: 1px solid #e4e6e8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 1.25rem;
  margin-bottom: 0.75rem;
}
.box_liuyan form .group .span {
  font-size: 1rem;
  color: #616161;
  flex-shrink: 0;
  line-height: 3.25rem;
}
.box_liuyan form .group .span i {
  color: #f00;
  display: inline-block;
  margin-left: 4px;
}
.box_liuyan form .group .input {
  padding-left: 1rem;
  font-size: 1rem;
  color: #616161;
  height: 3.25rem;
  flex-grow: 1;
}
.box_liuyan form .group .yzm {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.box_liuyan form .group textarea.input {
  height: 9.125rem;
  line-height: 2rem;
  padding-top: 0.625rem;
}
.box_liuyan form .button {
  width: 15rem;
  height: 3.375rem;
  margin-top: 1.25rem;
  border-radius: 5px;
  background: #009143;
  color: #fff;
  font-size: 1rem;
  gap: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_liuyan form .button i {
  font-size: 1.375rem;
}

.box_ren ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 3.75rem;
}
.box_ren ul li .box {
  background: url(../images/lx_ren_li.jpg) center no-repeat;
  background-size: cover;
  border: 1px solid #e4e5e9;
  border-radius: 0.9375rem;
  padding: 1.875rem;
}
.box_ren ul li .box .name {
  font-size: 1.4375rem;
  color: #414141;
  line-height: 3.125rem;
  margin-left: -3.75rem;
  margin-bottom: 1.25rem;
  background: url(../images/lx_ren_tt.png) left center no-repeat;
  background-size: contain;
  padding-left: 3.75rem;
}
.box_ren ul li .box .con {
  font-size: 1rem;
  line-height: 2rem;
  color: #515151;
}

.buju_box {
  position: relative;
  max-width: 1169px;
  margin: 0 auto;
  width: calc(100% + 5px);
}

.buju_box img {
  display: block;
  transform: translateY(2%);
}

.buju_box .dot {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 9;
}

.buju_box .dot .circle {
  width: 2rem;
  height: 2rem;
}

.buju_box .dot:nth-child(1) {
  top: 48%;
  left: 15.25%;
}

.buju_box .dot:nth-child(2) {
  top: 45%;
  left: 26.25%;
}

.buju_box .dot:nth-child(3) {
  top: 79%;
  left: 34.5%;
}

.buju_box .dot:nth-child(4) {
  top: 38.25%;
  left: 26.25%;
}

.buju_box .dot:nth-child(5) {
  top: 34%;
  left: 27.25%;
}

.buju_box .dot:nth-child(6) {
  top: 38%;
  left: 28.5%;
}

.buju_box .dot:nth-child(7) {
  top: 33%;
  left: 46.25%;
}

.buju_box .dot:nth-child(8) {
  top: 38%;
  left: 49%;
}

.buju_box .dot:nth-child(9) {
  top: 34%;
  left: 53%;
}

.buju_box .dot:nth-child(10) {
  top: 27%;
  left: 57.5%;
}

.buju_box .dot:nth-child(11) {
  top: 44%;
  left: 78%;
}

.buju_box .dot:nth-child(12) {
  top: 54%;
  left: 68%;
}

.buju_box .dot:nth-child(13) {
  top: 24.5%;
  left: 87%;
}

.buju_box .dot:nth-child(14) {
  top: 32%;
  left: 79.5%;
}

.buju_box .dot:nth-child(15) {
  top: 39%;
  left: 78.5%;
}

.buju_box .dot:nth-child(16) {
  top: 58.5%;
  left: 70%;
}

.buju_box .dot:nth-child(17) {
  top: 69%;
  left: 76.25%;
}

.buju_box .dot:nth-child(18) {
  top: 59%;
  left: 74.75%;
}

.buju_box .dot:nth-child(19) {
  top: 35%;
  left: 77%;
}

.buju_box .dot:nth-child(20) {
  top: 27.5%;
  left: 79.5%;
}

.buju_box .dot:nth-child(21) {
  top: 39%;
  left: 84.5%;
}

.buju_box .dot:nth-child(22) {
  top: 43.5%;
  left: 87%;
}

.buju_box .dot:nth-child(23) {
  top: 34.5%;
  left: 82.25%;
}

.buju_box .dot:nth-child(24) {
  top: 30%;
  left: 83.75%;
}

.buju_box .dot:nth-child(25) {
  top: 34.6%;
  left: 84.5%;
}

.buju_box .dot:nth-child(26) {
  top: 31.5%;
  left: 86.5%;
}

.buju_box .dot:nth-child(27) {
  top: 37%;
  left: 87%;
}

.buju_box .dot .tag {
  position: absolute;
  bottom: 3rem;
  left: -1rem;
}

.buju_box .dot .tag p {
  white-space: nowrap;
  padding: 0.75rem 1.25rem;
  border-radius: 3px;
  background: #00949c;
  display: block;
  color: #fff;
}

.buju_box .dot .tag:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.75rem solid transparent;
  border-left: 0;
  border-top: 1.5rem solid #00949c;
  position: absolute;
  left: 1.125rem;
  top: 100%;
}

.circle {
  margin: 0 auto;
  position: relative;
  top: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f897c;
  font-size: 30px;
}

.circle:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #009143;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.circle span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(1, 168, 115, 0.712);
  transform: scale(0);
  animation: circleScale 3s linear infinite;
}

.circle span:nth-of-type(2) {
  animation-delay: 1s;
}

@keyframes circleScale {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.box_liuyan form .group {
  background: #fff;
}

.s_zhengshu {
  background-size: cover !important;
}

.box_liuyan .flex {
  display: flex;
  gap: 1rem;
}

.box_liuyan .flex .group {
  flex-grow: 1;
}

.box_liuyan .flex .button {
  margin-top: 0;
}

.box_lianxi ul li .ico {
  flex-shrink: 0;
}

.box_liuyan form .button {
  text-transform: uppercase;
}

.pro_info {
  display: flex;
  gap: 2.375rem;
  padding-bottom: 4.5rem;
}

.pro_info .slidebox {
  width: 37.5rem;
  max-width: 100%;
  flex-shrink: 0;
}

.pro_info .slidebox .img {
  background: url(../images/pro_info_bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 0.9375rem;
  overflow: hidden;
}

.pro_info .slidebox .img:after {
  padding-top: 70%;
}

.pro_info .txt {
  flex-grow: 1;
}

.pro_info .txt h4 {
  font-size: 2.375rem;
  color: #313131;
  font-weight: bold;
  border-bottom: 1px solid #e6e7ed;
  padding-bottom: 1.625rem;
}

.pro_info .txt .con {
  font-size: 1rem;
  line-height: 2rem;
  color: #515151;
  margin-bottom: 3.75rem;
  padding-top: 1.75rem;
}

.pro_left {
  flex-shrink: 0;
}

.btn_xq3 {
  text-transform: uppercase;
}

.pro_info .arr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.pro_info .arr svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #000;
}

.pro_info .arr svg path {
  fill: #000;
  transition: 0s;
}

.pro_info .arr:hover svg {
  fill: #009143;
}

.pro_info .arr:hover svg path {
  fill: #009143;
}

.pro_info .arr_left {
  left: 1.875rem;
}

.pro_info .arr_left svg {
  transform: rotate(180deg);
}

.pro_info .arr_right {
  right: 1.875rem;
}

.pro_article {
  padding-top: 3.25rem;
  border-top: 1px solid #e6e7ed;
}

.ar_article {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #616161;
}

.ar_article h4 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.ar_article td {
  font-size: 1rem;
}

.pro_chejian {
  background: #f2f3f7;
}

.pro_chejian ul:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.pro_chejian ul:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.pro_chejian ul .img {
  border-radius: 0.9375rem;
}

.pro_chejian ul .img:after {
  padding-top: 52.3%;
}

.pro_zizhi .swiper-slide {
  width: auto;
}

.pro_zizhi .swiper-slide img {
  height: 20.875rem;
}

.pro_zizhi .bd {
  position: relative;
}

.pro_zizhi .arr {
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #c1c2c7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.pro_zizhi .arr svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #000;
}

.pro_zizhi .arr svg * {
  fill: #000;
  transition: 0.5s;
}

.pro_zizhi .arr_left {
  left: -6.875rem;
}

.pro_zizhi .arr_left svg {
  transform: rotate(180deg);
}

.pro_zizhi .arr_right {
  right: -6.875rem;
}

.pro_zizhi .arr:hover {
  border: 1px solid #009143;
  background: #009143;
}

.pro_zizhi .arr:hover svg {
  fill: #fff;
}

.pro_zizhi .arr:hover svg * {
  fill: #fff;
}

.pro_zizhi .swiper-scrollbar {
  position: relative !important;
  margin-top: 3rem;
  height: 1px;
}

.pro_zizhi .swiper-scrollbar-drag {
  background: #009143;
  height: 4px;
  top: -1px;
}

.pro_zizhi .box {
  position: relative;
  display: block;
  padding-bottom: 2.75rem;
}

.pro_zizhi p {
  text-align: center;
  font-size: 1.125rem;
  color: #212121;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.n_tt2 {
  text-align: center;
  margin-bottom: 2rem;
}

.n_tt2 h3 {
  font-size: 2.125rem;
  color: #212121;
  text-transform: uppercase;
  font-family: Poppins-Medium;
}

.ar_article > img:first-child {
  margin-top: 0;
}

.pro_zhanlan, .pro_zizhi, .pro_chejian, .pro_ship, .pro_pank {
  padding-top: 4rem;
}

.pro_zhanlan .arrbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.875rem;
}

.pro_zhanlan .arr {
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #c1c2c7;
}

.pro_zhanlan .arr svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #000;
}

.pro_zhanlan .arr svg * {
  fill: #000;
  transition: 0.5s;
}

.pro_zhanlan .arr_left svg {
  transform: rotate(180deg);
}

.pro_zhanlan .arr:hover {
  border: 1px solid #009143;
  background: #009143;
}

.pro_zhanlan .arr:hover svg {
  fill: #fff;
}

.pro_zhanlan .arr:hover svg * {
  fill: #fff;
}

.pro_zhanlan .box {
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
}

.pro_zhanlan .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 4rem 1rem 1rem;
  background-image: linear-gradient(0deg, rgba(14, 18, 39, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(14, 18, 39, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
}

.pro_zhanlan .txt h4 {
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
}

@media (max-width: 1440px) {
  .pro_info .slidebox {
    width: 32rem;
  }
}
@media (max-width: 1360px) {
  .pro_zizhi .arr {
    width: 4rem;
    height: 4rem;
  }
  .pro_zizhi .arr_left {
    left: -5rem;
  }
  .pro_zizhi .arr_right {
    right: -5rem;
  }
}
@media (max-width: 1200px) {
  .pro_info {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .pro_zizhi .arr {
    display: none;
  }
}
@media (max-width: 480px) {
  .pro_zizhi .swiper-slide img {
    height: 12rem;
  }
  .pro_info {
    padding-bottom: 2.5rem;
  }
  .pro_article {
    padding-top: 2rem;
  }
  .pro_zhanlan .arr {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1601px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 1399px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 481px) and (max-width: 639px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 329px) and (max-width: 480px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .s_zhengshu .bd {
    margin: 0 -6rem;
  }
}
.wap {
  display: none;
}

@media (max-width: 1440px) {
  .s_about .right {
    width: 52rem;
  }
  .s_news ul .box .img {
    height: 17.75rem;
  }
  .s_news ul {
    grid-auto-rows: 29.125rem;
  }
  .n_licheng .hd {
    margin-bottom: 2rem;
  }
  .licheng_slide ul li .txt {
    width: calc(100% + 3rem);
  }
  .pro_sort li .box .txt .btn_xq4 {
    margin-top: 2rem;
  }
  .pro_dingzhi .m .img, .pro_dingzhi #banner .arrbox .img, #banner .pro_dingzhi .arrbox .img, .pro_dingzhi .s_about .left .img, .s_about .pro_dingzhi .left .img {
    width: 44rem;
  }
  .n_about .right {
    width: 35rem;
  }
  .about_ys .outbox .hd ul li .box .txt {
    width: 23rem;
  }
  .about_ys .outbox .hd ul li .box {
    gap: 1.5rem;
  }
  .about_ys .outbox .hd ul li .box .ico {
    width: 5rem;
    height: 5rem;
  }
  .about_ys .outbox .bd .about_ys_yuan {
    width: 36.5rem;
  }
  .about_ys .outbox .bd .swiper {
    width: 23.5rem;
  }
}
@media (max-width: 1360px) {
  .about_gg .txt h3 {
    font-size: 2.5rem;
  }
  .n_lianxi .left {
    width: 34rem;
  }
  .n_lianxi .m, .n_lianxi #banner .arrbox, #banner .n_lianxi .arrbox, .n_lianxi .s_about .left, .s_about .n_lianxi .left {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .pro_dingzhi .m .img, .pro_dingzhi #banner .arrbox .img, #banner .pro_dingzhi .arrbox .img, .pro_dingzhi .s_about .left .img, .s_about .pro_dingzhi .left .img {
    width: 43rem;
  }
}
@media (max-width: 1200px) {
  #nav {
    margin-right: 1.5rem;
  }
  #header {
    display: none;
  }
  #m_header {
    display: block;
  }
  #nav_btn_box {
    display: block;
  }
  .n_title {
    display: none;
  }
  #m_n_nav {
    display: block;
  }
  .web {
    display: none;
  }
  .wap {
    display: block;
  }
  span.wap {
    display: inline;
  }
  .top_nav {
    display: flex;
  }
  .s_about .right {
    width: 44rem;
  }
  .s_fuwu .bd .box .ico {
    padding: 1.25rem;
  }
  body {
    padding-top: 4.5rem;
  }
  .xq_qicai .xq_con {
    flex-direction: column;
  }
  .xq_qicai .m .left_con, .xq_qicai #banner .arrbox .left_con, #banner .xq_qicai .arrbox .left_con, .xq_qicai .s_about .left .left_con, .s_about .xq_qicai .left .left_con {
    padding: 4rem 0;
  }
  .xq_qicai .m .right_con, .xq_qicai #banner .arrbox .right_con, #banner .xq_qicai .arrbox .right_con, .xq_qicai .s_about .left .right_con, .s_about .xq_qicai .left .right_con {
    border: 0;
    padding: 0;
    padding-bottom: 4rem;
    width: 100%;
  }
  .xq_qicai .hd {
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .xq_qicai .m .right_con, .xq_qicai #banner .arrbox .right_con, #banner .xq_qicai .arrbox .right_con, .xq_qicai .s_about .left .right_con, .s_about .xq_qicai .left .right_con {
    padding-top: 0 !important;
    margin-top: 0;
  }
  .pro_main .pro_right ul li .box .img {
    width: 22rem;
  }
  .pro_main .pro_right ul li .box .txt .btn_xq4 {
    margin-top: 2rem;
    width: 8rem;
    height: 2.5rem;
  }
  .pro_dingzhi {
    padding-top: 4.5rem !important;
    padding-bottom: 11rem;
  }
  .pro_dingzhi .m .img, .pro_dingzhi #banner .arrbox .img, #banner .pro_dingzhi .arrbox .img, .pro_dingzhi .s_about .left .img, .s_about .pro_dingzhi .left .img {
    width: 37rem;
  }
  .n_about .bd {
    flex-direction: column;
  }
  .about_gg {
    height: 35rem;
  }
  .about_ys .outbox .hd ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .about_ys .outbox .hd ul li {
    position: static !important;
  }
  .about_ys .outbox .hd ul li .box {
    flex-direction: row !important;
  }
  .about_ys .outbox .hd ul li .box .txt h4 {
    background: url(../images/about_ys_tt2.png) left center no-repeat !important;
    background-size: contain !important;
  }
  .about_ys .outbox {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
@media (max-width: 1100px) {
  #banner .img {
    height: 49rem;
  }
  .s_about .bd {
    flex-direction: column;
  }
  .s_about .left {
    padding-bottom: 0;
  }
  .s_fuwu .bd .centerbox {
    width: 25rem;
    height: 25rem;
  }
  .s_fuwu .bd .box {
    height: 25rem;
    padding: 0 2rem;
  }
  .s_fuwu .bd .arr {
    width: 3.5rem;
    height: 3.5rem;
  }
  .s_fuwu .bd .arr_left {
    left: 1rem;
  }
  .s_fuwu .bd .arr_right {
    right: 1rem;
  }
  .s_fuwu .bd .box .ico {
    width: 5.5rem;
    height: 5.5rem;
  }
  .btn_xq3 {
    width: 10rem;
    height: 3.5rem;
  }
  .s_tt h3 {
    font-size: 2.5rem;
  }
  .s_zhengshu .swiper-scrollbar {
    margin-top: 3rem;
  }
  .s_news ul .box .img {
    height: 14.5rem;
  }
  .s_news ul {
    grid-auto-rows: 25.875rem;
  }
  .temlist.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .n_licheng .hd {
    margin-bottom: 5rem;
  }
  .n_zhijian .zhiliang_list li .box .imgbox {
    width: 30rem;
  }
  .n_lianxi .m, .n_lianxi #banner .arrbox, #banner .n_lianxi .arrbox, .n_lianxi .s_about .left, .s_about .n_lianxi .left {
    flex-direction: column;
  }
  .n_lianxi .left {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .n_licheng .bd {
    display: none;
  }
  .licheng_slide_wap {
    display: block;
  }
  .n_licheng .hd .btnbox {
    display: none;
  }
  .n_licheng .hd {
    margin-bottom: 2rem;
  }
  .n_licheng .hd .tt {
    flex-wrap: wrap;
  }
  .n_licheng .hd .tt .ll {
    width: 100%;
    margin-left: -1rem;
  }
  .n_licheng .hd .tt .rr {
    width: 100%;
    padding: 0.5rem 0 0;
  }
}
@media (max-width: 768px) {
  .pad_top {
    padding-top: 5rem !important;
  }
  .pad_bot {
    padding-bottom: 5rem !important;
  }
  .xs_jianju {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .xs_jianju li {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .m, #banner .arrbox, .s_about .left {
    padding: 0 30px;
  }
  .s_pro .bd {
    flex-direction: column;
  }
  .s_pro .bd .left {
    width: 100%;
  }
  .s_pro .bd .right {
    width: 100%;
  }
  .s_fuwu .bd .swiper {
    overflow: hidden;
  }
  #foot .m, #foot #banner .arrbox, #banner #foot .arrbox, #foot .s_about .left, .s_about #foot .left {
    flex-wrap: wrap;
  }
  #foot .m .left, #foot #banner .arrbox .left, #banner #foot .arrbox .left, #foot .s_about .left .left, .s_about #foot .left .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #foot .m .center, #foot #banner .arrbox .center, #banner #foot .arrbox .center, #foot .s_about .left .center, .s_about #foot .left .center {
    width: 100%;
    max-width: inherit;
  }
  #foot .m .right, #foot #banner .arrbox .right, #banner #foot .arrbox .right, #foot .s_about .left .right, .s_about #foot .left .right {
    text-align: center;
    width: 100%;
  }
  #foot .m .right .foot_social ul, #foot #banner .arrbox .right .foot_social ul, #banner #foot .arrbox .right .foot_social ul, #foot .s_about .left .right .foot_social ul, .s_about #foot .left .right .foot_social ul {
    justify-content: center;
  }
  #foot .m .left .foot_lianxi, #foot #banner .arrbox .left .foot_lianxi, #banner #foot .arrbox .left .foot_lianxi, #foot .s_about .left .left .foot_lianxi, .s_about #foot .left .left .foot_lianxi {
    margin-top: 0;
  }
  .s_fuwu .bd .swiper {
    width: 30rem;
  }
  .s_fuwu .bd .box {
    padding: 0 1rem;
    height: 30rem;
  }
  .s_fuwu .bd .centerbox {
    width: 30rem;
    height: 30rem;
  }
  .foot_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot_social .tt {
    margin-bottom: 0 !important;
  }
  .temlist.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .n_news01 {
    gap: 1rem;
  }
  .n_news02 li .box .img {
    width: 17rem;
  }
  .n_news02 li .box .txt .ico {
    display: none;
  }
  .pro_sort {
    grid-template-columns: 1fr;
  }
  .pro_sort li .box .txt {
    width: 28rem;
  }
  .pro_main .pro_right ul li .box .img {
    width: 18rem;
  }
  .pro_main .pro_right ul li .box .txt .con {
    margin-top: 0.5rem;
  }
  .pro_main .pro_right ul li .box .txt .btn_xq4 {
    margin-top: 1rem;
  }
  .n_zhijian .zhiliang_list li .box {
    gap: 2.5rem;
  }
  .n_zhijian .zhiliang_list li .box .imgbox {
    width: 25rem;
  }
  .n_zhijian .zhiliang_list li .box .txt h4 {
    font-size: 1.875rem;
    margin-top: 0.875rem;
    margin-bottom: 1rem;
  }
  .pro_dingzhi .m .img, .pro_dingzhi #banner .arrbox .img, #banner .pro_dingzhi .arrbox .img, .pro_dingzhi .s_about .left .img, .s_about .pro_dingzhi .left .img {
    width: 28rem;
  }
  .about_ys .outbox .hd ul {
    grid-template-columns: 1fr;
  }
  .about_ys .outbox .hd ul li .box {
    justify-content: center;
  }
  .n_lianxi .left {
    grid-template-columns: 1fr;
  }
  .n_lianxi {
    padding-bottom: 7rem;
  }
}
@media (max-width: 480px) {
  .pad_top {
    padding-top: 3rem !important;
  }
  .pad_bot {
    padding-bottom: 3rem !important;
  }
  .m, #banner .arrbox, .s_about .left {
    padding: 0 15px;
  }
  .top_menu_box {
    gap: 2rem;
  }
  #banner .txt h4 {
    font-size: 2.125rem;
  }
  #banner .txt h3 {
    font-size: 2.5rem;
  }
  #banner .arrbox {
    margin-top: 3rem;
  }
  #banner .arrbox .arr {
    width: 3.5rem;
    height: 3.5rem;
  }
  #banner .img {
    height: calc(100vh - 8.5rem);
  }
  .s_about .right {
    max-width: 100%;
    width: 100%;
  }
  .s_shuzi ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
  }
  .s_about .tt {
    margin-bottom: 1.5rem;
  }
  .s_about .tt h3 {
    font-size: 2.25rem;
  }
  .s_about .tt p {
    font-size: 2.25rem;
    line-height: 1;
  }
  .s_tt h3 {
    font-size: 2rem;
  }
  .s_hd {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .s_pro .bd .left ul {
    grid-template-columns: 1fr;
  }
  .s_pro .bd .left ul li:first-child {
    grid-column: 1/2;
  }
  .s_pro .bd .left ul li:first-child .box {
    flex-direction: column;
  }
  .s_pro .bd .left ul li:first-child .box .txt .btn_arr3 {
    margin-top: 2rem;
  }
  .s_pro .bd .right .arr_left {
    left: 1rem;
  }
  .s_pro .bd .right .arr_right {
    right: 1rem;
  }
  .s_fuwu .s_tt {
    margin-bottom: 2rem;
  }
  .s_fuwu .bd .swiper {
    width: 22rem;
  }
  .s_fuwu .bd .box {
    padding: 0 2rem;
    height: 22rem;
  }
  .s_fuwu .bd .box .ico {
    width: 4.5rem;
    height: 4.5rem;
  }
  .s_fuwu .bd .centerbox {
    width: 22rem;
    height: 22rem;
  }
  .s_fuwu .bd .arr {
    width: 2.5rem;
    height: 2.5rem;
  }
  .s_fuwu .hd {
    margin-top: 2rem;
  }
  .s_fuwu .hd .box:before {
    width: 1rem;
  }
  .s_fuwu .hd .box:after {
    width: 1rem;
  }
  .btn_xq3 {
    height: 3rem;
    width: 9rem;
  }
  .s_zhengshu .box .imgbox {
    padding: 2rem;
  }
  .s_news ul {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  .s_news ul .box2 .img {
    height: auto;
  }
  .s_news ul .box2 .txt {
    padding: 3rem 5rem 1rem 1rem;
    gap: 1rem;
  }
  .s_news ul .box2 .txt .time span {
    font-size: 2.5rem;
  }
  .s_news ul .box2 .txt h4 {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .s_news ul .box .img {
    height: auto;
  }
  .s_news ul .box .txt {
    padding: 1rem 1rem;
    height: auto;
  }
  .s_news ul .box .txt h4 {
    font-size: 1.125rem;
  }
  .s_news .swiper-pagination {
    padding-right: 1rem;
    bottom: 2.5rem !important;
  }
  .s_news .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  #foot {
    padding: 3rem 0 2rem;
  }
  #foot .m, #foot #banner .arrbox, #banner #foot .arrbox, #foot .s_about .left, .s_about #foot .left {
    gap: 2rem;
  }
  #foot .m .left, #foot #banner .arrbox .left, #banner #foot .arrbox .left, #foot .s_about .left .left, .s_about #foot .left .left {
    flex-direction: column;
    gap: 1rem;
  }
  #foot .m .center form, #foot #banner .arrbox .center form, #banner #foot .arrbox .center form, #foot .s_about .left .center form, .s_about #foot .left .center form {
    gap: 5px 8px;
  }
  #foot .m .center form .group, #foot #banner .arrbox .center form .group, #banner #foot .arrbox .center form .group, #foot .s_about .left .center form .group, .s_about #foot .left .center form .group {
    border: 0;
    padding: 0;
    flex-direction: column;
  }
  #foot .m .center form .group .span, #foot #banner .arrbox .center form .group .span, #banner #foot .arrbox .center form .group .span, #foot .s_about .left .center form .group .span, .s_about #foot .left .center form .group .span {
    line-height: 2rem;
  }
  #foot .m .center form .group .input, #foot #banner .arrbox .center form .group .input, #banner #foot .arrbox .center form .group .input, #foot .s_about .left .center form .group .input, .s_about #foot .left .center form .group .input {
    border-radius: 5px;
    height: 3rem;
    border: 1px solid #d5d5d5;
    padding: 0 1rem;
  }
  #foot .m .center form .button, #foot #banner .arrbox .center form .button, #banner #foot .arrbox .center form .button, #foot .s_about .left .center form .button, .s_about #foot .left .center form .button {
    margin-top: 1rem;
  }
  #foot .m .right .copyright, #foot #banner .arrbox .right .copyright, #banner #foot .arrbox .right .copyright, #foot .s_about .left .right .copyright, .s_about #foot .left .right .copyright {
    margin-top: 1.5rem;
    text-align: left;
  }
  #n_main > section:first-child {
    padding-top: 2.5rem;
  }
  #n_main > section:last-child {
    padding-bottom: 2.5rem;
  }
  .page .box {
    margin-top: 2rem;
  }
  .page .box a {
    min-width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
  }
  .temlist.grid-4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 1rem;
  }
  .n_tt {
    margin-bottom: 1.5rem;
  }
  .n_tt h2 {
    font-size: 2rem;
  }
  .temlist.grid-4 .txt {
    padding: 0 1rem 2rem;
  }
  .temlist.grid-4 .txt h3 {
    margin-bottom: 5px;
  }
  .temlist .txt:before {
    top: -3rem;
  }
  .ar_title .time {
    width: 5.5rem;
    height: 5.875rem;
  }
  .ar_title h3 {
    line-height: 1.5;
    font-size: 1.375rem;
  }
  .ar_title .time {
    margin-right: 1rem;
  }
  .ar_title {
    margin-bottom: 1.5rem;
  }
  .ar_fot {
    margin-top: 2rem;
    flex-direction: column;
  }
  .ar_fot .btn_page {
    display: flex;
    align-items: center;
  }
  .ar_fot .btn_page span {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  #share-21.social-share .social-share-icon {
    margin: 0 2px !important;
    width: 3rem;
    height: 3rem;
  }
  .right_tuijian .tt {
    font-size: 1.5rem;
  }
  .n_news01 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .n_news02 {
    margin-top: 2.5rem;
  }
  .n_news02 li {
    padding: 1.5rem 0;
  }
  .n_news02 li .box {
    gap: 1rem;
  }
  .n_news02 li .box .img {
    width: 10rem;
  }
  .n_news02 li .box .txt h4 {
    font-size: 1.125rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 0;
  }
  .n_news02 li .box .txt p {
    display: none;
  }
  .n_news .n_news02 li .box .txt .ico {
    display: none;
  }
  .n_search .n_news02 li .box .txt h4 {
    margin-top: 0;
  }
  .n_search .n_news02 li .box .txt .ico {
    display: flex;
    width: 2rem;
    height: 2rem;
    margin-top: 1rem;
  }
  .pro_sort li .box {
    flex-direction: column;
  }
  .pro_sort li .box .txt {
    width: 100%;
  }
  .pro_main {
    flex-direction: column;
  }
  .pro_main .pro_left {
    width: 100%;
  }
  .pro_main .pro_right ul li .box {
    flex-direction: column;
    gap: 1.5rem;
  }
  .pro_main .pro_right ul li .box .img {
    width: 100%;
  }
  .zhiliang_list li {
    padding: 2rem 0 1.75rem !important;
  }
  .zhiliang_list li .box {
    flex-direction: column !important;
    gap: 1.5rem !important;
  }
  .zhiliang_list li .box .imgbox {
    width: 100% !important;
  }
  .zhiliang_list li .box .txt .ico {
    width: 2.75rem !important;
    height: 2.75rem !important;
  }
  .n_factory .zhiliang_list li .box .imgbox .swiper {
    border-radius: 0.9375rem 6rem 0.9375rem 6rem;
  }
  .n_factory .zhiliang_list li .box .imgbox .swiper .img {
    border-radius: 0.9375rem 6rem 0.9375rem 6rem;
  }
  .n_factory .zhiliang_list li .box .imgbox > i:before {
    width: 4rem;
    height: 4rem;
  }
  .n_factory .zhiliang_list li .box .txt h5 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .zhiliang_list li .box .txt {
    width: 100% !important;
  }
  .zhiliang_list li .box .txt h4 {
    font-size: 1.75rem !important;
    margin-bottom: 1rem !important;
  }
  .n_zizhi .box .txt h4 {
    font-size: 1.125rem;
  }
  .n_zizhi .hd {
    margin-bottom: 1.5rem;
  }
  .pro_dingzhi {
    padding-top: 2.5rem !important;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    background-position: right;
  }
  .pro_dingzhi .m, .pro_dingzhi #banner .arrbox, #banner .pro_dingzhi .arrbox, .pro_dingzhi .s_about .left, .s_about .pro_dingzhi .left {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .pro_dingzhi .m .img, .pro_dingzhi #banner .arrbox .img, #banner .pro_dingzhi .arrbox .img, .pro_dingzhi .s_about .left .img, .s_about .pro_dingzhi .left .img {
    width: 100%;
    border-radius: 0 6rem 0 6rem;
  }
  .pro_case .arrbox .arr, .n_zizhi .arrbox .arr {
    width: 3rem;
    height: 3rem;
  }
  .pro_dingzhi .m .txt h3, .pro_dingzhi #banner .arrbox .txt h3, #banner .pro_dingzhi .arrbox .txt h3, .pro_dingzhi .s_about .left .txt h3, .s_about .pro_dingzhi .left .txt h3 {
    font-size: 2rem;
  }
  .pro_case .hd {
    margin-bottom: 2rem;
  }
  .pro_case h4 {
    font-size: 1.125rem;
    margin-top: 10px;
  }
  .pro_banner {
    height: 27rem;
  }
  .pro_banner .mask .m .txt h3, .pro_banner .mask #banner .arrbox .txt h3, #banner .pro_banner .mask .arrbox .txt h3, .pro_banner .mask .s_about .left .txt h3, .s_about .pro_banner .mask .left .txt h3 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .pro_banner .mask .m .txt .line, .pro_banner .mask #banner .arrbox .txt .line, #banner .pro_banner .mask .arrbox .txt .line, .pro_banner .mask .s_about .left .txt .line, .s_about .pro_banner .mask .left .txt .line {
    margin: 10px 0;
  }
  .pro_banner .mask .m .txt .con, .pro_banner .mask #banner .arrbox .txt .con, #banner .pro_banner .mask .arrbox .txt .con, .pro_banner .mask .s_about .left .txt .con, .s_about .pro_banner .mask .left .txt .con {
    margin-bottom: 2rem;
  }
  .pro_dingzhi .m .txt .con, .pro_dingzhi #banner .arrbox .txt .con, #banner .pro_dingzhi .arrbox .txt .con, .pro_dingzhi .s_about .left .txt .con, .s_about .pro_dingzhi .left .txt .con {
    margin-bottom: 2rem;
  }
  .about_ys .outbox .bd .swiper {
    width: 18.5rem;
  }
  .about_ys .outbox .hd ul li .box .txt h4 {
    font-size: 1.375rem;
    height: 3.5rem;
    padding: 0 2rem;
    justify-content: flex-start;
  }
  .about_ys .outbox .hd ul li .box .ico {
    width: 4rem;
    height: 4rem;
  }
  .about_ys .outbox .hd ul li .box .txt p {
    padding: 0;
    text-align: left;
  }
  .about_gg .txt h3 {
    font-size: 2rem;
  }
  .n_shuzi {
    margin-top: 2rem;
  }
  .n_about .bd {
    gap: 2.5rem;
  }
  .box_ren ul {
    grid-template-columns: 1fr;
    padding-left: 2rem;
  }
  .buju_box .dot .circle {
    width: 1.5rem;
    height: 1.5rem;
  }
  .n_lianxi .m, .n_lianxi #banner .arrbox, #banner .n_lianxi .arrbox, .n_lianxi .s_about .left, .s_about .n_lianxi .left {
    gap: 3rem;
  }
}/*# sourceMappingURL=style.css.map */


/* 20240826修改 */
.pro_banner{ overflow: hidden;}
 .n_banner:after{ padding-top: 27%;}
 .n_banner img{ animation: 4s bn_anim forwards; transition: .5s; }
 .n_banner.img:hover img{ transform: scale(1.03);}
 .n_zizhi .tt img{ width: 2.5rem; height: 2.5rem; }
 @keyframes bn_anim {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bn_anim {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

/* @-webkit-keyframes anim-out {0% {width: 0%;}100% {width: 100%;}}
@-moz-keyframes anim-out {0% {width: 0%;}100% {width: 100%;}}
@-ms-keyframes anim-out {0% {width: 0%;}100% {width: 100%;}} */


.ar_article video{ width: auto; display: inline-block;}
#banner .swiper-slide-active .img img{ animation: 4.5s bn_anim forwards !important; transition: .5s;}
#header.xg{ box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);}
.pro_case .img .pic{ padding: 10%;}
@media (max-width: 480px) {
#banner .txt{ padding-bottom: 20rem;}
.pro_info .txt h4{ font-size: 2rem;}
.n_tt2 h3{ font-size: 1.875rem; line-height: 1;}
.pro_chejian ul .img{ border-radius: 5px;}
.yzm{ height: 3rem;}
#foot .m .center form .button{ margin-top: 2rem;}
.ar_fot a{ width: 100%;}
}
