/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */
 @font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
  }
  
  :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;
    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);
    -webkit-backface-visibility: hidden;
    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), transparent);
  }
  
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  }
  
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  }
  
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  }
  
  .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 {
    -webkit-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: .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%;
    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: .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: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-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: .2s transform,.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: .2s transform,.2s left;
  }
  
  .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.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%;
    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;
    -webkit-backface-visibility: hidden;
    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: 0px;
    width: 100%;
    height: 100%;
    opacity: .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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .swiper-flip {
    overflow: visible;
  }
  
  .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height;
  }
  
  .swiper-cards {
    overflow: visible;
  }
  
  .swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
  
  #baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
  }
  
  #baguetteBox-overlay.visible {
    opacity: 1;
  }
  
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  
  #baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
  }
  
  #baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  }
  
  #baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: Verdana, Geneva, sans-serif;
  }
  
  #baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
  }
  
  #baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
  }
  
  #baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out;
  }
  
  #baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out;
  }
  
  .baguetteBox-button#next-button,
  .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
  }
  
  .baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
  }
  
  .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
  }
  
  .baguetteBox-button#next-button {
    right: 2%;
  }
  
  .baguetteBox-button#previous-button {
    left: 2%;
  }
  
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
  }
  
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
  }
  
  .double-bounce1,
  .double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
  }
  
  .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }
  
  @-webkit-keyframes bounceFromRight {
    0% {
      margin-left: 0;
    }
    50% {
      margin-left: -30px;
    }
    100% {
      margin-left: 0;
    }
  }
  
  @keyframes bounceFromRight {
    0% {
      margin-left: 0;
    }
    50% {
      margin-left: -30px;
    }
    100% {
      margin-left: 0;
    }
  }
  
  @-webkit-keyframes bounceFromLeft {
    0% {
      margin-left: 0;
    }
    50% {
      margin-left: 30px;
    }
    100% {
      margin-left: 0;
    }
  }
  
  @keyframes bounceFromLeft {
    0% {
      margin-left: 0;
    }
    50% {
      margin-left: 30px;
    }
    100% {
      margin-left: 0;
    }
  }
  
  @-webkit-keyframes bounce {
    0%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes bounce {
    0%,
    100% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
    }
  }
  
  html {
    font-size: 62.5%;
    height: 100%;
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    background-color: #ffffff;
  }
  
  @media screen and (max-device-width: 320px) {
    body {
      -webkit-text-size-adjust: 100%;
    }
  }
  
  @media screen and (max-device-width: 480px) {
    body {
      -webkit-text-size-adjust: 100%;
    }
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
      -webkit-text-size-adjust: 100%;
    }
  }
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
      -webkit-text-size-adjust: 100%;
    }
  }
  
  a {
    text-decoration: none;
    outline: none;
    tap-highlight-color: transparent;
    focus-ring-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    -moz-tap-highlight-color: transparent;
    -moz-focus-ring-color: transparent;
    transition: all 0.2s;
  }
  
  ol,
  ul {
    list-style: none;
  }
  
  img {
    max-width: 100%;
    border: 0px solid #ccc;
    height: auto;
    transition: 0.5s;
  }
  
  table,
  embed,
  video {
    max-width: 100%;
  }
  
  table {
    border-collapse: collapse;
  }
  
  input,
  textarea {
    border: none;
    background: none;
    font-family: inherit;
  }
  
  input:focus,
  textarea:focus {
    outline: none;
  }
  
  input[type=submit] {
    cursor: pointer;
  }
  
  input[type=checkbox] {
    cursor: pointer;
  }
  
  input[type=radio] {
    cursor: pointer;
  }
  
  input[type=submit],
  input[type=reset],
  input[type=button],
  button {
    -webkit-appearance: none;
  }
  
  textarea {
    resize: none;
  }
  
  button {
    border: none;
    background: none;
    cursor: pointer;
  }
  
  em,
  i {
    font-style: normal;
  }
  
  * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  
  .j-offset-top {
    transition: all 1000ms;
    transform: translateY(100px);
    opacity: 0;
  }
  
  .j-offset-top.run {
    transform: translateY(0);
    opacity: 1;
  }
  
  @media screen and (max-width: 991px) {
    .j-offset-top {
      transform: none !important;
    }
  }
  
  .j-offset-left {
    transition: all 1000ms;
    transform: translateX(100px);
    opacity: 0;
  }
  
  .j-offset-left.run {
    transform: translateX(0);
    opacity: 1;
  }
  
  @media screen and (max-width: 991px) {
    .j-offset-left {
      transform: none !important;
    }
  }
  
  .j-offset-right {
    transition: all 1000ms;
    transform: translateX(-100px);
    opacity: 0;
  }
  
  .j-offset-right.run {
    transform: translateX(0);
    opacity: 1;
  }
  
  @media screen and (max-width: 991px) {
    .j-offset-right {
      transform: none !important;
    }
  }
  
  .j-fadein {
    transition: all 1000ms;
    opacity: 0;
  }
  
  .j-fadein.run {
    transform: translateX(0);
    opacity: 1;
  }
  
  @media screen and (max-width: 991px) {
    .j-fadein {
      transform: none !important;
    }
  }
  
  ::selection {
    background: #e60012;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff !important;
  }
  
  ::-moz-selection {
    background: #e60012;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff !important;
  }
  
  .contSafe {
    width: 1600px;
    margin: 0 auto;
  }
  
  .clear {
    clear: both;
  }
  
  .iframeBox {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
  }
  
  .iframeBox iframe {
    width: 80%;
    height: 80%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .iframeBox video {
    width: 100%;
    object-fit: cover;
  }
  
  .iframeBox:before {
    content: "+";
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    top: 30px;
    right: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 40px;
    cursor: pointer;
    transform: rotate(45deg);
  }
  
  .tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999;
  }
  
  .tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
  }
  
  .tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .tankaungn2 iframe,
  .tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  
  .tankaungn2 iframe body {
    margin: 0px !important;
  }
  
  .deg90 {
    transform: rotate(90deg);
  }
  
  /*jQzoom*/
  .jqzoom {
    position: relative;
    padding: 0px;
  }
  
  div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
  }
  
  div.zoomdiv img {
    max-width: unset !important;
  }
  
  div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
  }
  
  .navWrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    background-color: #13130f;
  }
  
  .navWrap .navBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .navWrap .navLeft {
    display: flex;
    align-items: center;
  }
  
  .navWrap .navLogo {
    width: 46px;
    display: block;
  }
  
  .navWrap .navLogo img {
    width: 100%;
    display: block;
  }
  
  .navWrap .navList {
    display: flex;
    margin-left: 142px;
  }
  
  .navWrap .navList > li {
    position: relative;
    margin-right: 59px;
    padding: 39.5px 0px;
  }
  
  .navWrap .navList > li:last-child {
    margin-right: 0;
  }
  
  /*.navWrap .navList > li::before {*/
  /*  background: url("../images/nav1.png") center center/cover no-repeat;*/
  /*  width: 18px;*/
  /*  height: 19px;*/
  /*  position: absolute;*/
  /*  left: -28px;*/
  /*  top: 50%;*/
  /*  transform: translateY(-50%);*/
  /*  content: '';*/
  /*  opacity: 0;*/
  /*  transition: 0.2s;*/
  /*}*/
  
  .navWrap .yiActive >a {
    color: #e60012 !important;
  }
  
  /*.navWrap .navList > li:hover::before {*/
  /*  opacity: 1;*/
  /*}*/
  
  .navWrap .navList > li > a {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
  }
  .navWrap .navList > li:hover >a{
      color: #e60012;
  }
  .navWrap .navList > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    width: 250px;
    display: none;
  }
  
  .navWrap .navList > li > ul > li {
    position: relative;
  }
  
  .navWrap .navList > li > ul > li > a {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    padding: 15px 10px;
    display: block;
  }
  
  .navWrap .navList > li > ul > li:hover > a {
    color: #e60012;
  }
  
  .navWrap .navList > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    width: 250px;
    display: none;
  }
  
  .navWrap .navList > li > ul > li > ul > li > a {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    padding: 15px 10px;
    display: block;
  }
  
  .navWrap .navList > li > ul > li > ul > li:hover > a {
    color: #e60012;
  }
  
  .navWrap .navRight {
    display: flex;
    align-items: center;
  }
  
  .navWrap .navLang {
    position: relative;
  }
  
  .navWrap .langBox {
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
  }
  
  .navWrap .eartIcon {
    font-size: 20px;
    color: #ffffff;
    margin-right: 5px;
  }
  
  .navWrap .jianIcon {
    font-size: 12px;
    color: #ffffff;
    margin-left: 20px;
  }
  
  .navWrap .langOther {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
    width: max-content;
    max-width: 150px;
    font-size: 18px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 27px 0px rgba(11, 11, 11, 0.06);
    color: #ffffff;
    display: none;
    z-index: 810;
  }
  
  .navWrap .langOther a {
    color: #ffffff;
    margin-bottom: 15px;
    display: block;
  }
  
  .navWrap .langOther a:hover {
    color: #e60012;
  }
  
  .navWrap .langOther a:last-child {
    margin-bottom: 0px;
  }
  
  .navWrap .souBox {
    position: relative;
    margin-left: 20px;
  }
  
  .navWrap .searchIcon {
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s;
    display: block;
  }
  
  .navWrap .searchWrap {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    border: 1px solid #777777;
    z-index: 810;
  }
  
  .navWrap .searchBox {
    position: relative;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  
  .navWrap .searchBox input {
    font-size: 16px;
    color: #333333;
    flex: 1;
    margin-right: 10px;
    margin-left: 10px;
    height: 30px;
  }
  
  .navWrap .searchBox input::-webkit-input-placeholder {
    color: #333333;
  }
  
  .navWrap .searchBox input:-moz-placeholder {
    color: #333333;
  }
  
  .navWrap .searchBox input::-moz-placeholder {
    color: #333333;
  }
  
  .navWrap .searchBox input:-ms-input-placeholder {
    color: #333333;
  }
  
  .navWrap .searchBox .searBtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 28px;
    margin: 0;
  }
  
  .navWrap .searIcon {
    font-size: 22px !important;
  }
  
  .navWrap .menuBtn {
    margin-left: 20px;
    display: none;
    position: relative;
    z-index: 900;
  }
  
  .navWrap .menuBtn .menuIcon {
    width: 30px;
    height: 34px;
    position: relative;
    cursor: pointer;
  }
  
  .navWrap .menuBtn .menuIcon:before,
  .navWrap .menuBtn .menuIcon:after {
    content: "";
    display: block;
    width: 26px;
    height: 3px;
    background: #ffffff;
    border-radius: 8px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  
  .navWrap .menuBtn .menuIcon:before {
    top: 15px;
    box-shadow: 0 -8px #ffffff;
  }
  
  .navWrap .menuBtn .menuIcon:after {
    bottom: 8px;
  }
  
  .navWrap .menuBtn .menuActive::after {
    bottom: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #ffffff;
  }
  
  .navWrap .menuBtn .menuActive::before {
    top: 16px;
    box-shadow: none;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    background-color: #ffffff;
  }
  
  .navWrap .mobileBox {
    width: 280px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    background-color: #e60012;
    display: none;
    z-index: 300;
    font-family: Roboto-Regular,Arial, Helvetica, sans-serif;
  }
  
  .navWrap .mobileBox .mobSearch {
    width: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-top: 70px;
    border-radius: 5px;
    padding: 5px 0;
    padding-right: 10px;
  }
  
  .navWrap .mobileBox .erItem {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 0;
    border-radius: 0;
    padding-top: 0;
  }
  
  .navWrap .mobileBox .inpSea {
    font-size: 16px;
    color: #e60012;
    flex: 1;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .navWrap .mobileBox .inpSea::-webkit-input-placeholder {
    color: #e60012;
  }
  
  .navWrap .mobileBox .inpSea:-moz-placeholder {
    color: #e60012;
  }
  
  .navWrap .mobileBox .inpSea::-moz-placeholder {
    color: #e60012;
  }
  
  .navWrap .mobileBox .inpSea:-ms-input-placeholder {
    color: #e60012;
  }
  
  .navWrap .mobileBox .souIcon {
    font-size: 18px;
    color: #e60012;
  }
  
  .navWrap .mobileBox .subIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
  }
  
  .navWrap .mobileBox .mobileNav {
    width: 100%;
    padding-top: 20px;
  }
  
  .navWrap .mobileBox .mobileYi {
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 25px;
    margin-bottom: 20px;
    line-height: 20px;
    word-break: break-all;
  }
  
  .navWrap .mobileBox .mobileYi a {
    color: #ffffff;
  }
  
  .navWrap .mobileBox .mobileYi span {
    transition: 0.2s;
  }
  
  .navWrap .mobileBox .erPhone {
    margin-left: 20px;
    display: none;
  }
  
  .navWrap .mobileBox .zhanActive {
    transform: rotate(90deg);
  }
  
  .navWrap .mobileBox .yiZhan {
    margin-left: 10px;
  }
  
  .navWrap .mobileBox .sanPhone {
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
    display: none;
  }
  
  .navWrap .mobileBox .sanPhone a {
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
  }
  
  .navWrap .mobileBox .sanPhone .mobileYi {
    margin-bottom: 0;
  }
  
  .navWrap .mobileBox .siPhone {
    font-size: 14px;
    color: #ffffff;
    margin-left: 40px;
    display: none;
  }
  
  .navWrap .mobileBox .siPhone a {
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
  }
  
  .navWrap .mobileBox::-webkit-scrollbar {
    display: none;
  }
  
  .navActive {
    position: sticky;
  }
  
  .bannerSwiper {
    width: 100%;
    overflow: hidden;
  }
  
  .bannerSwiper .bannImg {
    width: 100%;
    display: block;
  }
  
  .bannerSwiper .bannImg img {
    width: 100%;
    display: block;
  }
  
  .bannerSwiper video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  
  @media screen and (max-width: 991px) {
    .bannerSwiper video {
      width: 100%;
      height: auto;
      transform: none;
      left: 0;
      top: 0;
    }
  }
  
  .bannerSwiper .bannPoint {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: 38px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  
  .bannerSwiper .swiper-pagination-bullet {
    opacity: 1;
    width: 4px;
    height: 24px;
    background-color: #ff0000;
    margin: 0 5px;
    border-radius: 0;
    transition: 0.2s;
  }
  
  .bannerSwiper .swiper-pagination-bullet-active {
    width: 6px;
    height: 41px;
  }
  
  .biao60 {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 60px;
    color: #ffffff;
    display: flex;
    align-items: center;
  }
  
  .biao60 a {
    color: #ffffff;
  }
  
  .biao60 a:hover {
    color: #e60012 !important;
  }
  
  /*.biao60::before {*/
  /*  background: url("../images/biao.png") center center/cover no-repeat;*/
  /*  width: 55px;*/
  /*  height: 55px;*/
  /*  content: '';*/
  /*  margin-right: 24px;*/
  /*}*/
  
  .prodWrap {
    background-color: #181a1e;
    padding-top: 129px;
  }
  
  .prodWrap .prodList {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
    height: 697px;
  }
  
  .prodWrap .prodItem {
    width: 18.65%;
    position: relative;
    transition: 1s;
  }
  
  .prodWrap .prodImg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }
  
  .prodWrap .prodImg img {
    width: 840px;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  
  .prodWrap .prodAct {
    width: 43.75%;
  }
  
  .prodWrap .prodAct .prodBiao {
    opacity: 0;
  }
  
  .prodWrap .prodAct .prodInfo {
    opacity: 1;
  }
  
  .prodWrap .prodBiao {
    position: absolute;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    bottom: 25px;
    left: 13px;
    transition: 0.2s;
    padding-right: 10px;
  }
  
  .prodWrap .prodBiao a {
    color: #ffffff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  
  .prodWrap .prodBiao::before {
    width: 6px;
    height: 41px;
    background-color: #e60012;
    content: '';
    margin-right: 9px;
  }
  
  .prodWrap .prodInfo {
    background-color: rgba(230, 0, 18, 0.8);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 53px 22px 76px;
    transition: 0.2s;
    opacity: 0;
  }
  
  .prodWrap .prodName {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #ffffff;
    position: relative;
  }
  
  .prodWrap .prodName a {
    color: #ffffff;
    text-underline-offset: 4px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  
  .prodWrap .prodName a:hover {
    text-decoration: underline;
  }
  
  .prodWrap .prodName::before {
    width: 6px;
    height: 41px;
    background-color: #ffffff;
    content: '';
    position: absolute;
    top: 5px;
    left: -15px;
  }
  
  .prodWrap .prodTxt {
    font-family: Teko-Regular,Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: italic;
    color: #ffffff;
    margin-top: -2px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  
  .prodWrap .prodCont {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    
    display: none;
  }
  
  .prodWrap .prodBtn {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    margin-top: 18px;
    text-underline-offset: 4px;
  }
  
  .prodWrap .prodBtn:hover {
    text-decoration: underline;
  }
  
  .chooQie {
    display: flex;
    align-items: center;
    background-color: #e60012;
    width: 115px;
    position: relative;
  }
  
  .chooQie span {
    font-size: 18px;
    color: #ffffff;
    flex: auto;
    line-height: 45px;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
  }
  
  .chooQie span:hover {
    transform: scale(1.2);
  }
  
  .chooQie::after {
    width: 2px;
    height: 22px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    content: '';
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .chooWrap {
    padding-top: 136px;
    background-color: #181a1e;
  }
  
  .chooWrap .chooTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .chooWrap .chooSwiper {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
  }
  
  .chooWrap .chooImg {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  
  .chooWrap .chooImg img {
    width: 100%;
    display: block;
  }
  
  .chooWrap .chooImg:hover img {
    transform: scale(1.2);
  }
  
  .chooWrap .chooBiao {
    font-family: Teko-Regular,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: start;
    margin-top: 29px;
  }
  
  .chooWrap .chooBiao::before {
    width: 3px;
    height: 17px;
    background-color: #e60012;
    content: '';
    margin-right: 9px;
    margin-top: 2px;
  }
  
  .chooWrap .chooName {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #ffffff;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  
  .chooWrap .chooName a {
    color: #ffffff;
  }
  
  .chooWrap .chooName a:hover {
    color: #e60012;
  }
  
  .chooWrap .chooTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #cdcdcd;
    margin-top: 1px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  
  .inteWrap {
    position: relative;
    background-color: #181a1e;
    padding-top: 116px;
    padding-bottom: 94px;
    overflow: hidden;
  }
  
  .inteWrap .inteBc {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }
  
  .inteWrap .biao60 {
    position: relative;
    z-index: 100;
  }
  
  .inteWrap .inteCenter {
    margin-top: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
  }
  
  .inteWrap .inteBlock {
    width: 431px;
    position: absolute;
    right: 12px;
    bottom: -33px;
  }
  
  .inteWrap .inteImg {
    width: 50.39%;
    display: block;
    overflow: hidden;
  }
  
  .inteWrap .inteImg img {
    width: 100%;
    display: block;
  }
  
  .inteWrap .inteImg:hover img {
    transform: scale(1.2);
  }
  
  .inteWrap .inteInfo {
    flex: 1;
    margin-left: 103px;
    position: relative;
    z-index: 100;
    padding-right: calc((100vw - 1600px) / 2);
  }
  
  .inteWrap .inteName {
    position: relative;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 54px;
    color: #ffffff;
  }
  
  .inteWrap .inteName a {
    color: #ffffff;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
  }
  
  .inteWrap .inteName a:hover {
    color: #e60012;
  }
  
  .inteWrap .inteName::before {
    width: 3px;
    height: 102px;
    background-color: #e60012;
    position: absolute;
    top: 9px;
    left: -23px;
    content: '';
  }
  
  .inteWrap .inteText {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #cdcdcd;
    margin-top: 31px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
  }
  
  .inteWrap .inteBtn {
    display: inline-block;
    padding: 14.5px 25px;
    background-color: #e60012;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    margin-top: 89px;
  }
  
  .inteWrap .inteBtn:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  
  .inteWrap .inteList {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    position: relative;
    z-index: 100;
    flex-wrap: wrap;
  }
  
  .inteWrap .inteItem {
    text-align: center;
  }
  
  .inteWrap .inteNum {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 100px;
    color: #ffffff;
  }
  
  .inteWrap .numName {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin-top: 14px;
  }
  
  .useWrap {
    background: url("../images/useBc.jpg") center center/cover no-repeat;
    padding-top: 81px;
    padding-bottom: 57px;
  }
  
  .useWrap .biao60 {
    color: #333333;
  }
  
  .useWrap .biao60 a {
    color: #333333;
  }
  
  .useWrap .useTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .useWrap .useTips {
    font-family: Teko-Regular,Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-style: italic;
    color: #333333;
    margin-top: 23px;
  }
  
  .useWrap .useSwiper {
    overflow: hidden;
    margin-top: 37px;
  }
  
  .useWrap .useImg {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  
  .useWrap .useImg img {
    width: 100%;
    display: block;
  }
  
  .useWrap .useImg:hover img {
    transform: scale(1.2);
  }
  
  .useWrap .useName {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #333333;
    margin-top: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  
  .useWrap .useName a {
    color: #333333;
  }
  
  .useWrap .useName a:hover {
    color: #e60012;
  }
  
  .useWrap .useTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  
  .useWrap .useBtn {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    margin-top: 22px;
  }
  
  .useWrap .useBtn:hover {
    color: #e60012;
  }
  
  .exciWrap {
    margin-top: 82px;
  }
  
  .exciWrap .biao60 {
    color: #333333;
  }
  
  .exciWrap .biao60 a {
    color: #333333;
  }
  
  .exciWrap .exciList {
    margin-top: 38px;
  }
  
  .exciWrap .exciItem {
    border-bottom: 1px solid #333333;
    padding-bottom: 59px;
    margin-bottom: 45px;
  }
  
  .exciWrap .exciItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  
  .exciWrap .exciTop {
    display: flex;
    align-items: start;
  }
  
  .exciWrap .exciDate {
    text-align: center;
    line-height: 1;
    padding: 1px 11px;
    background-color: #e60012;
    margin-top: 5px;
  }
  
  .exciWrap .exciDate p:nth-child(1) {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #ffffff;
  }
  
  .exciWrap .exciDate p:nth-child(2) {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-top: -6px;
  }
  
  .exciWrap .exciBiao {
    flex: 1;
    margin-left: 17px;
  }
  
  .exciWrap .exciBiao p:nth-child(1) {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  
  .exciWrap .exciBiao p:nth-child(1) a {
    color: #333333;
  }
  
  .exciWrap .exciBiao p:nth-child(1) a:hover {
    color: #e60012;
  }
  
  .exciWrap .exciBiao p:nth-child(2) {
    font-family: Teko-Regular,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
    margin-top: -4px;
    font-style: italic;
  }
  
  .exciWrap .exciCenter {
    display: flex;
    margin-top: 33px;
  }
  
  .exciWrap .exciImg {
    width: 290px;
    display: block;
    overflow: hidden;
  }
  
  .exciWrap .exciImg img {
    width: 100%;
    display: block;
  }
  
  .exciWrap .exciImg:hover img {
    transform: scale(1.2);
  }
  
  .exciWrap .exciInfo {
    flex: 1;
    margin-left: 66px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2px;
    padding-bottom: 12px;
  }
  
  .exciWrap .exciTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  
  .exciWrap .exciBtn {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    margin-top: 10px;
  }
  
  .exciWrap .exciBtn:hover {
    color: #e60012;
  }
  
  .funWrap {
    margin-top: 153px;
  }
  
  .funWrap .funBox {
    padding: 0 85px;
    position: relative;
    z-index: 100;
  }
  
  .funWrap .funTit {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 76px;
    color: #333333;
    text-align: center;
    width: 68%;
    margin: 0 auto;
    line-height: 59px;
  }
  
  .funWrap .funTit a {
    color: #333333;
  }
  
  .funWrap .funTit a:hover {
    color: #e60012;
  }
  
  .funWrap .funTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 26px;
    text-align: center;
  }
  
  .funWrap .funBtn {
    display: flex;
    justify-content: center;
    margin-top: 39px;
  }
  
  .funWrap .funBtn a {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    padding: 14px 21px;
    background-color: #e60012;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    margin-right: 49px;
  }
  
  .funWrap .funBtn a:last-child {
    margin-right: 0;
  }
  
  .funWrap .funBtn a:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  
  .funWrap .funBc {
    width: 100%;
    margin-top: -13.6%;
    margin-top: -7.6%;
  }
  
  .funWrap .funBc img {
    width: 100%;
    display: block;
  }
  
  .footWrap {
    background-color: #0e0e0e;
    padding-top: 65px;
    padding-bottom: 27px;
  }
  
  .footWrap .footBox {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  
  .footWrap .footItem {
    max-width: 30%;
    margin-top: 23px;
  }
  
  .footWrap .footName {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #ffffff;
    position: relative;
  }
  
  .footWrap .footName a {
    color: #ffffff;
  }
  
  .footWrap .footName a:hover {
    color: #e60012;
  }
  
  .footWrap .footName::before {
    width: 3px;
    height: 23px;
    background-color: #ff0000;
    position: absolute;
    top: 7px;
    left: -15px;
    content: '';
  }
  
  .footWrap .kaiIcon {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 10px;
    transition: 0.2s;
    display: none;
  }
  
  .footWrap .footNav {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #cccccc;
    margin-top: 27px;
    word-break: break-word;
  }
  
  .footWrap .footNav a {
    color: #cccccc;
    display: block;
  }
  
  .footWrap .footNav a:hover {
    color: #e60012;
  }
  
  .footWrap .footNav a:last-child {
    margin-bottom: 0 !important;
  }
  
  .footWrap .footA .footNav a {
    margin-bottom: 20px;
  }
  
  .footWrap .footB .footNav a {
    margin-bottom: 11px;
  }
  
  .footWrap .footC {
    width: 20.63%;
    margin-top: 23px;
  }
  
  .footWrap .footLx {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 36px;
    color: #cccccc;
    margin-top: 21px;
    word-break: break-word;
  }
  
  .footWrap .footLx a {
    color: #cccccc;
  }
  
  .footWrap .footLx a:hover {
    color: #e60012;
  }
  
  .footWrap .footLogo {
    width: 13.81%;
    display: block;
  }
  
  .footWrap .footLogo img {
    width: 100%;
    display: block;
  }
  
  .footWrap .footShare {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  
  .footWrap .footShare a {
    width: 47px;
    height: 47px;
    border: solid 1px #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-right: 37px;
    margin-top: 10px;
  }
  
  .footWrap .footShare a span {
    font-size: 24px;
    color: #ffffff;
    line-height: 47px;
  }
  
  .footWrap .footShare a:last-child {
    margin-right: 0;
  }
  
  .footWrap .footShare a:hover {
    background-color: #e60012;
    border: 1px solid #e60012;
  }
  
  .footWrap .copyBox {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 17px;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 45px;
  }
  
  .footWrap .copyBox a {
    color: #999999;
  }
  
  .footWrap .copyBox a:hover {
    color: #e60012;
  }
  
  .footWrap .reanodImg {
    display: inline-block;
    width: 76px;
    margin-left: 5px;
  }
  
  .footWrap .reanodImg img {
    width: 100%;
    display: block;
  }
  
  .footWrap .reanodImg:hover img {
    transform: scale(1.1);
  }
  
  .sideNav {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
    width: 70px;
  }
  
  .sideNav .sideItem {
    width: 100%;
    background-color: #e8e8e8;
    transition: 0.2s;
    position: relative;
    margin-top: 2px;
    border-radius: 10px;
  }
  
  .sideNav .sideItem:nth-child(1) .sideBox span {
    color: #1296db;
  }
  
  .sideNav .sideItem:nth-child(2) .sideBox span {
    color: #3AC34C;
  }
  
  .sideNav .sideItem:nth-child(3) .sideBox span {
    color: #3AC34C;
    color: black;
  }
  
  .sideNav .sideItem:last-child .sideBox span {
    font-size: 24px;
    color: #000;
  }
  
  .sideNav .wxImg {
    max-width: unset;
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 10px);
    display: none;
  }
  
  .sideNav .sideBox {
    width: 100%;
    text-align: center;
    display: block;
  }
  
  .sideNav .sideBox span {
    font-size: 30px;
    color: #ffffff;
    line-height: 70px;
  }
  
  .sideNav .sideItem:hover {
    background-color: #e60012;
  }
  
  .sideNav .sideItem:hover .sideBox span {
    color: #ffffff !important;
  }
  
  .sideNav .phoneTxt {
    width: max-content;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;
    background-color: #e60012;
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  
  .sideNav .phoneTxt a {
    color: #ffffff;
    text-underline-offset: 3px;
  }
  
  .sideNav .phoneTxt a:hover {
    text-decoration: underline;
  }
  
  .sideNav .goTop {
    cursor: pointer;
  }
  
  .crumbsBox {
    padding-top: 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
  }
  
  .crumbsBox img {
    width: 14px;
    display: block;
    margin-right: 10px;
  }
  
  .crumbsBox a {
    color: #ffffff;
  }
  
  .crumbsBox a:hover {
    color: #e60012 !important;
  }
  
  .crumbsBox span {
    margin: 0 5px;
  }
  
  .crumbsBox .crumActive {
    color: #e60012 !important;
  }
  
  .hasWrap {
    background-color: #181a1e;
    padding-bottom: 456px;
  }
  
  .hasWrap .inteCenter {
    margin-top: 47px;
  }
  
  .hasWrap .inteImg {
    width: 50%;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 96px;
  }
  
  .hasWrap .inteImg img {
    width: 100%;
    display: block;
  }
  
  .hasWrap .inteInfo {
    padding-top: 23px;
  }
  
  .hasWrap .inteName {
    position: relative;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 54px;
    color: #ffffff;
  }
  
  .hasWrap .inteName::before {
    width: 3px;
    height: 102px;
    background-color: #e60012;
    position: absolute;
    top: 9px;
    left: calc(50% + 74px);
    content: '';
  }
  
  .hasWrap .inteText {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #cdcdcd;
    margin-top: 31px;
  }
  
  .hasWrap .inteBtn {
    display: inline-block;
    padding: 14.5px 25px;
    background-color: #e60012;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    margin-top: 89px;
  }
  
  .hasWrap .inteBtn:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  
  .hasWrap .inteList {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    position: relative;
    z-index: 100;
    flex-wrap: wrap;
  }
  
  .hasWrap .inteItem {
    text-align: center;
  }
  
  .hasWrap .inteNum {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 100px;
    color: #ffffff;
  }
  
  .hasWrap .numName {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin-top: 14px;
  }
  
  .hasVideo .videoBox {
    width: 100%;
    position: relative;
    margin-top: -22.7%;
    z-index: 100;
  }
  
  .hasVideo .videoBox img {
    width: 100%;
    display: block;
  }
  
  .hasVideo .videoBox .bofang {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  
  .hasVideo .videoBox .bofang img {
    width: 76px;
    display: block;
  }
  
  .hasVideo .videoBox .bofang:hover img {
    transform: scale(1.2);
  }
  
  .hasVideo .hasTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 41px;
  }
  
  .hasVideo .hasBtn {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 41px;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    padding: 14.5px 24px;
    background-color: #e60012;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  }
  
  .hasVideo .hasBtn:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  
  .biao54 {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 54px;
    color: #333333;
    display: flex;
    align-items: start;
  }
  
  .biao54::before {
    width: 3px;
    height: 42px;
    background-color: #e60012;
    content: '';
    margin-right: 20px;
    margin-top: 6px;
  }
  
  .plantWrap {
    position: relative;
    margin-top: 67px;
  }
  
  .plantWrap .planBlock {
    width: 431px;
    position: absolute;
    bottom: 16px;
    left: 29px;
    opacity: 0.4;
  }
  
  .plantWrap .plantBox {
    position: relative;
    z-index: 100;
  }
  
  .plantWrap .planSwiper {
    width: 50%;
    float: right;
    margin-left: 88px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
  }
  
  .plantWrap .planSwiper img {
    width: 100%;
    display: block;
  }
  
  .plantWrap .chooQie {
    position: absolute;
    bottom: 19px;
    left: 18px;
    z-index: 100;
  }
  
  .plantWrap .planLeft {
    padding-top: 7px;
  }
  
  .plantWrap .planTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 29px;
  }
  
  .publBtn {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 14.5px 25px;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #e60012;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  }
  
  .publBtn:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  
  .desiWrap {
    background-color: #181a1e;
    padding-top: 89px;
    padding-bottom: 85px;
    margin-top: 85px;
  }
  
  .desiWrap .desiImg {
    width: 50%;
    float: left;
    margin-right: 69px;
    margin-bottom: 10px;
  }
  
  .desiWrap .desiRight {
    padding-top: 7px;
  }
  
  .desiWrap .biao54 {
    color: #ffffff;
  }
  
  .desiWrap .desiTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #cdcdcd;
    margin-top: 29px;
  }
  
  .desiWrap .desiTxt a {
    color: #cdcdcd;
  }
  
  .desiWrap .desiTxt a:hover {
    color: #e60012;
  }
  
  .desiWrap .desiBott {
    margin-top: 37px;
  }
  
  .desiWrap .desiBott .desiTxt {
    margin-top: 0;
  }
  
  .desiWrap .publBtn {
    margin-top: 37px;
  }
  
  .deveWrap {
    background: url("../images/deveBc.jpg") center center/cover no-repeat;
  }
  
  .histWrap {
    padding-top: 120px;
    overflow: hidden;
  }
  
  .histWrap .biao60 {
    color: #333333;
  }
  
  .histWrap .biao60 a {
    color: #333333;
  }
  
  .histWrap .histBox {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 78px;
    position: relative;
  }
  
  .histWrap .histBox::after {
    width: 100%;
    height: 1px;
    background-color: #333333;
    opacity: 0.2;
    content: '';
    position: absolute;
    left: 339px;
    bottom: 56px;
  }
  
  .histWrap .histSwiper1 {
    width: 250px;
    height: 290px;
  }
  
  .histWrap .histSwiper1 .swiper-slide {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 58px;
    color: #333333;
    transition: 0.2s;
    opacity: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  
  .histWrap .histSwiper1 .swiper-slide-active {
    font-size: 137px;
    color: #e60012;
    opacity: 1;
    pointer-events: all;
  }
  
  .histWrap .histSwiper1 .swiper-slide-prev {
    opacity: 0.2;
    pointer-events: all;
    margin-bottom: 11px;
  }
  
  .histWrap .histSwiper1 .swiper-slide-next {
    opacity: 0.2;
    pointer-events: all;
    margin-top: 7px;
  }
  
  .histWrap .histSwiper2 {
    flex: 1;
    margin-left: 88px;
    overflow: hidden;
    margin-top: 52px;
  }
  
  .histWrap .histSwiper2 .swiper-slide {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
  }
  
  .histWrap .histSwiper2 .swiper-slide em {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 28px;
  }
  
  .certWrap {
    margin-top: 90px;
  }
  
  .certWrap .biao60 {
    color: #333333;
  }
  
  .certWrap .biao60 a {
    color: #333333;
  }
  
  .certWrap .certTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top: 42px;
  }
  
  .certWrap .certBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding-right: 53px;
  }
  
  .certWrap .certBox img {
    max-width: 100%;
    display: block;
  }
  
  .dumpWrap {
    margin-top: 58px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 92px;
  }
  
  .dumpWrap .dumpLeft {
    flex: 1;
    margin-right: 58px;
  }
  
  .dumpWrap .dumpTit {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 54px;
    color: #333333;
    position: relative;
  }
  
  .dumpWrap .dumpTit::before {
    width: 3px;
    height: 102px;
    background-color: #e60012;
    content: '';
    position: absolute;
    top: 9px;
    left: -23px;
  }
  
  .dumpWrap .dumpTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 33px;
  }
  
  .dumpWrap .publBtn {
    margin: unset;
    margin-top: 44px;
  }
  
  .dumpWrap .dumpRight {
    width: 50%;
  }
  
  .dumpWrap .dumpRight img {
    width: 100%;
    display: block;
  }
  
  .whoFun {
    margin-top: 69px;
  }
  
  .whoFun .funWrap {
    margin-top: 0;
  }
  
  .largWrap {
    background-color: #181a1e;
    padding-bottom: 206px;
  }
  
  .largWrap .chooWrap {
    padding-top: 76px;
  }
  
  .title54 {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 54px;
    color: #ffffff;
    display: flex;
    align-items: start;
  }
  
  .title54::before {
    width: 3px;
    height: 102px;
    background-color: #e60012;
    content: '';
    margin-top: 10px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  
  .largBox {
    margin-top: 40px;
  }
  
  .largBox .title54 {
    width: 48%;
  }
  
  .largBox .largTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #cdcdcd;
    margin-top: 32px;
  }
  
  .largBox .largList {
    margin-top: 46px;
  }
  
  .largBox .largItem {
    margin-bottom: 71px;
  }
  
  .largBox .largItem:last-child {
    margin-bottom: 0;
  }
  
  .largBox .largItem:nth-child(even) .largRight {
    float: left;
    margin-left: 0;
    margin-right: 30px;
  }
  
  .largBox .largItem:nth-child(even) .largName::after {
    left: calc(50% + 30px);
  }
  
  .largBox .largRight {
    width: 50%;
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
  }
  
  .largBox .largLeft {
    padding-top: 25px;
  }
  
  .largBox .largName {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #ffffff;
    position: relative;
  }
  
  .largBox .largName::after {
    width: 50px;
    height: 4px;
    background-color: #e60012;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  
  .largBox .largInfo {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #cdcdcd;
    margin-top: 37px;
  }
  
  .largBox .largInfo a {
    color: #cdcdcd;
  }
  
  .largBox .largInfo a:hover {
    color: #e60012;
  }
  
  .awardWrap {
    background-color: #181a1e;
    padding-bottom: 65px;
  }
  
  .awardWrap .awardBox {
    margin-top: 51px;
  }
  
  .awardWrap .awardTxt {
    padding-left: 24px;
    padding-right: 57px;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #cdcdcd;
    margin-top: 48px;
  }
  
  .awardWrap .awarImg {
    width: 474px;
    margin: 0 auto;
    margin-top: 35px;
  }
  
  .awardWrap .awarImg img {
    width: 100%;
    display: block;
  }
  
  .awardWrap .awarTit {
    display: flex;
    align-items: start;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #ffffff;
  }
  
  .awardWrap .awarTit::before {
    width: 3px;
    height: 67px;
    background-color: #e60012;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 5px;
    content: '';
  }
  
  .enviWrap {
    margin-top: 86px;
  }
  
  .enviWrap .enviitem {
    margin-bottom: 59px;
    padding-bottom: 49px;
    border-bottom: 1px solid #cdcdcd;
  }
  
  .enviWrap .enviitem:last-child {
    margin-bottom: 0;
  }
  
  .enviWrap .enviTit {
    display: flex;
    align-items: center;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #333333;
  }
  
  .enviWrap .enviTit::before {
    /*background: url("../images/biao.png") center center/cover no-repeat;*/
    /*width: 55px;*/
    /*height: 55px;*/
    /*content: '';*/
    /*margin-right: 25px;*/
  }
  
  .enviWrap .enviTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 32px;
    /*padding-left: 24px;*/
    padding-right: 50px;
  }
  
  .whoChoo {
    margin-top: 78px;
  }
  
  .whoChoo .chooWrap {
    padding-top: 54px;
    padding-bottom: 109px;
  }
  
  .neiBnner .crumbsBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .neiBnner .neiCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
  }
  
  .neiBnner .neiTit {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 60px;
    color: #ffffff;
  }
  
  .neiBnner .neiTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #cdcdcd;
    margin-top: 18px;
  }
  
  .neiBnner .publBtn {
    margin-top: 58px;
  }
  
  .chanWrap {
    margin-top: 84px;
  }
  
  .chanWrap .pagingWrap {
    margin-top: -11px;
  }
  
  .chanWrap .chanCate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: space-around;
    border-top: 1px solid rgba(51, 51, 51, 0.5);
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    padding-top: 29px;
    padding-bottom: 97px;
  }
  
  .chanWrap .cateItem {
    max-width: 24%;
  }
  
  .chanWrap .cateImg {
    width: 205px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .chanWrap .cateImg img {
    width: 100%;
    display: block;
  }
  
  .chanWrap .cateImg:hover img {
    transform: scale(1.2);
  }
  
  .chanWrap .cateName {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
    margin-top: 26px;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  
  .chanWrap .cateName a {
    color: #333333;
  }
  
  .chanWrap .cateName a:hover {
    color: #e60012;
  }
  
  .chanWrap .cateAct .cateName {
    color: #e60012;
  }
  
  .chanWrap .cateAct .cateName a {
    color: #e60012;
  }
  
  .chanWrap .chanTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 40px;
  }
  
  .chanWrap .chanTxt a {
    color: #666666;
  }
  
  .chanWrap .chanTxt a:hover {
    color: #e60012;
  }
  
  .chanWrap .chanBtn {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: 16px;
    color: #e60012;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.2s;
    text-underline-offset: 4px;
  }
  
  .chanWrap .chanBtn:hover {
    text-shadow: 1px 1px 3px #e60012;
  }
  
  .chanWrap .contentActive {
    -webkit-line-clamp: 3;
  }
  
  .chanList {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .chanList .chanItem {
    width: 32%;
    margin-bottom: 71px;
  }
  
  .chanList .chanImg {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  
  .chanList .chanImg img {
    width: 100%;
    display: block;
  }
  
  .chanList .chanImg:hover img {
    transform: scale(1.2);
  }
  
  .chanList .chanBiao {
    font-family: Teko-Regular,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: start;
    margin-top: 29px;
  }
  
  .chanList .chanBiao::before {
    width: 3px;
    height: 17px;
    background-color: #e60012;
    content: '';
    margin-right: 9px;
    flex-shrink: 0;
    margin-top: 2px;
  }
  
  .chanList .chanName {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #333333;
    margin-top: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  
  .chanList .chanName a {
    color: #333333;
  }
  
  .chanList .chanName a:hover {
    color: #e60012;
  }
  
  .chanList .chanInfo {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  
  .chanList .chanCheck {
    display: flex;
    align-items: center;
    margin-top: 17px;
  }
  
  .chanList .chanCheck input {
    width: 14px;
    height: 14px;
    background-color: rgba(215, 215, 215, 0.5);
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
  }
  
  .chanList .chanCheck input[type="checkbox"]::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
  }
  
  .chanList .chanCheck input[type="checkbox"]:checked::before {
    font-family: "iconfont" !important;
    content: '\e663';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #e60012;
    font-weight: bold;
    opacity: 1;
  }
  
  .chanList .chanCheck a {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    padding: 9px 16px;
    padding-left: 10px;
    margin-left: 10px;
    background-color: rgba(175, 175, 175, 0.2);
  }
  
  .chanList .chanCheck a:hover {
    background-color: #e60012;
    color: #ffffff;
  }
  
  .chanList::after {
    width: 32%;
    content: '';
  }
  
  .pagingWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .pagingWrap .pagSub {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-top: 10px;
  }
  
  .pagingWrap .pagSub input {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #e60012;
    cursor: pointer;
    transition: 0.2s;
  }
  
  .pagingWrap .pagSub input:hover {
    text-shadow: 1px 1px 3px #e60012;
  }
  
  .pagingWrap .pagSub img {
    width: 12px;
    display: block;
    margin-left: 16px;
    margin-bottom: 4px;
  }
  
  .pagingBox {
    display: flex;
    flex-wrap: wrap;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    justify-content: center;
  }
  
  .pagingBox a {
    color: #666666;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: solid 1px #999999;
    background-color: #ffffff;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0 12px;
    text-align: center;
  }
  
  .pagingBox a:hover {
    border: 1px solid #e60012;
    background-color: #e60012;
    color: #ffffff;
  }
  
  .pagingBox .pagAct {
    border: 1px solid #e60012;
    background-color: #e60012;
    color: #ffffff;
  }
  
  .servWrap {
    background: url("../images/servBc.jpg") center center/cover no-repeat;
    padding-top: 66px;
    padding-bottom: 83px;
  }
  
  .servWrap .servBox {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  
  .servWrap .servLeft {
    width: 27.56%;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #333333;
    margin-top: 8px;
  }
  
  .servWrap .servLeft p {
    display: flex;
    align-items: start;
    padding: 20px 17px;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 14px;
  }
  
  .servWrap .servLeft p:last-child {
    margin-bottom: 0;
  }
  
  .servWrap .servLeft p::before {
    width: 3px;
    height: 38px;
    background-color: #ffffff;
    content: '';
    margin-right: 10px;
    margin-top: -5px;
    flex-shrink: 0;
  }
  
  .servWrap .servLeft .servAct {
    background-color: #e60012;
    color: #ffffff;
  }
  
  .servWrap .servRight {
    width: 63.25%;
  }
  
  .servWrap .servItem {
    width: 100%;
    display: none;
  }
  
  .servWrap .servItem img {
    width: 100%;
    display: block;
  }
  
  .servWrap .servTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 31px;
  }
  
  .servWrap .servBtn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 11px;
  }
  
  .servWrap .servBtn a {
    margin: 0;
    margin-right: 49px;
    margin-top: 10px;
  }
  
  .servWrap .servBtn a:last-child {
    margin-right: 0;
  }
  
  .servChoo {
    margin-top: 114px;
  }
  
  .servChoo .chooWrap {
    background-color: unset;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  
  .servChoo .biao60 {
    color: #333333;
  }
  
  .servChoo .biao60 a {
    color: #333333;
  }
  
  .servChoo .chooBiao {
    color: #333333;
  }
  
  .servChoo .chooName {
    color: #333333;
  }
  
  .servChoo .chooName a {
    color: #333333;
  }
  
  .servChoo .chooName a:hover {
    color: #e60012;
  }
  
  .servChoo .chooTxt {
    color: #666666;
  }
  
  .servChoo .chooSwiper {
    margin-top: 57px;
  }
  
  .chanXiang {
    margin-top: 78px;
    padding-bottom: 411px;
    position: relative;
  }
  .chanXiangVideo{
    padding-bottom: 50px;
  }
  .chanXiang .cxTit {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 60px;
    color: #333333;
  }
  
  .chanXiang .chanxBox {
    margin-top: 8px;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  
  .chanXiang .cxLeft {
    flex: 1;
    margin-right: 54px;
    margin-top: 12px;
  }
  
  .chanXiang .cxItem {
    margin-bottom: 20px;
  }
  
  .chanXiang .cxItem:last-child {
    margin-bottom: 0;
  }
  
  .chanXiang .cxRight {
    width: 43.06%;
    position: relative;
    overflow: hidden;
  }
  
  .chanXiang .cxRight img {
    width: 100%;
    display: block;
  }
  
  .chanXiang .cxQie {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #e60012;
    color: #ffffff;
    border: 1px solid #e60012;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    transition: 0.2s;
  }
  
  .chanXiang .cxQie:hover {
    background-color: #ffffff;
    color: #e60012;
  }
  
  .chanXiang .cxPrev {
    left: 0;
  }
  
  .chanXiang .cxNext {
    right: 0;
  }
  
  .chanXiang .cxBiao {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #333333;
  }
  
  .chanXiang .cxEdit {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
  }
  
  .chanXiang .cxEdit a {
    color: #666666;
  }
  
  .chanXiang .cxEdit a:hover {
    color: #e60012;
  }
  
  .chanXiang .cxEdit img {
    max-width: 100%;
    display: block;
  }
  
  .chanXiang .cxEdit .tablen {
    width: 100%;
    overflow-x: auto;
  }
  
  .chanXiang .cxEdit table {
    width: 100%;
  }
  
  .chanXiang .cxEdit table td {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    min-width: 150px;
    padding-right: 10px;
    padding-bottom: 22px;
  }
  
  .chanXiang .cxVideo {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
  }
  
  .chanXiang .cxVideo img {
    width: 100%;
    display: block;
  }
  
  .chanXiang .cxBo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  
  .chanXiang .cxBo img {
    width: 76px;
    display: block;
  }
  
  .chanXiang .cxBo:hover img {
    transform: scale(1.2);
  }
  
  .featWrap {
    background-color: #181a1e;
    padding-top: 399px;
    padding-bottom: 79px;
  }
  .featWrapVideo{
    padding-top: 50px;
  }
  .featWrap .featTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .featWrap .featTit {
    display: flex;
    align-items: center;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #ffffff;
  }
  
  .featWrap .featTit::before {
    /*background: url("../images/biao.png") center center/cover no-repeat;*/
    /*width: 39px;*/
    /*height: 39px;*/
    /*content: '';*/
    /*margin-right: 17px;*/
  }
  
  .featWrap .featSwiper {
    width: 100%;
    overflow: hidden;
    margin-top: 58px;
  }
  
  .featWrap .featImg {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  
  .featWrap .featImg img {
    width: 100%;
    display: block;
  }
  
  .featWrap .featImg:hover img {
    transform: scale(1.2);
  }
  
  .featWrap .featName {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 25px;
  }
  
  .featWrap .featName a {
    color: #ffffff;
    display: block;
  }
  
  .featWrap .featName a:hover {
    color: #e60012;
  }
  
  .featWrap .featTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
  }
  
  .featWrap .featBtn {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #e60012;
    margin-top: 22px;
    text-underline-offset: 4px;
    display: inline-block;
  }
  
  .featWrap .featBtn:hover {
    text-decoration: underline;
  }
  
  .biao40 {
    display: flex;
    align-items: center;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #333333;
  }
  
  .biao40::before {
    /*background: url("../images/biao.png") center center/cover no-repeat;*/
    /*width: 39px;*/
    /*height: 39px;*/
    /*content: '';*/
    /*margin-right: 17px;*/
  }
  
  .mainWrap {
    margin-top: 74px;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  
  .mainWrap .mainLeft {
    width: 45.26%;
  }
  .mainWrap_img{
      flex-direction: column;
  }
  .mainWrap .mainTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 25px;
    margin-left: 37px;
  }
  
  .mainWrap .mainRight {
    flex: 1;
    margin-left: 166px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 23px;
  }
  
  .mainWrap .mainItem {
    text-align: center;
    padding-right: 10px;
  }
  
  .mainWrap .mainItem p:nth-child(1) {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 100px;
    color: #333333;
  }
  
  .mainWrap .mainItem p:nth-child(2) {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
    margin-top: 14px;
  }
  
  .mainWrap .mainItem:nth-child(even) {
    margin-top: 10px;
    padding-right: 0;
  }
  
  .custWrap {
    background-color: #181a1e;
    padding-top: 80px;
    padding-bottom: 58px;
    margin-top: 86px;
  }
  .custWrapDiv{
    margin-top: 0px;
  }
  .custWrap .biao40 {
    color: #ffffff;
  }
  
  .custWrap .custTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 25px;
    /*margin-left: 37px;*/
  }
  
  .custWrap .publBtn {
    margin: 0;
    /*margin-left: 42px;*/
    margin-top: 38px;
  }
  
  .partWrap {
    margin-top: 80px;
  }
  
  .partWrap .partItem {
    margin-bottom: 56px;
  }
  
  .partWrap .partItem:last-child {
    margin-bottom: 0;
  }
  
  .partWrap .partTit {
    display: flex;
    align-items: center;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #333333;
  }
  
  .partWrap .partTit::before {
    /*background: url("../images/biao.png") center center/cover no-repeat;*/
    /*width: 34px;*/
    /*height: 35px;*/
    /*content: '';*/
    /*margin-right: 23px;*/
  }
  
  .partWrap .partTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 30px;
  }
  
  .partWrap .partTxt a {
    color: #666666;
  }
  
  .partWrap .partTxt a:hover {
    color: #e60012;
  }
  
  .partWrap .partTxt img {
    max-width: 100%;
    display: block;
  }
  
  .servCrum .crumbsBox {
    color: #999999;
  }
  
  .servCrum .crumbsBox a {
    color: #999999;
  }
  
  .tit60 {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 60px;
    color: #333333;
    text-align: center;
  }
  
  .faqWrap {
    margin-top: 35px;
  }
  
  .faqWrap .faqList {
    margin-top: 40px;
  }
  
  .faqWrap .faqItem {
    margin-bottom: 57px;
  }
  
  .faqWrap .faqItem:last-child {
    margin-bottom: 0;
  }
  
  .faqWrap .faqQues {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 8px -1px 18px 0px rgba(0, 0, 0, 0.08);
    padding: 24px 22px;
  }
  
  .faqWrap .faqQues em {
    margin-right: 24px;
  }
  
  .faqWrap .faqAnsw {
    display: flex;
    align-items: start;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 40px;
    padding: 0 21px;
  }
  
  .faqWrap .faqAnsw a {
    color: #666666;
  }
  
  .faqWrap .faqAnsw a:hover {
    color: #e60012;
  }
  
  .faqWrap .answName {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #e60012;
    margin-right: 23px;
  }
  
  .faqWrap .pagingBox {
    margin-top: 55px;
  }
  
  .projChoo {
    margin-top: 85px;
    margin-bottom: 124px;
  }
  
  .projChoo .chooWrap {
    background-color: unset;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  
  .projChoo .biao60 {
    color: #333333;
  }
  
  .projChoo .biao60 a {
    color: #333333;
  }
  
  .projChoo .chooBiao {
    color: #333333;
  }
  
  .projChoo .chooName {
    color: #333333;
  }
  
  .projChoo .chooName a {
    color: #333333;
  }
  
  .projChoo .chooName a:hover {
    color: #e60012;
  }
  
  .projChoo .chooTxt {
    color: #666666;
  }
  
  .projChoo .chooSwiper {
    margin-top: 57px;
  }
  
  .downWrap {
    margin-top: 35px;
  }
  
  .downWrap .downList {
    margin-top: 27px;
  }
  
  .downWrap .downItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
    padding: 20px 30px;
    margin-bottom: 42px;
    background-color: #ffffff;
    box-shadow: 8px -1px 18px 0px rgba(0, 0, 0, 0.08);
  }
  
  .downWrap .downItem p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  
  .downWrap .downItem:last-child {
    margin-bottom: 0;
  }
  
  .downWrap .downItem:hover {
    background-color: #e60012;
    color: #ffffff;
  }
  
  .downWrap .downItem:hover .downRight {
    color: #ffffff;
  }
  
  .downWrap .downItem:hover .downRight span {
    color: #ffffff;
  }
  
  .downWrap .downRight {
    display: flex;
    align-items: center;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
    transition: 0.2s;
    margin-left: 10px;
  }
  
  .downWrap .downRight span {
    color: #333333;
    font-size: 30px;
    margin-right: 20px;
    transition: 0.2s;
  }
  
  .downWrap .downRight p {
    margin-top: 6px;
  }
  
  .downWrap .pagingBox {
    margin-top: 61px;
  }
  
  .areaWrap {
    margin-top: 45px;
  }
  
  .areaWrap .areaTit {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 46px;
    color: #333333;
    text-align: center;
  }
  
  .areaWrap .areaTips {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    margin-top: 32px;
  }
  
  .areaWrap .areaList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 67px;
  }
  
  .areaWrap .areaItem {
    width: 48.875%;
    margin-bottom: 55px;
  }
  
  .areaWrap .areaImg {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  
  .areaWrap .areaImg img {
    width: 100%;
    display: block;
  }
  
  .areaWrap .areaImg:hover img {
    transform: scale(1.2);
  }
  
  .areaWrap .areaName {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #333333;
    margin-top: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  
  .areaWrap .areaName a {
    color: #333333;
  }
  
  .areaWrap .areaName a:hover {
    color: #e60012;
  }
  
  .areaWrap .areaTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  
  .areaWrap .areaBtn {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    margin-top: 22px;
  }
  
  .areaWrap .areaBtn:hover {
    color: #e60012;
  }
  
  .areaWrap .pagingBox {
    margin-top: 4px;
  }
  
  .mineWrap {
    margin-top: 49px;
  }
  
  .mineWrap .mineTit {
    display: flex;
    align-items: center;
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 34px;
    color: #333333;
  }
  
  .mineWrap .mineTit::before {
    width: 3px;
    height: 41px;
    background-color: #e60012;
    content: '';
    margin-right: 20px;
  }
  
  .mineWrap .mineTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-top: 25px;
  }
  
  .mineWrap .mineTxt a {
    color: #666666;
  }
  
  .mineWrap .mineTxt a:hover {
    color: #e60012;
  }
  
  .mineWrap .mineTxt img {
    max-width: 100%;
  }
  
  .fenYe {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #333333;
    border-top: 1px solid rgba(51, 51, 51, 0.5);
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    padding-top: 36px;
    padding-bottom: 40px;
    margin-top: 41px;
  }
  
  .fenYe a {
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
  }
  
  .fenYe a span {
    font-size: 18px;
    color: #333333;
    transition: 0.2s;
    margin-right: 20px;
  }
  
  .fenYe a:last-child {
    margin-bottom: 0;
  }
  
  .fenYe a:hover {
    color: #e60012;
  }
  
  .fenYe a:hover span {
    color: #e60012;
  }
  
  .xinwWrap {
    margin-top: 50px;
  }
  
  .xinwWrap .exciItem {
    border-bottom: 1px solid #333333;
    padding-bottom: 59px;
    margin-bottom: 45px;
  }
  
  .xinwWrap .exciItem:last-child {
    margin-bottom: 0;
  }
  
  .xinwWrap .exciTop {
    display: flex;
    align-items: start;
  }
  
  .xinwWrap .exciDate {
    text-align: center;
    line-height: 1;
    padding: 1px 11px;
    background-color: #e60012;
    margin-top: 5px;
  }
  
  .xinwWrap .exciDate p:nth-child(1) {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #ffffff;
  }
  
  .xinwWrap .exciDate p:nth-child(2) {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-top: -6px;
  }
  
  .xinwWrap .exciBiao {
    flex: 1;
    margin-left: 17px;
  }
  
  .xinwWrap .exciBiao p:nth-child(1) {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  
  .xinwWrap .exciBiao p:nth-child(1) a {
    color: #333333;
  }
  
  .xinwWrap .exciBiao p:nth-child(1) a:hover {
    color: #e60012;
  }
  
  .xinwWrap .exciBiao p:nth-child(2) {
    font-family: Teko-Regular,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
    margin-top: -4px;
    font-style: italic;
  }
  
  .xinwWrap .exciCenter {
    display: flex;
    margin-top: 33px;
  }
  
  .xinwWrap .exciImg {
    width: 290px;
    display: block;
    overflow: hidden;
  }
  
  .xinwWrap .exciImg img {
    width: 100%;
    display: block;
  }
  
  .xinwWrap .exciImg:hover img {
    transform: scale(1.2);
  }
  
  .xinwWrap .exciInfo {
    flex: 1;
    margin-left: 66px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2px;
    padding-bottom: 12px;
  }
  
  .xinwWrap .exciTxt {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  
  .xinwWrap .exciBtn {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    margin-top: 10px;
  }
  
  .xinwWrap .exciBtn:hover {
    color: #e60012;
  }
  
  .xinwWrap .pagingBox {
    margin-top: 62px;
  }
  
  .motorWrap {
    margin-top: 38px;
  }
  
  .motorWrap .motoTit {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #333333;
    text-align: center;
  }
  
  .motorWrap .motoList {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .motorWrap .motoItem {
    background-color: #f2f2f2;
    width: 17.44%;
    padding: 74px 28px;
    padding-bottom: 26px;
    text-align: center;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
    margin-right: 3.2%;
    word-break: break-word;
  }
  
  .motorWrap .motoItem a {
    color: #333333;
  }
  
  .motorWrap .motoItem a:hover {
    color: #e60012;
  }
  
  .motorWrap .motoItem span {
    font-size: 34px;
    color: #e60012;
  }
  
  .motorWrap .motoItem p {
    margin-top: 23px;
  }
  
  .motorWrap .motoItem:nth-child(5n) {
    margin-right: 0;
  }
  
  .inquWrap {
    margin-top: 51px;
  }
  
  .inquWrap .inquTit {
    font-family: Teko-SemiBold,Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #333333;
    text-align: center;
  }
  
  .inquWrap .inquForm {
    width: 833px;
    margin: 0 auto;
    margin-top: 43px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
  }
  
  .inquWrap .inquInput {
    width: 48.02%;
    margin-bottom: 22px;
    background-color: rgba(28, 30, 43, 0.06);
    height: 60px;
    padding: 0 22px;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
  }
  
  .inquWrap .inquInput::-webkit-input-placeholder {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
  }
  
  .inquWrap .inquInput:-moz-placeholder {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
  }
  
  .inquWrap .inquInput::-moz-placeholder {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
  }
  
  .inquWrap .inquInput:-ms-input-placeholder {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
  }
  
  .inquWrap .m-formcountry {
    position: relative;
  }
  
  .inquWrap .m-formcountry .drop-btn {
    position: relative;
  }
  
  .inquWrap .m-formcountry .drop-btn i,
  .inquWrap .m-formcountry .drop-btn svg {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666666;
  }
  
  .inquWrap .m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
  }
  
  .inquWrap .m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  .inquWrap .m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
  }
  
  .inquWrap .m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
  }
  
  .inquWrap .m-formcountry .drop-list li {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding: 5px 27px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    color: #999;
  }
  
  .inquWrap .m-formcountry .drop-list li.on {
    background-color: #e0e0e0;
  }
  
  .inquWrap .countryItem {
    width: 48.02%;
  }
  
  .inquWrap .countryItem .inquInput {
    width: 100%;
    margin-bottom: 0;
  }
  
  .inquWrap .vehiItem {
    width: 100%;
    margin-bottom: 22px;
  }
  
  .inquWrap .vehiItem .inquInput {
    width: 100%;
    margin-bottom: 0;
    padding-right: 40px;
  }
  
  .inquWrap .areaItem {
    width: 100%;
    height: 120px;
    background-color: rgba(28, 30, 43, 0.06);
    padding: 18px 22px;
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    margin-bottom: 22px;
  }
  
  .inquWrap .areaItem::-webkit-input-placeholder {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
  }
  
  .inquWrap .areaItem:-moz-placeholder {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
  }
  
  .inquWrap .areaItem::-moz-placeholder {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
  }
  
  .inquWrap .areaItem:-ms-input-placeholder {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
  }
  
  .inquWrap .captItem {
    width: 64.34%;
    background-color: rgba(28, 30, 43, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .inquWrap .captItem .inquInput {
    margin-bottom: 0;
    width: 100%;
    background-color: unset;
  }
  
  .inquWrap .captCode {
    width: 120px;
    cursor: pointer;
    flex-shrink: 0;
  }
  
  .inquWrap .captCode img {
    width: 100%;
    display: block;
  }
  
  .inquWrap .subBtn {
    font-family: Poppins-Regular,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    width: 33.25%;
    height: 60px;
    background-color: #e60012;
    border: 1px solid #e60012;
    cursor: pointer;
    transition: 0.2s;
  }
  
  .inquWrap .subBtn:hover {
    background-color: #ffffff;
    color: #e60012;
  }
  
  .mapWrap {
    margin-top: 77px;
    margin-bottom: 100px;
  }
  
  .mapWrap img {
    width: 100%;
    display: block;
  }
  
  @media (max-width: 1700px) {
    .contSafe {
      width: calc(100% - 160px);
    }
    .navWrap .navList {
      margin-left: 50px;
    }
    .navWrap .navList > li {
      margin-right: 40px;
    }
    .prodWrap .prodList {
      height: 550px;
    }
    .inteWrap .inteInfo {
      padding-right: 80px;
    }
    .inteWrap .inteBlock {
      width: 300px;
    }
    .inteWrap .inteBtn {
      margin-top: 30px;
    }
    .funWrap {
      margin-top: 100px;
    }
    .funWrap .funTit {
      font-size: 60px;
      width: 80%;
    }
    .hasWrap .inteName {
      font-size: 40px;
    }
    .certWrap .certBox img {
      width: 49%;
    }
    .dumpWrap .dumpTit {
      font-size: 40px;
    }
    .dumpWrap .dumpTit::before {
      height: 73px;
    }
    .title54 {
      font-size: 40px;
    }
    .title54::before {
      height: 80px;
      margin-top: 6px;
    }
    .mainWrap .mainRight {
      margin-left: 50px;
    }
    .mainWrap .mainItem p:nth-child(1) {
      font-size: 80px;
    }
  }
  
  @media (max-width: 1280px) {
    .navWrap .navLogo {
      width: 50px;
    }
    .navWrap .navList > li > a {
      font-size: 16px;
    }
    .navWrap .navList > li {
      margin-right: 30px;
      padding: 25px 0px;
    }
    .navWrap .navList > li::before {
      left: -19px;
      width: 14px;
      height: 15px;
    }
    .navWrap .navList {
      margin-left: 30px;
    }
    .navWrap .jianIcon {
      margin-left: 8px;
    }
    .biao60 {
      font-size: 40px;
    }
    .biao60::before {
      width: 40px;
      height: 40px;
      margin-right: 15px;
    }
    .prodWrap {
      padding-top: 50px;
    }
    .prodWrap .prodList {
      margin-top: 30px;
      height: 400px;
    }
    .prodWrap .prodBiao {
      font-size: 24px;
    }
    .prodWrap .prodBiao::before {
      height: 30px;
      width: 3px;
    }
    .prodWrap .prodInfo {
      padding: 30px;
    }
    .prodWrap .prodName {
      font-size: 26px;
    }
    .prodWrap .prodName::before {
      width: 3px;
      left: -10px;
    }
    .prodWrap .prodCont {
      font-size: 15px;
      line-height: 24px;
      margin-top: 10px;
    }
    .chooWrap {
      padding-top: 50px;
    }
    .chooWrap .chooSwiper {
      margin-top: 30px;
    }
    .chooWrap .chooBiao {
      margin-top: 10px;
    }
    .chooWrap .chooName {
      font-size: 28px;
    }
    .inteWrap {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .inteWrap .inteCenter {
      margin-top: 50px;
    }
    .inteWrap .inteName {
      font-size: 30px;
    }
    .inteWrap .inteName::before {
      height: 100%;
      top: 0;
    }
    .inteWrap .inteText {
      font-size: 15px;
      line-height: 26px;
      margin-top: 10px;
    }
    .inteWrap .inteBtn {
      padding: 10px 20px;
      margin-top: 20px;
    }
    .inteWrap .inteInfo {
      margin-left: 50px;
    }
    .inteWrap .inteNum {
      font-size: 60px;
    }
    .inteWrap .numName {
      font-size: 16px;
      margin-top: 5px;
    }
    .inteWrap .inteList {
      margin-top: 30px;
    }
    .useWrap {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .useWrap .useTips {
      font-size: 24px;
      margin-top: 10px;
    }
    .useWrap .useSwiper {
      margin-top: 30px;
    }
    .useWrap .useName {
      font-size: 24px;
      margin-top: 10px;
    }
    .useWrap .useTxt {
      margin-top: 10px;
      font-size: 15px;
      line-height: 26px;
    }
    .useWrap .useBtn {
      margin-top: 10px;
    }
    .exciWrap {
      margin-top: 50px;
    }
    .exciWrap .exciItem {
      padding-bottom: 20px;
      margin-bottom: 30px;
    }
    .exciWrap .exciBiao p:nth-child(1) {
      font-size: 24px;
    }
    .exciWrap .exciBiao p:nth-child(2) {
      margin-top: 0;
    }
    .exciWrap .exciDate p:nth-child(2) {
      margin-top: 0;
    }
    .exciWrap .exciInfo {
      margin-left: 50px;
    }
    .funWrap {
      margin-top: 50px;
    }
    .funWrap .funBox {
      padding: 0;
    }
    .funWrap .funTit {
      font-size: 40px;
      line-height: 1.2;
    }
    .funWrap .funTxt {
      margin-top: 10px;
    }
    .funWrap .funBtn {
      margin-top: 20px;
    }
    .funWrap .funBtn a {
      padding: 10px 20px;
    }
    .footWrap {
      padding-top: 50px;
    }
    .footWrap .footItem {
      margin-top: 0;
    }
    .footWrap .footC {
      margin-top: 0;
    }
    .footWrap .footName {
      font-size: 28px;
    }
    .footWrap .footName::before {
      height: 20px;
      top: 5px;
    }
    .footWrap .footNav {
      margin-top: 20px;
      line-height: 30px !important;
    }
    .footWrap .footNav a {
      margin-bottom: 0 !important;
    }
    .footWrap .footLx {
      margin-top: 20px;
      line-height: 30px;
    }
    .footWrap .footShare a {
      width: 40px;
      height: 40px;
      margin-right: 20px;
    }
    .footWrap .footShare a span {
      line-height: 40px;
      font-size: 18px;
    }
    .footWrap .copyBox {
      margin-top: 30px;
    }
    .sideNav {
      width: 50px;
    }
    .sideNav .sideBox span {
      line-height: 50px;
      font-size: 22px;
    }
    .hasWrap {
      padding-bottom: 300px;
    }
    .hasWrap .inteImg {
      margin-right: 50px;
    }
    .hasWrap .inteInfo {
      padding-top: 0;
    }
    .hasWrap .inteName::before {
      left: calc(50% + 30px);
      height: 55px;
    }
    .hasWrap .inteName {
      font-size: 30px;
    }
    .hasWrap .inteText {
      font-size: 15px;
      line-height: 25px;
      margin-top: 10px;
    }
    .hasWrap .inteNum {
      font-size: 60px;
    }
    .hasWrap .numName {
      font-size: 16px;
      margin-top: 5px;
    }
    .hasWrap .inteList {
      margin-top: 30px;
    }
    .hasVideo .hasTxt {
      margin-top: 20px;
    }
    .hasVideo .hasBtn {
      padding: 10px 20px;
      margin-top: 10px;
    }
    .biao54 {
      font-size: 40px;
    }
    .biao54::before {
      height: 30px;
      margin-top: 5px;
      margin-right: 10px;
    }
    .plantWrap {
      margin-top: 50px;
    }
    .plantWrap .planBlock {
      width: 300px;
    }
    .plantWrap .planTxt {
      margin-top: 10px;
    }
    .plantWrap .planSwiper {
      margin-left: 50px;
    }
    .desiWrap {
      margin-top: 50px;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .desiWrap .desiTxt {
      margin-top: 10px;
    }
    .desiWrap .desiImg {
      margin-right: 30px;
    }
    .publBtn {
      padding: 10px 20px;
    }
    .whoFun {
      margin-top: 50px;
    }
    .histWrap {
      padding-top: 50px;
    }
    .histWrap .histBox {
      margin-top: 30px;
    }
    .histWrap .histBox::after {
      left: 280px;
      bottom: 10px;
    }
    .histWrap .histSwiper1 .swiper-slide-active {
      font-size: 98px;
    }
    .histWrap .histSwiper2 {
      margin-left: 30px;
    }
    .certWrap {
      margin-top: 50px;
    }
    .certWrap .certTxt {
      margin-top: 20px;
    }
    .dumpWrap {
      margin-top: 50px;
      padding-bottom: 50px;
    }
    .dumpWrap .dumpTit {
      font-size: 30px;
    }
    .dumpWrap .dumpTit::before {
      height: 55px;
    }
    .dumpWrap .dumpTxt {
      font-size: 15px;
      line-height: 25px;
      margin-top: 10px;
    }
    .dumpWrap .publBtn {
      margin-top: 10px;
    }
    .title54 {
      font-size: 30px;
    }
    .title54::before {
      height: 60px;
    }
    .largBox .largTxt {
      margin-top: 10px;
    }
    .largBox .largLeft {
      padding-top: 0;
    }
    .largBox .largName {
      font-size: 28px;
    }
    .largBox .largInfo {
      margin-top: 20px;
    }
    .largBox .largItem {
      margin-bottom: 30px;
    }
    .largWrap {
      padding-bottom: 50px;
    }
    .largWrap .chooWrap {
      padding-top: 50px;
    }
    .awardWrap .awarTit {
      font-size: 30px;
    }
    .awardWrap .awardTxt {
      margin-top: 20px;
    }
    .enviWrap {
      margin-top: 50px;
    }
    .enviWrap .enviTit {
      font-size: 30px;
    }
    .enviWrap .enviTit::before {
      width: 45px;
      height: 45px;
      margin-right: 10px;
    }
    .enviWrap .enviTxt {
      padding: 0;
      margin-top: 20px;
    }
    .enviWrap .enviitem {
      padding-bottom: 30px;
      margin-bottom: 30px;
    }
    .whoChoo {
      margin-top: 50px;
    }
    .whoChoo .chooWrap {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .neiBnner .neiTit {
      font-size: 40px;
    }
    .neiBnner .neiTxt {
      margin-top: 10px;
    }
    .neiBnner .publBtn {
      margin-top: 10px;
    }
    .chanWrap {
      margin-top: 50px;
    }
    .chanWrap .pagingWrap {
      margin-top: 0;
    }
    .chanWrap .cateImg {
      width: 140px;
    }
    .chanWrap .cateName {
      font-size: 16px;
      margin-top: 10px;
    }
    .chanWrap .chanCate {
      padding-top: 20px;
      padding-bottom: 30px;
    }
    .chanWrap .chanTxt {
      margin-top: 30px;
    }
    .chanList .chanItem {
      margin-bottom: 30px;
    }
    .chanList .chanBiao {
      margin-top: 10px;
    }
    .chanList .chanName {
      font-size: 24px;
      margin-top: 10px;
    }
    .chanList .chanInfo {
      line-height: 26px;
    }
    .servWrap {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .servWrap .servLeft {
      font-size: 22px;
    }
    .servWrap .servLeft p {
      padding: 15px 20px;
      align-items: center;
    }
    .servWrap .servLeft p::before {
      margin-top: 0;
    }
    .servChoo {
      margin-top: 50px;
    }
    .projChoo {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .chanXiang {
      margin-top: 50px;
      padding-bottom: 250px;
    }
    .chanXiang .cxTit {
      font-size: 40px;
    }
    .chanXiang .chanxBox {
      margin-top: 20px;
    }
    .chanXiang .cxLeft {
      margin-top: 0;
      margin-right: 30px;
    }
    .chanXiang .cxBiao {
      font-size: 24px;
    }
    .chanXiang .cxEdit {
      margin-top: 10px;
      font-size: 15px;
      line-height: 26px;
    }
    .chanXiang .cxEdit table td {
      font-size: 20px;
      padding-bottom: 0px;
    }
    .featWrap {
      padding-top: 250px;
      padding-bottom: 50px;
    }
    .featWrap .featTit {
      font-size: 30px;
    }
    .featWrap .featTit::before {
      width: 34px;
      height: 34px;
    }
    .featWrap .featSwiper {
      margin-top: 30px;
    }
    .featWrap .featName {
      font-size: 18px;
      margin-top: 10px;
    }
    .featWrap .featTxt {
      font-size: 15px;
      line-height: 26px;
      margin-top: 10px;
    }
    .featWrap .featBtn {
      margin-top: 10px;
    }
    .mainWrap {
      margin-top: 50px;
    }
    .mainWrap .mainRight {
      justify-content: flex-end;
    }
    .mainWrap .mainItem p:nth-child(1) {
      font-size: 60px;
    }
    .biao40 {
      font-size: 30px;
    }
    .biao40::before {
      width: 34px;
      height: 34px;
    }
    .partWrap {
      margin-top: 50px;
    }
    .partWrap .partTit {
      font-size: 30px;
    }
    .partWrap .partTxt {
      margin-top: 20px;
    }
    .partWrap .partItem {
      margin-bottom: 30px;
    }
    .tit60 {
      font-size: 40px;
    }
    .faqWrap .faqList {
      margin-top: 30px;
    }
    .faqWrap .faqQues {
      padding: 10px 20px;
      font-size: 24px;
    }
    .faqWrap .faqAnsw {
      margin-top: 20px;
    }
    .faqWrap .faqItem {
      margin-bottom: 30px;
    }
    .faqWrap .pagingBox {
      margin-top: 10px;
    }
    .downWrap .downItem {
      padding: 10px 20px;
      margin-bottom: 20px;
    }
    .downWrap .pagingBox {
      margin-top: 20px;
    }
    .areaWrap .areaTips {
      margin-top: 10px;
    }
    .areaWrap .areaList {
      margin-top: 30px;
    }
    .areaWrap .areaName {
      font-size: 22px;
      margin-top: 10px;
    }
    .areaWrap .areaTxt {
      margin-top: 10px;
      line-height: 24px;
      font-size: 15px;
    }
    .areaWrap .areaBtn {
      font-size: 18px;
      margin-top: 10px;
    }
    .areaWrap .areaItem {
      margin-bottom: 30px;
    }
    .areaWrap .pagingBox {
      margin-top: 0;
    }
    .areaWrap .areaTit {
      font-size: 36px;
    }
    .mineWrap .mineTit {
      font-size: 30px;
    }
    .fenYe {
      margin-top: 30px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .xinwWrap .exciItem {
      padding-bottom: 20px;
      margin-bottom: 30px;
    }
    .xinwWrap .exciBiao p:nth-child(1) {
      font-size: 24px;
    }
    .xinwWrap .exciBiao p:nth-child(2) {
      margin-top: 0;
    }
    .xinwWrap .exciDate p:nth-child(2) {
      margin-top: 0;
    }
    .xinwWrap .exciInfo {
      margin-left: 50px;
    }
    .xinwWrap .pagingBox {
      margin-top: 30px;
    }
    .motorWrap .motoTit {
      font-size: 40px;
    }
    .motorWrap .motoList {
      margin-top: 10px;
    }
    .motorWrap .motoItem {
      padding: 30px 10px;
    }
    .inquWrap .inquTit {
      font-size: 40px;
    }
  }
  
  @media (max-width: 1100px) {
    .navWrap .navList > li {
      margin-right: 20px;
    }
    .navWrap .navList > li::before {
      left: -16px;
      width: 12px;
      height: 13px;
    }
    .navWrap .eartIcon {
      font-size: 18px;
    }
    .navWrap .souBox {
      margin-left: 10px;
    }
  }
  
  @media (max-width: 1000px) {
    .contSafe {
      width: calc(100% - 60px);
    }
    .navWrap {
      padding: 5px 0px;
    }
    .navWrap .navList, .navWrap .souBox {
      display: none;
    }
    .navWrap .menuBtn {
      display: block;
    }
    .navWrap .navLogo {
      width: 45px;
    }
    .bannerSwiper .bannPoint {
      bottom: 10px;
    }
    .bannerSwiper .swiper-pagination-bullet {
      opacity: 1;
      width: 3px;
      height: 12px;
      background-color: #ff0000;
      margin: 0 5px;
      border-radius: 0;
      transition: 0.2s;
    }
    .bannerSwiper .swiper-pagination-bullet-active {
      width: 4px;
      height: 24px;
    }
    .biao60 {
      font-size: 30px;
      justify-content: center;
      text-align: center;
    }
    .biao60::before {
      width: 30px;
      height: 30px;
      display: none;
    }
    .prodWrap {
      padding-top: 30px;
    }
    .prodWrap .prodList {
      height: auto;
      flex-wrap: wrap;
      margin-top: 0px;
    }
    .prodWrap .prodItem {
      width: 49% !important;
      margin-top: 20px;
    }
    .prodWrap .prodBiao {
      display: none;
    }
    .prodWrap .prodInfo {
      position: unset;
      opacity: 1;
      padding: 10px;
    }
    .prodWrap .prodImg {
      height: auto;
    }
    .prodWrap .prodImg img {
      object-fit: fill;
      height: auto;
    }
    .prodWrap .prodName::before {
      display: none;
      font-size: 20px;
    }
    .prodWrap .prodTxt {
      margin-top: 10px;
      font-size: 18px;
    }
    .chooWrap {
      padding-top: 30px;
    }
    .chooWrap .chooTop {
      flex-direction: column;
    }
    .chooWrap .chooQie {
      margin-top: 10px;
    }
    .chooWrap .chooName {
      font-size: 24px;
    }
    .chooWrap .chooTxt {
      font-size: 15px;
      line-height: 24px;
      margin-top: 10px;
    }
    .inteWrap {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .inteWrap .inteCenter {
      margin-top: 20px;
      flex-direction: column;
      padding: 0 30px;
    }
    .inteWrap .inteImg {
      width: 450px;
      margin: 0 auto;
    }
    .inteWrap .inteInfo {
      margin-left: 0;
      padding-right: 0;
      width: 100%;
      flex: unset;
      text-align: center;
      width: 100%;
      margin-top: 10px;
    }
    .inteWrap .inteName::before {
      display: none;
    }
    .inteWrap .inteBlock {
      display: none;
    }
    .inteWrap .inteNum {
      font-size: 40px;
    }
    .useWrap {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .useWrap .useTop {
      flex-direction: column;
    }
    .useWrap .chooQie {
      margin-top: 10px;
    }
    .useWrap .useTips {
      font-size: 20px;
      text-align: center;
    }
    .useWrap .useName {
      font-size: 20px;
    }
    .useWrap .useBtn {
      font-size: 18px;
    }
    .exciWrap {
      margin-top: 30px;
    }
    .exciWrap .exciList {
      margin-top: 30px;
    }
    .exciWrap .exciInfo {
      padding: 0;
      margin-left: 30px;
    }
    .exciWrap .exciImg {
      width: 200px;
    }
    .funWrap .funTit {
      font-size: 30px;
    }
    .footWrap {
      padding-top: 30px;
      padding-bottom: 40px;
    }
    .footWrap .footBox {
      flex-direction: column;
    }
    .footWrap .footLogo {
      width: 100px;
      margin: 0 auto;
      order: 1;
      margin-bottom: 20px;
    }
    .footWrap .footA {
      order: 2;
    }
    .footWrap .footB {
      order: 3;
    }
    .footWrap .footC {
      order: 4;
    }
    .footWrap .footItem {
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px;
    }
    .footWrap .footC {
      width: 100%;
    }
    .footWrap .footName::before {
      display: none;
    }
    .footWrap .footName {
      font-size: 24px;
    }
    .footWrap .kaiIcon {
      display: block;
    }
    .footWrap .footNav {
      margin-top: 10px;
      display: none;
    }
    .footWrap .footLx {
      margin-top: 10px;
    }
    .footWrap .footShare {
      margin-top: 10px;
      justify-content: center;
    }
    .footWrap .footShare a {
      width: 36px;
      height: 36px;
      margin-right: 10px;
    }
    .footWrap .footShare a span {
      line-height: 36px;
    }
    .footWrap .copyBox {
      margin-top: 20px;
      text-align: center;
      padding-top: 10px;
    }
    .sideNav {
      bottom: -1px;
      right: unset;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      top: unset;
      transform: translateY(0);
    }
    .sideNav .sideBox span {
      line-height: 40px;
      font-size: 18px !important;
      color: #ffffff !important;
    }
    .sideNav .sideItem {
      flex: 1;
      width: unset;
      margin: 0;
      height: auto;
      border-radius: 0;
      background-color: #0e0e0e;
    }
    .sideNav .sideItem:hover span {
      color: #ffffff;
    }
    .sideNav .sideItem:last-child .sideBox span {
      line-height: 40px;
      font-size: 20px;
    }
    .sideNav .footBox {
      padding-bottom: 53px;
    }
    .sideNav .wxImg, .sideNav .phoneTxt {
      left: 10px;
      top: unset;
      bottom: calc(100% + 10px);
      transform: translateY(0);
    }
    .crumbsBox {
      padding-top: 20px;
    }
    .hasWrap {
      padding-bottom: 30px;
    }
    .hasWrap .inteCenter {
      margin-top: 30px;
    }
    .hasWrap .inteName::before {
      display: none;
    }
    .hasWrap .inteName {
      font-size: 24px;
    }
    .hasWrap .inteImg {
      margin-right: 30px;
    }
    .hasWrap .inteNum {
      font-size: 40px;
    }
    .hasVideo {
      margin-top: 30px;
    }
    .hasVideo .videoBox {
      margin-top: 0;
    }
    .biao54::before {
      display: none;
    }
    .biao54 {
      font-size: 26px;
      text-align: center;
      justify-content: center;
    }
    .plantWrap {
      margin-top: 30px;
    }
    .plantWrap .planBlock {
      display: none;
    }
    .plantWrap .planSwiper {
      width: 450px;
      margin: 0 auto;
      float: none;
    }
    .plantWrap .planLeft {
      text-align: center;
      margin-top: 10px;
      padding-top: 0;
    }
    .desiWrap {
      margin-top: 30px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .desiWrap .desiImg {
      width: 450px;
      margin: 0 auto;
      float: none;
    }
    .desiWrap .publBtn {
      margin-top: 10px;
    }
    .whoFun {
      margin-top: 30px;
    }
    .histWrap {
      padding-top: 30px;
    }
    .histWrap .histBox {
      flex-direction: column;
    }
    .histWrap .histBox::after {
      display: none;
    }
    .histWrap .histSwiper1 {
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .histWrap .histSwiper1 .swiper-slide {
      text-align: center;
      justify-content: center;
      height: unset;
      font-size: 48px;
    }
    .histWrap .histSwiper1 .swiper-slide-prev {
      margin-bottom: 0;
    }
    .histWrap .histSwiper1 .swiper-slide-next {
      margin-top: 0;
    }
    .histWrap .histSwiper2 {
      margin-top: 20px;
      margin-left: 0;
      width: 100%;
      text-align: center;
    }
    .certWrap {
      margin-top: 30px;
    }
    .certWrap .certTxt {
      margin-top: 10px;
    }
    .certWrap .certBox {
      padding-right: 0;
    }
    .dumpWrap {
      margin-top: 30px;
      flex-direction: column-reverse;
      padding-bottom: 30px;
    }
    .dumpWrap .dumpRight {
      width: 450px;
      margin: 0 auto;
    }
    .dumpWrap .dumpLeft {
      flex: unset;
      margin-right: 0;
      width: 100%;
      text-align: center;
      margin-top: 10px;
    }
    .dumpWrap .dumpTit::before {
      display: none;
    }
    .dumpWrap .dumpTit {
      font-size: 24px;
    }
    .dumpWrap .publBtn {
      margin: 0 auto;
      margin-top: 10px;
    }
    .title54 {
      font-size: 24px;
      justify-content: center;
      text-align: center;
    }
    .title54::before {
      display: none;
    }
    .largBox {
      margin-top: 30px;
    }
    .largBox .title54 {
      width: 100%;
    }
    .largBox .largName::after {
      display: none;
    }
    .largBox .largName {
      font-size: 24px;
    }
    .largBox .largInfo {
      margin-top: 10px;
    }
    .largWrap .chooWrap {
      padding-top: 30px;
    }
    .awardWrap {
      padding-bottom: 30px;
    }
    .awardWrap .awarTit {
      font-size: 24px;
      text-align: center;
    }
    .awardWrap .awarTit::before {
      display: none;
    }
    .awardWrap .awardBox {
      margin-top: 30px;
    }
    .awardWrap .awardTxt {
      padding: 0;
      margin-top: 10px;
    }
    .awardWrap .awarImg {
      margin-top: 20px;
    }
    .enviWrap {
      margin-top: 30px;
    }
    .enviWrap .enviTit::before {
      display: none;
    }
    .enviWrap .enviTit {
      font-size: 24px;
      text-align: center;
      justify-content: center;
    }
    .enviWrap .enviTxt {
      margin-top: 10px;
    }
    .enviWrap .enviitem {
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
    .whoChoo {
      margin-top: 30px;
    }
    .whoChoo .chooWrap {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .neiBnner {
      padding: 50px 0px !important;
      padding-top: 0 !important;
    }
    .neiBnner .neiBox {
      position: unset !important;
    }
    .neiBnner .neiCont {
      margin-top: 30px;
    }
    .neiBnner .crumbsBox {
      position: unset;
      transform: none;
    }
    .neiBnner .neiTit {
      font-size: 30px;
    }
    .chanWrap {
      margin-top: 30px;
    }
    .chanWrap .cateImg {
      width: 120px;
    }
    .chanWrap .chanTxt {
      margin-top: 20px;
    }
    .chanWrap .chanBtn {
      margin-top: 10px;
      text-align: center;
    }
    .chanList {
      margin-top: 30px;
    }
    .chanList .chanBiao {
      font-size: 18px;
    }
    .chanList .chanBiao::before {
      height: 15px;
      margin-top: 1px;
    }
    .chanList .chanName {
      font-size: 20px;
    }
    .pagingBox a {
      min-width: 36px;
      height: 36px;
      line-height: 36px;
    }
    .pagingWrap {
      flex-direction: column;
    }
    .pagingWrap .pagSub {
      margin-left: 0;
    }
    .servWrap {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .servWrap .servBox {
      flex-direction: column;
    }
    .servWrap .servLeft {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .servWrap .servLeft p::before {
      display: none;
    }
    .servWrap .servLeft p {
      justify-content: center;
      text-align: center;
      width: 32%;
      margin-bottom: 10px;
      background-color: #ffffff;
    }
    .servWrap .servLeft::after {
      width: 32%;
      content: '';
    }
    .servWrap .servRight {
      width: 100%;
      margin-top: 20px;
    }
    .servWrap .servBtn {
      justify-content: center;
    }
    .servChoo {
      margin-top: 30px;
    }
    .projChoo {
      margin-top: 30px;
    }
    .chanXiang {
      margin-top: 30px;
      padding-bottom: 30px;
    }
    .chanXiang .cxTit {
      font-size: 30px;
      text-align: center;
    }
    .chanXiang .chanxBox {
      flex-direction: column-reverse;
    }
    .chanXiang .cxRight {
      width: 450px;
      margin: 0 auto;
    }
    .chanXiang .cxLeft {
      flex: unset;
      margin-right: 0;
      width: 100%;
      margin-top: 10px;
    }
    .chanXiang .cxBiao {
      font-size: 22px;
      text-align: center;
    }
    .chanXiang .cxVideo {
      position: unset;
      margin-top: 20px;
      transform: translateY(0);
    }
    .featWrap {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .featWrap .featTop {
      flex-direction: column;
    }
    .featWrap .chooQie {
      margin-top: 10px;
    }
    .featWrap .featTit::before {
      display: none;
    }
    .featWrap .featTit {
      font-size: 24px;
      text-align: center;
      justify-content: center;
    }
    .mainWrap {
      flex-direction: column;
      margin-top: 30px;
    }
    .mainWrap .mainLeft {
      width: 100%;
    }
    .mainWrap .mainTxt {
      margin-left: 0;
      text-align: center;
      margin-top: 10px;
    }
    .mainWrap .mainRight {
      justify-content: center;
      flex: unset;
      width: 100%;
      margin: 0;
      margin-top: 10px;
    }
    .mainWrap .mainItem:nth-child(even) {
      margin-top: 0;
    }
    .mainWrap .mainItem p:nth-child(1) {
      font-size: 40px;
    }
    .mainWrap .mainItem p:nth-child(2) {
      margin-top: 10px;
      font-size: 16px;
    }
    .biao40::before {
      display: none;
    }
    .biao40 {
      justify-content: center;
      text-align: center;
      width: 100%;
    }
    .custWrap {
      margin-top: 30px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .custWrap .custTxt {
      margin-left: 0;
      margin-top: 10px;
      text-align: center;
    }
    .custWrap .publBtn {
      margin: 0 auto;
      margin-top: 10px;
    }
    .partWrap {
      margin-top: 30px;
    }
    .partWrap .partTit {
      font-size: 24px;
      text-align: center;
      justify-content: center;
    }
    .partWrap .partTit::before {
      display: none;
    }
    .partWrap .partTxt {
      margin-top: 10px;
      text-align: center;
    }
    .tit60 {
      font-size: 30px;
    }
    .faqWrap {
      margin-top: 30px;
    }
    .faqWrap .faqList {
      margin-top: 20px;
    }
    .faqWrap .faqQues {
      font-size: 20px;
    }
    .faqWrap .answName {
      font-size: 24px;
    }
    .faqWrap .faqAnsw {
      margin-top: 10px;
    }
    .faqWrap .faqItem {
      margin-bottom: 20px;
    }
    .downWrap {
      margin-top: 20px;
    }
    .downWrap .downList {
      margin-top: 20px;
    }
    .downWrap .downItem {
      padding: 5px 10px;
    }
    .areaWrap {
      margin-top: 20px;
    }
    .areaWrap .areaTit {
      font-size: 24px;
    }
    .areaWrap .areaName {
      font-size: 20px;
    }
    .mineWrap {
      margin-top: 20px;
    }
    .mineWrap .mineTit {
      text-align: center;
      justify-content: center;
      font-size: 24px;
    }
    .mineWrap .mineTit::before {
      display: none;
    }
    .mineWrap .mineTxt {
      margin-top: 10px;
    }
    .fenYe {
      font-size: 20px;
      margin-top: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .xinwWrap {
      margin-top: 30px;
    }
    .xinwWrap .exciInfo {
      padding: 0;
      margin-left: 30px;
    }
    .xinwWrap .exciImg {
      width: 200px;
    }
    .motorWrap {
      margin-top: 20px;
    }
    .motorWrap .motoTit {
      font-size: 30px;
    }
    .motorWrap .motoList {
      justify-content: space-between;
    }
    .motorWrap .motoList::after {
      width: 32%;
      content: '';
    }
    .motorWrap .motoItem {
      width: 32%;
      margin-right: 0;
    }
    .inquWrap {
      margin-top: 30px;
    }
    .inquWrap .inquTit {
      font-size: 30px;
    }
    .inquWrap .inquForm {
      width: 100%;
      margin-top: 30px;
    }
    .inquWrap .inquInput {
      height: 40px;
    }
    .inquWrap .subBtn {
      height: 40px;
    }
    .mapWrap {
      margin-top: 50px;
      margin-bottom: 50px;
    }
  }
  
  @media (max-width: 750px) {
    .contSafe {
      width: calc(100% - 30px);
    }
    .biao60 {
      font-size: 26px;
    }
    .inteWrap .inteList {
      margin-top: 0;
    }
    .inteWrap .inteItem {
      width: 49%;
      margin-top: 20px;
    }
    .inteWrap .inteCenter {
      padding: 0 15px;
    }
    .funWrap .funTit {
      font-size: 24px;
    }
    .funWrap .funTxt {
      font-size: 15px;
      line-height: 26px;
    }
    .funWrap .funBtn {
      flex-direction: column;
      margin-top: 10px;
      align-items: center;
    }
    .funWrap .funBtn a {
      margin-right: 0;
      margin-top: 10px;
      width: max-content;
      max-width: 100%;
    }
    .hasWrap .inteList {
      margin-top: 0;
    }
    .hasWrap .inteItem {
      width: 49%;
      margin-top: 20px;
    }
    .neiBnner {
      padding-bottom: 30px !important;
    }
    .neiBnner .neiTit {
      font-size: 24px;
    }
    .chanWrap .cateItem {
      max-width: unset;
      width: 49%;
      margin-bottom: 20px;
    }
    .chanWrap .chanCate {
      padding-bottom: 0;
    }
    .chanWrap .cateImg {
      width: 90%;
    }
    .chanList .chanItem {
      width: 49%;
    }
    .chanList .chanCheck a {
      font-size: 14px;
      padding: 10px;
    }
    .servWrap .servLeft p {
      width: 49%;
    }
    .servWrap .servBtn a {
      margin-right: 20px;
    }
    .chanXiang .cxTit {
      font-size: 24px;
    }
    .motorWrap .motoItem {
      width: 49%;
      padding: 20px 10px;
    }
    .motorWrap .motoItem span {
      font-size: 28px;
    }
    .motorWrap .motoItem p {
      margin-top: 10px;
    }
    .motorWrap .motoTit {
      font-size: 24px;
    }
  }
  
  @media (max-width: 500px) {
    .prodWrap .prodItem {
      width: 100% !important;
    }
    .prodWrap .prodInfo {
      text-align: center;
    }
    .chooWrap .swiper-slide {
      text-align: center;
    }
    .chooWrap .chooBiao {
      justify-content: center;
    }
    .inteWrap .inteImg {
      width: 100%;
    }
    .useWrap .swiper-slide {
      text-align: center;
    }
    .exciWrap .exciBiao p:nth-child(1) {
      font-size: 20px;
    }
    .exciWrap .exciCenter {
      flex-direction: column;
      margin-top: 20px;
    }
    .exciWrap .exciImg {
      width: 100%;
    }
    .exciWrap .exciInfo {
      margin-left: 0;
      margin-top: 10px;
      text-align: center;
    }
    .exciWrap .exciTop {
      flex-direction: column;
      align-items: center;
    }
    .exciWrap .exciBiao {
      margin-left: 0;
      width: 100%;
      flex: unset;
      text-align: center;
      margin-top: 10px;
    }
    .exciWrap .exciList {
      margin-top: 20px;
    }
    .hasWrap .inteImg {
      width: 100%;
      margin-right: 0;
      float: none;
    }
    .hasWrap .inteInfo {
      margin-top: 10px;
    }
    .hasVideo .videoBox .bofang img {
      width: 50px;
    }
    .plantWrap .planSwiper {
      width: 100%;
    }
    .desiWrap .desiImg {
      width: 100%;
    }
    .histWrap .histSwiper1 .swiper-slide {
      font-size: 36px;
    }
    .histWrap .histBox {
      margin-top: 20px;
    }
    .certWrap .certBox {
      flex-direction: column;
    }
    .certWrap .certBox img {
      width: 100%;
    }
    .dumpWrap .dumpRight {
      width: 100%;
    }
    .largBox .largRight {
      width: 100%;
      float: none !important;
      margin: 0 !important;
    }
    .largBox .largLeft {
      margin-top: 10px;
    }
    .largBox .largName {
      text-align: center;
    }
    .awardWrap .awarImg {
      width: 100%;
    }
    .servWrap .servLeft p {
      width: 100%;
    }
    .chanXiang .cxRight {
      width: 100%;
    }
    .chanXiang .cxBo img {
      width: 40px;
    }
    .featWrap .featImg {
      width: 100%;
    }
    .featWrap .swiper-slide {
      text-align: center;
    }
    .mainWrap .mainRight {
      flex-direction: column;
      margin-top: 0;
    }
    .mainWrap .mainItem {
      width: 100%;
      padding: 0;
      padding-top: 20px;
    }
    .downWrap .downItem {
      flex-direction: column;
      padding: 10px;
    }
    .downWrap .downItem p {
      text-align: center;
    }
    .downWrap .downRight {
      margin-left: 0;
      margin-top: 10px;
    }
    .xinwWrap .exciBiao p:nth-child(1) {
      font-size: 20px;
    }
    .xinwWrap .exciCenter {
      flex-direction: column;
      margin-top: 20px;
    }
    .xinwWrap .exciImg {
      width: 100%;
    }
    .xinwWrap .exciInfo {
      margin-left: 0;
      margin-top: 10px;
      text-align: center;
    }
    .xinwWrap .exciTop {
      flex-direction: column;
      align-items: center;
    }
    .xinwWrap .exciBiao {
      margin-left: 0;
      width: 100%;
      flex: unset;
      text-align: center;
      margin-top: 10px;
    }
    .inquWrap .inquInput {
      width: 100%;
    }
    .inquWrap .countryItem {
      width: 100%;
      margin-bottom: 22px;
    }
    .inquWrap .captItem {
      width: 100%;
      margin-bottom: 22px;
    }
    .inquWrap .subBtn {
      width: 100%;
    }
  }
  
  @font-face {
    font-family: 'Teko-Regular';
    font-display: swap;
    src: url("../fonts/TekoRegular2.eot");
    src: url("../fonts/TekoRegular2.eot") format("embedded-opentype"), url("../fonts/TekoRegular2.woff2") format("woff2"), url("../fonts/TekoRegular2.woff") format("woff"), url("../fonts/TekoRegular2.ttf") format("truetype"), url("../fonts/TekoRegular2.svg#TekoRegular2") format("svg");
  }
  
  @font-face {
    font-family: 'Teko-SemiBold';
    font-display: swap;
    src: url("../fonts/TekoSemiBold6.eot");
    src: url("../fonts/TekoSemiBold6.eot") format("embedded-opentype"), url("../fonts/TekoSemiBold6.woff2") format("woff2"), url("../fonts/TekoSemiBold6.woff") format("woff"), url("../fonts/TekoSemiBold6.ttf") format("truetype"), url("../fonts/TekoSemiBold6.svg#TekoSemiBold6") format("svg");
  }
  
  @font-face {
    font-family: 'Poppins-Regular';
    font-display: swap;
    src: url("../fonts/PoppinsRegular.eot");
    src: url("../fonts/PoppinsRegular.eot") format("embedded-opentype"), url("../fonts/PoppinsRegular.woff2") format("woff2"), url("../fonts/PoppinsRegular.woff") format("woff"), url("../fonts/PoppinsRegular.ttf") format("truetype"), url("../fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");
  }
  
  @font-face {
    font-family: "iconfont";
    font-display: swap;
    src: url("../fonts/iconfont.woff2?t=1739780559979") format("woff2"), url("../fonts/iconfont.woff?t=1739780559979") format("woff"), url("../fonts/iconfont.ttf?t=1739780559979") format("truetype");
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-display: swap;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-shouji1:before {
    content: "\e692";
  }
  
  .icon-email2:before {
    content: "\e664";
  }
  
  .icon-jtou2-copy-copy:before {
    content: "\ec6a";
  }
  
  .icon-pinterest1:before {
    content: "\ec55";
  }
  
  .icon-xiajiantou:before {
    content: "\e609";
  }
  
  .icon-edit:before {
    content: "\e611";
  }
  
  .icon-facebook:before {
    content: "\e620";
  }
  
  .icon-pinterest:before {
    content: "\e8ab";
  }
  
  .icon-linkedin:before {
    content: "\e648";
  }
  
  .icon-youtube:before {
    content: "\e6d6";
  }
  
  .icon-twitter:before {
    content: "\e607";
  }
  
  .icon-bigger:before {
    content: "\e647";
  }
  
  .icon-left:before {
    content: "\e72c";
  }
  
  .icon-right:before {
    content: "\e72d";
  }
  
  .icon-up1:before {
    content: "\e72e";
  }
  
  .icon-bottom1:before {
    content: "\e72f";
  }
  
  .icon-left1:before {
    content: "\e730";
  }
  
  .icon-right1:before {
    content: "\e731";
  }
  
  .icon-up:before {
    content: "\e73e";
  }
  
  .icon-bottom:before {
    content: "\e73f";
  }
  
  .icon-instagram:before {
    content: "\e79d";
  }
  
  .icon-tumblr:before {
    content: "\e79e";
  }
  
  .icon-download:before {
    content: "\e7a0";
  }
  
  .icon-download1:before {
    content: "\e7a7";
  }
  
  .icon-search4:before {
    content: "\e7b2";
  }
  
  .icon-address:before {
    content: "\e7bc";
  }
  
  .icon-email:before {
    content: "\e7bd";
  }
  
  .icon-contact:before {
    content: "\e7be";
  }
  
  .icon-whatsapp:before {
    content: "\e7bf";
  }
  
  .icon-fax:before {
    content: "\e7c2";
  }
  
  .icon-mobile:before {
    content: "\e7c6";
  }
  
  .icon-phone:before {
    content: "\e7c8";
  }
  
  .icon-tel:before {
    content: "\e7c7";
  }
  
  .icon-phone1:before {
    content: "\e7cb";
  }
  
  .icon-skype:before {
    content: "\e7cc";
  }
  
  .icon-whatsapp1:before {
    content: "\e7c1";
  }
  
  .icon-address1:before {
    content: "\e7c3";
  }
  
  .icon-contact1:before {
    content: "\e7c4";
  }
  
  .icon-email1:before {
    content: "\e7c5";
  }
  
  .icon-skype1:before {
    content: "\e7c9";
  }
  
  .icon-fax1:before {
    content: "\e7ca";
  }
  
  .icon-qq:before {
    content: "\e7ce";
  }
  
  .icon-tel1:before {
    content: "\e7cd";
  }
  
  .icon-wechat:before {
    content: "\e7cf";
  }
  
  .icon-phone2:before {
    content: "\e7d0";
  }
  
  .icon-message:before {
    content: "\e7da";
  }
  
  .icon-calendar:before {
    content: "\e7e1";
  }
  
  .icon-calendar1:before {
    content: "\e7e3";
  }
  
  .icon-top:before {
    content: "\e7ed";
  }
  
  .icon-youbian:before {
    content: "\e60f";
  }
  
  .icon-jian2:before {
    content: "\e600";
  }
  
  .icon-jia2:before {
    content: "\e608";
  }
  
  .icon-vk:before {
    content: "\e735";
  }
  
  .icon-instagram1:before {
    content: "\e640";
  }
  
  .icon-up7:before {
    content: "\e722";
  }
  
  .icon-bottom7:before {
    content: "\e723";
  }
  
  .icon-left7:before {
    content: "\e724";
  }
  
  .icon-right7:before {
    content: "\e725";
  }
  
  .icon-sousuo4:before {
    content: "\e610";
  }
  
  .icon-sousuo:before {
    content: "\e616";
  }
  
  .icon-sousuo1:before {
    content: "\e65b";
  }
  
  .icon-shangchuan:before {
    content: "\e602";
  }
  
  .icon-top2:before {
    content: "\e637";
  }
  
  .icon-biaoqian:before {
    content: "\e649";
  }
  
  .icon-twitter3:before {
    content: "\e7fd";
  }
  
  .icon-twitter4:before {
    content: "\e7fe";
  }
  
  .icon-twitter-new2:before {
    content: "\e800";
  }
  
  .icon-twitter-new:before {
    content: "\e7ff";
  }
  
  .icon-tiktok:before {
    content: "\e8db";
  }
  
  .icon-delete:before {
    content: "\e69d";
  }
  
  .icon-chahao:before {
    content: "\e617";
  }
  
  .icon-earth:before {
    content: "\e6d5";
  }
  
  .icon-earth1:before {
    content: "\e781";
  }
  
  .icon-chahao1:before {
    content: "\e60e";
  }
  
  .icon-sousuoxiao:before {
    content: "\e6c6";
  }
  
  .icon-xialajiantouxiao-copy-copy:before {
    content: "\ec63";
  }
  
  .icon-xialajiantouxiao-copy-copy-copy:before {
    content: "\ec64";
  }
  
  .icon-jia:before {
    content: "\e642";
  }
  
  .icon-jian:before {
    content: "\e643";
  }
  
  .icon-sanjiao:before {
    content: "\e612";
  }
  
  .icon-user:before {
    content: "\e89a";
  }
  
  .icon-youxiang1:before {
    content: "\e613";
  }
  
  .icon-bianji:before {
    content: "\e603";
  }
  
  .icon-home1:before {
    content: "\e614";
  }
  
  .icon-youxiang:before {
    content: "\e605";
  }
  
  .icon-kefu:before {
    content: "\ec2e";
  }
  
  .icon-instagram2:before {
    content: "\e6fc";
  }
  
  .icon-jiahao1:before {
    content: "\e727";
  }
  
  .icon-jianhao:before {
    content: "\e63b";
  }
  
  .icon-rili:before {
    content: "\e8b4";
  }
  
  .icon-phoneLoudspeaker2:before {
    content: "\e969";
  }
  
  .icon-shoujitianchong:before {
    content: "\e6b9";
  }
  
  .icon-youxiang2:before {
    content: "\e632";
  }
  
  .icon-dianhua1:before {
    content: "\e8c3";
  }
  
  .icon-sanjiaoxia:before {
    content: "\e644";
  }
  
  .icon-youjiantou:before {
    content: "\e625";
  }
  
  .icon-youjiantou-copy:before {
    content: "\ec65";
  }
  
  .icon-a-16jijianfasong:before {
    content: "\e67d";
  }
  
  .icon-home:before {
    content: "\e821";
  }
  
  .icon-duigou:before {
    content: "\e663";
  }
  
  .icon-jiantou_xiangyou:before {
    content: "\eb08";
  }
  
  .icon-xiazai:before {
    content: "\e66d";
  }
  
  .icon-sousuo3:before {
    content: "\e604";
  }
  
  .icon-right-copy:before {
    content: "\ec66";
  }
  
  .icon-triangle-right:before {
    content: "\e62c";
  }
  
  .icon-bofang:before {
    content: "\e615";
  }
  
  .icon-xiazai1:before {
    content: "\e618";
  }
  
  .icon-dianhuatianchong:before {
    content: "\e678";
  }
  
  .icon-dianhua:before {
    content: "\e62f";
  }
  
  .icon-weixin:before {
    content: "\e638";
  }
  
  .icon-youxiang3:before {
    content: "\e633";
  }
  
  .icon-right-copy-copy:before {
    content: "\ec67";
  }
  
  .icon-youxiang4:before {
    content: "\e66b";
  }
  
  .icon-shouji:before {
    content: "\e655";
  }
  
  .icon-dianhua3:before {
    content: "\e8ad";
  }
  
  .icon-weizhi:before {
    content: "\e601";
  }
  
  .icon-bofang1:before {
    content: "\e624";
  }
  
  .icon-dizhi:before {
    content: "\e606";
  }
  
  .icon-sousuo2:before {
    content: "\e619";
  }
  
  .icon-earth2:before {
    content: "\e8f9";
  }
  
  .icon-jtou2:before {
    content: "\e653";
  }
  
  .icon-jtou2-copy:before {
    content: "\ec68";
  }
  
  .icon-jiantou1-copy-copy:before {
    content: "\e8b1";
  }
  
  .icon-shijian:before {
    content: "\e8b8";
  }
  
  .icon-dianhua2:before {
    content: "\e842";
  }
  
  .icon-weizhi_2:before {
    content: "\e6fe";
  }
  
  .icon-pdf:before {
    content: "\e740";
  }
  
  .servWrap .publBtn {
  margin: 0;
  margin-top: 10px;
  transition: 0.2s;
  cursor: pointer;
}
.image3{
    text-align: center;
}

.share-img{
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
}
.share-img .sharethis-inline-share-buttons{
    width: 40%;
}
.chanXiang #share_container .st-btn{
    height: 38px !important;
    width: 38px !important;
    line-height: 30px !important;
}
.chanXiang #share_container .st-btn img{
    height: 28px;
    width: 28px;
}