* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 62.5%;
    height: 100%;
}

img {
    transition: all 550ms;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    max-width: 100%;
    border: none;
}

ul li {
    list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
    margin: 0;
    padding: 0;
    list-style: none;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 62.5%;
    height: 100%;
}

img {
    transition: all 550ms;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    max-width: 100%;
    border: none;
}

ul li {
    list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 550ms;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
}

body {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    overflow-x: hidden;
    font-family: "MicrosoftYaHei", arial, helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    background: #ffffff;
}

::-moz-selection {
    color: #fff;
    background: #458e46;
}

::selection {
    color: #fff;
    background: #458e46;
}

.table {
    width: 100%;
    overflow: auto;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    line-height: 22px;
}

.table table tr td {
    border: 1px solid #f2f2f2;
    padding: 12px 5px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.table table tr:first-child td {
    background: #ffd1a5;
    font-weight: bold;
}

.table table tr td:first-child {
    font-weight: bold;
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

#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);
    transition: opacity 0.5s ease;
    z-index: 100000000000000000000000000000000000000;
}

#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;
    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;
    transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight 0.4s ease-out;
    animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft 0.4s ease-out;
    animation: bounceFromLeft 0.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;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
    right: 2%;
    display: block !important;
}

.baguetteBox-button#previous-button {
    left: 2%;
    display: block !important;
}

.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;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4331142 */
    src: url("../fonts/iconfont.woff2?t=1700186123850") format("woff2"), url("../fonts/iconfont.woff?t=1700186123850") format("woff"), url("../fonts/iconfont.ttf?t=1700186123850") format("truetype");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-jiantou_qiehuanzuo:before {
    content: "\eb06";
}

.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-jiantou_youshang:before {
    content: "\eb0b";
}

.icon-changjiantou-youshang:before {
    content: "\e7d1";
}

.icon-home:before {
    content: "\e624";
}

.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";
}

/**
  * Swiper 10.3.0
  * 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: September 21, 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;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -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 {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    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 {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    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 {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -ms-transform-origin: 50%;
    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 {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@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: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-transform-origin: center;
    transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-lock {
    display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -ms-transform: scale(0.33);
    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;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    -ms-transform-origin: 100% 0;
    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: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    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 {
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

/* fangdajing start */
.zoomPad {
    position: relative;
    float: left;
    z-index: 90;
    cursor: crosshair;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    /*opacity:0.5;*/
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 0%;
    top: 30px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #999;
    /* addd */
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    display: block;
}

/* fangdajing end */
.m-mobilenav {
    display: none;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: flex;
        height: 100%;
        height: 40px;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 18px;
        left: 2.5%;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #419c47;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: calc(100% - 60px);
        width: 100%;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 12px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        display: block;
        line-height: 26px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #FFFFFF;
        -ms-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        transition-delay: 550ms;
    }

    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }
}

img {
    max-width: 100%;
    border: 0px solid #ccc;
}

.banner {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
}

.banner .slick-arrow {
    position: absolute;
    z-index: 99;
    display: block !important;
    top: 50%;
    margin-top: -31px;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner .slick-dots {
    position: absolute;
    z-index: 999999;
    right: 0px;
    top: 36%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    color: #ffffff;
    width: 77px;
    margin-right: 24px;
    text-align: center;
}

.banner .slick-dots li {
    margin: 32px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    opacity: 0.3;
    position: relative;
}

.banner .slick-dots li::before {
    position: absolute;
    content: "";
    width: 37px;
    top: 50%;
    left: 100%;
    margin-left: 16px;
    height: 1px;
    background: #ffffff;
    opacity: 0;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active a {
    cursor: pointer;
}

.banner .slick-dots a {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner.hide {
    display: none;
}

@media screen and (max-width: 959px) {
    .banner .slick-dots {
        top: 20%;
    }

    .banner .slick-dots li {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner2 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-dots {
        width: 100%;
        top: 20%;
        display: block;
        bottom: 6px;
        top: auto;
        margin-right: 0px;
    }

    .banner .slick-dots li {
        margin: 10px;
    }

    .banner .slick-dots li::before {
        display: none;
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots .slide-count {
    display: none;
}

.slick-slide {
    position: relative;
}

.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9 \0;
}

@media screen and (max-width: 991px) {
    .slick-slide video {
        -o-object-position: inherit;
        object-position: inherit;
        -o-object-fit: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}

.pcduan {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1420px) {
    .pcduan {
        width: 95%;
    }
}

.header-logo {
    max-width: 175px;
    min-width: 175px;
}

.logo {
    width: 100%;
}

.header-mid {
    width: 60.7142857143%;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-ul>li {
    position: relative;
}

.header-ul>li .dh-pro {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 4px;
}

.header-ul>li .dh-pro .dh-pro-ul {
    width: 200px;
    background-color: #f5f5f5;
}

.header-ul>li .dh-pro .dh-pro-ul>li {
    color: #333333;
}

.header-ul>li .dh-pro .dh-pro-ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.header-ul>li .dh-pro .dh-pro-ul>li ul {
    position: absolute;
    left: 100%;
    width: 340px;
    background-color: #fff;
    height: calc(100% - 4px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: none;
    top: 4px;
}

.header-ul>li .dh-pro .dh-pro-ul>li ul>li {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 4%;
}

.header-ul>li .dh-pro .dh-pro-ul>li ul>li .img {
    width: 42px;
    height: 42px;
    font-size: 0px;
    text-align: center;
}

.header-ul>li .dh-pro .dh-pro-ul>li ul>li .img img {
    height: 100%;
}

.header-ul>li .dh-pro .dh-pro-ul>li ul>li .img-text {
    font-size: 14px;
    color: #333333;
    margin-top: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
    text-align: center;
}

.header-ul>li .dh-pro .dh-pro-ul>li:hover,
.header-ul>li .dh-pro .dh-pro-ul>li.active {
    background-color: #458e46;
}

.header-ul>li .dh-pro .dh-pro-ul>li:hover a,
.header-ul>li .dh-pro .dh-pro-ul>li.active a {
    color: #fff;
}

.header-ul>li .dh-pro .dh-pro-ul>li:hover>ul,
.header-ul>li .dh-pro .dh-pro-ul>li.active>ul {
    display: flex;
}

.header-ul>li:hover .dh-pro {
    display: block;
}

.header-ul>li>a {
    display: block;
    text-align: center;
    padding: 34px 12px;
    padding-bottom: 35px;
    border-bottom: 2px solid transparent;
}

.header-ul>li>a:hover,
.header-ul>li>a.active {
    color: #458e46;
    border-bottom: 2px solid #f7c35f;
}

.header-ul a {
    color: #333333;
}

.video-text {
    max-width: 742px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 87px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.video-text a {
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-text a span {
    width: 71px;
    height: 2px;
    background-color: #ffffff;
}

.video-text p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 7px;
    margin-top: 24px;
}

@media screen and (max-width: 991px) {
    .video-text {
        bottom: 20px;
    }

    .video-text a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video-text a {
        font-size: 30px;
    }

    .video-text a span {
        width: 30px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .video-text p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
        letter-spacing: 4px;
    }
}

@media screen and (max-width: 767px) {
    .video-text {
        bottom: 50px;
    }

    .video-text a {
        font-size: 20px;
        line-height: 24px;
    }

    .video-text p {
        font-size: 12px;
    }
}

@media screen and (max-width: 470px) {
    .video-text p {
        display: none;
    }

    .video-text a {
        font-size: 16px;
    }

    .video-text a span {
        width: 14px;
    }
}

.Language-div a {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.Language-div a:hover {
    color: #458e46;
    font-weight: bold;
}

.Language-div a.active {
    color: #458e46;
    font-weight: bold;
}

input {
    outline: none;
}

.header-right {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right .search-div>a>i {
    cursor: pointer;
}

.search-div {
    position: relative;
}

.search-div div {
    right: 0px;
    top: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    overflow: hidden;
}

.search-div div form {
    padding: 0 10px;
    width: 240px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border: 1px solid #458e46;
    z-index: 4;
}

.search-div div form input {
    height: 100%;
    background-color: transparent;
    width: 100%;
    border: 0px;
}

.search-div div form .sub {
    width: 40px;
    background-color: transparent;
    height: 100%;
    cursor: pointer;
    position: relative;
    font-size: 0px;
    z-index: 2;
}

.search-div div form i {
    position: absolute;
    z-index: 1;
    right: 25px;
}

.search-div div.active {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    height: 40px;
}

.nav {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: #fff;
}

.banner-image {
    padding-top: 90px;
}

@media screen and (max-width: 999px) {
    .header-mid {
        display: none;
    }

    .nav {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header {
        justify-content: center;
    }

    .header-right {
        width: 100px;
        position: absolute;
        right: 2.5%;
    }

    .banner-image {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .header-right {
        width: auto;
    }

    .header-right .search-div {
        display: none;
    }
}

.footer {
    background-color: #1f1f1f;
    padding-top: 69px;
    padding-bottom: 74px;
}

.footer>.pcduan {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-logo {
    display: block;
    font-size: 0px;
    margin-bottom: 61px;
}

.footer-left {
    width: 25.0714285714%;
}

.footer-left>p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer-left .address-div {
    color: #fff;
    margin-top: 50px;
}

.footer-left .address-div span {
    font-size: 18px;
    line-height: 32px;
    display: block;
}

.footer-left .address-div p {
    font-size: 16px;
    margin-top: 6px;
}

.footer-left .address-div p i {
    color: #fff;
    margin-right: 10px;
}

.right-div-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 56px;
    margin-top: 5px;
    display: block;
}

.right-div-title:hover {
    color: #458e46;
}

.footer-right-div ul li {
    display: flex;
    align-items: flex-start;
}

.footer-right-div ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    display: block;
}

.footer-right-div ul li p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer-right-div ul li p:nth-child(1) {
    margin-top: 8px;
}

.footer-right-div ul li a:hover {
    color: #458e46;
}

.footer-right-div ul li span {
    color: #fff;
    line-height: 46px;
}

.footer-right {
    width: 56.0714285714%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-right-div:nth-child(1) ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-right-div:nth-child(1) ul li {
    width: 38%;
}

.footer-right-div:nth-child(2) {
    margin-left: -10%;
}

.reanod {
    display: inline;
    font-size: 0px;
}

.cop-div {
    margin-top: 59px;
    padding-top: 45px;
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid rgba(153, 153, 153, 0.26);
}

.cop-div p a {
    color: #fff;
}

.cop-div p a:hover {
    color: #458e46;
}

.share-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-footer a {
    cursor: pointer;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.share-footer a i {
    color: #1f1f1f;
    font-size: 32px;
}

.share-footer .ewmclick img {
    position: absolute;
    bottom: 50px;
    display: none;
}

.share-footer .ewmclick.active img {
    display: block;
}

@media screen and (max-width: 1100px) {
    .footer-right {
        width: 65%;
    }

    .footer-right-div:nth-child(1) ul li {
        width: 50%;
    }
}

@media screen and (max-width: 930px) {
    .footer-left {
        width: 100%;
    }

    .footer-left .address-div {
        margin-top: 10px;
    }

    .footer-right {
        display: none;
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .footer .footer-logo {
        margin-bottom: 10px;
    }

    .cop-div {
        margin-top: 10px;
        padding-top: 10px;
        line-height: 26px;
        flex-wrap: wrap;
    }

    .cop-div p {
        width: 100%;
        text-align: center;
    }

    .cop-div .share-footer {
        width: 100%;
    }

    .cop-div .share-footer a {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer-left>p {
        font-size: 14px;
        line-height: 26px;
    }

    .footer-left .address-div span {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-left .address-div p {
        font-size: 14px;
        line-height: 24px;
    }

    .cop-div p {
        font-size: 1.4rem;
    }

    .share-footer a {
        width: 36px;
        height: 36px;
    }

    .share-footer a i {
        font-size: 20px;
    }
}

.page-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page-title-left {
    position: relative;
    max-width: 48%;
}

.page-title-left a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-title-left a:hover {
    color: #458e46;
}

.page-title-left .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    color: #333333;
}

.page-title-left .ertitle {
    font-size: 18px;
    line-height: 30px;
    color: #458e46;
    margin-top: 8px;
}

.page-title-left::before {
    content: "";
    position: absolute;
    width: 71px;
    height: 2px;
    background-color: #458e46;
    left: -91px;
    top: 24px;
}

.page-title-right {
    max-width: 48%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-title-right a {
    line-height: 48px;
    display: block;
    width: 150px;
    max-width: 150px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
    border: solid 2px #458e46;
}

.page-title-right a:hover {
    background: #316232;
    color: #fff;
    border-color: #316232;
}

.page-title-right :nth-child(1) {
    letter-spacing: 0px;
    color: #ffffff;
    background-color: #458e46;
    border-radius: 27px 25px 27px 25px;
}

.page-title-right :nth-child(2) {
    color: #333333;
    background-color: #f7c35f;
    border-radius: 27px 25px 27px 25px;
    margin-left: 20px;
    border-color: #f7c35f;
}

.page-pro {
    padding-top: 100px;
}

.pro-swiper {
    position: relative;
    margin-top: 43px;
}

.pro-swiper .swiper-button-prev,
.pro-swiper .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: -18px;
}

.pro-swiper .swiper-button-next {
    right: -46px;
}

.pro-swiper .swiper-button-prev {
    left: -46px;
}

.pro-swiper .swiper-button-prev::after {
    content: "\e72c";
    font-family: "iconfont";
    font-size: 20px;
    color: #d1d1d1;
    font-weight: bold;
}

.pro-swiper .swiper-button-next::after {
    content: "\e72d";
    font-family: "iconfont";
    font-size: 20px;
    color: #d1d1d1;
    font-weight: bold;
}

.pro-swiper .swiper-button-next:hover::after,
.pro-swiper .swiper-button-prev:hover::after {
    color: #458e46;
}

.pageswiperpro .swiper-img {
    display: block;
    font-size: 0px;
    overflow: hidden;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
    background-blend-mode: normal, normal;
    border-radius: 8px;
}

.pageswiperpro .swiper-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pageswiperpro .swiper-pagination {
    margin-top: 50px;
    bottom: 0px;
    top: auto;
    background-color: transparent;
    height: 6px;
    position: relative;
}

.pageswiperpro .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #458e46;
}

.pageswiperpro .swiper-pagination::before {
    position: absolute;
    left: 0px;
    top: calc(50% - 1px);
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e4e4e4;
}

.swiper-pro-title {
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-pro-title>a {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-pro-title h2 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-pro-title h2 a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-pro-title a {
    min-width: 33px;
    min-height: 35px;
}

.swiper-pro-title a i {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    border-radius: 50%;
    background-color: #f3f3f3;
    font-size: 20px;
    color: #458e46;
}

.swiper-pro-title a i:hover {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    color: #fff;
    background-color: #458e46;
}

.swiper-pro-title :hover {
    color: #458e46;
}

@media screen and (max-width: 1600px) {
    .page-title-left::before {
        width: 40px;
        left: -60px;
    }
}

@media screen and (max-width: 1500px) {
    .pageswiperpro .swiper-pagination {
        width: calc(100% - 70px);
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .pro-swiper .swiper-button-next {
        right: 0px;
    }

    .pro-swiper .swiper-button-prev {
        left: 0px;
    }

    .page-title-left::before {
        width: 30px;
        left: -40px;
    }
}

@media screen and (max-width: 991px) {
    .page-pro {
        padding-top: 40px;
    }

    .pro-swiper {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pageswiperpro .swiper-pagination {
        margin-top: 20px;
    }

    .page-title-left .title {
        font-size: 24px;
        line-height: 30px;
    }

    .page-title-left .ertitle {
        font-size: 12px;
        line-height: 20px;
    }

    .page-title-left::before {
        left: -14px;
        width: 10px;
        top: 12px;
    }

    .page-title-right a {
        max-width: 100px;
        font-size: 12px;
        line-height: 30px;
    }

    .swiper-pro-title {
        margin-top: 10px;
    }

    .swiper-pro-title a {
        font-size: 14px;
        min-width: 26px;
    }

    .swiper-pro-title a i {
        width: 26px;
        height: 26px;
        font-size: 16px;
    }

    .swiper-pro-title h2 a {
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    .page-pro {
        padding-top: 20px;
    }

    .page-title {
        flex-wrap: wrap;
    }

    .page-title div {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .page-title-right {
        justify-content: center;
        margin-top: 6px;
    }

    .page-title-right a {
        margin-left: 4px;
        margin-right: 4px;
    }

    .page-title-left::before {
        display: none;
    }
}

.page-about {
    margin-top: 104px;
    padding-top: 81px;
    padding-bottom: 100px;
    background: rgba(243, 243, 243, 0.66) url(../images/pulandotm.png) left no-repeat;
}

.page-about .page-title .page-title-right :nth-child(2) {
    color: #458e46;
    background-color: transparent;
    border-radius: 27px 25px 27px 25px;
    border: solid 2px rgb(69, 142, 70);
}

.page-about .page-title .page-title-right :hover {
    background: #316232;
    border-color: #316232;
    color: #fff;
}

.page-about-left {
    max-width: 586px;
    overflow: hidden;
    margin-top: 23px;
}

.page-about-left>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}

.page-about-left> :nth-child(1) {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-about-left> :nth-child(2) {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page-about-left>a:hover {
    color: #458e46;
}

.page-about-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 76px;
}

.page-about-div {
    width: 31%;
    margin-bottom: 52px;
}

.page-about-div a {
    display: block;
    font-weight: bold;
    font-size: 40px;
    color: #458e46;
}

.page-about-div a sup {
    font-size: 24px;
}

.page-about-div p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-top: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-about-div:nth-child(2) {
    width: 38%;
    padding-left: 12%;
    border-left: 1px solid rgba(187, 189, 191, 0.3);
    border-right: 1px solid rgba(187, 189, 191, 0.3);
}

.page-about-div:nth-child(3) {
    padding-left: 12%;
}

.page-about-div:nth-child(5) {
    width: 38%;
    padding-left: 12%;
    border-left: 1px solid rgba(187, 189, 191, 0.3);
}

.page-about-right {
    width: 49.53%;
    border-radius: 40px 0px 40px 0px;
    overflow: hidden;
}

.page-about-mid {
    display: flex;
    justify-content: flex-start;
    flex-flow: row-reverse;
    margin-top: 34px;
}

.page-about-right {
    margin-left: 6%;
}

.page-about-right .swiper-slide {
    position: relative;
    padding-bottom: 57.4%;
}

.page-about-right .swiper-slide div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-about-right .swiper-slide div iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-about-right .swiper-slide div video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pageswiperabout .swiper-pagination {
    text-align: right;
    bottom: 26px;
}

.pageswiperabout .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: solid 2px #fff;
    opacity: 0.6;
    background-color: transparent;
    margin: 0;
    margin-right: 40px;
}

.pageswiperabout .swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #fff;
    opacity: 1;
    background-color: #fff;
}

@media screen and (max-width: 1380px) {
    .page-about-left {
        width: 42%;
        margin-left: 2.5%;
    }
}

@media screen and (max-width: 1080px) {
    .page-about-div a {
        font-size: 36px;
    }

    .page-about-div:nth-child(3),
    .page-about-div:nth-child(2),
    .page-about-div:nth-child(5) {
        padding-left: 8%;
    }
}

@media screen and (max-width: 991px) {
    .page-about {
        padding-top: 40px;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .page-about-mid {
        flex-wrap: wrap;
    }

    .page-about-div {
        margin-bottom: 30px;
    }

    .page-about-right {
        width: 95%;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-about-left {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        text-align: center;
    }

    .page-about-div:nth-child(3),
    .page-about-div:nth-child(2),
    .page-about-div:nth-child(5) {
        padding: 0px;
    }

    .page-about-details {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .page-about-left>a {
        font-size: 14px;
    }

    .page-about-div a {
        font-size: 26px;
    }

    .page-about-div p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 520px) {
    .page-about-div a {
        font-size: 20px;
    }

    .page-about-div a sup {
        font-size: 14px;
    }

    .page-about-div p {
        font-size: 14px;
        line-height: 20px;
    }
}

.page-custom {
    padding-top: 70px;
}

.page-custom-left {
    margin-top: 112px;
}

.page-custom-left ul li {
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 39px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-custom-left ul li p {
    width: 39px;
    visibility: hidden;
    border-top: solid 1px rgb(69, 142, 70);
}

.page-custom-left ul li span {
    visibility: hidden;
    width: 10px;
    height: 10px;
    border: solid 1px rgb(69, 142, 70);
    border-radius: 50%;
    margin-right: 20px;
}

.page-custom-left ul li.active {
    font-weight: bold;
    color: #333333;
}

.page-custom-left ul li.active p {
    visibility: visible;
}

.page-custom-left ul li.active span {
    visibility: visible;
}

.page-custom-right {
    width: 70.7%;
    margin-left: 9.4%;
    margin-top: 70px;
}

.pageswipercustom1 .swiper-img,
.pageswipercustom2 .swiper-img,
.pageswipercustom3 .swiper-img {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    font-size: 0px;
}

.pageswipercustom1 .swiper-img img:hover,
.pageswipercustom2 .swiper-img img:hover,
.pageswipercustom3 .swiper-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pageswipercustom1 .swiper-pro-title,
.pageswipercustom2 .swiper-pro-title,
.pageswipercustom3 .swiper-pro-title {
    margin-top: 16px;
}

.pageswipercustom1 .swiper-pro-title a,
.pageswipercustom2 .swiper-pro-title a,
.pageswipercustom3 .swiper-pro-title a {
    color: #fff;
}

.pageswipercustom1 .swiper-pro-title a i,
.pageswipercustom2 .swiper-pro-title a i,
.pageswipercustom3 .swiper-pro-title a i {
    color: #fff;
    background-color: transparent;
    border: solid 2px #ffffff;
}

.pageswipercustom1 .swiper-pro-title a:hover,
.pageswipercustom2 .swiper-pro-title a:hover,
.pageswipercustom3 .swiper-pro-title a:hover {
    color: #fff;
}

.pageswipercustom1 .swiper-pro-title a:hover i,
.pageswipercustom2 .swiper-pro-title a:hover i,
.pageswipercustom3 .swiper-pro-title a:hover i {
    background-color: #fff;
    color: #458e46;
}

.page-custom-tab {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(to bottom, white 0%, white 58.8%, #458e46 58.8%, #458e46 100%);
    padding-bottom: 107px;
}

.cut-tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cut-tab .swiper-button-prev,
.cut-tab .swiper-button-next {
    position: unset;
    width: 42px;
    height: 42px;
    border: solid 2px #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 139px;
}

.cut-tab .swiper-button-prev::after {
    content: "\e72c";
    font-family: "iconfont";
    font-size: 20px;
    color: #fff;
}

.cut-tab .swiper-button-next::after {
    content: "\e72d";
    font-family: "iconfont";
    font-size: 20px;
    color: #fff;
}

.cut-tab .swiper-button-next:hover::after,
.cut-tab .swiper-button-prev:hover::after {
    color: #458e46;
}

.cut-tab .swiper-button-prev:hover,
.cut-tab .swiper-button-next:hover {
    background: #f7c35f;
    border-color: #f7c35f;
}

.cut-tab .swiper-button-prev {
    margin-right: 21px;
}

@media screen and (max-width: 1600px) {

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        margin-top: 60px;
    }

    .page-custom-right {
        width: 77%;
    }
}

@media screen and (max-width: 1280px) {
    .page-custom-tab {
        padding-bottom: 80px;
    }

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .page-custom {
        padding-top: 30px;
    }

    .page-custom-tab {
        display: flex;
        justify-content: space-between;
    }

    .page-custom-left {
        margin-top: 80px;
        margin-left: 2.5%;
    }

    .page-custom-right {
        margin-left: 0px;
        margin-top: 36px;
    }

    .page-custom-left {
        margin-top: 50px;
    }

    .page-custom-tab {
        padding-bottom: 30px;
        background: linear-gradient(to bottom, white 0%, white 70%, #458e46 70%, #458e46 100%);
    }

    .cut-tab {
        padding-top: 30px;
    }

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        margin-top: 0px;
    }

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        width: 36px;
        height: 36px;
    }

    .page-custom-left ul li {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .cut-tab {
        padding-top: 0px;
    }

    .page-custom-tab {
        flex-wrap: wrap;
    }

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        width: 30px;
        height: 30px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .page-custom-left {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .page-custom-left ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-custom-left ul li {
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .page-custom-left ul li span {
        margin-right: 4px;
    }

    .page-custom-left ul li p {
        width: 20px;
    }

    .page-custom-right {
        margin-top: 10px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .cut-tab {
        justify-content: center;
    }

    .cut-tab .swiper-button-prev::after,
    .cut-tab .swiper-button-next::after {
        color: #458e46;
    }

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        border-color: #458e46;
    }
}

@media screen and (max-width: 400px) {
    .page-custom-left ul li {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.page-process {
    background-color: rgba(243, 243, 243, 0.66);
    padding-top: 81px;
    padding-bottom: 85px;
}

.page-process .page-title-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-process .page-title-left .page-process-div {
    cursor: pointer;
}

.page-process .page-title-left .page-process-div .title {
    font-size: 30px;
    font-weight: 400;
    color: #666666;
}

.page-process .page-title-left .page-process-div .ertitle {
    font-size: 18px;
    color: #999999;
}

.page-process .page-title-left .active .title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.page-process .page-title-left .active .ertitle {
    color: #458e46;
}

.page-process .page-title-left .page-process-div:nth-child(2) {
    margin-left: 72px;
}

@media screen and (max-width: 991px) {
    .page-process {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .page-process .page-title-left .page-process-div .title {
        font-size: 24px;
    }

    .page-process .page-title-left .page-process-div .ertitle {
        font-size: 12px;
    }

    .page-process .page-title-left .active .title {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
    }

    .page-process .page-title-left .active .ertitle {
        color: #458e46;
    }

    .page-process .page-title-left .page-process-div:nth-child(2) {
        margin-left: 72px;
    }
}

@media screen and (max-width: 460px) {
    .page-process .page-title-left .page-process-div:nth-child(2) {
        margin-left: 0px;
    }

    .page-process .page-title-left {
        justify-content: space-between;
    }
}

.process-tab-img {
    display: block;
    font-size: 0px;
    border-radius: 16px;
    overflow: hidden;
}

.process-tab-img :hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.process-tab-content:nth-child(1) div {
    width: 48.4285714286%;
}

.process-tab-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 77px;
}

.process-tab-content div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.process-tab-content div .process-tab-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    display: block;
    margin-top: 19px;
    width: 100%;
}

.process-tab-content div .process-tab-title:hover {
    color: #458e46;
}

.process-tab-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    border: solid 2px #458e46;
    border-radius: 50%;
    margin-bottom: 16px;
    text-align: center;
}

.process-tab-content:nth-child(2) {
    padding-bottom: 14px;
}

.process-tab-content:nth-child(2) div {
    text-align: center;
    width: 32% !important;
}

.process-tab-content:nth-child(2) div:nth-child(1) {
    width: 27.1428571429%;
}

.process-tab-content:nth-child(2) div:nth-child(2) {
    width: 21.4285714286%;
}

.process-tab-content:nth-child(2) div:nth-child(2) {
    position: relative;
}

.process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before {
    content: "";
    width: 261px;
    border-bottom: 3px dotted #333333;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    right: 100%;
    opacity: 0.3;
    position: absolute;
}

.process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
    content: "";
    width: 261px;
    border-bottom: 3px dotted #333333;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    left: 100%;
    opacity: 0.3;
    position: absolute;
}

@media screen and (max-width: 1420px) {

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before,
    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
        width: 70%;
    }

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
        left: 100%;
    }

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before {
        right: 100%;
    }
}

@media screen and (max-width: 1180px) {

    .process-tab-content:nth-child(2) div:nth-child(1),
    .process-tab-content:nth-child(2) div:nth-child(2),
    .process-tab-content:nth-child(2) div:nth-child(3) {
        width: 32%;
    }

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
        left: 80%;
    }

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before {
        right: 80%;
    }

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before,
    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .process-tab-content {
        margin-top: 30px;
    }

    .page-process {
        padding-bottom: 20px;
    }

    .process-tab-flow {
        width: 100px;
        height: 100px;
    }

    .process-tab-flow img {
        max-width: 60%;
    }
}

@media screen and (max-width: 767px) {

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before,
    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
        width: 50%;
        display: none;
    }

    .process-tab-content div .process-tab-title {
        margin-top: 0px;
        font-size: 14px;
    }

    .process-tab-content {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .page-process {
        padding-bottom: 10px;
    }

    .process-tab-content {
        flex-wrap: wrap;
    }

    .process-tab-content:nth-child(2) {
        flex-wrap: wrap;
    }

    .process-tab-content:nth-child(2) div {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .process-tab-content:nth-child(1) div {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
}

.page-news {
    padding-top: 82px;
    padding-bottom: 100px;
}

.page-news-content {
    width: 86.4583%;
    margin-top: 42px;
    position: relative;
}

.page-news-img {
    overflow: hidden;
    font-size: 0px;
    width: 57.2891566265%;
    background-color: #458e46;
    border-radius: 40px 0px 40px 0px;
}

.page-news-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.page-newsswiper-right {
    margin-top: 36px;
    width: 37.9%;
}

.page-newsswiper-right .page-newsright-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-newsswiper-right p {
    font-size: 16px;
    line-height: 32px;
    color: #458e46;
    margin-top: 18px;
    margin-bottom: 19px;
}

.page-newsswiper-right .page-newsright-content {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.page-newsswiper-right a:hover {
    color: #458e46;
}

.pageswipernews .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pageswipernews .swiper-pagination .swiper-pagination-bullet {
    font-size: 18px;
    line-height: 24px;
    color: #ccc;
    background: transparent;
    width: auto;
    height: auto;
    opacity: 1;
    margin-right: 35px;
    position: relative;
}

.pageswipernews .swiper-pagination .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 2px;
    background-color: #ccc;
    top: calc(50% - 2px);
    left: 180%;
}

.pageswipernews .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0px;
}

.pageswipernews .swiper-pagination .swiper-pagination-bullet:last-child::before {
    display: none;
}

.pageswipernews .swiper-pagination .swiper-pagination-bullet-active {
    color: #333333;
    font-weight: bold;
}

.cut-div {
    position: absolute;
    bottom: 8px;
    left: 62%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cut-div .swiper-pagination {
    width: auto;
    position: unset;
    margin-left: 34px;
    margin-right: 34px;
}

.cut-div .swiper-button-prev,
.cut-div .swiper-button-next {
    position: unset;
    width: auto;
    height: auto;
    margin: 0px;
}

.cut-div .swiper-button-prev i,
.cut-div .swiper-button-next i {
    font-size: 30px;
    color: #d1d1d1;
}

.cut-div .swiper-button-prev i:hover,
.cut-div .swiper-button-next i:hover {
    color: #458e46;
}

.cut-div .swiper-button-next i {
    display: block;
    transform: rotateY(180deg);
}

.cut-div .swiper-button-prev::after,
.cut-div .swiper-button-next::after {
    display: none;
}

@media screen and (max-width: 1550px) {
    .page-news-content {
        width: 95%;
    }
}

@media screen and (max-width: 1400px) {
    .pageswipernews .swiper-slide {
        align-items: center;
    }

    .page-newsswiper-right {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .cut-div {
        bottom: 0px;
    }
}

@media screen and (max-width: 991px) {
    .page-news {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-news-content {
        margin-top: 20px;
    }

    .pageswipernews .swiper-slide {
        flex-wrap: wrap;
    }

    .pageswipernews .swiper-slide .page-news-img {
        width: 100%;
        text-align: center;
    }

    .page-news-content {
        margin-left: auto;
        margin-right: auto;
    }

    .page-newsswiper-right {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .page-newsswiper-right p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cut-div {
        position: unset;
    }
}

@media screen and (max-width: 767px) {
    .page-newsswiper-right .page-newsright-title {
        line-height: 30px;
        font-size: 20px;
    }

    .page-newsswiper-right p {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 20px;
        font-size: 14px;
    }

    .page-newsswiper-right .page-newsright-content {
        font-size: 14px;
        line-height: 24px;
    }

    .pageswipernews .swiper-pagination .swiper-pagination-bullet {
        font-size: 16px;
        margin-right: 20px;
    }

    .pageswipernews .swiper-pagination .swiper-pagination-bullet::before {
        left: 150%;
    }

    .cut-div .swiper-pagination {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.page-video {
    padding-top: 80px;
    background-color: rgba(243, 243, 243, 0.66);
}

.page-video .page-title .page-video-title-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-video .page-title .page-video-title-right .swiper-button-next,
.page-video .page-title .page-video-title-right .swiper-button-prev {
    position: unset;
    background: transparent;
    width: 46px;
    height: 46px;
    border: solid 2px #458e46;
    border-radius: 50%;
    margin: 0;
    color: #458e46;
}

.page-video .page-title .page-video-title-right .swiper-button-next {
    margin-left: 21px;
}

.page-video .page-title .page-video-title-right .swiper-button-next:hover,
.page-video .page-title .page-video-title-right .swiper-button-prev:hover {
    background: #458e46;
    color: #fff;
}

.page-video .page-title .page-video-title-right .swiper-button-next::after,
.page-video .page-title .page-video-title-right .swiper-button-prev::after {
    display: none;
}

.page-videoswiper {
    margin-top: 32px;
}

.page-videoswiper .swiper-slide {
    padding-top: 40px;
}

.page-videoswiper .swiper-slide-active .pagevideo-img img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    margin-top: -15px;
}

.page-videoswiper .swiper-slide-active .pagevideo-title {
    padding-top: 17px;
}

.page-videoswiper .pagevideo-img {
    display: block;
    font-size: 0px;
}

.page-videoswiper .pagevideo-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 14px;
}

.page-videoswiper .pagevideo-title:hover {
    color: #458e46;
}

.page-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 53px;
    padding-bottom: 78px;
}

.page-more a {
    max-width: 150px;
    width: 100%;
    border-radius: 27px 25px 27px 25px;
    border: solid 2px #458e46;
    background: #fff;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 48px;
    color: #458e46;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

.page-more :nth-child(1) {
    background: #458e46;
    color: #fff;
}

.page-more a:hover {
    color: #458e46;
    background: #316232;
    border-color: #316232;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .page-video {
        padding-top: 20px;
    }

    .page-videoswiper {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {

    .page-video .page-title .page-video-title-right .swiper-button-next,
    .page-video .page-title .page-video-title-right .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .page-videoswiper {
        margin-top: 0px;
    }

    .page-more {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .page-more a {
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100px;
        line-height: 30px;
    }

    .page-videoswiper .swiper-slide-active .pagevideo-img img {
        margin-top: -8px;
    }

    .page-videoswiper .swiper-slide-active .pagevideo-title {
        padding-top: 8px;
        font-size: 14px;
        text-align: center;
    }

    .page-videoswiper .pagevideo-title {
        text-align: center;
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    .page-video .page-title .page-video-title-right {
        width: 100%;
        justify-content: center;
    }

    .page-video .page-title .page-video-title-right .swiper-button-prev,
    .page-video .page-title .page-video-title-right .swiper-button-next {
        margin-left: 4px;
        margin-right: 4px;
    }
}

.page-banner {
    margin-top: 90px;
    position: relative;
}

.page-banner>p {
    display: block;
    font-size: 0px;
}

.page-banner>.page-banner-div {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.page-banner>.page-banner-div>span {
    font-weight: bold;
    display: block;
    font-size: 64px;
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: #458e46;
    opacity: 1;
    letter-spacing: -4px;
}

.page-banner>.page-banner-div>p {
    color: #fff;
    margin-top: 13px;
}

.page-banner>.page-banner-div>p a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.page-banner>.page-banner-div>p a.active,
.page-banner>.page-banner-div>p a:hover {
    color: #f7c35f;
}

@media screen and (max-width: 991px) {
    .page-banner {
        margin-top: 60px;
    }

    .page-banner>.page-banner-div>span {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .page-banner>.page-banner-div>p a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .page-banner>.page-banner-div {
        text-align: center;
    }

    .page-banner>.page-banner-div>span {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .page-banner>.page-banner-div>p {
        margin-top: 10px;
    }

    .page-banner>.page-banner-div>p a {
        font-size: 12px;
    }
}

@media screen and (max-width: 550px) {
    .page-banner {
        height: 150px;
        background: url("../images/pagebanner.png") no-repeat;
        background-size: cover;
    }

    .page-banner>p {
        display: none;
    }
}

.pro-cen-left {
    width: 28.5714285714%;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
    border-radius: 8px;
    font-size: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-cen-left img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-cen-right {
    padding: 20px 6.6%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 69.2857142857%;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
    border-radius: 8px;
}

.pro-cen-right>div {
    margin-top: -4px;
}

.pro-cen-right .pro-cen-right-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 30px;
}

.pro-cen-right .pro-cen-right-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 54px;
}

.pro-cen-right .pro-cen-right-more {
    display: block;
    max-width: 150px;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #458e46;
    border-radius: 27px 25px 27px 25px;
    font-size: 16px;
    font-weight: normal;
    line-height: 52px;
    color: #ffffff;
    text-align: center;
}

.pro-cen-right:hover {
    background: #458e46;
}

.pro-cen-right:hover a {
    color: #fff;
}

.pro-cen-right:hover .pro-cen-right-more {
    background: #fff;
    color: #458e46;
}

.pro-cen .pro-cen-div {
    display: flex;
    align-items: inherit;
    justify-content: space-between;
    margin-top: 60px;
}

.pro-cen .pro-cen-div:nth-child(2n) {
    flex-flow: row-reverse;
}

@media screen and (max-width: 991px) {
    .pro-cen-right .pro-cen-right-content {
        margin-bottom: 30px;
    }

    .pro-cen .pro-cen-div {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .pro-cen .pro-cen-div {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .pro-cen-right .pro-cen-right-title {
        font-size: 20px;
    }

    .pro-cen-right .pro-cen-right-more {
        max-width: 100px;
        font-size: 12px;
        line-height: 34px;
    }

    .pro-cen-right .pro-cen-right-content {
        font-size: 12px;
    }

    .pro-cen .pro-cen-div,
    .pro-cen .pro-cen-div:nth-child(2n) {
        flex-wrap: wrap;
    }

    .pro-cen-right .pro-cen-right-more {
        margin-left: auto;
        margin-right: auto;
    }

    .pro-cen-right>div {
        margin-top: 0px;
        text-align: center;
    }

    .pro-cen-left {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .pro-cen-right {
        width: 100%;
        margin-top: 10px;
    }
}

.pro-cen-contact {
    background: url(../images/procenbg.png) no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding-top: 4.6%;
    padding-bottom: 3.4%;
}

.pro-cen-contact a:hover {
    color: #333;
}

.pro-cen-contact-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 46px;
    font-weight: bold;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    margin-bottom: 29px;
}

.pro-cen-contact-ertitle {
    max-width: 784px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 45px;
}

.pro-cen-contact-lxwm {
    display: block;
    max-width: 203px;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #f7c35f;
    border-radius: 27px;
    font-size: 16px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pro-cen-contact-lxwm:hover {
    background-color: #fff;
}

.procenter {
    padding-top: 74px;
}

@media screen and (max-width: 991px) {
    .procenter {
        padding-top: 20px;
    }

    .pro-cen-contact {
        margin-top: 30px;
    }

    .pro-cen-contact-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .pro-cen-contact-ertitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pro-cen-contact-lxwm {
        max-width: 100px;
        line-height: 30px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .pro-cen-contact-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .pro-cen-contact-ertitle {
        font-size: 12px;
        line-height: 20px;
    }
}

.pro-list-top {
    background: #f7f7f7;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 60px;
}

.pro-list-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pro-list-nav a {
    max-width: 190px;
    text-align: center;
    margin-right: 4.6%;
    display: block;
    width: 100%;
    background-color: transparent;
    border-radius: 26px 24px 26px 24px;
    color: #333333;
    font-size: 20px;
    padding-left: 6px;
    padding-right: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    padding-top: 11px;
    padding-bottom: 9px;
}

.pro-list-nav a.active,
.pro-list-nav a:hover {
    color: #ffffff;
    background-color: #458e46;
}

.pro-list-img-div {
    position: relative;
    padding-bottom: 124.4%;
    border-radius: 8px;
    overflow: hidden;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
}

.pro-list-img {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0px;
    position: absolute;
    border-radius: 8px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-list-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-list-div {
    width: 23.2857142857%;
    margin-bottom: 30px;
    margin-left: 2.2857142857%;
}

.nomargin {
    margin-left: 0px;
}

.pro-list-div:hover .list-icon i {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    background: #458e46;
    color: #fff;
}

.pro-list-div:hover .pro-list-inquiry .inquiry {
    background: #458e46;
    color: #fff;
}

.pro-list-title {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 23px;
}

.pro-list-title .list-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro-list-title .list-icon {
    display: block;
}

.pro-list-title .list-icon i {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #f3f3f3;
    color: #458e46;
    font-size: 20px;
}

.pro-list-inquiry {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pro-list-inquiry .check {
    width: 15px;
    height: 15px;
    background-color: #e3e3e3;
    cursor: pointer;
}

.pro-list-inquiry .inquiry {
    cursor: pointer;
    display: block;
    text-align: center;
    max-width: 150px;
    font-size: 16px;
    line-height: 32px;
    padding-top: 4px;
    padding-bottom: 3px;
    color: #458e46;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #f3f3f3;
    border-radius: 21px 19px 21px 19px;
    margin-left: 10px;
    border: 0px;
}

.pro-list-content {
    display: flex;
    align-items: initial;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/*-------------page-start--------------------------------------------------------------------*/
.page {
    width: 100%;
    clear: both;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 100px;
    width: 100%;
    margin-top: 52px;
}

.page a {
    display: inline-block;
    color: #333333;
    margin: 6px 4px;
    width: 37px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    background-color: #ffffff;
}

.page a.big {
    color: #333333;
}

.page a.next {
    color: #333333;
}

.page a:hover,
.page a.page-active {
    background-color: #f7c35f;
    color: #ffffff;
}

.page a.omit {
    background: transparent;
    position: relative;
    top: -4px;
}

.page a.omit:hover {
    color: #333333;
}

@media only screen and (max-width: 1219px) {
    .page a {
        font-size: 14px;
    }
}

.page .add-form {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    padding-right: 20px;
    background: url(../images/atb.png) no-repeat right center;
}

.page .add-form .add-btn {
    text-align: center;
    cursor: pointer;
    width: 193px;
    height: 44px;
    background-color: #f7c35f;
    border: 0px;
    font-size: 18px;
    color: #ffffff;
}

.page .add-form .add-btn:hover {
    background-color: #fff;
    color: #333333;
}

.products-page {
    margin-top: 21px;
}

@media only screen and (max-width: 1219px) {
    .page .add-form {
        margin-left: 5px;
    }
}

/*-------------page-end--------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
    .pro-list-top {
        margin-bottom: 30px;
    }

    .pro-list-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page {
        margin-top: 20px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .pro-list-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pro-list-nav a {
        max-width: auto;
        width: 23%;
        line-height: 24px;
        font-size: 16px;
        margin: 0px;
    }

    .pro-list-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pro-list-title .list-name {
        font-size: 16px;
    }

    .pro-list-div {
        width: 32%;
        margin-left: 0px;
    }

    .pro-list-content {
        justify-content: space-around;
    }

    .pro-list-inquiry .inquiry {
        max-width: 100px;
        font-size: 14px;
    }

    .page .add-form .add-btn {
        height: 36px;
        width: 140px;
        font-size: 16px;
    }

    .page a {
        margin-top: 4px;
    }
}

@media screen and (max-width: 480px) {
    .pro-list-content {
        justify-content: space-between;
    }

    .pro-list-top {
        margin-bottom: 10px;
    }

    .pro-list-div {
        margin-bottom: 20px;
    }

    .pro-list-div {
        width: 49%;
    }

    .pro-list-nav {
        flex-wrap: wrap;
    }

    .pro-list-nav a {
        max-width: 100%;
        width: 49%;
        margin-bottom: 4px;
    }
}

.pro-details-small {
    margin-left: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-details-small .swiper-button-prev,
.pro-details-small .swiper-button-next {
    position: unset;
    width: auto;
    height: auto;
    margin: 0px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border: solid 2px #458e46;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #458e46;
}

.pro-details-small .swiper-button-prev,
.pro-details-small .swiper-button-next {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pro-details-small .swiper-button-prev:hover,
.pro-details-small .swiper-button-next:hover {
    background: #458e46;
    color: #fff;
}

.pro-details-small .swiper-button-prev::after,
.pro-details-small .swiper-button-next::after {
    display: none;
}

.pro-details-left {
    max-width: 674px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}

.pro-details-small {
    width: 100%;
    max-width: 145px;
    max-height: 645px;
    height: 100%;
}

.prodetailsswiper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.prodetailsswiper .swiper-wrapper {
    height: 100%;
    max-height: 556px;
}

.prodetailsswiper .swiper-slide {
    width: 145px;
    max-height: 180px;
    min-height: 180px;
    max-width: 180px;
}

.prodetailsswiper .swiper-slide img {
    border: solid 2px transparent;
    border-radius: 8px;
}

.prodetailsswiper .swiper-slide .zoomThumbActive img {
    border: 2px solid #458e46;
}

.prodetailsswiper .swiper-wrapper .swiper-slide.active img {
    border-color: #458e46;
}

.pro-details-img {
    display: block;
    font-size: 0px;
    cursor: pointer;
}

.pro-details-left img {
    transition: all 0ms;
    -webkit-transition: all 0ms;
    -o-transition: all 0ms;
    -moz-transition: all 0ms;
}

.pro-details {
    margin-top: 60px;
    display: flex;
    align-items: initial;
    justify-content: space-between;
}

.pro-details-materials h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-bottom: 40px;
}

.pro-details-materials strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
}

.pro-details-materials p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.materials-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.materials-footer a {
    max-width: 151px;
    width: 100%;
    border-radius: 27px 25px 27px 25px;
    border: solid 2px #458e46;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #458e46;
    line-height: 24px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.materials-footer .meterxun {
    background: #458e46;
    color: #fff;
    margin-right: 8.6%;
}

.materials-footer a:hover {
    background: #316232;
    border-color: #316232;
    color: #fff;
}

.materials-footer>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.materials-footer>div span {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.pro-details-right {
    width: 47.9285714286%;
    margin-left: 2%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .pro-details {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .pro-details-right {
        width: 100%;
    }

    .pro-details-left {
        max-width: 974px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .zoomWindow,
    .zoomPup {
        display: none !important;
    }

    .zoomPad {
        cursor: auto;
    }

    .pro-details-materials {
        width: 100%;
    }

    .materials-footer {
        margin-top: 30px;
    }

    .materials-footer a {
        max-width: 120px;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .pro-details-materials h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pro-details-materials {
        text-align: center;
    }

    .pro-details-materials strong {
        font-size: 14px;
        line-height: 20px;
    }

    .pro-details-materials p {
        font-size: 12px;
        line-height: 20px;
    }

    .materials-footer {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .materials-footer div {
        margin-bottom: 6px;
        justify-content: center;
    }

    .materials-footer a {
        max-width: 100px;
        line-height: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

@media screen and (max-width: 600px) {
    .pro-details-big {
        display: none;
    }

    .pro-details-left {
        max-width: 100%;
    }

    .pro-details-small {
        margin-left: 0px;
        width: 100%;
        max-width: 100%;
    }

    .pro-details-small .swiper-button-prev,
    .pro-details-small .swiper-button-next {
        position: absolute;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .prodetailsswiper {
        width: 100%;
    }

    .prodetailsswiper .swiper-wrapper {
        max-height: auto;
    }

    .prodetailsswiper .swiper-slide {
        width: 100%;
        max-height: 100%;
        min-height: 100%;
        max-width: 100%;
    }

    .prodetailsswiper .swiper-slide img {
        border: solid 2px transparent;
        border-radius: 8px;
    }

    .prodetailsswiper .swiper-slide .zoomThumbActive img {
        border: 2px solid transparent;
    }
}

.introduce {
    margin-top: 56px;
}

.introduce strong {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

.introduce p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media screen and (max-width: 991px) {
    .introduce {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .introduce strong {
        font-size: 16px;
        line-height: 20px;
    }

    .introduce p {
        font-size: 14px;
        line-height: 22px;
    }
}

.details-tab {
    padding-bottom: 80px;
}

.details-tab ul {
    margin-top: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    border-radius: 30px;
    margin-bottom: 58px;
}

.details-tab ul li {
    cursor: pointer;
    width: 25%;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.details-tab ul li:hover,
.details-tab ul li.active {
    background: #458e46;
    color: #fff;
}

.details-content .details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.details-content .details>p {
    display: block;
    font-size: 0px;
    width: 50%;
}

.details-content .details div {
    margin-left: 4.2857142857%;
    width: 44.5714285714%;
}

.details-content .details div strong {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    display: block;
    margin-bottom: 1px;
}

.details-content .details div p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media screen and (max-width: 767px) {
    .details-tab {
        padding-bottom: 30px;
    }

    .details-tab ul li {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .details-content .details div strong {
        font-size: 18px;
    }

    .details-content .details div p {
        font-size: 14px;
    }

    .details-tab ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .details-tab ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .details-tab ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .details-content .details {
        flex-wrap: wrap;
    }

    .details-content .details div {
        margin-top: 10px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .details-content .details p {
        width: 100%;
        text-align: center;
    }
}

.offer-details-right {
    width: 50%;
    margin-top: 49px;
}

.offer-details-right form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer-details-right form input,
.offer-details-right form textarea {
    padding-right: 18px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.offer-details-right form input::-webkit-input-placeholder,
.offer-details-right form textarea::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.offer-details-right form input:-moz-placeholder,
.offer-details-right form textarea:-moz-placeholder {
    color: #666666;
    opacity: 1;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.offer-details-right form input::-moz-placeholder,
.offer-details-right form textarea::-moz-placeholder {
    color: #666666;
    opacity: 1;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.offer-details-right form input:-ms-input-placeholder,
.offer-details-right form textarea:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.offer-details-right form span {
    width: 8px;
    height: 8px;
    color: red;
    font-size: 20px;
    margin-right: 5px;
}

.offer-details-right form>div {
    width: 49.57%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.offer-details-right form>div .sub-input {
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(#f7c35f, #f7c35f), linear-gradient(#ffffff, #ffffff);
    border: 0px;
    cursor: pointer;
}

.offer-details-right form>div input {
    width: 100%;
    height: 100%;
    padding-left: 16px;
    border: 1px solid #cccccc;
}

.offer-details-right form>div textarea {
    width: 100%;
    height: 212px;
    outline: none;
    border: 1px solid #cccccc;
}

.offer-details-right form>div a {
    min-width: 94px;
    max-width: 94px;
    min-height: 35px;
    max-height: 35px;
    /*background-color: rgb(210, 245, 211);*/
    margin-right: 8px;
}

.offer-details-right form>div p {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    border: solid 1px #cccccc;
}

.offer-details-right form>div p input {
    border: 0px;
}

.offer-details-right form .textarea {
    width: 100%;
    height: 212px;
}

.offer-details-right form .textarea span {
    position: relative;
    top: -34%;
}

.offer-details-right form .textarea textarea {
    padding-top: 18px;
    padding-left: 15px;
}

.offer-details-left {
    width: 48.0714285714%;
}

.offer-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 28px;
}

.offer-div>p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

.offer-div>div>p {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
}

.offer-div>div>span {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: block;
    margin-top: 7px;
}

.offer-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-bottom: 18px;
}

.offer-ertitle {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 24px;
}

.offer-details {
    background: rgba(243, 243, 243, 0.4);
    padding-top: 70px;
    padding-bottom: 42px;
}

.offer-detailscontent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .details-tab {
        padding-bottom: 40px;
    }

    .offer-details {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .offer-details-left {
        text-align: center;
    }

    .offer-detailscontent {
        flex-wrap: wrap;
    }

    .offer-details-left {
        width: 100%;
    }

    .offer-details-right {
        width: 100%;
        margin-top: 20px;
    }

    .offer-div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .offer-div p {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .offer-div div {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .offer-details {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .offer-title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 26px;
    }

    .offer-ertitle {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .offer-div>div>p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .offer-div>div>span {
        font-size: 12px;
        margin-top: 0px;
    }

    .offer-div {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 450px) {
    .offer-details-right form>div {
        font-size: 42px;
    }

    .offer-details-right form>div {
        width: 100%;
    }

    .offer-details {
        padding-bottom: 0px;
    }
}

.related-pre {
    padding-top: 72px;
    padding-bottom: 96px;
}

.related-annu {
    display: flex;
    justify-content: flex-end;
}

.related-annu .swiper-button-prev,
.related-annu .swiper-button-next {
    position: unset;
    width: 46px;
    height: 46px;
    border: solid 2px #458e46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    margin-left: 20px;
}

.related-annu .swiper-button-prev i,
.related-annu .swiper-button-next i {
    font-size: 16px;
    color: #458e46;
}

.related-annu .swiper-button-prev:hover,
.related-annu .swiper-button-next:hover {
    background: #458e46;
}

.related-annu .swiper-button-prev:hover i,
.related-annu .swiper-button-next:hover i {
    color: #fff;
}

.related-annu .swiper-button-prev::after,
.related-annu .swiper-button-next::after {
    display: none;
}

.related-pre .page-title {
    align-items: center;
}

.relatedswiper {
    margin-top: 51px;
}

.relatedswiper .swiper-img {
    display: block;
    font-size: 0px;
    overflow: hidden;
}

.relatedswiper .swiper-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 991px) {
    .related-pre {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .relatedswiper {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {

    .related-annu .swiper-button-prev,
    .related-annu .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 460px) {
    .related-annu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .related-annu .swiper-button-prev,
    .related-annu .swiper-button-next {
        margin-left: 10px;
        margin-right: 10px;
    }

    .relatedswiper {
        margin-top: 10px;
    }
}

.abouttwo {
    display: flex;
    justify-content: flex-start;
    background: url(../images/pulandobj.png) no-repeat bottom left;
    padding-bottom: 59px;
    margin-top: 60px;
    flex-flow: row-reverse;
}

.abouttwo-left {
    max-width: 614px;
    width: 100%;
    margin-top: 65px;
    padding-bottom: 65px;
}

.abouttwo-right {
    display: block;
    font-size: 0px;
    width: 49.53125%;
    border-radius: 40px 0px 0px 0px;
    overflow: hidden;
    margin-left: 5.3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abouttwo-right img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.solution {
    margin-top: 48px;
}

.solution-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 12px;
}

.solution-content {
    font-size: 15px;
    line-height: 28px;
    color: #666666;
}

@media screen and (max-width: 1600px) {
    .abouttwo-left {
        margin-top: 40px;
        max-width: 100%;
        width: 38%;
    }

    .solution {
        margin-top: 20px;
    }

    .abouttwo {
        background-size: contain;
        padding-bottom: 83px;
    }
}

@media screen and (max-width: 991px) {
    .abouttwo-right {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .abouttwo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
        padding-bottom: 60px;
    }

    .abouttwo-left {
        width: 95%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .solution-title {
        font-size: 18px;
    }

    .solution-content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 460px) {
    .solution {
        text-align: center;
        margin-top: 10px;
    }

    .abouttwo {
        padding-bottom: 30px;
    }

    .abouttwo-left {
        margin-top: 10px;
    }
}

.abouttwo-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 94px;
}

.abouttwo-mid-img {
    width: 49%;
    background-color: #458e46;
    border-radius: 40px 0px 40px 0px;
    font-size: 0px;
}

.abouttwo-mid-img img {
    border-radius: 40px 0px 40px 0px;
    position: relative;
    right: -14px;
    bottom: -14px;
}

.abouttwo-mid-content {
    width: 44.6428571429%;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-right: 1%;
}

@media screen and (max-width: 991px) {
    .abouttwo-mid {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .abouttwo-mid {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .abouttwo-mid-img {
        max-width: 686px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .abouttwo-mid-content {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
}

.about-int {
    background: url(../images/procenbg.png) no-repeat;
    padding-top: 90px;
    padding-bottom: 83px;
}

.about-int .pcduan {
    display: flex;
    justify-content: space-between;
}

.about-int div::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 58px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    left: 0%;
}

.about-int div:nth-child(1)::before {
    display: none;
}

.about-int div {
    position: relative;
}

.about-int div>div {
    width: 100%;
    text-align: center;
}

.about-int div>div .math {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    color: #ffffff;
}

.about-int div>div .math sup {
    font-size: 20px;
    line-height: 20px;
}

.about-int div>div .math-wenzi {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-top: 8px;
}

@media screen and (max-width: 991px) {
    .about-int {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-int div>div .math {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .about-int div>div .math {
        font-size: 26px;
        line-height: 34px;
    }

    .about-int div>div .math-wenzi {
        margin-top: 0px;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .about-int {
        padding-bottom: 10px;
    }

    .about-int .pcduan {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-int .pcduan div::before {
        display: none;
    }

    .about-int .pcduan div {
        width: 32%;
        margin-bottom: 4px;
    }

    .about-int .pcduan div div {
        width: 100%;
        text-align: center;
    }
}

.certi-img {
    display: block;
    font-size: 0px;
}

.about-cer {
    text-align: center;
    margin-top: 77px;
}

.about-cer-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.about-cer-ertitle {
    width: 91.2857142857%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 12px;
    margin-bottom: 22px;
}

.cerswiper .related-annu {
    justify-content: center;
    margin-top: 31px;
}

.cerswiper .related-annu .swiper-slide-prev,
.cerswiper .related-annu .swiper-slide-next {
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    .about-cer {
        margin-top: 30px;
    }

    .cerswiper .related-annu {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .about-cer-title {
        font-size: 20px;
    }

    .about-cer-ertitle {
        font-size: 14px;
        line-height: 26px;
    }
}

.course-con {
    display: flex;
    align-items: inherit;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
}

.course-left {
    width: 18.7142857143%;
    height: 393px;
    background-color: #f7c35f;
    border-radius: 10px;
    padding-top: 39px;
    padding-bottom: 27px;
    padding-right: 10px;
}

.course-left ul {
    height: 330px;
    overflow-y: auto;
    padding-left: 28px;
    padding-right: 32px;
}

.course-left ul li {
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.course-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 79.1428571429%;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px #f3f3f3;
    border-radius: 10px;
    padding-top: 46px;
    padding-bottom: 46px;
}

.course-right .course-right-tab {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.course-right-left {
    width: 31.7689530686%;
    margin-top: 36px;
    margin-left: 3.6%;
}

.course-right-left span {
    width: 95%;
    margin-right: auto;
    display: block;
    height: 1px;
    background: rgba(51, 51, 51, 0.1);
    margin-top: 24px;
    margin-bottom: 23px;
}

.course-right-left .course-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    color: rgb(247, 195, 95);
}

.course-right-left .course-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.course-right-right {
    display: block;
    font-size: 0px;
    width: 47.202166065%;
    border-radius: 8px;
    margin-right: 3.9%;
    overflow: hidden;
}

@media screen and (max-width: 1420px) {
    .course-right .course-right-tab {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .course-right-left {
        margin-top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .course-right-left {
        width: 40%;
    }

    .course-con {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .course-left {
        height: 290px;
    }

    .course-left ul {
        height: 220px;
    }

    .course-right {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 850px) {
    .course-con {
        flex-wrap: wrap;
    }

    .course-left {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .course-left ul {
        overflow-x: auto;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .course-left ul li {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .course-right {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .course-right-left span {
        margin-top: 10px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .course-right-left .course-content {
        font-size: 14px;
    }

    .course-left ul li {
        padding-bottom: 8px;
    }

    .course-left {
        padding-top: 12px;
    }
}

@media screen and (max-width: 550px) {
    .course-right-right {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .course-right {
        padding-top: 0px;
    }

    .course-right-left {
        text-align: center;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .course-right .course-right-tab {
        flex-wrap: wrap;
        flex-flow: column;
    }
}

.capacity {
    margin-top: 54px;
    margin-bottom: 60px;
}

.capacity-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
}

.capacity-ertitle {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 32px;
}

.capacity-div-con {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 25px;
    padding-bottom: 42px;
}

.capacity-div-con .cap-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 12px;
}

.capacity-div-con div>p {
    position: relative;
    padding-left: 8px;
    font-size: 17px;
    line-height: 30px;
    color: #666666;
}

.capacity-div-con div>p::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #666666;
    top: 14px;
    left: 0px;
}

.capacity-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.capacity-div:hover {
    transition: all 330ms;
    -webkit-transition: all 330ms;
    -o-transition: all 330ms;
    -moz-transition: all 330ms;
    background: #458e46;
}

.capacity-div:hover .cap-title {
    color: #fff;
}

.capacity-div:hover .capacity-div-con div p {
    color: #fff;
}

.capacity-div:hover .capacity-div-con div>p::before {
    background: #fff;
}

.capacity-div {
    width: 31.9285714286%;
    background: #f5f5f5;
    margin-bottom: 20px;
    transition: all 330ms;
    -webkit-transition: all 330ms;
    -o-transition: all 330ms;
    -moz-transition: all 330ms;
    margin-left: 2.0714285714%;
}

.capacity-div>p {
    position: relative;
    font-size: 0px;
}

.capacity-div.nomargin {
    margin-left: 0px;
}

@media screen and (max-width: 991px) {
    .capacity {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .capacity-div-con {
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .capacity-title {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
    }

    .capacity-ertitle {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 10px;
    }

    .capacity-content {
        justify-content: space-between;
    }

    .capacity-div {
        width: 49%;
        margin-left: 0px;
    }

    .capacity-div-con .cap-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .capacity-div-con div>p {
        font-size: 14px;
        line-height: 24px;
    }

    .capacity-div-con div>p::before {
        top: 12px;
    }
}

@media screen and (max-width: 450px) {
    .capacity-div {
        width: 100%;
    }
}

.plant-img {
    display: block;
    font-size: 0px;
    overflow: hidden;
}

.plant-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.plant-content {
    padding-top: 75px;
    background-color: rgba(243, 243, 243, 0.66);
}

.plant-content .swiper-slide:hover .plantimg-title {
    background: #458e46;
    color: #fff;
}

.plant-content .swiper-pagination {
    position: unset;
    margin-top: 30px;
    padding-bottom: 36px;
}

.plant-content .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 22px;
    height: 22px;
    border: solid 1px transparent;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
    margin-left: 18px;
    margin-right: 18px;
}

.plant-content .swiper-pagination .swiper-pagination-bullet-active {
    border: solid 1px #458e46;
}

.plant-content .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    background: #458e46;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.plant-content .plantimg-title {
    text-align: center;
    background: #fff;
    font-size: 20px;
    line-height: 40px;
    padding-top: 15px;
    padding-bottom: 14px;
    color: #333333;
}

@media screen and (max-width: 1400px){
    .abouttwo-left{
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 991px) {
    .plant-content {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .plant-content .plantimg-title {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .plant-content .swiper-pagination {
        margin-top: 10px;
        padding-bottom: 14px;
    }

    .plant-content .swiper-pagination .swiper-pagination-bullet {
        margin-left: 4px;
        margin-right: 4px;
    }
}

.detection {
    padding-top: 75px;
    margin-bottom: 80px;
}

.detection .pcduan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.detection .detection-top {
    display: block;
    padding-bottom: 23px;
}

.detection-left {
    width: 54.2857142857%;
    position: relative;
    margin-right: -10%;
    margin-top: -10px;
}

.detection-left ul li {
    padding-left: 21px;
    margin-bottom: 2px;
    padding-top: 20px;
    padding-bottom: 22px;
}

.detection-left ul li p {
    width: 84%;
}

.detection-left ul li:hover,
.detection-left ul li.active {
    background: #458e46;
}

.detection-left ul li:hover p,
.detection-left ul li.active p {
    color: #fff;
}

.detection-right {
    width: 50%;
}

.detection-right>p {
    display: block;
    font-size: 0px;
}

.detection-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 12px;
}

.detection-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media screen and (max-width: 991px) {
    .detection {
        padding-top: 20px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .detection .detection-top {
        padding-bottom: 0px;
    }

    .detection-left ul li {
        padding: 12px;
    }

    .detection-title {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .detection-content {
        font-size: 14px;
    }

    .detection-right {
        width: 100%;
        text-align: center;
    }

    .detection>.pcduan {
        flex-wrap: wrap;
        flex-flow: column;
    }

    .detection-left {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .detection-left ul li p {
        width: 100%;
    }
}

.design-mid {
    display: flex;
    align-items: initial;
    justify-content: space-between;
    margin-top: 60px;
}

.design-left {
    width: 50%;
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-right {
    width: 50%;
    background-color: rgba(245, 245, 245, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.design-right-content {
    width: 82.7142857143%;
}

.design-right-content h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-bottom: 18px;
}

.design-right-content p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.design-right-content strong {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    display: block;
    margin-top: 19px;
    margin-bottom: 12px;
}

.lxwm {
    margin-top: 51px;
    display: block;
    max-width: 203px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background-color: #f7c35f;
    border-radius: 27px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding-top: 13px;
    padding-bottom: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lxwm:hover {
    background: #fff;
    color: #333;
}

@media screen and (max-width: 1180px) {
    .design-right-content a {
        margin-top: 10px;
    }

    .design-right-content h1 {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 991px) {
    .design-mid {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .design-right-content a {
        max-width: 120px;
        font-size: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .design-right-content {
        width: 95%;
    }

    .design-left,
    .design-right {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .design-right-content {
        text-align: center;
    }

    .design-right-content h1 {
        text-align: center;
        font-size: 20px;
    }

    .design-right-content p {
        font-size: 14px;
    }

    .design-right-content a {
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .design-right-content strong {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.serve-mid {
    margin-top: 57px;
}

.serve-mid .serve-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    text-align: center;
}

.serve-mid .serve-ertitle {
    width: 83.5%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-top: 12px;
}

.serve-div {
    display: flex;
    align-items: initial;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 55px;
    margin-bottom: 52px;
}

.serve-div div {
    width: 23.4285714286%;
    margin-left: 2.0714285714%;
    margin-bottom: 20px;
}

.serve-div .serve-img {
    display: block;
    font-size: 0px;
}

.serve-div .nomargin {
    margin-left: 0px;
}

.serve-div .serve-div-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 27px;
    margin-bottom: 13px;
}

.serve-div .serve-div-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media screen and (max-width: 991px) {

    .serve-div,
    .serve-mid {
        margin-top: 20px;
    }

    .serve-div .serve-div-title {
        margin-top: 10px;
    }

    .serve-div {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .serve-div {
        justify-content: space-between;
    }

    .serve-div div {
        width: 49%;
        margin-left: 0px;
    }

    .serve-mid .serve-title {
        font-size: 18px;
    }

    .serve-mid .serve-ertitle {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .serve-div .serve-div-title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .serve-div .serve-div-content {
        font-size: 14px;
        line-height: 24px;
    }

    .serve-div {
        margin-bottom: 0px;
    }
}

.step-div {
    background: url(../images/procenbg.png) no-repeat;
    padding-top: 68px;
    background-size: cover;
    padding-bottom: 64px;
}

.steptitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #ffffff;
}

.stepflex {
    margin-top: 36px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.stepflex div {
    max-width: 380px;
}

.stepflex div .step-img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepflex div .step-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    margin-top: 31px;
}

.step .lxwm {
    margin-left: 48%;
    margin-right: auto;
}

.step-iimg {
    display: block;
    font-size: 0px;
    position: relative;
    top: -28px;
    margin-top: 7%;
}

.step-iimg::after {
    content: "";
    width: 100px;
    position: absolute;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed rgba(255, 255, 255, 0.66);
}

.step-iimg::before {
    content: "";
    width: 100px;
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed rgba(255, 255, 255, 0.66);
}

@media screen and (max-width: 1350px) {
    .step-iimg::before {
        width: 80px;
    }

    .step-iimg::after {
        width: 80px;
    }
}

@media screen and (max-width: 1150px) {
    .step-iimg {
        margin-top: 9%;
    }

    .step-iimg::before,
    .step-iimg::after {
        display: none;
    }

    .step .lxwm {
        margin-left: auto;
        margin-right: auto;
    }

    .stepflex div .step-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .steptitle {
        font-size: 24px;
        line-height: 30px;
    }

    .lxwm {
        max-width: 120px;
        font-size: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 20px;
    }

    .step-div {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .step-div {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stepflex div .step-title {
        margin-top: 10px;
        line-height: 28px;
    }

    .step-iimg {
        display: none;
    }

    .stepflex div {
        width: 32%;
        text-align: center;
        max-width: 100%;
    }

    .stepflex div .step-img {
        max-width: 100px;
        max-height: 100px;
    }

    .stepflex div .step-img img {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .step-div {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .stepflex div .step-title {
        font-size: 12px;
        line-height: 20px;
    }

    .lxwm {
        margin-top: 10px;
    }

    .steptitle {
        font-size: 18px;
    }

    .stepflex {
        margin-top: 10px;
    }
}

@media screen and (max-width: 450px) {
    .stepflex div .step-img {
        max-width: 60px;
        max-height: 60px;
    }
}

.freedesign {
    display: flex;
    align-items: initial;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-bottom: 80px;
    margin-top: 80px;
}

.freedesign-left {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 37.1428571429%;
    background: #458e46;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.freedesign-left .free-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    margin-bottom: 12px;
}

.freedesign-left .free-neirong {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.freedesign-right {
    width: 60.7142857143%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.freedesign-right p {
    display: block;
    font-size: 0px;
    margin-left: 2.9%;
    width: 31.2941176471%;
}

.freedesign-right p.nomargin {
    margin-left: 0px;
}

.freedesign-right p:nth-child(1),
.freedesign-right p:nth-child(2),
.freedesign-right p:nth-child(3) {
    margin-bottom: 26px;
}

@media screen and (max-width: 991px) {
    .freedesign {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .freedesign-right p:nth-child(1),
    .freedesign-right p:nth-child(2),
    .freedesign-right p:nth-child(3) {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .freedesign {
        flex-flow: row;
        flex-wrap: wrap;
    }

    .freedesign-right,
    .freedesign-left {
        width: 100%;
    }

    .freedesign-left .free-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .freedesign-left .free-neirong {
        font-size: 14px;
        line-height: 26px;
    }
}

.video-shipin-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
}

.video-left {
    width: 50.0714285714%;
    position: relative;
    padding-bottom: 28.6%;
    border-radius: 16px;
    overflow: hidden;
}

.video-left iframe,
.video-left video {
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-right {
    width: 40.4285714286%;
    margin-left: 3.0714285714%;
}

.video-right .video-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 21px;
}

.video-right .video-neirong {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.video-shipin-div {
    width: 31.9285714286%;
    margin-left: 2.0714285714%;
    margin-bottom: 19px;
}

.video-shipin-div.nomargin {
    margin-left: 0px;
}

.video-shipin-div-sp {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding-bottom: 57.2%;
}

.video-shipin-div-sp iframe,
.video-shipin-div-sp video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-shipin-mid {
    margin-top: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: initial;
    flex-wrap: wrap;
}

.video-shipin-div-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-top: 19px;
}

.video-shipin .page {
    margin-top: 24px;
    margin-bottom: 54px;
}

@media screen and (max-width: 991px) {
    .video-shipin-top {
        margin-top: 20px;
    }

    .video-shipin .page {
        margin-top: 14px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .video-shipin-top {
        display: flex;
        flex-wrap: wrap;
    }

    .video-right {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    .video-left {
        width: 100%;
        padding-bottom: 57.1428571429%;
    }

    .video-right .video-title {
        margin-bottom: 10px;
        font-size: 20px;
        margin-top: 10px;
    }

    .video-right .video-neirong {
        font-size: 14px;
        line-height: 24px;
    }

    .video-shipin-div-title {
        margin-top: 4px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .video-shipin-mid {
        margin-top: 20px;
        justify-content: space-between;
    }

    .video-shipin-div {
        width: 49%;
        margin-left: 0px;
    }

    .video-shipin .page {
        margin-top: 0px;
    }
}

@media screen and (max-width: 450px) {
    .video-shipin-div {
        width: 100%;
    }
}

.news-kuang {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}

.news-kuang:last-child {
    border-bottom: 0px;
    margin-bottom: 24px;
}

.news-data {
    margin-right: 2.1428571429%;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #ffffff;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    text-align: center;
    background-color: #458e46;
    border-radius: 5px;
}

.news-data span {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 3px;
    display: block;
}

.news-img {
    width: 42.9285714286%;
    border-radius: 16px;
    font-size: 0px;
    overflow: hidden;
}

.news-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-right {
    width: 43.8571428571%;
    margin-left: 4.2142857143%;
}

.news-right a:hover {
    color: #458e46;
}

.news-right-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
    color: #333333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-right-data,
.news-right-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.news-right-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gengduo {
    width: 150px;
    background-color: #458e46;
    border-radius: 22px 20px 22px 20px;
    border: solid 2px #458e46;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 84px;
    border: solid 2px #458e46;
}

.gengduo:hover {
    color: #458e46;
    background: transparent;
}

.news-list {
    margin-top: 60px;
}

.news-list .page {
    margin-top: 0px;
    margin-bottom: 89px;
}

@media screen and (max-width: 991px) {
    .news-list {
        margin-top: 20px;
    }

    .gengduo {
        margin-top: 10px;
    }

    .news-list .page {
        margin-bottom: 40px;
    }

    .gengduo {
        max-width: 120px;
        font-size: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-left: auto;
        margin-right: auto;
    }

    .news-kuang {
        flex-wrap: wrap;
    }

    .news-img {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .news-right {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .news-data {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .news-kuang {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .news-data {
        min-width: auto;
        width: 50px;
        height: 50px;
        font-size: 16px;
        line-height: 24px;
    }

    .news-data span {
        font-size: 12px;
        line-height: 20px;
    }

    .news-right-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .news-right-content,
    .news-right-data {
        font-size: 14px;
    }

    .gengduo {
        font-size: 14px;
        max-width: 100px;
    }

    .news-kuang:last-child {
        margin-bottom: 0px;
    }

    .news-list .page {
        margin-bottom: 20px;
    }
}

.news-xq {
    margin-top: 56px;
}

.news-xq h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.news-xq .news-xq-data {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.news-xq-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 34px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.38);
}

.news-xq-content img {
    display: inline;
    border-radius: 16px;
}

.news-xq-data {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 8px;
}

.news-xq-content .share {
    font-size: 14px;
    line-height: 41px;
    color: #333333;
    display: block;
}

.cut-annu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.cut-annu div {
    max-width: 49%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cut-annu div .prev {
    margin-left: 20px;
    color: #333333;
}

.cut-annu div .prev span {
    display: block;
    margin-bottom: 6px;
}

.cut-annu div p i,
.cut-annu div a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    border: solid 2px rgb(69, 142, 70);
    border-radius: 50%;
    color: #458e46;
}

.cut-annu div a:hover i {
    background: #458e46;
    color: #fff;
}

.cut-annu :last-child {
    flex-flow: row-reverse;
}

.cut-annu :last-child .prev {
    margin-right: 20px;
    margin-left: 0px;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .news-xq {
        margin-top: 20px;
    }

    .news-xq-content {
        margin-top: 20px;
    }

    .cut-annu {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .news-xq h1 {
        text-align: center;
        font-size: 20px;
    }

    .news-xq .news-xq-data {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .news-xq .news-xq-content {
        font-size: 14px;
        text-align: center;
    }

    .cut-annu div p i,
    .cut-annu div a i {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
    }

    .cut-annu div .prev {
        margin-left: 10px;
    }

    .cut-annu div .prev {
        font-size: 12px;
    }

    .cut-annu:last-child .prev {
        margin-right: 10px;
    }

    .cut-annu {
        margin-top: 6px;
    }
}

.download-list:first-child,
.download-list:hover {
    background-color: #458e46;
}

.download-list:first-child p,
.download-list:hover p {
    color: #fff;
}

.download-list:first-child a i,
.download-list:hover a i {
    color: #fff;
}

.download-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f3f3f3;
    border-radius: 16px;
    padding-left: 2.5714285714%;
    padding-right: 4.9285714286%;
    padding-top: 16px;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

.download-list p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.download-list .down-name {
    padding-left: 18px;
    width: 52.8571428571%;
    margin-right: 14px;
}

.download-list p:first-child {
    width: 58%;
}

.download-list .down-data,
.download-list .down-dx {
    min-width: 93px;
    width: 80px;
    max-width: 80px;
    text-align: center;
}

.download-list .down-xz i {
    font-size: 24px;
    color: #333;
}

@media screen and (max-width: 767px) {
    .download-list {
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 14px;
    }

    .download-list .down-name {
        margin-right: 0px;
    }

    .download-list a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download-list p,
    .download-list a {
        font-size: 14px;
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download-list .down-data,
    .download-list .down-dx {
        min-width: auto;
        max-width: none;
        width: 30%;
        text-align: center;
    }

    .download-list p:first-child {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
}

.aftersale {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row-reverse;
}

.aftersale-left {
    width: 33.59375%;
    margin-right: 3.2291666667%;
}

.aftersale-mid strong {
    font-size: 24px;
    display: block;
    margin-bottom: 14px;
    margin-top: 20px;
}

.aftersale-right {
    width: 49.5833333333%;
    font-size: 0px;
}

.aftersale-title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 11px;
}

.aftersale-ertitle {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 15px;
}

.serve-serve-kuang {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.serve-serve-kuang div {
    width: 31.8571428571%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 3.4%;
    padding-right: 3.4%;
}

.serve-serve-kuang div:hover {
    background: #458e46;
}

.serve-serve-kuang div:hover .ser-title,
.serve-serve-kuang div:hover .ser-neirong {
    color: #fff;
}

.serve-serve-kuang div:hover .ser-iimg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.ser-iimg {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
}

.ser-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 21px;
}

.ser-neirong {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.serve-serve {
    background-color: #f5f5f5;
    margin-top: 80px;
    padding-top: 64px;
    padding-bottom: 71px;
}

.serve-serve-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-bottom: 25px;
}

.support-mid {
    max-width: 902px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 74px;
}

.support-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
}

.support-data {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 18px;
    margin-bottom: 15px;
}

.support-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.support-annu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.support-annu a {
    display: block;
    max-width: 150px;
    width: 100%;
    text-align: center;
    border-radius: 27px 25px 27px 25px;
    border: solid 2px #458e46;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background-color: #458e46;
    padding-top: 8px;
    padding-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.support-annu a:nth-child(2) {
    color: #458e46;
    background: transparent;
}

.support-annu a:hover {
    background: #316232;
    color: #fff;
    border-color: #316232;
}

@media screen and (max-width: 991px) {
    .aftersale-left {
        width: 40%;
    }

    .serve-serve {
        padding-top: 20px;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .serve-serve-kuang div {
        padding: 20px 10px;
    }

    .support-mid {
        margin-top: 30px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .support-annu a {
        max-width: 120px;
        font-size: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

@media screen and (max-width: 767px) {
    .aftersale {
        flex-wrap: wrap;
    }

    .aftersale-right {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .aftersale-left {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .aftersale-mid {
        margin-top: 10px;
        text-align: center;
    }

    .aftersale-title,
    .serve-serve-title {
        font-size: 20px;
    }

    .aftersale-mid strong {
        font-size: 18px;
    }

    .aftersale-ertitle {
        font-size: 14px;
    }

    .ser-title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .ser-neirong {
        font-size: 14px;
    }

    .ser-iimg {
        margin-bottom: 10px;
    }

    .serve-serve-kuang {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .serve-serve-kuang div {
        width: 49%;
    }

    .support-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .support-data {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .support-content {
        font-size: 14px;
    }

    .support-annu a {
        max-width: 100px;
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    .serve-serve-kuang div {
        width: 100%;
    }

    .serve-serve-title {
        margin-bottom: 10px;
    }

    .support-annu {
        margin-top: 10px;
    }
}

.issue-top {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding-left: 2.8571428571%;
    border-radius: 16px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 15px;
    padding-bottom: 15px;
}

.issue-top span {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.issue-top i {
    cursor: pointer;
    margin-right: 1.4285714286%;
    font-size: 20px;
}

.issue .issue-top:nth-child(2) {
    display: none;
    padding-right: 2.8571428571%;
}

.issue-mid {
    margin-bottom: 54px;
}

.issue.active .issue-top {
    background-color: #458e46;
    margin-bottom: 0px;
}

.issue.active .issue-top p {
    color: #fff;
}

.issue.active .issue-top span {
    color: #fff;
}

.issue.active .issue-top i {
    color: #fff;
    cursor: pointer;
}

.issue.active .issue-top i::before {
    content: "\e600";
    font-family: "iconfont";
}

.issue.active .issue-top:nth-child(2) {
    display: block;
    background: transparent;
    padding-top: 13px;
    padding-bottom: 14px;
}

.issue.active .issue-top:nth-child(2) p {
    color: #666666;
}

.issue.active .issue-top:nth-child(2) p span {
    color: #666666;
}

.offer-details.query .offer-detailscontent .offer-details-right {
    width: 100%;
    margin-top: 23px;
}

.offer-details.query>p {
    padding-left: 18px;
}

.query-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-top: 3px;
    margin-bottom: 18px;
}

.query-ertitle {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media screen and (max-width: 767px) {

    .issue-top,
    .issue.active .issue-top:nth-child(2) {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .issue-top i {
        font-size: 16px;
        margin-right: 14px;
    }

    .issue-top {
        font-size: 14px;
        line-height: 24px;
    }

    .offer-details.query>p {
        padding: 0px;
        text-align: center;
    }

    .query-title {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 30px;
    }

    .query-ertitle {
        font-size: 14px;
        line-height: 20px;
    }
}

.contactus-title {
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 32px;
}

.contactus-mid {
    display: flex;
    align-items: inherit;
    justify-content: space-between;
    margin-bottom: 119px;
}

.contactus-mid .contactus-right {
    padding-left: 3.6%;
    padding-right: 3.7%;
}

.contactus-mid .contactus-right .offer-details-right {
    margin-top: 42px;
}

.con-left-title {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-indent: 2em;
    margin-bottom: 38px;
    margin-top: 54px;
}

.contactus-left {
    padding-left: 3.5%;
    padding-right: 4.2%;
    width: 49.8571428571%;
    background-color: rgba(247, 247, 247, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 13px;
}

.contactus-right {
    width: 50.1428571429%;
    background-color: #f9f9f9;
}

.contactus-right .offer-details-right {
    width: 100%;
}

.contactus-right .offer-details-right .textarea span {
    position: relative;
    top: -38%;
}

.con-lxfx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 4.6%;
    margin-bottom: 48px;
}

.con-lxfx i {
    color: #458e46;
    font-size: 24px;
    margin-right: 17px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-lxfx div p,
.con-lxfx div a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    line-height: 27px;
    color: #666666;
}

.con-lxfx div a:hover {
    color: #458e46;
}

.con-lxfx.email {
    display: flex;
    align-items: flex-start;
}

.con-lxfx.email i {
    position: relative;
    top: 4px;
}

.lxfs-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-top: 56px;
}

.ditu {
    position: relative;
    width: 100%;
    padding-bottom: 37.6041666667%;
}

.ditu iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .contactus-title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 30px;
    }

    .con-left-title,
    .lxfs-title {
        margin-top: 30px;
    }

    .contactus-mid {
        margin-bottom: 40px;
    }

    .con-lxfx {
        margin-bottom: 30px;
        padding-left: 0px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .con-lxfx div {
        width: 100%;
        text-align: center;
    }

    .lxfs-title {
        font-size: 20px;
        text-align: center;
    }

    .con-left-title {
        font-size: 14px;
        margin-bottom: 16px;
        text-align: center;
    }

    .contactus-mid .contactus-right .offer-details-right {
        margin-top: 20px;
    }

    .con-lxfx div p,
    .con-lxfx div a {
        font-size: 14px;
    }

    .contactus-mid {
        flex-wrap: wrap;
    }

    .contactus-left,
    .contactus-right {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .contactus-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .con-lxfx i {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {

    .con-left-title,
    .lxfs-title {
        margin-top: 20px;
    }

    .contactus-mid {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    .con-lxfx {
        width: 100%;
    }
}

.thank {
    text-align: center;
    background: rgba(69, 142, 70, 0.1) url(../images/pulando.png) no-repeat;
    background-size: contain;
    padding-bottom: 5.56%;
}

.thank-face {
    display: block;
    font-size: 0px;
    padding-top: 6.12%;
}

.xunjia {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0px;
    color: #458e46;
    margin-top: 2.46%;
    margin-bottom: 1.6%;
}

.countdown {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

@media screen and (max-width: 767px) {
    .thank-face {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .xunjia {
        font-size: 16px;
    }

    .countdown {
        font-size: 14px;
    }
}

a {
    text-decoration: none;
    outline: none;
    transition: all 550ms;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
}

body {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    overflow-x: hidden;
    font-family: "MicrosoftYaHei", arial, helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    background: #ffffff;
}

::-moz-selection {
    color: #fff;
    background: #458e46;
}

::selection {
    color: #fff;
    background: #458e46;
}

.table {
    width: 100%;
    overflow: auto;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    line-height: 22px;
}

.table table tr td {
    border: 1px solid #f2f2f2;
    padding: 12px 5px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.table table tr:first-child td {
    background: #ffd1a5;
    font-weight: bold;
}

.table table tr td:first-child {
    font-weight: bold;
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

#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);
    transition: opacity 0.5s ease;
    z-index: 100000000000000000000000000000000000000;
}

#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;
    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;
    transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight 0.4s ease-out;
    animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft 0.4s ease-out;
    animation: bounceFromLeft 0.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;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
    right: 2%;
    display: block !important;
}

.baguetteBox-button#previous-button {
    left: 2%;
    display: block !important;
}

.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;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4331142 */
    src: url("../fonts/iconfont.woff2?t=1700186123850") format("woff2"), url("../fonts/iconfont.woff?t=1700186123850") format("woff"), url("../fonts/iconfont.ttf?t=1700186123850") format("truetype");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-jiantou_qiehuanzuo:before {
    content: "\eb06";
}

.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-jiantou_youshang:before {
    content: "\eb0b";
}

.icon-changjiantou-youshang:before {
    content: "\e7d1";
}

.icon-home:before {
    content: "\e624";
}

.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";
}

/**
   * Swiper 10.3.0
   * 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: September 21, 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;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -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 {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    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 {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    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 {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -ms-transform-origin: 50%;
    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 {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@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: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-transform-origin: center;
    transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-lock {
    display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -ms-transform: scale(0.33);
    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;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    -ms-transform-origin: 100% 0;
    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: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    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 {
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

/* fangdajing start */
.zoomPad {
    position: relative;
    float: left;
    z-index: 90;
    cursor: crosshair;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    /*opacity:0.5;*/
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 0%;
    top: 30px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #999;
    /* addd */
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    display: block;
}

/* fangdajing end */
.m-mobilenav {
    display: none;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: flex;
        height: 100%;
        height: 40px;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 18px;
        left: 2.5%;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #419c47;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: calc(100% - 60px);
        width: 100%;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 12px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        display: block;
        line-height: 26px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #FFFFFF;
        -ms-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        transition-delay: 550ms;
    }

    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }

    .page-banner {
        display: none !important;
    }

    .pro-cen {
        margin-top: 75px !important;
    }

    .pro-list-top {
        margin-top: 75px !important;
    }

    .pro-details {
        margin-top: 75px !important;
    }

    .abouttwo {
        margin-top: 75px !important;
    }

    .capacity {
        margin-top: 75px !important;
    }

    .design-mid {
        margin-top: 75px !important;
    }

    .video-shipin {
        margin-top: 75px !important;
    }

    .news-xq {
        margin-top: 75px !important;
    }

    .news-list {
        margin-top: 75px !important;
    }
}

img {
    max-width: 100%;
    border: 0px solid #ccc;
}

.banner {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
}

.banner .slick-arrow {
    position: absolute;
    z-index: 99;
    display: block !important;
    top: 50%;
    margin-top: -31px;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner .slick-dots {
    position: absolute;
    z-index: 999999;
    right: 0px;
    top: 36%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    color: #ffffff;
    width: 77px;
    margin-right: 24px;
    text-align: center;
}

.banner .slick-dots li {
    margin: 32px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    opacity: 0.3;
    position: relative;
}

.banner .slick-dots li::before {
    position: absolute;
    content: "";
    width: 37px;
    top: 50%;
    left: 100%;
    margin-left: 16px;
    height: 1px;
    background: #ffffff;
    opacity: 0;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active a {
    cursor: pointer;
}

.banner .slick-dots a {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner.hide {
    display: none;
}

@media screen and (max-width: 959px) {
    .banner .slick-dots {
        top: 20%;
    }

    .banner .slick-dots li {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner2 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-dots {
        width: 100%;
        top: 20%;
        display: block;
        bottom: 6px;
        top: auto;
        margin-right: 0px;
    }

    .banner .slick-dots li {
        margin: 10px;
    }

    .banner .slick-dots li::before {
        display: none;
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots .slide-count {
    display: none;
}

.slick-slide {
    position: relative;
}

.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9 \0;
}

@media screen and (max-width: 991px) {
    .slick-slide video {
        -o-object-position: inherit;
        object-position: inherit;
        -o-object-fit: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}

.pcduan {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1420px) {
    .pcduan {
        width: 95%;
    }
}

.header-logo {
    max-width: 175px;
    min-width: 175px;
}

.logo {
    width: 100%;
}

.header-mid {
    width: 60.7142857143%;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-ul>li {
    position: relative;
}

.header-ul>li .dh-pro {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 4px;
}

.header-ul>li .dh-pro .dh-pro-ul {
    width: 200px;
    background-color: #f5f5f5;
}

.header-ul>li .dh-pro .dh-pro-ul>li {
    color: #333333;
}

.header-ul>li .dh-pro .dh-pro-ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.header-ul>li .dh-pro .dh-pro-ul>li ul {
    position: absolute;
    left: 100%;
    width: 340px;
    background-color: #fff;
    height: calc(100% - 4px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: none;
    top: 4px;
}

.header-ul>li .dh-pro .dh-pro-ul>li ul>li {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4%;
    flex-direction: column;
}

.header-ul>li .dh-pro .dh-pro-ul>li ul>li .img {
    width: 42px;
    height: 42px;
    font-size: 0px;
    text-align: center;
}

.header-ul>li .dh-pro .dh-pro-ul>li ul>li .img img {
    height: 100%;
}

.header-ul>li .dh-pro .dh-pro-ul>li ul>li .img-text {
    font-size: 14px;
    color: #333333;
    margin-top: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
    text-align: center;
}

.header-ul>li .dh-pro .dh-pro-ul>li:hover,
.header-ul>li .dh-pro .dh-pro-ul>li.active {
    background-color: #458e46;
}

.header-ul>li .dh-pro .dh-pro-ul>li:hover a,
.header-ul>li .dh-pro .dh-pro-ul>li.active a {
    color: #fff;
}

.header-ul>li .dh-pro .dh-pro-ul>li:hover>ul,
.header-ul>li .dh-pro .dh-pro-ul>li.active>ul {
    display: flex;
}

.header-ul>li:hover .dh-pro {
    display: block;
}

.xunpanc {
    height: auto !important;
}

.xunpanc .table table td a {
    color: #551A9A !important;
}

.header-ul>li>a {
    display: block;
    text-align: center;
    padding: 34px 12px;
    padding-bottom: 35px;
    border-bottom: 2px solid transparent;
}

.header-ul>li>a:hover,
.header-ul>li>a.active {
    color: #458e46;
    border-bottom: 2px solid #f7c35f;
}

.header-ul a {
    color: #333333;
}

.video-text {
    max-width: 742px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 87px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.video-text a {
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-text a span {
    width: 71px;
    height: 2px;
    background-color: #ffffff;
}

.video-text p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 7px;
    margin-top: 24px;
}

@media screen and (max-width: 991px) {
    .video-text {
        bottom: 20px;
    }

    .video-text a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video-text a {
        font-size: 30px;
    }

    .video-text a span {
        width: 30px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .video-text p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
        letter-spacing: 4px;
    }
}

@media screen and (max-width: 767px) {
    .video-text {
        bottom: 50px;
    }

    .video-text a {
        font-size: 20px;
        line-height: 24px;
    }

    .video-text p {
        font-size: 12px;
    }
}

@media screen and (max-width: 470px) {
    .video-text p {
        display: none;
    }

    .video-text a {
        font-size: 16px;
    }

    .video-text a span {
        width: 14px;
    }
}

.Language-div a {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.Language-div a:hover {
    color: #458e46;
    font-weight: bold;
}

.Language-div a.active {
    color: #458e46;
    font-weight: bold;
}

input {
    outline: none;
}

.header-right {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right .search-div>a>i {
    cursor: pointer;
}

.search-div {
    position: relative;
}

.search-div div {
    right: 0px;
    top: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    overflow: hidden;
}

.search-div div form {
    padding: 0 10px;
    width: 240px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border: 1px solid #458e46;
    z-index: 4;
}

.search-div div form input {
    height: 100%;
    background-color: transparent;
    width: 100%;
    border: 0px;
}

.search-div div form .sub {
    width: 40px;
    background-color: transparent;
    height: 100%;
    cursor: pointer;
    position: relative;
    font-size: 0px;
    z-index: 2;
}

.search-div div form i {
    position: absolute;
    z-index: 1;
    right: 25px;
}

.search-div div.active {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    height: 40px;
}

.nav {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: #fff;
}

.banner-image {
    padding-top: 90px;
}

@media screen and (max-width: 999px) {
    .header-mid {
        display: none;
    }

    .nav {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header {
        justify-content: center;
    }

    .header-right {
        width: 100px;
        position: absolute;
        right: 2.5%;
    }

    .banner-image {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .header-right {
        width: auto;
    }

    .header-right .search-div {
        display: none;
    }
}

.footer {
    background-color: #1f1f1f;
    padding-top: 69px;
    padding-bottom: 74px;
}

.footer>.pcduan {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-logo {
    display: block;
    font-size: 0px;
    margin-bottom: 61px;
}

.footer-left {
    width: 33%;
}

.footer-left>p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer-left .address-div {
    color: #fff;
    margin-top: 50px;
}

.footer-left .address-div span {
    font-size: 18px;
    line-height: 32px;
    display: block;
}

.footer-left .address-div p {
    font-size: 16px;
    margin-top: 6px;
}

.footer-left .address-div p i {
    color: #fff;
    margin-right: 10px;
}

.right-div-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 56px;
    margin-top: 5px;
    display: block;
}

.right-div-title:hover {
    color: #458e46;
}

.footer-right-div ul li {
    display: flex;
    align-items: flex-start;
}

.footer-right-div ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    display: block;
}

.footer-right-div ul li p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer-right-div ul li p:nth-child(1) {
    margin-top: 8px;
}

.footer-right-div ul li a:hover {
    color: #458e46;
}

.footer-right-div ul li span {
    color: #fff;
    line-height: 46px;
}

.footer-right {
    width: 56.0714285714%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-right-div:nth-child(1) ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-right-div:nth-child(1) ul li {
    width: 52%;
}

.footer-right-div:nth-child(2) {
    margin-left: -54%;
}

.reanod {
    display: inline;
    font-size: 0px;
}

.cop-div {
    margin-top: 59px;
    padding-top: 45px;
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid rgba(153, 153, 153, 0.26);
}

.cop-div p a {
    color: #fff;
}

.cop-div p a:hover {
    color: #458e46;
}

.share-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-footer a {
    cursor: pointer;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.share-footer a i {
    color: #1f1f1f;
    font-size: 32px;
}

.share-footer .ewmclick img {
    position: absolute;
    bottom: 50px;
    display: none;
}

.share-footer .ewmclick.active img {
    display: block;
}

@media screen and (max-width: 1100px) {
    .footer-right {
        width: 65%;
    }

    .footer-right-div:nth-child(1) ul li {
        width: 53%;
    }
}

@media screen and (max-width: 930px) {
    .footer-left {
        width: 100%;
    }

    .footer-left .address-div {
        margin-top: 10px;
    }

    .footer-right {
        display: none;
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .footer .footer-logo {
        margin-bottom: 10px;
    }

    .cop-div {
        margin-top: 10px;
        padding-top: 10px;
        line-height: 26px;
        flex-wrap: wrap;
    }

    .cop-div p {
        width: 100%;
        text-align: center;
    }

    .cop-div .share-footer {
        width: 100%;
    }

    .cop-div .share-footer a {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer-left>p {
        font-size: 14px;
        line-height: 26px;
        display: none;
    }

    .footer-left .address-div span {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-left .address-div p {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-left .address-div {
        display: none;
    }

    .cop-div p {
        font-size: 1.4rem;
    }

    .share-footer a {
        width: 36px;
        height: 36px;
    }

    .share-footer a i {
        font-size: 20px;
    }
}

.page-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page-title-left {
    position: relative;
    max-width: 48%;
}

.page-title-left a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-title-left a:hover {
    color: #458e46;
}

.page-title-left .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    color: #333333;
}

.page-title-left .ertitle {
    font-size: 18px;
    line-height: 30px;
    color: #458e46;
    margin-top: 8px;
}

.page-title-left::before {
    content: "";
    position: absolute;
    width: 71px;
    height: 2px;
    background-color: #458e46;
    left: -91px;
    top: 24px;
}

.page-title-right {
    max-width: 48%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-title-right a {
    line-height: 48px;
    display: block;
    width: 150px;
    max-width: 150px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
    border: solid 2px #458e46;
}

.page-title-right a:hover {
    background: #316232;
    color: #fff;
    border-color: #316232;
}

.page-title-right :nth-child(1) {
    letter-spacing: 0px;
    color: #ffffff;
    background-color: #458e46;
    border-radius: 27px 25px 27px 25px;
}

.page-title-right :nth-child(2) {
    color: #333333;
    background-color: #f7c35f;
    border-radius: 27px 25px 27px 25px;
    margin-left: 20px;
    border-color: #f7c35f;
}

.page-pro {
    padding-top: 100px;
}

.pro-swiper {
    position: relative;
    margin-top: 43px;
}

.pro-swiper .swiper-button-prev,
.pro-swiper .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: -18px;
}

.pro-swiper .swiper-button-next {
    right: -46px;
}

.pro-swiper .swiper-button-prev {
    left: -46px;
}

.pro-swiper .swiper-button-prev::after {
    content: "\e72c";
    font-family: "iconfont";
    font-size: 20px;
    color: #d1d1d1;
    font-weight: bold;
}

.pro-swiper .swiper-button-next::after {
    content: "\e72d";
    font-family: "iconfont";
    font-size: 20px;
    color: #d1d1d1;
    font-weight: bold;
}

.pro-swiper .swiper-button-next:hover::after,
.pro-swiper .swiper-button-prev:hover::after {
    color: #458e46;
}

.pageswiperpro .swiper-img {
    display: block;
    font-size: 0px;
    overflow: hidden;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
    background-blend-mode: normal, normal;
    border-radius: 8px;
}

.pageswiperpro .swiper-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pageswiperpro .swiper-pagination {
    margin-top: 50px;
    bottom: 0px;
    top: auto;
    background-color: transparent;
    height: 6px;
    position: relative;
}

.pageswiperpro .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #458e46;
}

.pageswiperpro .swiper-pagination::before {
    position: absolute;
    left: 0px;
    top: calc(50% - 1px);
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e4e4e4;
}

.swiper-pro-title {
    margin-top: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-pro-title>a {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-pro-title h2 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-pro-title h2 a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-pro-title a {
    min-width: 33px;
    min-height: 35px;
}

.swiper-pro-title a i {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    border-radius: 50%;
    background-color: #f3f3f3;
    font-size: 20px;
    color: #458e46;
}

.swiper-pro-title a i:hover {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    color: #fff;
    background-color: #458e46;
}

.swiper-pro-title :hover {
    color: #458e46;
}

@media screen and (max-width: 1600px) {
    .page-title-left::before {
        width: 40px;
        left: -60px;
    }
}

@media screen and (max-width: 1500px) {
    .pageswiperpro .swiper-pagination {
        width: calc(100% - 70px);
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .pro-swiper .swiper-button-next {
        right: 0px;
    }

    .pro-swiper .swiper-button-prev {
        left: 0px;
    }

    .page-title-left::before {
        width: 30px;
        left: -40px;
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .page-pro {
        padding-top: 40px;
    }

    .pro-swiper {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pageswiperpro .swiper-pagination {
        margin-top: 20px;
    }

    .page-title-left .title {
        font-size: 24px;
        line-height: 30px;
    }

    .page-title-left .ertitle {
        font-size: 12px;
        line-height: 20px;
    }

    .page-title-left::before {
        left: -14px;
        width: 10px;
        top: 12px;
    }

    .page-title-right a {
        max-width: 100px;
        font-size: 12px;
        line-height: 30px;
    }

    .swiper-pro-title {
        margin-top: 10px;
    }

    .swiper-pro-title a {
        font-size: 14px;
        min-width: 26px;
    }

    .swiper-pro-title a i {
        width: 26px;
        height: 26px;
        font-size: 16px;
    }

    .swiper-pro-title h2 a {
        font-size: 14px;
    }

}

@media screen and (max-width: 460px) {
    .page-pro {
        padding-top: 20px;
    }

    .page-title {
        flex-wrap: wrap;
    }

    .page-title div {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .page-title-right {
        justify-content: center;
        margin-top: 6px;
    }

    .page-title-right a {
        margin-left: 4px;
        margin-right: 4px;
    }

    .page-title-left::before {
        display: none;
    }
}

.page-about {
    margin-top: 104px;
    padding-top: 81px;
    padding-bottom: 100px;
    background: rgba(243, 243, 243, 0.66) url(../images/pulandotm.png) left no-repeat;
}

.page-about .page-title .page-title-right :nth-child(2) {
    color: #458e46;
    background-color: transparent;
    border-radius: 27px 25px 27px 25px;
    border: solid 2px rgb(69, 142, 70);
}

.page-about .page-title .page-title-right :hover {
    background: #316232;
    border-color: #316232;
    color: #fff;
}

.page-about-left {
    max-width: 586px;
    overflow: hidden;
    margin-top: 23px;
}

.page-about-left>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}

.page-about-left> :nth-child(1) {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-about-left> :nth-child(2) {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page-about-left>a:hover {
    color: #458e46;
}

.page-about-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 76px;
}

.page-about-div {
    width: 31%;
    margin-bottom: 52px;
}

.page-about-div a {
    display: block;
    font-weight: bold;
    font-size: 40px;
    color: #458e46;
}

.page-about-div a sup {
    font-size: 24px;
}

.page-about-div p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-top: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-about-div:nth-child(2) {
    width: 38%;
    padding-left: 12%;
    border-left: 1px solid rgba(187, 189, 191, 0.3);
    border-right: 1px solid rgba(187, 189, 191, 0.3);
}

.page-about-div:nth-child(3) {
    padding-left: 12%;
}

.page-about-div:nth-child(5) {
    width: 38%;
    padding-left: 12%;
    border-left: 1px solid rgba(187, 189, 191, 0.3);
}

.page-about-right {
    width: 49.53%;
    border-radius: 40px 0px 40px 0px;
    overflow: hidden;
}

.page-about-mid {
    display: flex;
    justify-content: flex-start;
    flex-flow: row-reverse;
    margin-top: 34px;
}

.page-about-right {
    margin-left: 6%;
}

.page-about-right .swiper-slide {
    position: relative;
    padding-bottom: 57.4%;
}

.page-about-right .swiper-slide div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-about-right .swiper-slide div iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-about-right .swiper-slide div video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pageswiperabout .swiper-pagination {
    text-align: right;
    bottom: 26px;
}

.pageswiperabout .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: solid 2px #fff;
    opacity: 0.6;
    background-color: transparent;
    margin: 0;
    margin-right: 40px;
}

.pageswiperabout .swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #fff;
    opacity: 1;
    background-color: #fff;
}

@media screen and (max-width: 1380px) {
    .page-about-left {
        width: 42%;
        margin-left: 2.5%;
    }
}

@media screen and (max-width: 1080px) {
    .page-about-div a {
        font-size: 36px;
    }

    .page-about-div:nth-child(3),
    .page-about-div:nth-child(2),
    .page-about-div:nth-child(5) {
        padding-left: 8%;
    }
}

@media screen and (max-width: 991px) {
    .page-about {
        padding-top: 40px;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .page-about-mid {
        flex-wrap: wrap;
    }

    .page-about-div {
        margin-bottom: 30px;
    }

    .page-about-right {
        width: 95%;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-about-left {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        text-align: center;
    }

    .page-about-div:nth-child(3),
    .page-about-div:nth-child(2),
    .page-about-div:nth-child(5) {
        padding: 0px;
    }

    .page-about-details {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .page-about-left>a {
        font-size: 14px;
    }

    .page-about-div a {
        font-size: 26px;
    }

    .page-about-div p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 520px) {
    .page-about-div a {
        font-size: 20px;
    }

    .page-about-div a sup {
        font-size: 14px;
    }

    .page-about-div p {
        font-size: 14px;
        line-height: 20px;
    }
}

.page-custom {
    padding-top: 70px;
}

.page-custom-left {
    margin-top: 112px;
}

.page-custom-left ul li {
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 39px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-custom-left ul li p {
    width: 39px;
    visibility: hidden;
    border-top: solid 1px rgb(69, 142, 70);
}

.page-custom-left ul li span {
    visibility: hidden;
    width: 10px;
    height: 10px;
    border: solid 1px rgb(69, 142, 70);
    border-radius: 50%;
    margin-right: 20px;
}

.page-custom-left ul li.active {
    font-weight: bold;
    color: #333333;
}

.page-custom-left ul li.active p {
    visibility: visible;
}

.page-custom-left ul li.active span {
    visibility: visible;
}

.page-custom-right {
    width: 70.7%;
    margin-left: 9.4%;
    margin-top: 70px;
}

.pageswipercustom1 .swiper-img,
.pageswipercustom2 .swiper-img,
.pageswipercustom3 .swiper-img {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    font-size: 0px;
}

.pageswipercustom1 .swiper-img img:hover,
.pageswipercustom2 .swiper-img img:hover,
.pageswipercustom3 .swiper-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pageswipercustom1 .swiper-pro-title,
.pageswipercustom2 .swiper-pro-title,
.pageswipercustom3 .swiper-pro-title {
    margin-top: 16px;
}

.pageswipercustom1 .swiper-pro-title a,
.pageswipercustom2 .swiper-pro-title a,
.pageswipercustom3 .swiper-pro-title a {
    color: #fff;
}

.pageswipercustom1 .swiper-pro-title a i,
.pageswipercustom2 .swiper-pro-title a i,
.pageswipercustom3 .swiper-pro-title a i {
    color: #fff;
    background-color: transparent;
    border: solid 2px #ffffff;
}

.pageswipercustom1 .swiper-pro-title a:hover,
.pageswipercustom2 .swiper-pro-title a:hover,
.pageswipercustom3 .swiper-pro-title a:hover {
    color: #fff;
}

.pageswipercustom1 .swiper-pro-title a:hover i,
.pageswipercustom2 .swiper-pro-title a:hover i,
.pageswipercustom3 .swiper-pro-title a:hover i {
    background-color: #fff;
    color: #458e46;
}

.page-custom-tab {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(to bottom, white 0%, white 58.8%, #458e46 58.8%, #458e46 100%);
    padding-bottom: 107px;
}

.cut-tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cut-tab .swiper-button-prev,
.cut-tab .swiper-button-next {
    position: unset;
    width: 42px;
    height: 42px;
    border: solid 2px #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 139px;
}

.cut-tab .swiper-button-prev::after {
    content: "\e72c";
    font-family: "iconfont";
    font-size: 20px;
    color: #fff;
}

.cut-tab .swiper-button-next::after {
    content: "\e72d";
    font-family: "iconfont";
    font-size: 20px;
    color: #fff;
}

.cut-tab .swiper-button-next:hover::after,
.cut-tab .swiper-button-prev:hover::after {
    color: #458e46;
}

.cut-tab .swiper-button-prev:hover,
.cut-tab .swiper-button-next:hover {
    background: #f7c35f;
    border-color: #f7c35f;
}

.cut-tab .swiper-button-prev {
    margin-right: 21px;
}

@media screen and (max-width: 1600px) {

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        margin-top: 60px;
    }

    .page-custom-right {
        width: 77%;
    }
}

@media screen and (max-width: 1280px) {
    .page-custom-tab {
        padding-bottom: 80px;
    }

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .page-custom {
        padding-top: 30px;
    }

    .page-custom-tab {
        display: flex;
        justify-content: space-between;
    }

    .page-custom-left {
        margin-top: 80px;
        margin-left: 2.5%;
    }

    .page-custom-right {
        margin-left: 0px;
        margin-top: 36px;
    }

    .page-custom-left {
        margin-top: 50px;
    }

    .page-custom-tab {
        padding-bottom: 30px;
        background: linear-gradient(to bottom, white 0%, white 70%, #458e46 70%, #458e46 100%);
    }

    .cut-tab {
        padding-top: 30px;
    }

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        margin-top: 0px;
    }

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        width: 36px;
        height: 36px;
    }

    .page-custom-left ul li {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .cut-tab {
        padding-top: 0px;
    }

    .page-custom-tab {
        flex-wrap: wrap;
    }

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        width: 30px;
        height: 30px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .page-custom-left {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .page-custom-left ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-custom-left ul li {
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .page-custom-left ul li span {
        margin-right: 4px;
    }

    .page-custom-left ul li p {
        width: 20px;
    }

    .page-custom-right {
        margin-top: 10px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .cut-tab {
        justify-content: center;
    }

    .cut-tab .swiper-button-prev::after,
    .cut-tab .swiper-button-next::after {
        color: #458e46;
    }

    .cut-tab .swiper-button-prev,
    .cut-tab .swiper-button-next {
        border-color: #458e46;
    }
}

@media screen and (max-width: 400px) {
    .page-custom-left ul li {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.page-process {
    background-color: rgba(243, 243, 243, 0.66);
    padding-top: 81px;
    padding-bottom: 85px;
}

.page-process .page-title-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-process .page-title-left .page-process-div {
    cursor: pointer;
}

.page-process .page-title-left .page-process-div .title {
    font-size: 30px;
    font-weight: 400;
    color: #666666;
}

.page-process .page-title-left .page-process-div .ertitle {
    font-size: 18px;
    color: #999999;
}

.page-process .page-title-left .active .title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.page-process .page-title-left .active .ertitle {
    color: #458e46;
}

.page-process .page-title-left .page-process-div:nth-child(2) {
    margin-left: 72px;
}

@media screen and (max-width: 991px) {
    .page-process {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .page-process .page-title-left .page-process-div .title {
        font-size: 24px;
    }

    .page-process .page-title-left .page-process-div .ertitle {
        font-size: 12px;
    }

    .page-process .page-title-left .active .title {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
    }

    .page-process .page-title-left .active .ertitle {
        color: #458e46;
    }

    .page-process .page-title-left .page-process-div:nth-child(2) {
        margin-left: 72px;
    }
}

@media screen and (max-width: 460px) {
    .page-process .page-title-left .page-process-div:nth-child(2) {
        margin-left: 0px;
    }

    .page-process .page-title-left {
        justify-content: space-between;
    }
}

.process-tab-img {
    display: block;
    font-size: 0px;
    border-radius: 16px;
    overflow: hidden;
}

.process-tab-img :hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.process-tab-content:nth-child(1) div {
    width: 48.4285714286%;
}

.process-tab-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 77px;
}

.process-tab-content div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.process-tab-content div .process-tab-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    display: block;
    margin-top: 19px;
    width: 100%;
}

.process-tab-content div .process-tab-title:hover {
    color: #458e46;
}

.process-tab-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    border: solid 2px #458e46;
    border-radius: 50%;
    margin-bottom: 16px;
    text-align: center;
}

.process-tab-content:nth-child(2) {
    padding-bottom: 14px;
}

.process-tab-content:nth-child(2) div {
    text-align: center;
}

.process-tab-content:nth-child(2) div:nth-child(1) {
    width: 27.1428571429%;
}

.process-tab-content:nth-child(2) div:nth-child(2) {
    width: 21.4285714286%;
}

.process-tab-content:nth-child(2) div:nth-child(2) {
    position: relative;
}

.process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before {
    content: "";
    width: 261px;
    border-bottom: 3px dotted #333333;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    right: 75%;
    opacity: 0.3;
    position: absolute;
}

.process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
    content: "";
    width: 261px;
    border-bottom: 3px dotted #333333;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    left: 75%;
    opacity: 0.3;
    position: absolute;
}

@media screen and (max-width: 1420px) {

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before,
    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
        width: 55%;
    }

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
        left: 75%;
    }

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before {
        right: 75%;
    }
}

@media screen and (max-width: 1180px) {

    .process-tab-content:nth-child(2) div:nth-child(1),
    .process-tab-content:nth-child(2) div:nth-child(2),
    .process-tab-content:nth-child(2) div:nth-child(3) {
        width: 32%;
    }

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
        left: 80%;
    }

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before {
        right: 80%;
    }

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before,
    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .process-tab-content {
        margin-top: 30px;
    }

    .page-process {
        padding-bottom: 20px;
    }

    .process-tab-flow {
        width: 100px;
        height: 100px;
    }

    .process-tab-flow img {
        max-width: 60%;
    }
}

@media screen and (max-width: 767px) {

    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::before,
    .process-tab-content:nth-child(2) div:nth-child(2) .process-tab-flow::after {
        width: 50%;
        display: none;
    }

    .process-tab-content div .process-tab-title {
        margin-top: 0px;
        font-size: 14px;
    }

    .process-tab-content {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .page-process {
        padding-bottom: 10px;
    }

    .process-tab-content {
        flex-wrap: wrap;
    }

    .process-tab-content:nth-child(2) {
        flex-wrap: wrap;
    }

    .process-tab-content:nth-child(2) div {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .process-tab-content:nth-child(1) div {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
}

.page-news {
    padding-top: 82px;
    padding-bottom: 100px;
}

.page-news-content {
    width: 86.4583%;
    margin-top: 42px;
    position: relative;
}

.page-news-img {
    overflow: hidden;
    font-size: 0px;
    width: 57.2891566265%;
    background-color: #458e46;
    border-radius: 40px 0px 40px 0px;
}

.page-news-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.page-newsswiper-right {
    margin-top: 36px;
    width: 37.9%;
}

.page-newsswiper-right .page-newsright-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-newsswiper-right p {
    font-size: 16px;
    line-height: 32px;
    color: #458e46;
    margin-top: 18px;
    margin-bottom: 19px;
}

.page-newsswiper-right .page-newsright-content {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.page-newsswiper-right a:hover {
    color: #458e46;
}

.pageswipernews .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pageswipernews .swiper-pagination .swiper-pagination-bullet {
    font-size: 18px;
    line-height: 24px;
    color: #ccc;
    background: transparent;
    width: auto;
    height: auto;
    opacity: 1;
    margin-right: 35px;
    position: relative;
}

.pageswipernews .swiper-pagination .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 2px;
    background-color: #ccc;
    top: calc(50% - 2px);
    left: 180%;
}

.pageswipernews .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0px;
}

.pageswipernews .swiper-pagination .swiper-pagination-bullet:last-child::before {
    display: none;
}

.pageswipernews .swiper-pagination .swiper-pagination-bullet-active {
    color: #333333;
    font-weight: bold;
}

.cut-div {
    position: absolute;
    bottom: 8px;
    left: 62%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cut-div .swiper-pagination {
    width: auto;
    position: unset;
    margin-left: 34px;
    margin-right: 34px;
}

.cut-div .swiper-button-prev,
.cut-div .swiper-button-next {
    position: unset;
    width: auto;
    height: auto;
    margin: 0px;
}

.cut-div .swiper-button-prev i,
.cut-div .swiper-button-next i {
    font-size: 30px;
    color: #d1d1d1;
}

.cut-div .swiper-button-prev i:hover,
.cut-div .swiper-button-next i:hover {
    color: #458e46;
}

.cut-div .swiper-button-next i {
    display: block;
    transform: rotateY(180deg);
}

.cut-div .swiper-button-prev::after,
.cut-div .swiper-button-next::after {
    display: none;
}

@media screen and (max-width: 1550px) {
    .page-news-content {
        width: 95%;
    }
}

@media screen and (max-width: 1400px) {
    .pageswipernews .swiper-slide {
        align-items: center;
    }

    .page-newsswiper-right {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .cut-div {
        bottom: 0px;
    }
}

@media screen and (max-width: 991px) {
    .page-news {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-news-content {
        margin-top: 20px;
    }

    .pageswipernews .swiper-slide {
        flex-wrap: wrap;
    }

    .pageswipernews .swiper-slide .page-news-img {
        width: 100%;
        text-align: center;
    }

    .page-news-content {
        margin-left: auto;
        margin-right: auto;
    }

    .page-newsswiper-right {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .page-newsswiper-right p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cut-div {
        position: unset;
    }
}

@media screen and (max-width: 767px) {
    .page-newsswiper-right .page-newsright-title {
        line-height: 30px;
        font-size: 20px;
    }

    .page-newsswiper-right p {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 20px;
        font-size: 14px;
    }

    .page-newsswiper-right .page-newsright-content {
        font-size: 14px;
        line-height: 24px;
    }

    .pageswipernews .swiper-pagination .swiper-pagination-bullet {
        font-size: 16px;
        margin-right: 20px;
    }

    .pageswipernews .swiper-pagination .swiper-pagination-bullet::before {
        left: 150%;
    }

    .cut-div .swiper-pagination {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.page-video {
    padding-top: 80px;
    background-color: rgba(243, 243, 243, 0.66);
}

.page-video .page-title .page-video-title-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-video .page-title .page-video-title-right .swiper-button-next,
.page-video .page-title .page-video-title-right .swiper-button-prev {
    position: unset;
    background: transparent;
    width: 46px;
    height: 46px;
    border: solid 2px #458e46;
    border-radius: 50%;
    margin: 0;
    color: #458e46;
}

.page-video .page-title .page-video-title-right .swiper-button-next {
    margin-left: 21px;
}

.page-video .page-title .page-video-title-right .swiper-button-next:hover,
.page-video .page-title .page-video-title-right .swiper-button-prev:hover {
    background: #458e46;
    color: #fff;
}

.page-video .page-title .page-video-title-right .swiper-button-next::after,
.page-video .page-title .page-video-title-right .swiper-button-prev::after {
    display: none;
}

.page-videoswiper {
    margin-top: 32px;
}

.page-videoswiper .swiper-slide {
    padding-top: 40px;
}

.page-videoswiper .swiper-slide-active .pagevideo-img img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    margin-top: -15px;
}

.page-videoswiper .swiper-slide-active .pagevideo-title {
    padding-top: 17px;
}

.page-videoswiper .pagevideo-img {
    display: block;
    font-size: 0px;
}

.page-videoswiper .pagevideo-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 14px;
}

.page-videoswiper .pagevideo-title:hover {
    color: #458e46;
}

.page-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 53px;
    padding-bottom: 78px;
}

.page-more a {
    max-width: 150px;
    width: 100%;
    border-radius: 27px 25px 27px 25px;
    border: solid 2px #458e46;
    background: #fff;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 48px;
    color: #458e46;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

.page-more :nth-child(1) {
    background: #458e46;
    color: #fff;
}

.page-more a:hover {
    color: #458e46;
    background: #316232;
    border-color: #316232;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .page-video {
        padding-top: 20px;
    }

    .page-videoswiper {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {

    .page-video .page-title .page-video-title-right .swiper-button-next,
    .page-video .page-title .page-video-title-right .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .page-videoswiper {
        margin-top: 0px;
    }

    .page-more {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .page-more a {
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100px;
        line-height: 30px;
    }

    .page-videoswiper .swiper-slide-active .pagevideo-img img {
        margin-top: -8px;
    }

    .page-videoswiper .swiper-slide-active .pagevideo-title {
        padding-top: 8px;
        font-size: 14px;
        text-align: center;
    }

    .page-videoswiper .pagevideo-title {
        text-align: center;
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    .page-video .page-title .page-video-title-right {
        width: 100%;
        justify-content: center;
    }

    .page-video .page-title .page-video-title-right .swiper-button-prev,
    .page-video .page-title .page-video-title-right .swiper-button-next {
        margin-left: 4px;
        margin-right: 4px;
    }
}

.page-banner {
    margin-top: 90px;
    position: relative;
}

.page-banner>p {
    display: block;
    font-size: 0px;
}

.page-banner>.page-banner-div {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.page-banner>.page-banner-div>span {
    font-weight: bold;
    display: block;
    font-size: 64px;
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: #458e46;
    opacity: 1;
    letter-spacing: -4px;
}

.page-banner>.page-banner-div>p {
    color: #fff;
    margin-top: 13px;
}

.page-banner>.page-banner-div>p a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.page-banner>.page-banner-div>p a.active,
.page-banner>.page-banner-div>p a:hover {
    color: #f7c35f;
}

@media screen and (max-width: 991px) {
    .page-banner {
        margin-top: 60px;
        display: none;
    }

    .page-banner>.page-banner-div>span {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .page-banner>.page-banner-div>p a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .page-banner>.page-banner-div {
        text-align: center;
    }

    .page-banner>.page-banner-div>span {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .page-banner>.page-banner-div>p {
        margin-top: 10px;
    }

    .page-banner>.page-banner-div>p a {
        font-size: 12px;
    }
}

@media screen and (max-width: 550px) {
    .page-banner {
        height: 150px;
        background: url("../images/pagebanner.png") no-repeat;
        background-size: cover;
    }

    .page-banner>p {
        display: none;
    }
}

.pro-cen-left {
    width: 28.5714285714%;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
    border-radius: 8px;
    font-size: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-cen-left img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-cen-right {
    padding: 20px 6.6%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 69.2857142857%;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
    border-radius: 8px;
}

.pro-cen-right>div {
    margin-top: -4px;
}

.pro-cen-right .pro-cen-right-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 30px;
}

.pro-cen-right .pro-cen-right-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 54px;
}

.pro-cen-right .pro-cen-right-more {
    display: block;
    max-width: 150px;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #458e46;
    border-radius: 27px 25px 27px 25px;
    font-size: 16px;
    font-weight: normal;
    line-height: 52px;
    color: #ffffff;
    text-align: center;
}

.pro-cen-right:hover {
    background: #458e46;
}

.pro-cen-right:hover a {
    color: #fff;
}

.pro-cen-right:hover .pro-cen-right-more {
    background: #fff;
    color: #458e46;
}

.pro-cen .pro-cen-div {
    display: flex;
    align-items: inherit;
    justify-content: space-between;
    margin-top: 60px;
}

.pro-cen .pro-cen-div:nth-child(2n) {
    flex-flow: row-reverse;
}

@media screen and (max-width: 991px) {
    .pro-cen-right .pro-cen-right-content {
        margin-bottom: 30px;
    }

    .pro-cen .pro-cen-div {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .pro-cen .pro-cen-div {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .pro-cen-right .pro-cen-right-title {
        font-size: 20px;
    }

    .pro-cen-right .pro-cen-right-more {
        max-width: 100px;
        font-size: 12px;
        line-height: 34px;
    }

    .pro-cen-right .pro-cen-right-content {
        font-size: 12px;
    }

    .pro-cen .pro-cen-div,
    .pro-cen .pro-cen-div:nth-child(2n) {
        flex-wrap: wrap;
    }

    .pro-cen-right .pro-cen-right-more {
        margin-left: auto;
        margin-right: auto;
    }

    .pro-cen-right>div {
        margin-top: 0px;
        text-align: center;
    }

    .pro-cen-left {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .pro-cen-right {
        width: 100%;
        margin-top: 10px;
    }
}

.pro-cen-contact {
    background: url(../images/procenbg.png) no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding-top: 4.6%;
    padding-bottom: 3.4%;
}

.pro-cen-contact a:hover {
    color: #333;
}

.pro-cen-contact-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 46px;
    font-weight: bold;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    margin-bottom: 29px;
}

.pro-cen-contact-ertitle {
    max-width: 784px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 45px;
}

.pro-cen-contact-lxwm {
    display: block;
    max-width: 203px;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #f7c35f;
    border-radius: 27px;
    font-size: 16px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pro-cen-contact-lxwm:hover {
    background-color: #fff;
}

.procenter {
    padding-top: 74px;
}

@media screen and (max-width: 991px) {
    .procenter {
        padding-top: 20px;
    }

    .pro-cen-contact {
        margin-top: 30px;
    }

    .pro-cen-contact-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .pro-cen-contact-ertitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pro-cen-contact-lxwm {
        max-width: 100px;
        line-height: 30px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .pro-cen-contact-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .pro-cen-contact-ertitle {
        font-size: 12px;
        line-height: 20px;
    }
}

.pro-list-top {
    background: #f7f7f7;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 60px;
}

.pro-list-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pro-list-nav a {
    max-width: 190px;
    text-align: center;
    margin-right: 4.6%;
    display: block;
    width: 100%;
    background-color: transparent;
    border-radius: 26px 24px 26px 24px;
    color: #333333;
    font-size: 20px;
    padding-left: 6px;
    padding-right: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    padding-top: 11px;
    padding-bottom: 9px;
}

.pro-list-nav a.active,
.pro-list-nav a:hover {
    color: #ffffff;
    background-color: #458e46;
}

.pro-list-img-div {
    position: relative;
    padding-bottom: 124.4%;
    border-radius: 8px;
    overflow: hidden;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
}

.pro-list-img {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0px;
    position: absolute;
    border-radius: 8px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-list-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-list-div {
    width: 23.2857142857%;
    margin-bottom: 30px;
    margin-left: 2.2857142857%;
}

.nomargin {
    margin-left: 0px;
}

.pro-list-div:hover .list-icon i {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    background: #458e46;
    color: #fff;
}

.pro-list-div:hover .pro-list-inquiry .inquiry {
    background: #458e46;
    color: #fff;
}

.pro-list-title {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 23px;
}

.pro-list-title .list-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro-list-title .list-icon {
    display: block;
}

.pro-list-title .list-icon i {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #f3f3f3;
    color: #458e46;
    font-size: 20px;
}

.pro-list-inquiry {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pro-list-inquiry .check {
    width: 15px;
    height: 15px;
    background-color: #e3e3e3;
    cursor: pointer;
}

.pro-list-inquiry .inquiry {
    cursor: pointer;
    display: block;
    text-align: center;
    max-width: 150px;
    font-size: 16px;
    line-height: 32px;
    padding-top: 4px;
    padding-bottom: 3px;
    color: #458e46;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #f3f3f3;
    border-radius: 21px 19px 21px 19px;
    margin-left: 10px;
    border: 0px;
}

.pro-list-content {
    display: flex;
    align-items: initial;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/*-------------page-start--------------------------------------------------------------------*/
.page {
    width: 100%;
    clear: both;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 100px;
    width: 100%;
    margin-top: 52px;
}

.page a {
    display: inline-block;
    color: #333333;
    margin: 6px 4px;
    width: 37px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    background-color: #ffffff;
}

.page a.big {
    color: #333333;
}

.page a.next {
    color: #333333;
}

.page a:hover,
.page a.page-active {
    background-color: #f7c35f;
    color: #ffffff;
}

.page a.omit {
    background: transparent;
    position: relative;
    top: -4px;
}

.page a.omit:hover {
    color: #333333;
}

@media only screen and (max-width: 1219px) {
    .page a {
        font-size: 14px;
    }
}

.page .add-form {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    padding-right: 20px;
    background: url(../images/atb.png) no-repeat right center;
}

.page .add-form .add-btn {
    text-align: center;
    cursor: pointer;
    width: 193px;
    height: 44px;
    background-color: #f7c35f;
    border: 0px;
    font-size: 18px;
    color: #ffffff;
}

.page .add-form .add-btn:hover {
    background-color: #fff;
    color: #333333;
}

.products-page {
    margin-top: 21px;
}

@media only screen and (max-width: 1219px) {
    .page .add-form {
        margin-left: 5px;
    }
}

/*-------------page-end--------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
    .pro-list-top {
        margin-bottom: 30px;
    }

    .pro-list-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page {
        margin-top: 20px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 930px) {
    .pro-list-content {
        min-height: calc(100vh - 64px) !important;
    }
}

@media screen and (max-width: 767px) {
    .pro-list-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pro-list-nav a {
        max-width: auto;
        width: 23%;
        line-height: 24px;
        font-size: 16px;
        margin: 0px;
    }

    .pro-list-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pro-list-title .list-name {
        font-size: 16px;
    }

    .pro-list-div {
        width: 32%;
        margin-left: 0px;
    }

    .pro-list-content {
        justify-content: space-between;
    }

    .pro-list-content::after {
        width: 32%;
        content: '';
    }

    .pro-list-inquiry .inquiry {
        max-width: 100px;
        font-size: 14px;
    }

    .page .add-form .add-btn {
        height: 36px;
        width: 140px;
        font-size: 16px;
    }

    .page a {
        margin-top: 4px;
    }
}

@media screen and (max-width: 480px) {
    .pro-list-content {
        justify-content: space-between;
    }

    .pro-list-top {
        margin-bottom: 10px;
    }

    .pro-list-div {
        margin-bottom: 20px;
    }

    .pro-list-div {
        width: 49%;
    }

    .pro-list-nav {
        flex-wrap: wrap;
    }

    .pro-list-nav a {
        max-width: 100%;
        width: 49%;
        margin-bottom: 4px;
    }
}

.pro-details-small {
    margin-left: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-details-small .swiper-button-prev,
.pro-details-small .swiper-button-next {
    position: unset;
    width: auto;
    height: auto;
    margin: 0px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border: solid 2px #458e46;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #458e46;
}

.pro-details-small .swiper-button-prev,
.pro-details-small .swiper-button-next {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pro-details-small .swiper-button-prev:hover,
.pro-details-small .swiper-button-next:hover {
    background: #458e46;
    color: #fff;
}

.pro-details-small .swiper-button-prev::after,
.pro-details-small .swiper-button-next::after {
    display: none;
}

.pro-details-left {
    max-width: 674px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}

.pro-details-small {
    width: 100%;
    max-width: 145px;
    max-height: 645px;
    height: 100%;
}

.prodetailsswiper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.prodetailsswiper .swiper-wrapper {
    height: 100%;
    max-height: 556px;
}

.prodetailsswiper .swiper-slide {
    width: 145px;
    max-height: 180px;
    min-height: 180px;
    max-width: 180px;
}

.prodetailsswiper .swiper-slide img {
    border: solid 2px transparent;
    border-radius: 8px;
}

.prodetailsswiper .swiper-slide .zoomThumbActive img {
    border: 2px solid #458e46;
}

.prodetailsswiper .swiper-wrapper .swiper-slide.active img {
    border-color: #458e46;
}

.pro-details-img {
    display: block;
    font-size: 0px;
    cursor: pointer;
}

.pro-details-left img {
    transition: all 0ms;
    -webkit-transition: all 0ms;
    -o-transition: all 0ms;
    -moz-transition: all 0ms;
}

.pro-details {
    margin-top: 60px;
    display: flex;
    align-items: initial;
    justify-content: space-between;
}

.pro-details-materials h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-bottom: 40px;
}

.pro-details-materials strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
}

.pro-details-materials p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.materials-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.materials-footer a {
    max-width: 151px;
    width: 100%;
    border-radius: 27px 25px 27px 25px;
    border: solid 2px #458e46;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #458e46;
    line-height: 24px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.materials-footer .meterxun {
    background: #458e46;
    color: #fff;
    margin-right: 8.6%;
}

.materials-footer a:hover {
    background: #316232;
    border-color: #316232;
    color: #fff;
}

.materials-footer>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.materials-footer>div span {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.pro-details-right {
    width: 47.9285714286%;
    margin-left: 2%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .pro-details {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .pro-details-right {
        width: 100%;
    }

    .pro-details-left {
        max-width: 974px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .zoomWindow,
    .zoomPup {
        display: none !important;
    }

    .zoomPad {
        cursor: auto;
    }

    .pro-details-materials {
        width: 100%;
    }

    .materials-footer {
        margin-top: 30px;
    }

    .materials-footer a {
        max-width: 120px;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .pro-details-materials h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pro-details-materials {
        text-align: center;
    }

    .pro-details-materials strong {
        font-size: 14px;
        line-height: 20px;
    }

    .pro-details-materials p {
        font-size: 12px;
        line-height: 20px;
    }

    .materials-footer {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .materials-footer div {
        margin-bottom: 6px;
        justify-content: center;
    }

    .materials-footer a {
        max-width: 100px;
        line-height: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

@media screen and (max-width: 600px) {
    .pro-details-big {
        display: none;
    }

    .pro-details-left {
        max-width: 100%;
    }

    .pro-details-small {
        margin-left: 0px;
        width: 100%;
        max-width: 100%;
    }

    .pro-details-small .swiper-button-prev,
    .pro-details-small .swiper-button-next {
        position: absolute;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .prodetailsswiper {
        width: 100%;
    }

    .prodetailsswiper .swiper-wrapper {
        max-height: auto;
    }

    .prodetailsswiper .swiper-slide {
        width: 100%;
        max-height: 100%;
        min-height: 100%;
        max-width: 100%;
    }

    .prodetailsswiper .swiper-slide img {
        border: solid 2px transparent;
        border-radius: 8px;
    }

    .prodetailsswiper .swiper-slide .zoomThumbActive img {
        border: 2px solid transparent;
    }
}

.introduce {
    margin-top: 56px;
}

.introduce strong {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

.introduce p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media screen and (max-width: 991px) {
    .introduce {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .introduce strong {
        font-size: 16px;
        line-height: 20px;
    }

    .introduce p {
        font-size: 14px;
        line-height: 22px;
    }
}

.details-tab {
    padding-bottom: 80px;
}

.details-tab ul {
    margin-top: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    border-radius: 30px;
    margin-bottom: 58px;
}

.details-tab ul li {
    cursor: pointer;
    width: 25%;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.details-tab ul li:hover,
.details-tab ul li.active {
    background: #458e46;
    color: #fff;
}

.details-content .details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.details-content .details>p {
    display: block;
    font-size: 0px;
    width: 50%;
}

.details-content .details div {
    margin-left: 4.2857142857%;
    width: 44.5714285714%;
}

.details-content .details div strong {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    display: block;
    margin-bottom: 1px;
}

.details-content .details div p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media screen and (max-width: 767px) {
    .details-tab {
        padding-bottom: 30px;
    }

    .details-tab ul li {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .details-content .details div strong {
        font-size: 18px;
    }

    .details-content .details div p {
        font-size: 14px;
    }

    .details-tab ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .details-tab ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .details-tab ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .details-content .details {
        flex-wrap: wrap;
    }

    .details-content .details div {
        margin-top: 10px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .details-content .details p {
        width: 100%;
        text-align: center;
    }
}

.offer-details-right {
    width: 50%;
    margin-top: 49px;
}

.offer-details-right form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer-details-right form input,
.offer-details-right form textarea {
    padding-right: 18px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.offer-details-right form input::-webkit-input-placeholder,
.offer-details-right form textarea::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.offer-details-right form input:-moz-placeholder,
.offer-details-right form textarea:-moz-placeholder {
    color: #666666;
    opacity: 1;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.offer-details-right form input::-moz-placeholder,
.offer-details-right form textarea::-moz-placeholder {
    color: #666666;
    opacity: 1;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.offer-details-right form input:-ms-input-placeholder,
.offer-details-right form textarea:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.offer-details-right form span {
    width: 8px;
    height: 8px;
    color: red;
    font-size: 20px;
    margin-right: 5px;
}

.offer-details-right form>div {
    width: 49.57%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.offer-details-right form>div .sub-input {
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(#f7c35f, #f7c35f), linear-gradient(#ffffff, #ffffff);
    border: 0px;
    cursor: pointer;
}

.offer-details-right form>div input {
    width: 100%;
    height: 100%;
    padding-left: 16px;
    border: 1px solid #cccccc;
}

.offer-details-right form>div textarea {
    width: 100%;
    height: 212px;
    outline: none;
    border: 1px solid #cccccc;
}

.offer-details-right form>div a {
    min-width: 94px;
    max-width: 94px;
    min-height: 35px;
    max-height: 35px;
    /*background-color: rgb(210, 245, 211);*/
    margin-right: 8px;
}

.offer-details-right form>div p {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    border: solid 1px #cccccc;
}

.offer-details-right form>div p input {
    border: 0px;
}

.offer-details-right form .textarea {
    width: 100%;
    height: 212px;
}

.offer-details-right form .textarea span {
    position: relative;
    top: -34%;
}

.offer-details-right form .textarea textarea {
    padding-top: 18px;
    padding-left: 15px;
}

.offer-details-left {
    width: 48.0714285714%;
}

.offer-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 28px;
}

.offer-div>p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

.offer-div>div>p {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
}

.offer-div>div>span {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: block;
    margin-top: 7px;
}

.offer-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-bottom: 18px;
}

.offer-ertitle {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 24px;
}

.offer-details {
    background: rgba(243, 243, 243, 0.4);
    padding-top: 70px;
    padding-bottom: 42px;
}

.offer-detailscontent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .details-tab {
        padding-bottom: 40px;
    }

    .offer-details {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .offer-details-left {
        text-align: center;
    }

    .offer-detailscontent {
        flex-wrap: wrap;
    }

    .offer-details-left {
        width: 100%;
    }

    .offer-details-right {
        width: 100%;
        margin-top: 20px;
    }

    .offer-div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .offer-div p {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .offer-div div {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .offer-details {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .offer-title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 26px;
    }

    .offer-ertitle {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .offer-div>div>p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .offer-div>div>span {
        font-size: 12px;
        margin-top: 0px;
    }

    .offer-div {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 450px) {
    .offer-details-right form>div {
        font-size: 42px;
    }

    .offer-details-right form>div {
        width: 100%;
    }

    .offer-details {
        padding-bottom: 0px;
    }
}

.related-pre {
    padding-top: 72px;
    padding-bottom: 96px;
}

.related-annu {
    display: flex;
    justify-content: flex-end;
}

.related-annu .swiper-button-prev,
.related-annu .swiper-button-next {
    position: unset;
    width: 46px;
    height: 46px;
    border: solid 2px #458e46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    margin-left: 20px;
}

.related-annu .swiper-button-prev i,
.related-annu .swiper-button-next i {
    font-size: 16px;
    color: #458e46;
}

.related-annu .swiper-button-prev:hover,
.related-annu .swiper-button-next:hover {
    background: #458e46;
}

.related-annu .swiper-button-prev:hover i,
.related-annu .swiper-button-next:hover i {
    color: #fff;
}

.related-annu .swiper-button-prev::after,
.related-annu .swiper-button-next::after {
    display: none;
}

.related-pre .page-title {
    align-items: center;
}

.relatedswiper {
    margin-top: 51px;
}

.relatedswiper .swiper-img {
    display: block;
    font-size: 0px;
    overflow: hidden;
}

.relatedswiper .swiper-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 991px) {
    .related-pre {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .relatedswiper {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {

    .related-annu .swiper-button-prev,
    .related-annu .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 460px) {
    .related-annu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .related-annu .swiper-button-prev,
    .related-annu .swiper-button-next {
        margin-left: 10px;
        margin-right: 10px;
    }

    .relatedswiper {
        margin-top: 10px;
    }
}

.abouttwo {
    display: flex;
    justify-content: flex-start;
    background: url(../images/pulandobj.png) no-repeat bottom left;
    padding-bottom: 59px;
    margin-top: 60px;
    flex-flow: row-reverse;
}

.abouttwo-left {
    max-width: 614px;
    width: 100%;
    margin-top: 65px;
}

.abouttwo-right {
    display: block;
    font-size: 0px;
    width: 49.53125%;
    border-radius: 40px 0px 0px 0px;
    overflow: hidden;
    margin-left: 5.3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abouttwo-right img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.solution {
    margin-top: 48px;
}

.solution-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 12px;
}

.solution-content {
    font-size: 15px;
    line-height: 28px;
    color: #666666;
}

@media screen and (max-width: 1600px) {
    .abouttwo-left {
        margin-top: 40px;
        max-width: 100%;
        width: 38%;
    }

    .solution {
        margin-top: 20px;
    }

    .abouttwo {
        background-size: contain;
        padding-bottom: 83px;
    }
}

@media screen and (max-width: 991px) {
    .abouttwo-right {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .abouttwo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
        padding-bottom: 60px;
    }

    .abouttwo-left {
        width: 95%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .solution-title {
        font-size: 18px;
    }

    .solution-content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 460px) {
    .solution {
        text-align: center;
        margin-top: 10px;
    }

    .abouttwo {
        padding-bottom: 30px;
    }

    .abouttwo-left {
        margin-top: 10px;
    }
}

.abouttwo-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 94px;
}

.abouttwo-mid-img {
    width: 49%;
    background-color: #458e46;
    border-radius: 40px 0px 40px 0px;
    font-size: 0px;
}

.abouttwo-mid-img img {
    border-radius: 40px 0px 40px 0px;
    position: relative;
    right: -14px;
    bottom: -14px;
}

.abouttwo-mid-content {
    width: 44.6428571429%;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-right: 1%;
}

@media screen and (max-width: 991px) {
    .abouttwo-mid {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .abouttwo-mid {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .abouttwo-mid-img {
        max-width: 686px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .abouttwo-mid-content {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
}

.about-int {
    background: url(../images/procenbg.png) no-repeat;
    padding-top: 90px;
    padding-bottom: 83px;
}

.about-int .pcduan {
    display: flex;
    justify-content: space-between;
}

.about-int div::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 58px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    left: 0%;
}

.about-int div:nth-child(1)::before {
    display: none;
}

.about-int div {
    position: relative;
}

.about-int div>div {
    width: 100%;
    text-align: center;
}

.about-int div>div .math {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    color: #ffffff;
}

.about-int div>div .math sup {
    font-size: 20px;
    line-height: 20px;
}

.about-int div>div .math-wenzi {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-top: 8px;
}

@media screen and (max-width: 991px) {
    .about-int {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-int div>div .math {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .about-int div>div .math {
        font-size: 26px;
        line-height: 34px;
    }

    .about-int div>div .math-wenzi {
        margin-top: 0px;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .about-int {
        padding-bottom: 10px;
    }

    .about-int .pcduan {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-int .pcduan div::before {
        display: none;
    }

    .about-int .pcduan div {
        width: 32%;
        margin-bottom: 4px;
    }

    .about-int .pcduan div div {
        width: 100%;
        text-align: center;
    }
}

.certi-img {
    display: block;
    font-size: 0px;
}

.about-cer {
    text-align: center;
    margin-top: 77px;
}

.about-cer-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.about-cer-ertitle {
    width: 91.2857142857%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 12px;
    margin-bottom: 22px;
}

.cerswiper .related-annu {
    justify-content: center;
    margin-top: 31px;
}

.cerswiper .related-annu .swiper-slide-prev,
.cerswiper .related-annu .swiper-slide-next {
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    .about-cer {
        margin-top: 30px;
    }

    .cerswiper .related-annu {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .about-cer-title {
        font-size: 20px;
    }

    .about-cer-ertitle {
        font-size: 14px;
        line-height: 26px;
    }
}

.course-con {
    display: flex;
    align-items: inherit;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
}

.course-left {
    width: 18.7142857143%;
    height: 393px;
    background-color: #f7c35f;
    border-radius: 10px;
    padding-top: 39px;
    padding-bottom: 27px;
    padding-right: 10px;
}

.course-left ul {
    height: 330px;
    overflow-y: auto;
    padding-left: 28px;
    padding-right: 32px;
}

.course-left ul li {
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.course-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 79.1428571429%;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px #f3f3f3;
    border-radius: 10px;
    padding-top: 46px;
    padding-bottom: 46px;
}

.course-right .course-right-tab {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.course-right-left {
    width: 31.7689530686%;
    margin-top: 36px;
    margin-left: 3.6%;
}

.course-right-left span {
    width: 95%;
    margin-right: auto;
    display: block;
    height: 1px;
    background: rgba(51, 51, 51, 0.1);
    margin-top: 24px;
    margin-bottom: 23px;
}

.course-right-left .course-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    color: rgb(247, 195, 95);
}

.course-right-left .course-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.course-right-right {
    display: block;
    font-size: 0px;
    width: 47.202166065%;
    border-radius: 8px;
    margin-right: 3.9%;
    overflow: hidden;
}

@media screen and (max-width: 1420px) {
    .course-right .course-right-tab {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .course-right-left {
        margin-top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .course-right-left {
        width: 40%;
    }

    .course-con {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .course-left {
        height: 290px;
    }

    .course-left ul {
        height: 220px;
    }

    .course-right {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 850px) {
    .course-con {
        flex-wrap: wrap;
    }

    .course-left {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .course-left ul {
        overflow-x: auto;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .course-left ul li {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .course-right {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .course-right-left span {
        margin-top: 10px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .course-right-left .course-content {
        font-size: 14px;
    }

    .course-left ul li {
        padding-bottom: 8px;
    }

    .course-left {
        padding-top: 12px;
    }
}

@media screen and (max-width: 550px) {
    .course-right-right {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .course-right {
        padding-top: 0px;
    }

    .course-right-left {
        text-align: center;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .course-right .course-right-tab {
        flex-wrap: wrap;
        flex-flow: column;
    }
}

.capacity {
    margin-top: 54px;
    margin-bottom: 60px;
}

.capacity-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
}

.capacity-ertitle {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 32px;
}

.capacity-div-con {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 25px;
    padding-bottom: 42px;
}

.capacity-div-con .cap-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 12px;
}

.capacity-div-con div>p {
    position: relative;
    padding-left: 8px;
    font-size: 17px;
    line-height: 30px;
    color: #666666;
}

.capacity-div-con div>p::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #666666;
    top: 14px;
    left: 0px;
}

.capacity-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.capacity-div:hover {
    transition: all 330ms;
    -webkit-transition: all 330ms;
    -o-transition: all 330ms;
    -moz-transition: all 330ms;
    background: #458e46;
}

.capacity-div:hover .cap-title {
    color: #fff;
}

.capacity-div:hover .capacity-div-con div p {
    color: #fff;
}

.capacity-div:hover .capacity-div-con div>p::before {
    background: #fff;
}

.capacity-div {
    width: 31.9285714286%;
    background: #f5f5f5;
    margin-bottom: 20px;
    transition: all 330ms;
    -webkit-transition: all 330ms;
    -o-transition: all 330ms;
    -moz-transition: all 330ms;
    margin-left: 2.0714285714%;
}

.capacity-div>p {
    position: relative;
    font-size: 0px;
}

.capacity-div.nomargin {
    margin-left: 0px;
}

@media screen and (max-width: 991px) {
    .capacity {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .capacity-div-con {
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .capacity-title {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
    }

    .capacity-ertitle {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 10px;
    }

    .capacity-content {
        justify-content: space-between;
    }

    .capacity-div {
        width: 49%;
        margin-left: 0px;
    }

    .capacity-div-con .cap-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .capacity-div-con div>p {
        font-size: 14px;
        line-height: 24px;
    }

    .capacity-div-con div>p::before {
        top: 12px;
    }
}

@media screen and (max-width: 450px) {
    .capacity-div {
        width: 100%;
    }
}

.plant-img {
    display: block;
    font-size: 0px;
    overflow: hidden;
}

.plant-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.plant-content {
    padding-top: 75px;
    background-color: rgba(243, 243, 243, 0.66);
}

.plant-content .swiper-slide:hover .plantimg-title {
    background: #458e46;
    color: #fff;
}

.plant-content .swiper-pagination {
    position: unset;
    margin-top: 30px;
    padding-bottom: 36px;
}

.plant-content .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 22px;
    height: 22px;
    border: solid 1px transparent;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
    margin-left: 18px;
    margin-right: 18px;
}

.plant-content .swiper-pagination .swiper-pagination-bullet-active {
    border: solid 1px #458e46;
}

.plant-content .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    background: #458e46;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.plant-content .plantimg-title {
    text-align: center;
    background: #fff;
    font-size: 20px;
    line-height: 40px;
    padding-top: 15px;
    padding-bottom: 14px;
    color: #333333;
}

@media screen and (max-width: 991px) {
    .plant-content {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .plant-content .plantimg-title {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .plant-content .swiper-pagination {
        margin-top: 10px;
        padding-bottom: 14px;
    }

    .plant-content .swiper-pagination .swiper-pagination-bullet {
        margin-left: 4px;
        margin-right: 4px;
    }
}

.detection {
    padding-top: 75px;
    margin-bottom: 80px;
}

.detection .pcduan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.detection .detection-top {
    display: block;
    padding-bottom: 23px;
}

.detection-left {
    width: 54.2857142857%;
    position: relative;
    margin-right: -10%;
    margin-top: -10px;
}

.detection-left ul li {
    padding-left: 21px;
    margin-bottom: 2px;
    padding-top: 20px;
    padding-bottom: 22px;
}

.detection-left ul li p {
    width: 84%;
}

.detection-left ul li:hover,
.detection-left ul li.active {
    background: #458e46;
}

.detection-left ul li:hover p,
.detection-left ul li.active p {
    color: #fff;
}

.detection-right {
    width: 50%;
}

.detection-right>p {
    display: block;
    font-size: 0px;
}

.detection-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 12px;
}

.detection-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media screen and (max-width: 991px) {
    .detection {
        padding-top: 20px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .detection .detection-top {
        padding-bottom: 0px;
    }

    .detection-left ul li {
        padding: 12px;
    }

    .detection-title {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .detection-content {
        font-size: 14px;
    }

    .detection-right {
        width: 100%;
        text-align: center;
    }

    .detection>.pcduan {
        flex-wrap: wrap;
        flex-flow: column;
    }

    .detection-left {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .detection-left ul li p {
        width: 100%;
    }
}

.design-mid {
    display: flex;
    align-items: initial;
    justify-content: space-between;
    margin-top: 60px;
}

.design-left {
    width: 50%;
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-right {
    width: 50%;
    background-color: rgba(245, 245, 245, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.design-right-content {
    width: 82.7142857143%;
}

.design-right-content h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-bottom: 18px;
}

.design-right-content p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.design-right-content strong {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    display: block;
    margin-top: 19px;
    margin-bottom: 12px;
}

.lxwm {
    margin-top: 51px;
    display: block;
    max-width: 203px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background-color: #f7c35f;
    border-radius: 27px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding-top: 13px;
    padding-bottom: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lxwm:hover {
    background: #fff;
    color: #333;
}

@media screen and (max-width: 1180px) {
    .design-right-content a {
        margin-top: 10px;
    }

    .design-right-content h1 {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 991px) {
    .design-mid {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .design-right-content a {
        max-width: 120px;
        font-size: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .design-right-content {
        width: 95%;
    }

    .design-left,
    .design-right {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .design-right-content {
        text-align: center;
    }

    .design-right-content h1 {
        text-align: center;
        font-size: 20px;
    }

    .design-right-content p {
        font-size: 14px;
    }

    .design-right-content a {
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .design-right-content strong {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.serve-mid {
    margin-top: 57px;
}

.serve-mid .serve-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    text-align: center;
}

.serve-mid .serve-ertitle {
    width: 83.5%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-top: 12px;
}

.serve-div {
    display: flex;
    align-items: initial;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 55px;
    margin-bottom: 52px;
}

.serve-div div {
    width: 23.4285714286%;
    margin-left: 2.0714285714%;
    margin-bottom: 20px;
}

.serve-div .serve-img {
    display: block;
    font-size: 0px;
}

.serve-div .nomargin {
    margin-left: 0px;
}

.serve-div .serve-div-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 27px;
    margin-bottom: 13px;
}

.serve-div .serve-div-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media screen and (max-width: 991px) {

    .serve-div,
    .serve-mid {
        margin-top: 20px;
    }

    .serve-div .serve-div-title {
        margin-top: 10px;
    }

    .serve-div {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .serve-div {
        justify-content: space-between;
    }

    .serve-div div {
        width: 49%;
        margin-left: 0px;
    }

    .serve-mid .serve-title {
        font-size: 18px;
    }

    .serve-mid .serve-ertitle {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .serve-div .serve-div-title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .serve-div .serve-div-content {
        font-size: 14px;
        line-height: 24px;
    }

    .serve-div {
        margin-bottom: 0px;
    }
}

.step-div {
    background: url(../images/procenbg.png) no-repeat;
    padding-top: 68px;
    background-size: cover;
    padding-bottom: 64px;
}

.steptitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #ffffff;
}

.stepflex {
    margin-top: 36px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.stepflex div {
    max-width: 380px;
}

.stepflex div .step-img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepflex div .step-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    margin-top: 31px;
}

.step .lxwm {
    margin-left: 48%;
    margin-right: auto;
}

.step-iimg {
    display: block;
    font-size: 0px;
    position: relative;
    top: -28px;
    margin-top: 7%;
}

.step-iimg::after {
    content: "";
    width: 100px;
    position: absolute;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed rgba(255, 255, 255, 0.66);
}

.step-iimg::before {
    content: "";
    width: 100px;
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed rgba(255, 255, 255, 0.66);
}

@media screen and (max-width: 1350px) {
    .step-iimg::before {
        width: 80px;
    }

    .step-iimg::after {
        width: 80px;
    }
}

@media screen and (max-width: 1150px) {
    .step-iimg {
        margin-top: 9%;
    }

    .step-iimg::before,
    .step-iimg::after {
        display: none;
    }

    .step .lxwm {
        margin-left: auto;
        margin-right: auto;
    }

    .stepflex div .step-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .steptitle {
        font-size: 24px;
        line-height: 30px;
    }

    .lxwm {
        max-width: 120px;
        font-size: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 20px;
    }

    .step-div {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .step-div {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stepflex div .step-title {
        margin-top: 10px;
        line-height: 28px;
    }

    .step-iimg {
        display: none;
    }

    .stepflex div {
        width: 32%;
        text-align: center;
        max-width: 100%;
    }

    .stepflex div .step-img {
        max-width: 100px;
        max-height: 100px;
    }

    .stepflex div .step-img img {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .step-div {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .stepflex div .step-title {
        font-size: 12px;
        line-height: 20px;
    }

    .lxwm {
        margin-top: 10px;
    }

    .steptitle {
        font-size: 18px;
    }

    .stepflex {
        margin-top: 10px;
    }
}

@media screen and (max-width: 450px) {
    .stepflex div .step-img {
        max-width: 60px;
        max-height: 60px;
    }
}

.freedesign {
    display: flex;
    align-items: initial;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-bottom: 80px;
    margin-top: 80px;
}

.freedesign-left {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 37.1428571429%;
    background: #458e46;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.freedesign-left .free-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    margin-bottom: 12px;
}

.freedesign-left .free-neirong {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.freedesign-right {
    width: 60.7142857143%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.freedesign-right p {
    display: block;
    font-size: 0px;
    margin-left: 2.9%;
    width: 31.2941176471%;
}

.freedesign-right p.nomargin {
    margin-left: 0px;
}

.freedesign-right p:nth-child(1),
.freedesign-right p:nth-child(2),
.freedesign-right p:nth-child(3) {
    margin-bottom: 26px;
}

@media screen and (max-width: 991px) {
    .freedesign {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .freedesign-right p:nth-child(1),
    .freedesign-right p:nth-child(2),
    .freedesign-right p:nth-child(3) {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .freedesign {
        flex-flow: row;
        flex-wrap: wrap;
    }

    .freedesign-right,
    .freedesign-left {
        width: 100%;
    }

    .freedesign-left .free-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .freedesign-left .free-neirong {
        font-size: 14px;
        line-height: 26px;
    }
}

.video-shipin-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
}

.video-left {
    width: 50.0714285714%;
    position: relative;
    padding-bottom: 28.6%;
    border-radius: 16px;
    overflow: hidden;
}

.video-left iframe,
.video-left video {
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-right {
    width: 40.4285714286%;
    margin-left: 3.0714285714%;
}

.video-right .video-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 21px;
}

.video-right .video-neirong {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.video-shipin-div {
    width: 31.9285714286%;
    margin-left: 2.0714285714%;
    margin-bottom: 19px;
}

.video-shipin-div.nomargin {
    margin-left: 0px;
}

.video-shipin-div-sp {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding-bottom: 57.2%;
}

.video-shipin-div-sp iframe,
.video-shipin-div-sp video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-shipin-mid {
    margin-top: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: initial;
    flex-wrap: wrap;
}

.video-shipin-div-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-top: 19px;
}

.video-shipin .page {
    margin-top: 24px;
    margin-bottom: 54px;
}

@media screen and (max-width: 991px) {
    .video-shipin-top {
        margin-top: 20px;
    }

    .video-shipin .page {
        margin-top: 14px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .video-shipin-top {
        display: flex;
        flex-wrap: wrap;
    }

    .video-right {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    .video-left {
        width: 100%;
        padding-bottom: 57.1428571429%;
    }

    .video-right .video-title {
        margin-bottom: 10px;
        font-size: 20px;
        margin-top: 10px;
    }

    .video-right .video-neirong {
        font-size: 14px;
        line-height: 24px;
    }

    .video-shipin-div-title {
        margin-top: 4px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .video-shipin-mid {
        margin-top: 20px;
        justify-content: space-between;
    }

    .video-shipin-div {
        width: 49%;
        margin-left: 0px;
    }

    .video-shipin .page {
        margin-top: 0px;
    }
}

@media screen and (max-width: 450px) {
    .video-shipin-div {
        width: 100%;
    }
}

.news-kuang {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}

.news-kuang:last-child {
    border-bottom: 0px;
    margin-bottom: 24px;
}

.news-data {
    margin-right: 2.1428571429%;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #ffffff;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    text-align: center;
    background-color: #458e46;
    border-radius: 5px;
}

.news-data span {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 3px;
    display: block;
}

.news-img {
    width: 42.9285714286%;
    border-radius: 16px;
    font-size: 0px;
    overflow: hidden;
}

.news-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-right {
    width: 43.8571428571%;
    margin-left: 4.2142857143%;
}

.news-right a:hover {
    color: #458e46;
}

.news-right-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
    color: #333333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-right-data,
.news-right-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.news-right-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gengduo {
    width: 150px;
    background-color: #458e46;
    border-radius: 22px 20px 22px 20px;
    border: solid 2px #458e46;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 84px;
    border: solid 2px #458e46;
}

.gengduo:hover {
    color: #458e46;
    background: transparent;
}

.news-list {
    margin-top: 60px;
}

.news-list .page {
    margin-top: 0px;
    margin-bottom: 89px;
}

@media screen and (max-width: 991px) {
    .news-list {
        margin-top: 20px;
    }

    .gengduo {
        margin-top: 10px;
    }

    .news-list .page {
        margin-bottom: 40px;
    }

    .gengduo {
        max-width: 120px;
        font-size: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-left: auto;
        margin-right: auto;
    }

    .news-kuang {
        flex-wrap: wrap;
    }

    .news-img {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .news-right {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .news-data {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .news-kuang {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .news-data {
        min-width: auto;
        width: 50px;
        height: 50px;
        font-size: 16px;
        line-height: 24px;
    }

    .news-data span {
        font-size: 12px;
        line-height: 20px;
    }

    .news-right-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .news-right-content,
    .news-right-data {
        font-size: 14px;
    }

    .gengduo {
        font-size: 14px;
        max-width: 100px;
    }

    .news-kuang:last-child {
        margin-bottom: 0px;
    }

    .news-list .page {
        margin-bottom: 20px;
    }
}

.news-xq {
    margin-top: 56px;
}

.news-xq h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.news-xq .news-xq-data {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.news-xq-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 34px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.38);
}

.news-xq-content img {
    display: inline;
    border-radius: 16px;
}

.news-xq-data {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 8px;
}

.news-xq-content .share {
    font-size: 14px;
    line-height: 41px;
    color: #333333;
    display: block;
}

.news-xq-content #st-1 {
    text-align: left;
}

.news-xq-content #share_container {
    margin-bottom: 10px;
}

.cut-annu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.cut-annu div {
    max-width: 49%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cut-annu div .prev {
    margin-left: 20px;
    color: #333333;
}

.cut-annu div .prev span {
    display: block;
    margin-bottom: 6px;
}

.cut-annu div p i,
.cut-annu div a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    border: solid 2px rgb(69, 142, 70);
    border-radius: 50%;
    color: #458e46;
}

.cut-annu div a:hover i {
    background: #458e46;
    color: #fff;
}

.cut-annu :last-child {
    flex-flow: row-reverse;
}

.cut-annu :last-child .prev {
    margin-right: 20px;
    margin-left: 0px;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .news-xq {
        margin-top: 20px;
    }

    .news-xq-content {
        margin-top: 20px;
    }

    .cut-annu {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .news-xq h1 {
        text-align: center;
        font-size: 20px;
    }

    .news-xq .news-xq-data {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .news-xq .news-xq-content {
        font-size: 14px;
        text-align: center;
    }

    .cut-annu div p i,
    .cut-annu div a i {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
    }

    .cut-annu div .prev {
        margin-left: 10px;
    }

    .cut-annu div .prev {
        font-size: 12px;
    }

    .cut-annu:last-child .prev {
        margin-right: 10px;
    }

    .cut-annu {
        margin-top: 6px;
    }
}

.download-list:first-child,
.download-list:hover {
    background-color: #458e46;
}

.download-list:first-child p,
.download-list:hover p {
    color: #fff;
}

.download-list:first-child a i,
.download-list:hover a i {
    color: #fff;
}

.download-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f3f3f3;
    border-radius: 16px;
    padding-left: 2.5714285714%;
    padding-right: 4.9285714286%;
    padding-top: 16px;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

.download-list p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.download-list .down-name {
    padding-left: 18px;
    width: 52.8571428571%;
    margin-right: 14px;
}

.download-list p:first-child {
    width: 58%;
}

.download-list .down-data,
.download-list .down-dx {
    min-width: 93px;
    width: 80px;
    max-width: 80px;
    text-align: center;
}

.download-list .down-xz i {
    font-size: 24px;
    color: #333;
}

@media screen and (max-width: 767px) {
    .download-list {
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 14px;
    }

    .download-list .down-name {
        margin-right: 0px;
    }

    .download-list a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download-list p,
    .download-list a {
        font-size: 14px;
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download-list .down-data,
    .download-list .down-dx {
        min-width: auto;
        max-width: none;
        width: 30%;
        text-align: center;
    }

    .download-list p:first-child {
        width: 100%;
        padding-left: 0px;
        text-align: center;
        margin-bottom: 30px;
    }
}

.aftersale {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row-reverse;
}

.aftersale-left {
    width: 33.59375%;
    margin-right: 3.2291666667%;
}

.aftersale-mid strong {
    font-size: 24px;
    display: block;
    margin-bottom: 14px;
    margin-top: 20px;
}

.aftersale-right {
    width: 49.5833333333%;
    font-size: 0px;
}

.aftersale-title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 11px;
}

.aftersale-ertitle {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 15px;
}

.serve-serve-kuang {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.serve-serve-kuang div {
    width: 31.8571428571%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 3.4%;
    padding-right: 3.4%;
}

.serve-serve-kuang div:hover {
    background: #458e46;
}

.serve-serve-kuang div:hover .ser-title,
.serve-serve-kuang div:hover .ser-neirong {
    color: #fff;
}

.serve-serve-kuang div:hover .ser-iimg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.ser-iimg {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
}

.ser-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 21px;
}

.ser-neirong {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.serve-serve {
    background-color: #f5f5f5;
    margin-top: 80px;
    padding-top: 64px;
    padding-bottom: 71px;
}

.serve-serve-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-bottom: 25px;
}

.support-mid {
    max-width: 902px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 74px;
}

.support-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
}

.support-data {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 18px;
    margin-bottom: 15px;
}

.support-content {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.support-annu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.support-annu a {
    display: block;
    max-width: 150px;
    width: 100%;
    text-align: center;
    border-radius: 27px 25px 27px 25px;
    border: solid 2px #458e46;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background-color: #458e46;
    padding-top: 8px;
    padding-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.support-annu a:nth-child(2) {
    color: #458e46;
    background: transparent;
}

.support-annu a:hover {
    background: #316232;
    color: #fff;
    border-color: #316232;
}

@media screen and (max-width: 991px) {
    .aftersale-left {
        width: 40%;
    }

    .serve-serve {
        padding-top: 20px;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .serve-serve-kuang div {
        padding: 20px 10px;
    }

    .support-mid {
        margin-top: 30px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .support-annu a {
        max-width: 120px;
        font-size: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

@media screen and (max-width: 767px) {
    .aftersale {
        flex-wrap: wrap;
    }

    .aftersale-right {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .aftersale-left {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .aftersale-mid {
        margin-top: 10px;
        text-align: center;
    }

    .aftersale-title,
    .serve-serve-title {
        font-size: 20px;
    }

    .aftersale-mid strong {
        font-size: 18px;
    }

    .aftersale-ertitle {
        font-size: 14px;
    }

    .ser-title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .ser-neirong {
        font-size: 14px;
    }

    .ser-iimg {
        margin-bottom: 10px;
    }

    .serve-serve-kuang {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .serve-serve-kuang div {
        width: 49%;
    }

    .support-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .support-data {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .support-content {
        font-size: 14px;
    }

    .support-annu a {
        max-width: 100px;
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    .serve-serve-kuang div {
        width: 100%;
    }

    .serve-serve-title {
        margin-bottom: 10px;
    }

    .support-annu {
        margin-top: 10px;
    }
}

.issue-top {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding-left: 2.8571428571%;
    border-radius: 16px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 15px;
    padding-bottom: 15px;
}

.issue-top span {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.issue-top i {
    cursor: pointer;
    margin-right: 1.4285714286%;
    font-size: 20px;
}

.issue .issue-top:nth-child(2) {
    display: none;
    padding-right: 2.8571428571%;
}

.issue-mid {
    margin-bottom: 54px;
}

.issue.active .issue-top {
    background-color: #458e46;
    margin-bottom: 0px;
}

.issue.active .issue-top p {
    color: #fff;
}

.issue.active .issue-top span {
    color: #fff;
}

.issue.active .issue-top i {
    color: #fff;
    cursor: pointer;
}

.issue.active .issue-top i::before {
    content: "\e600";
    font-family: "iconfont";
}

.issue.active .issue-top:nth-child(2) {
    display: block;
    background: transparent;
    padding-top: 13px;
    padding-bottom: 14px;
}

.issue.active .issue-top:nth-child(2) p {
    color: #666666;
}

.issue.active .issue-top:nth-child(2) p span {
    color: #666666;
}

.offer-details.query .offer-detailscontent .offer-details-right {
    width: 100%;
    margin-top: 23px;
}

.offer-details.query>p {
    padding-left: 18px;
}

.query-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    margin-top: 3px;
    margin-bottom: 18px;
}

.query-ertitle {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media screen and (max-width: 767px) {

    .issue-top,
    .issue.active .issue-top:nth-child(2) {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .issue-top i {
        font-size: 16px;
        margin-right: 14px;
    }

    .issue-top {
        font-size: 14px;
        line-height: 24px;
    }

    .offer-details.query>p {
        padding: 0px;
        text-align: center;
    }

    .query-title {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 30px;
    }

    .query-ertitle {
        font-size: 14px;
        line-height: 20px;
    }
}

.contactus-title {
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 32px;
}

.contactus-mid {
    display: flex;
    align-items: inherit;
    justify-content: space-between;
    margin-bottom: 119px;
}

.contactus-mid .contactus-right {
    padding-left: 3.6%;
    padding-right: 3.7%;
}

.contactus-mid .contactus-right .offer-details-right {
    margin-top: 42px;
}

.con-left-title {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-indent: 2em;
    margin-bottom: 38px;
    margin-top: 54px;
}

.contactus-left {
    padding-left: 3.5%;
    padding-right: 4.2%;
    width: 49.8571428571%;
    background-color: rgba(247, 247, 247, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 13px;
}

.contactus-right {
    width: 50.1428571429%;
    background-color: #f9f9f9;
}

.contactus-right .offer-details-right {
    width: 100%;
}

.contactus-right .offer-details-right .textarea span {
    position: relative;
    top: -38%;
}

.con-lxfx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 4.6%;
    margin-bottom: 48px;
}

.con-lxfx i {
    color: #458e46;
    font-size: 24px;
    margin-right: 17px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-lxfx div p,
.con-lxfx div a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    line-height: 27px;
    color: #666666;
}

.con-lxfx div a:hover {
    color: #458e46;
}

.con-lxfx.email {
    display: flex;
    align-items: flex-start;
}

.con-lxfx.email i {
    position: relative;
    top: 4px;
}

.lxfs-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-top: 56px;
}

.ditu {
    position: relative;
    width: 100%;
    padding-bottom: 37.6041666667%;
}

.ditu iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .contactus-title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 30px;
    }

    .con-left-title,
    .lxfs-title {
        margin-top: 30px;
    }

    .contactus-mid {
        margin-bottom: 40px;
    }

    .con-lxfx {
        margin-bottom: 30px;
        padding-left: 0px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .con-lxfx div {
        width: 100%;
        text-align: center;
    }

    .lxfs-title {
        font-size: 20px;
        text-align: center;
    }

    .con-left-title {
        font-size: 14px;
        margin-bottom: 16px;
        text-align: center;
    }

    .contactus-mid .contactus-right .offer-details-right {
        margin-top: 20px;
    }

    .con-lxfx div p,
    .con-lxfx div a {
        font-size: 14px;
    }

    .contactus-mid {
        flex-wrap: wrap;
    }

    .contactus-left,
    .contactus-right {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .contactus-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .con-lxfx i {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {

    .con-left-title,
    .lxfs-title {
        margin-top: 20px;
    }

    .contactus-mid {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    .con-lxfx {
        width: 100%;
    }
}

.thank {
    text-align: center;
    background: rgba(69, 142, 70, 0.1) url(../images/pulando.png) no-repeat;
    background-size: contain;
    padding-bottom: 5.56%;
}

.thank-face {
    display: block;
    font-size: 0px;
    padding-top: 6.12%;
}

.xunjia {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0px;
    color: #458e46;
    margin-top: 2.46%;
    margin-bottom: 1.6%;
}

.countdown {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

@media screen and (max-width: 767px) {
    .thank-face {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .xunjia {
        font-size: 16px;
    }

    .countdown {
        font-size: 14px;
    }
}

.hzWrap {
    margin-top: 90px;
    margin-bottom: 100px;
}

.hzWrap .hzSwiper {
    overflow: hidden;
}

.hzWrap .swiper-slide a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.hzWrap .swiper-slide a img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.hzWrap .swiper-slide a:hover img {
    transform: scale(1.2);
}

.hzQie {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hzQie i {
    position: unset;
    background: transparent;
    width: 46px;
    line-height: 42px;
    border: solid 2px #458e46;
    border-radius: 50%;
    margin: 0;
    color: #458e46;
    text-align: center;
    cursor: pointer;
}

.hzQie .hzNext {
    margin-left: 21px;
}

.hzQie i:hover {
    background-color: #458e46;
    color: #ffffff;
}

.hzSwiper {
    margin-top: 81px;
}

@media (max-width: 1280px) {
    .hzWrap {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .hzSwiper {
        margin-top: 50px;
    }
}

@media(max-width: 1000px) {
    .hzWrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .hzSwiper {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .hzQie i {
        width: 30px;
        line-height: 26px;
    }
}

@media(max-width: 460px) {
    .hzQie {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hzQie i {
        margin: 0 4px !important;
    }
}