@charset "UTF-8";

@font-face {
  font-family: "CarattereRegular";
  src: url("../fonts/CarattereRegular.eot");
  src: url("../fonts/CarattereRegular.eot") format("embedded-opentype"), url("../fonts/CarattereRegular.woff2") format("woff2"), url("../fonts/CarattereRegular.woff") format("woff"), url("../fonts/CarattereRegular.ttf") format("truetype"), url("../fonts/CarattereRegular.svg#CarattereRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EnjoytheRide-Regular";
  src: url("../fonts/ENJOYTHERIDE-REGULAR.woff") format("woff"), url("../fonts/ENJOYTHERIDE-REGULAR.ttf") format("truetype");
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "arial";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  background: #FFFFFF;
}

a {
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

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

img {
  max-width: 100%;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

.banner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.banner .carouse {
  max-height: 916px;
  overflow: hidden;
}

.banner .slideItem {
  position: relative;
}

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

.banner video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-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;
}

.banner .dotList {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 36px;
}

.banner .dotList ul {
  text-align: center;
}

.banner .dotList ul li {
  position: relative;
  margin: 0 12px;
  width: 18px;
  height: 18px;
  background: url("../img/dot1.png") no-repeat center;
}

.banner .dotList ul li.active {
  background: url("../img/dot2.png") no-repeat center;
}

.banner.hide {
  display: none;
}

.banner .carousel-control.left {
  left: 55px;
  width: 62px;
  height: 62px;
  background-position: -35px 0;
  background-image: url("../img/jtl1.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.banner .carousel-control.right {
  right: 55px;
  width: 62px;
  height: 62px;
  background-position: -35px 0;
  background-image: url("../img/jtr1.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .banner {
    display: block;
  }

  .banner .dotList {
    bottom: 10px;
  }

  .banner .dotList ul li {
    margin: 0 5px;
  }

  .banner.hide {
    display: block;
  }

  .n-banner {
    display: none;
  }

  .banner .slideItem {
    overflow: hidden;
  }

  .banner video {
    -o-object-position: inherit;
    object-position: inherit;
    -o-object-fit: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}

.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slide .slideItem .banner-img {
  width: 100%;
  cursor: pointer;
}

.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}

.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.slide .dotList {
  text-align: center;
  margin-top: 20px;
}

.slide .dotList ul li {
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  width: 15px;
  height: 14px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-left: 9px;
  margin-right: 9px;
}

.slide .dotList ul li.active {
  background-position: 0 0;
  background-color: #b5e000;
}

.slide .carousel-control {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  z-index: 999;
}

.slide .carousel-control.left {
  left: 0;
  background-position: 0;
  cursor: pointer;
}

.slide .carousel-control.right {
  right: 0;
  background-position: 0;
  cursor: pointer;
}

.slide .slidedetail {
  display: none;
}

.imgtoVideo img {
  width: 100%;
}

.imgtoVideo>div {
  padding: 1px;
  position: relative;
  cursor: pointer;
  width: 49%;
  display: inline-block;
}

.imgtoVideo>div:hover .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .imgtoVideoDetail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  display: none;
}

.imgtoVideo .imgtoVideoDetail>div {
  background: rgba(0, 98, 197, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  width: 100%;
  height: 100%;
  text-align: center;
}

.imgtoVideo .tovideo .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .tovideo .imgtoVideoDetail>div {
  background: #0c2d47;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 17%;
}

.imgtoVideo .imgtoVideoDetail .fa-search {
  color: #fff;
  font-size: 25px;
  margin-top: 21%;
}

.contentIV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(20, 43, 73, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  margin: 0 auto;
  z-index: -999;
  max-width: 1024px;
  display: none;
}

#picturetoVideo .carouse .slideItem {
  display: table;
  height: 100%;
}

#picturetoVideo .carouse .slideItem>div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#picturetoVideo .carouse .slideItem .banner-img {
  max-width: 100%;
  width: auto;
}

.closeContentIV {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

.slide .slide-count {
  display: none;
}

/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */
@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;
}

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

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}

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

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

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

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

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.swiper-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-horizontal.swiper-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

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

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

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

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

.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-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  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: 50%;
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -moz-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: 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: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,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

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

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  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: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-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: 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: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s top, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}

.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%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-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 {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s left, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}

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

.swiper-pagination-progressbar {
  background: 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%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -moz-box-sizing: border-box;
  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;
  -moz-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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

.swiper-grid-column>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

.swiper-fade .swiper-slide-active,
.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;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-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 {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-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-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.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-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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-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;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: opacity, height, -o-transform;
  -moz-transition-property: transform, opacity, height, -moz-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-cards {
  overflow: visible;
}

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

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

.swiper-button-prev,
.swiper-button-next {
  position: unset;
  margin-top: 0px;
  width: auto;
  height: auto;
}

.yoga-right {
  width: 83.164556962%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yoga-right .swiper-button-prev {
  margin-right: 26px;
  margin-top: -100px;
}

.yoga-right .swiper-button-next {
  margin-left: 26px;
  margin-top: -100px;
}

.yoga-right .swiper-button-prev i,
.yoga-right .swiper-button-next i {
  font-size: 26px;
  color: #1c1c1c;
}

.banner-mid {
  margin-top: 40px;
  position: relative;
}

.banner-mid .squ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 1px;
}

.banner-bottom {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1px;
  z-index: 2;
  max-width: 1500px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.banbotswiper .odm-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 23px;
  padding-top: 27px;
}

.banbotswiper .odm-mid a {
  font-family: "arial";
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  display: block;
  width: 33%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banbotswiper .odm-mid a:hover {
  color: #b5e000;
}

.banbotswiper .odm-mid a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background-color: #000000;
  border-radius: 1px;
}

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

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.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;
}

::-moz-selection {
  color: #fff;
  background: #829d94;
}

::selection {
  color: #fff;
  background: #829d94;
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
}

.table table tr td {
  border: 1px solid #a5a5a5;
  padding: 8px 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888888;
  text-align: left;
}

.table table tr:nth-child(2n) td {
  background: #ededed;
  border-right: 0px;
  border-left: 0px;
}

.table table tr td:first-child {
  border-left: 1px solid #FFFFFF;
}

.table table tr td:last-child {
  border-right: 1px solid #FFFFFF;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999980000000000000000000000;
}

#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;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: left 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  -moz-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  -moz-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: -moz-calc(50% - 30px);
  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;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  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: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    height: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
  }

  .mbnav-wp_seach>form>.box-form>.box-text {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }

  .m-mobilenav .mbnav-btn {
    position: fixed;
    z-index: 2;
    top: 70px;
    left: 2.5%;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    width: 34px;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }

  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #b5e000;
  }

  .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 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-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;
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-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;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }

  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    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;
    -webkit-transform: scale(1.1) translate(60px, -35px);
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    -o-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -webkit-transition: 0.5s 0.1s;
    -o-transition: 0.5s 0.1s;
    -moz-transition: 0.5s 0.1s;
    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%;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    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 {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
  }

  .m-mobilenav .mbnav-item:nth-child(2)>a {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .m-mobilenav .mbnav-item:nth-child(3)>a {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
  }

  .m-mobilenav .mbnav-item:nth-child(4)>a {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
  }

  .m-mobilenav .mbnav-item:nth-child(5)>a {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
  }

  .m-mobilenav .mbnav-item:nth-child(6)>a {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }

  .m-mobilenav .mbnav-item:nth-child(7)>a {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    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-start--------------------------------------------------------------------*/
.page {
  clear: both;
  text-align: right;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 61px;
  width: 100%;
  margin-bottom: 43px;
}

.page a {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin: 0 4px 10px;
  margin-top: 8px;
  width: 37px;
  height: 30px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}

.page .dian {
  line-height: 20px;
  border: 0px;
}

.page .dian:hover {
  background: transparent;
  border: 0px;
}

.page a.prev {
  min-width: 100px;
}

.page a.next {
  min-width: 65px;
  margin-left: 2px;
}

.page a:hover,
.page a.page-active {
  background: #b5e000;
  border: 1px solid #b5e000;
  color: #333333;
  color: #333333 !important;
}

@media only screen and (max-width: 1219px) {
  .page a {
    font-size: 14px;
  }

  .page a.prev {
    min-width: 80px;
  }

  .page a.next {
    min-width: 60px;
  }
}

.page .add-form {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
  padding-right: 30px;
  background: url(../images/atb.png) no-repeat right center;
  border-radius: 5px;
}

.page .add-form .add-btn {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  min-width: 193px;
  padding: 0 5px;
  background-color: #b5e000;
  height: 44px;
  border: 0px;
  cursor: pointer;
  border-radius: 5px;
}

.page .add-form .add-btn:hover {
  background-color: #fff;
  color: #333333;
}

.page a:nth-child(6) {
  margin-left: 3px;
}

.products-page {
  margin-top: 21px;
}

@media only screen and (max-width: 1219px) {
  .page .add-form {
    margin-left: 5px;
  }
}

/*-------------page-end--------------------------------------------------------------------*/
/* 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-size: 1.2rem;
  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 */
/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc {
  position: fixed;
  top: 42%;
  z-index: 999;
  right: 10px;
  right: 4px;
  width: 91px;
}

.contact-pc li {
  margin-left: auto;
  position: relative;
  margin-bottom: 1px;
  width: 73px;
  height: 73px;
  background-color: #eeeeee;
  border-radius: 7px;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

.contact-pc li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.contact-pc li:hover i {
  color: #FFFFFF;
}

.contact-pc li .ewm {
  position: absolute;
  top: 0;
  left: 125px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}

.contact-pc li.ewm-box:hover .ewm {
  left: -125px;
}

.contact-pc li .ewm {
  position: absolute;
  top: 0;
  left: 125px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}

.contact-pc li.ewm-box:hover .ewm {
  left: -125px;
}

.contact-pc li.backup i {
  font-size: 40px;
}

.contact-pc li i {
  background: transparent;
  font-size: 34px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  color: #b5e000;
}

.contact-pc li:hover {
  width: 91px;
  background-color: #1c1c1c;
  border-radius: 7px;
}

.contact-pc li:hover>i {
  background: transparent;
}

.contact-phone {
  position: fixed;
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
  display: none;
  z-index: 999;
}

.contact-phone li {
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
  background: #666666;
}

.contact-phone li:hover .iconfont {
  /* color: #fff; */
  color: #FFFFFF;
}

.contact-phone li a {
  display: block;
  heswiper-button-previght: 100%;
  width: 100%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.contact-phone li .ewm {
  position: absolute;
  bottom: 40px;
  right: 50%;
  margin-right: -50px;
  display: none;
  max-width: 100px;
  width: 100px;
  height: 100px;
  display: none;
}

.small-phone {
  display: none;
}

@media screen and (max-width: 767px) {
  .contact-pc {
    display: none;
  }

  .copyright-mid {
    padding-bottom: 80px;
  }

  .small-phone {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 200;
  }

  .small-phone>li {
    display: block;
    background: #666666;
    width: 20%;
    float: left;
    text-align: center;
    padding: 8px 0px;
  }

  .small-phone>li>a i {
    font-size: 18px;
    color: #ffffff;
  }

  .small-phone>li:hover {
    background: #b5e000;
  }

  .small-phone>li:hover>a>i {
    color: #FFFFFF;
  }

  .weixin>img {
    position: absolute;
    z-index: 100;
    top: -120px;
    left: 54%;
    display: none;
    /* transform: translate(-50%); */
  }
}

@font-face {
  font-family: "iconfont";
  /* Project id 3635746 */
  src: url("../fonts/iconfont.woff2?t=1662702188185") format("woff2"), url("../fonts/iconfont.woff?t=1662702188185") format("woff"), url("../fonts/iconfont.ttf?t=1662702188185") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shujukanban:before {
  content: "\eb66";
}

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

.icon-ditu:before {
  content: "\e638";
}

.icon-dc-icon-zhinengzhizao:before {
  content: "\e62f";
}

.icon-yanfajihua:before {
  content: "\e655";
}

.icon-a-ziyuan546:before {
  content: "\e78e";
}

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

.icon-a-youjianchakanyoujianfasongyoujianshouyoujian-07:before {
  content: "\e918";
}

.icon-31dianhua:before {
  content: "\e601";
}

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

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

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

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

.icon-bucket:before {
  content: "\e6c1";
}

.icon-hezi:before {
  content: "\e6c0";
}

.icon-chizi-celiang-:before {
  content: "\e6ce";
}

.icon-icon-test:before {
  content: "\e623";
}

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

.icon-duoqudaojicheng:before {
  content: "\e695";
}

.icon-zaozhijixie:before {
  content: "\e64a";
}

.icon-taolun:before {
  content: "\e61e";
}

.icon-queren:before {
  content: "\e621";
}

.icon-jianshen:before {
  content: "\e65d";
}

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

.icon-zhuangbeizhizao:before {
  content: "\e652";
}

.icon-sousuo2:before {
  content: "\e645";
}

.icon-youtube1:before {
  content: "\e7b3";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

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

.icon-youbian:before {
  content: "\e60f";
}

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

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

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

.icon-sousuo1:before {
  content: "\e65b";
}

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

.icon-top2:before {
  content: "\e637";
}

.icon-home2:before {
  content: "\e6bd";
}

.icon-shuangjiantou:before {
  content: "\e625";
}

.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";
}

.pcduan {
  /* max-width: 1580px; */
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1600px) {
  .pcduan {
    width: 95%;
  }
}

.daohang-mid {
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20;
  max-width: 1920px;
}

.dh-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.daohang-top {
  background-color: #000000;
  border-radius: 1px;
  padding-top: 11px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4c4c4c;
}

.dh-left {
  font-family: "Arial";
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.dh-left a {
  color: rgba(255, 255, 255, 0.8);
}

.dh-top-neirong a:hover {
  color: #b5e000;
}

.dh-left p {
  margin-right: 16px;
}

.dh-top-neirong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dh-fxzj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dh-fxzj a {
  display: block;
  margin-left: 20px;
  color: #FFFFFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dh-fxzj a i {
  font-size: 22px;
}

.dh-right>ul {
  width: 38.6075949367%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dh-right>ul>li>a {
  font-family: "arial";
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  padding-top: 37px;
  padding-bottom: 37px;
}

.dh-right>ul li a:hover,
.dh-right>ul>li.active>a {
  color: #b5e000;
}

.dh-right>ul>li:hover .drop-box {
  display: block;
}

.dh-kkuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.dh-right>ul>li>ul {
  position: absolute;
  width: 100%;
  left: 0px;
  margin-top: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 41px;
}

.dh-right>ul>li>ul>li ul {
  margin-top: 4px;
}

.dh-right>ul>li>ul>li>a {
  font-family: "arial";
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: rgb(51, 51, 51);
}

.dh-right>ul>li>ul {
  padding-left: 5.8%;
  padding-right: 5.8%;
}

.dh-right>ul>li>ul>li {
  margin-right: 10.6%;
}

.dh-right>ul>li>ul>li ul li a {
  font-family: "Arial";
  font-size: 16px;
  line-height: 42px;
  color: rgb(102, 102, 102);
  display: block;
}

.sousou-kuang .ssicon {
  position: relative;
}

.sousou-kuang .ssicon i {
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
}

.sousou-kuang .ssicon.active form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.sousou-kuang .ssicon form {
  position: absolute;
  right: 0px;
  width: 220px;
  height: 0px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #b5e000;
  border-radius: 5px;
  overflow: hidden;
  display: none;
  z-index: 22;
}

.sousou-kuang .ssicon form input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0px;
  padding-left: 4px;
  padding-right: 4px;
}

.sousou-kuang .ssicon form .stbmit {
  width: 40px;
  height: 100%;
  position: relative;
  z-index: 2;
  background: transparent;
  border: 0px;
  cursor: pointer;
  padding-left: 0px;
  padding-right: 0px;
}

.sousou-kuang .ssicon form i {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  color: #b5e000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.dhxp {
  font-family: "arial";
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: 333;
  background-color: #b5e000;
  border-radius: 11px;
  border: solid 1px #b5e000;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}

.dhxp:hover {
  background: #fff;
  border-color: #b5e000;
  color: #b5e000;
}


.seek_search {
  width: 266px;
  height: 42px;
  border-radius: 11px;
  border: solid 1px #ffffff;
  overflow: hidden;
  position: relative;
}

.seek_search * {
  outline: none;
}

.seek_search>input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  padding: 0px 50px 0px 15px;
  background-color: transparent;
  font-family: Poppins-Regular;
  border: unset;
}

.seek_search>input::placeholder {
  font-size: 16px;
  color: #fff;
}

.seek_search .sousuo {
  position: absolute;
  right: 40px;
  width: 40px;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

.seek_search .sousuo i {
  position: absolute;
  z-index: 10;
  font-weight: bold;
  pointer-events: none;
  color: #fff;
}

.seek_search .sousuo input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  cursor: pointer;
  border: unset;
}

.seek_search .sousuo:hover i {
  color: #b5e000 !important;
}


.dh-right {
  width: 100%;
  /* width: 58.2278481013%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

.dh-right>ul {
  /* width: 66%; */
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 38px;
}

.dh-right>ul>li>ul {
  background-color: #ededed;
  display: none;
}

.dh-right>ul>li:hover>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-top {
  display: block;
  font-size: 0px;
  overflow: hidden;
  margin-top: 8px;
  min-width: 214px;
  min-height: 42px;
  width: 214px;
  height: 42px;
}

@media(max-width:1600px) {
  .dh-right>ul {
    width: auto;
  }

  .dh-right>ul>li>a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1350px) {
  .dh-right {
    width: auto;
  }

  .banbotswiper .odm-mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banbotswiper .odm-mid a {
    -webkit-line-clamp: 2;
  }

  /* .banner .dotList {
    bottom: 110px;
  } */

  .contact-pc li {
    width: 50px;
    height: 50px;
  }

  .contact-pc,
  .contact-pc li:hover {
    width: 60px;
  }

  .contact-pc li i,
  .contact-pc li.backup i {
    font-size: 26px;
  }

  .dh-right>ul {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .seek_search {
    width: 240px;
    height: 40px;
    border-radius: 11px;
  }

  .dh-right>ul>li>a {
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .logo-top img {
    width: 180px !important;
  }

  .dhxp {
    font-size: 16px;
    line-height: 40px;
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

}

@media screen and (max-width: 1100px) {
  .dh-right>ul>li>a {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 999px) {
  .dh-right>ul {
    display: none;
  }

  .seek_search {
    display: none !important;
  }

  .dh-kkuang {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dhxp {
    display: none;
  }

  .sousou-kuang {
    position: absolute;
    right: 0px;
  }

  .dh-right {
    width: auto;
  }

  .banbotswiper .odm-mid a {
    font-size: 20px;
  }

  .banner-bottom {
    display: none;
  }

  .banner .dotList {
    bottom: 10px;
  }

  .slide .dotList ul li.active {
    /* width: 40px; */
  }
}

@media screen and (max-width: 767px) {
  .dh-left {
    display: none;
  }

  .dh-fxzj {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dh-fxzj a {
    margin-left: 2%;
    margin-right: 2%;
  }

  .daohang-mid {
    position: unset;
  }

  .banner-mid {
    margin-top: -1px;
  }

  .logo-top img {
    width: 150px !important;
  }

  .logo-top span {
    margin-left: 20%;
  }
}

@media screen and (max-width: 571px) {
  .logo-top img {
    width: 130px !important;
  }
}

.footer-mid {
  background: url(../images/dibu.png) no-repeat;
  background-size: cover;
  padding-bottom: 59px;
  background-size: 100% 100%;
  position: relative;
}

.footer-mid::after {
  content: "";
  height: 39px;
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #f9f9f9;
  z-index: -1;
}

.page_foo::after {
  display: none;
}

.foo-le-title {
  font-family: "arial";
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #b5e000;
  margin-bottom: 69px;
}

.foo-left {
  width: 36.7088607595%;
  border-radius: 1px;
  padding-top: 97px;
}

.foo-left form input,
.foo-left form textarea {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0px;
  outline: none;
  color: #FFFFFF;
  padding-left: 5px;
  padding-right: 11px;
  resize: none;
  font-size: 16px;
  font-family: arial;
}

.foo-left form textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}

.foo-left form input::-webkit-input-placeholder,
.foo-left form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
  font-family: arial;
}

.foo-left form input:-moz-placeholder,
.foo-left form textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
  font-family: arial;
}

.foo-left form input::-moz-placeholder,
.foo-left form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
  font-family: arial;
}

.foo-left form input:-ms-input-placeholder,
.foo-left form textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
  font-family: arial;
}

.foo-k-right span {
  padding-left: 5px;
  font-family: "Arial";
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #ffffff;
  margin-bottom: 16px;
}

.foo-left form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
}

.foo-k-left {
  width: 47%;
}

.foo-k-left p {
  position: relative;
}

.foo-k-left p a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foo-k-left p a img {
  display: inline-block;
  height: 100%;
}

.foo-k-left .enter {
  border: 1px solid #fff;
  margin-bottom: 0;
}

.foo-k-left .enter input {
  padding-right: 110px;
}

.foo-k-right {
  width: 50%;
}

.foo-left form p {
  height: 39px;
  border: solid 1px transparent;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 23px;
}

.foo-left form textarea {
  height: 127px;
}

.foo-left form textarea,
.foo-left .foo-k-right p {
  border: 1px solid #FFFFFF;
}

.foo-k-right p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 22px;
}

.foo-k-right p a {
  min-width: 100px;
  min-height: 39px;
  width: 100px;
  height: 39px;
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.foo-left form .foo-stb {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 39px;
  background-color: #b5e000;
  border-radius: 1px;
  font-family: "Arial";
  font-size: 16px;
  color: #1c1c1c;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0;
}

.foo-r-kuang ul li {
  font-family: "Arial";
  font-size: 16px;
  line-height: 24px;
  color: #353535;
}

.foo-r-kuang ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.foo-r-kuang ul li a {
  color: #353535;
  word-break: break-all;
}

.foo-r-title {
  font-family: "arial";
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  display: block;
  margin-bottom: 47px;
}

.foo-r-kuang a:hover {
  color: #b5e000;
}

.footer-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.foo-r-kuang ul li {
  margin-bottom: 24px;
}

.foo-r-kuang ul li i {
  font-size: 22px;
  margin-right: 20px;
}

.foo-r-kuang {
  width: 40%;
  margin-left: 6.6%;
}

.foo-r-kuang:nth-child(2) ul li {
  margin-bottom: 8px;
}

.foo-right {
  width: 56.9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cust-mid {
  font-family: "Arial";
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 51px;
}

@media screen and (max-width: 1219px) {
  .foo-r-title {
    margin-bottom: 20px;
  }

  .cust-mid {
    margin-top: 20px;
  }

  .foo-right {
    width: 53%;
  }

  .foo-r-kuang {
    margin-left: 0px;
    margin-right: 2%;
  }

  .foo-r-kuang ul li i {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1150px) {
  .footer-mid {
    background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), color-stop(42.34375%, #1c1c1c), color-stop(42.34375%, #edf1f4), to(#edf1f4));
    background: -webkit-linear-gradient(left, #1c1c1c 0%, #1c1c1c 42.34375%, #edf1f4 42.34375%, #edf1f4 100%);
    background: -moz-linear-gradient(left, #1c1c1c 0%, #1c1c1c 42.34375%, #edf1f4 42.34375%, #edf1f4 100%);
    background: linear-gradient(to right, #1c1c1c 0%, #1c1c1c 42.34375%, #edf1f4 42.34375%, #edf1f4 100%);
    background: -webkit-linear-gradient(to right, #1c1c1c 0%, #1c1c1c 42.34375%, #edf1f4 42.34375%, #edf1f4 100%);
    background: -ms-linear-gradient(to right, #1c1c1c 0%, #1c1c1c 42.34375%, #edf1f4 42.34375%, #edf1f4 100%);
  }
}

@media screen and (max-width: 999px) {
  .footer-kuang {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-mid {
    background: rgba(28, 28, 28, 0.8);
  }

  .foo-left {
    width: 100%;
  }

  .foo-le-title {
    margin-bottom: 20px;
    text-align: center;
  }

  .foo-left {
    padding-top: 20px;
  }

  .foo-right {
    width: 100%;
    color: #FFFFFF;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .foo-r-kuang {
    display: none;
  }

  .foo-r-title {
    color: #FFFFFF;
  }

  .foo-r-kuang ul li,
  .foo-r-kuang ul li a {
    color: #FFFFFF;
  }

  .cust-mid {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .cust-mid {
    margin-top: 0px;
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 1.2rem;
  }

  .foo-le-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 450px) {
  .foo-k-left {
    width: 100%;
    margin-bottom: 23px;
  }

  .foo-k-right {
    width: 100%;
  }
}

.index-boin-mid {
  background-color: #edf1f4;
  border-radius: 1px;
  padding-top: 109px;
  padding-bottom: 103px;
}

.index-boin-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  width: 65.6329113924%;
  box-shadow: 0px 15px 29px 0px rgba(150, 141, 160, 0.32);
  border-radius: 1px;
}

.index-boin-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.in-boin-title {
  font-family: "CarattereRegular", arial, helvetica, sans-serif;
  font-size: 75px;
  line-height: 80px;
  color: #000000;
  padding-left: 4px;
  padding-top: 10px;
  margin-bottom: 33px;
}

.in-boin-neirong {
  font-family: "Arial";
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-line-clamp: 5;
  margin-top: 82px;
}

.yc,
.blogxq-r-title,
.rela-title,
.cppsan-title,
.cpp-left-title,
.cpsan-from-title,
.fymat-title,
.yp-nei-view a,
.yp-nei-view,
.yp-nei-neirong,
.yp-nei-title,
.fy-k-nei-title,
.in-pro-kk-title,
.in-pro-se-title,
.md-l-big-title,
.index-product-title,
.in-bl-biaoti,
.inwhy-title,
.infre-title,
.infr-yinying a,
.infr-more,
.yo-k-title a,
.yoga-title,
.yoga-view a,
.in-boin-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.ddh,
.blxq-k-title,
.blog-neinei,
.cppsan-neirong,
.in-pro-cust,
.in-pro-k-nnei,
.md-l-small-title,
.md-l-neirong,
.in-blog-title,
.in-bl-le-neirong,
.in-bl-le-title,
.inwhy-r-nei,
.infr-title,
.in-boin-neirong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-boin-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.index-boin-left {
  width: 28.2278481013%;
}

.index-boin-left a:hover {
  color: rgb(181, 224, 0);
}

.in-boin-hengxian {
  width: 258px;
  height: 1px;
  background-color: #000000;
  border-radius: 1px;
}

@media screen and (max-width: 1600px) {
  .in-boin-neirong {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1350px) {
  .in-boin-title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 999px) {
  .index-boin-mid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .index-boin-kuang {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index-boin-left,
  .index-boin-img {
    width: 100%;
    text-align: center;
  }

  .in-boin-title {
    padding-left: 6px;
    padding-right: 6px;
  }

  .index-boin-img {
    margin-bottom: 10px;
  }

  .in-boin-hengxian {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .in-boin-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .in-boin-neirong {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    margin-top: 10px;
  }

  .in-boin-hengxian {
    width: 100px;
  }

  .index-boin-mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.yoga-mid {
  background: url(../images/yujia.png) no-repeat;
  padding-top: 89px;
  padding-bottom: 44px;
  background-size: cover;
}

.yoga-view a {
  min-width: 179px;
  max-width: 100%;
  background-color: rgb(181, 224, 0);
  border: 1px solid rgb(181, 224, 0);
  border-radius: 1px;
  font-family: "Arial";
  font-size: 20px;
  line-height: 39px;
  color: rgb(0, 0, 0);
  display: inline-block;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}

.yoga-view a:hover {
  background: transparent;
}

.yoga-title {
  font-family: "arial";
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: rgb(28, 28, 28);
  margin-bottom: 20px;
  margin-top: 16px;
}

.yoga-left {
  padding-left: 42px;
  width: 16.4556962025%;
}

.yoga-left>a:hover {
  color: rgb(181, 224, 0);
}

.yo-kuang {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 10px 11px 13px 0px rgba(198, 198, 198, 0.32);
  border-radius: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.yoga-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.yo-k-title {
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.yo-k-title a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 189px;
  max-width: 100%;
  background-color: #b5e000;
  border: 1px solid #b5e000;
  border-radius: 1px;
  font-family: "Arial";
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 9px;
}

.yo-k-title a:hover {
  background: transparent;
}

.yoga-right .swiper-button-prev i:hover,
.yoga-right .swiper-button-next i:hover {
  color: #b5e000;
}

.yoga-right .swiper-pagination-progressbar {
  position: unset;
  margin-top: 99px;
}

.yo-k-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.yo-k-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.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 {
  height: 7px;
  background-color: #1c1c1c;
  border-radius: 4px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #b5e000;
  height: 7px;
  border: 0px;
  border-radius: 4px;
}

@media screen and (max-width: 1600px) {
  .yoga-left {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1350px) {
  .yo-kuang {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .yo-k-title a {
    padding-top: 14px;
    min-width: 140px;
  }

  .yoga-right .swiper-pagination-progressbar {
    margin-top: 40px;
  }

  .yoga-right .swiper-button-next {
    margin-left: 10px;
  }

  .yoga-right .swiper-button-prev {
    margin-right: 10px;
  }

  .yoga-view a {
    min-width: 140px;
  }
}

@media screen and (max-width: 999px) {
  .yoga-mid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .yoga-kuang {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .yoga-right {
    width: 100%;
  }

  .yoga-left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .yo-kuang {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .yoga-right .swiper-pagination-progressbar {
    display: none;
  }

  .yoga-right .swiper-button-next,
  .yoga-right .swiper-button-prev {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .yoga-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .yoga-mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .yoga-view a {
    min-width: 90px;
    font-size: 14px;
    line-height: 30px;
  }

  .yo-k-title a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    min-width: 80px;
  }

  .yoga-right .swiper-button-prev i,
  .yoga-right .swiper-button-next i {
    font-size: 16px;
  }
}

.infree-left {
  width: 24.3037974684%;
  position: relative;
}

.infr-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.infr-more {
  text-align: center;
}

.infr-icon {
  display: block;
  text-align: center;
}

.infr-kk {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.infr-title {
  font-family: "Arial";
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  -webkit-line-clamp: 2;
}

.infr-yinying {
  position: absolute;
  background-color: rgba(28, 28, 28, 0.8);
  border-radius: 1px;
  bottom: 0px;
  width: 100%;
  padding-top: 7%;
  padding-bottom: 7.7%;
}

.infr-yinying a {
  font-size: 16px;
  line-height: 20px;
  color: rgb(181, 224, 0);
}

.infr-yinying a i {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  width: 19px;
  height: 19px;
  overflow: hidden;
  border: 1px solid #b5e000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexfree-kuang a:hover {
  color: #b5e000;
}

.infree-right,
.infree-righte {
  width: 73.417721519%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.infree-right i,
.infree-righte i {
  font-size: 20px;
  color: #1c1c1c;
}

.infree-right i:hover,
.infree-righte i:hover {
  color: rgb(181, 224, 0);
}

.indexfree-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 37px;
}

.infre-k {
  width: 100%;
  text-align: center;
}

.infre-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.infre-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.infre-title {
  text-align: center;
  font-family: "Arial";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 6px;
}

.indexfree-mid {
  margin-top: 116px;
}

@media screen and (max-width: 1350px) {
  .indexfree-mid {
    margin-top: 60px;
  }

  .infr-title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 999px) {
  .indexfree-mid {
    margin-top: 30px;
  }

  .infr-title {
    font-size: 24px;
    line-height: 26px;
  }

  .infr-yinying {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .infr-yinying a {
    font-size: 14px;
  }

  .infre-title {
    font-size: 16px;
    line-height: 22px;
  }

  .indexfree-kuang {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .indexfree-kuang {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .infree-right,
  .infree-righte {
    width: 100%;
    margin-bottom: 30px;
  }

  .infree-left {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .infre-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .infr-title {
    font-size: 20px;
    line-height: 22px;
  }
}

.in-blog-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  width: 53.4810126582%;
}

.in-blog-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.in-bl-biaoti {
  font-family: "Arial";
  font-weight: bold;
  color: #000000;
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 93px;
  display: inline-block;
}

.in-bl-le-hengxian {
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 1px;
}

.in-bl-le-title {
  font-family: "Arial";
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  -webkit-line-clamp: 2;
  margin-top: 37px;
  margin-bottom: 28px;
}

.in-bl-le-neirong {
  font-family: "Arial";
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  -webkit-line-clamp: 3;
}

.in-bl-view {
  font-family: "Arial";
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 29px;
}

.in-bl-view i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 34px;
  width: 34px;
  font-size: 20px;
  min-height: 34px;
  height: 34px;
  border: 3px solid #1c1c1c;
  color: #1c1c1c;
  border-radius: 50%;
  margin-right: 11px;
}

.in-blog-left {
  width: 29.4936708861%;
}

.in-blog-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-bottom: 33px;
}



.index-product-title {
  font-family: "arial";
  font-size: 42px;
  font-weight: bold;
  line-height: 48px;
  color: #000000;
  text-align: center;
  margin-bottom: 70px;
}

.index-product-title:hover {
  color: #b5e000;
}

@media screen and (max-width: 1350px) {
  .index-product-title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 999px) {
  .index-product-title {
    margin-bottom: 20px;
  }

  .index-product-title {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .index-product-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.maodian-kuang {
  background-color: #1c1c1c;
  box-shadow: 0px 15px 29px 0px rgba(28, 28, 28, 0.25);
  margin-top: 45px;
}

.md-mid-kuang {
  width: 73.5443037975%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.md-l-neirong {
  font-family: "Arial";
  font-size: 16px;
  line-height: 22px;
  color: #bbbbbb;
  opacity: 0.8;
  -webkit-line-clamp: 4;
  min-height: 88px;
}

.md-kuang {
  width: 27.4%;
  height: 100%;
  margin-left: 8.8%;
  margin-top: -45px;
  padding-top: 15px;
}

.md-kuang.no-bianju {
  margin-left: 0px;
}

.md-kuang {
  padding-bottom: 25px;
}

.md-kuang.active,
.md-kuang:hover {
  background-color: #b5e000;
}

.md-kuang.active .md-l-neirong,
.md-kuang:hover .md-l-neirong {
  color: #2a2a2a;
}

.md-kuang .md-l-neirong {
  padding-left: 12%;
  padding-right: 12%;
}

.md-kuang .md-l-small-title {
  color: #ffffff;
}

.md-kuang.active .md-l-big-title,
.md-kuang:hover .md-l-big-title {
  opacity: 1;
}

.md-l-big-title {
  font-family: "Arial";
  font-size: 105px;
  font-weight: bold;
  line-height: 110px;
  color: #9abe00;
  opacity: 0;
}

.md-l-small-title {
  font-family: "Arial";
  font-weight: Bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #2a2a2a;
  position: absolute;
  bottom: 22px;
  left: 14px;
  right: 4px;
  -webkit-line-clamp: 2;
}

.md-l-top-left {
  position: relative;
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}

.md-l-top {
  padding-left: 7%;
  padding-right: 10.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 167px;
  margin-top: -167px;
}

.md-l-top-img {
  display: block;
  font-size: 0px;
  opacity: 0;
}

.md-kuang.active .md-l-top-img,
.md-kuang:hover .md-l-top-img {
  opacity: 1;
}

.md-kuang.active .md-l-small-title,
.md-kuang:hover .md-l-small-title {
  color: #2a2a2a;
}

.maodian-mid {
  margin-bottom: 38px;
}

.index-pro-ser-mid {
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .md-mid-kuang {
    width: 95%;
  }

  .md-kuang {
    width: 30%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 999px) {
  .md-l-big-title {
    opacity: 1;
  }

  .md-kuang {
    background: #b5e000;
  }

  .md-kuang .md-l-small-title,
  .md-kuang .md-l-neirong {
    color: #2a2a2a;
  }

  .md-l-top-img {
    opacity: 1;
  }

  .md-kuang {
    width: 49%;
    margin-left: 0px;
  }

  .md-mid-kuang {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .md-l-top {
    padding-top: 0px;
    margin-top: 0px;
  }

  .md-kuang {
    margin-top: 0px;
  }

  .md-mid-kuang {
    padding-top: 20px;
  }

  .md-kuang {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .md-l-top {
    padding-left: 4%;
    padding-right: 4%;
  }

  .md-kuang .md-l-neirong {
    padding-left: 8%;
    padding-right: 8%;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .md-l-big-title {
    font-size: 80px;
    line-height: 88px;
  }

  .md-l-small-title {
    font-size: 20px;
    bottom: 10px;
  }
}

@media screen and (max-width: 550px) {
  .md-kuang {
    width: 100%;
  }
}

.inpro-img {
  width: 34.2405063291%;
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.in-pro-se-title {
  font-family: "Arial";
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 54px;
  color: #000000;
  text-align: center;
  margin-top: 92px;
}

.in-pro-left,
.in-pro-right {
  width: 32.9113924051%;
  margin-top: 49px;
}

.in-pro-neirong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.in-pro-neirong a {
  cursor: pointer;
}

.in-pro-left {
  background: url(../images/tyleft.png) right top no-repeat;
}

.in-pro-right {
  background: url(../images/tyright.png) left top no-repeat;
}

.in-pro-kk-title {
  display: block;
  font-family: "arial";
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 306px;
  width: auto;
  height: 67px;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  padding: 4%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 48px 0px 49px;
}

.in-pro-kkuang:hover .in-pro-kk-title {
  background-color: #b5e000;
}

.in-pro-kk-titt {
  text-align: center;
  position: relative;
  width: 100%;
}

.in-pro-kk-titt::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24px;
  height: 21px;
  bottom: -29px;
  background: transparent;
}

.in-pro-kkuang:hover .in-pro-kk-titt::before {
  background: url(../images/lvsesanjiao.png) no-repeat;
}

.in-pro-kk-title img {
  width: 22px;
  height: 15px;
  margin-top: -24px;
}

.in-pro-kk-neirong>a {
  font-family: "Arial";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-left: 2.5%;
  margin-right: 2.5%;
  cursor: pointer;
  position: relative;
}

.in-pro-kk-neirong {
  display: block;
  margin-top: 51px;
  width: 100%;
  text-align: center;
}

.in-pro-kk-neirong>a:hover::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background-color: #000000;
  border-radius: 1px;
}

.in-pro-kk-neirong>a.in-pro-color:hover::before {
  background-color: transparent;
}

.in-pro-color a:hover::before {
  display: none !important;
}

.in-pro-k-nnei {
  font-family: "Arial";
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.in-pro-annu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.in-pro-annu a {
  width: 44px;
  height: 44px;
  background-color: #d8d8d8;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "arial";
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 10px;
}

.in-pro-kk-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.in-pro-kkuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-bottom: 40px;
  margin-right: 7%;
}

.in-pro-kkuang:nth-child(1) {
  padding-top: 45px;
}

.in-pro-kkuang:nth-child(2) {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 16%;
}

.in-pro-kkuang:nth-child(3) {
  margin-right: 6%;
}

.in-pro-kkuang:nth-child(1) {
  padding-top: 45px;
}

.in-pro-kkuang:nth-child(2) {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 16%;
}

.in-pro-kk-right {
  min-width: 91px;
  width: 91px;
  min-height: 91px;
  height: 91px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.in-pro-kk-right .in-pro-t-img {
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d8d8d8;
  border-radius: 50%;
  font-size: 30px;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

.in-pro-t-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.in-pro-kkuang:hover .in-pro-kk-right .in-pro-t-img {
  width: 100%;
  height: 100%;
  font-size: 50px;
}

.in-pro-kkuang:hover .in-pro-kk-right .in-pro-t-img img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.in-pro-cust {
  display: block;
  max-width: 253px;
  text-align: left !important;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-line-clamp: 2;
}

.in-pro-cust::before {
  display: none;
}

.in-pro-right .in-pro-kkuang {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.in-pro-right .in-pro-kkuang:nth-child(1) {
  margin-right: auto;
  padding-left: 4%;
}

.in-pro-right .in-pro-kkuang:nth-child(2) {
  margin-right: auto;
  margin-left: 16%;
}

.in-pro-right .in-pro-kkuang:nth-child(3) {
  margin-right: auto;
  margin-left: 8%;
}

.in-pro-right .in-pro-kk-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.in-pro-right .in-pro-kkuang {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.in-pro-right .in-pro-kk-neirong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 5%;
  margin-right: 5%;
}

.in-pro-right .in-pro-kk-neirong a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #e02b00;
  margin-right: 17px;
  border-radius: 50%;
  cursor: pointer;
}

.in-pro-right .in-pro-kk-neirong a:nth-child(2) {
  background-color: #3a00e0;
}

.in-pro-right .in-pro-kk-neirong a:nth-child(3) {
  background-color: #00cae0;
}

.in-pro-right .in-pro-kk-neirong a:nth-child(4) {
  background-color: #00e038;
}

.imgfada i {
  cursor: pointer;
}

.imgfada div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.imgfada div .quan {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #b5e000;
  left: 9px;
}

.imgfada input {
  width: 200px;
  height: 9px;
  border-radius: 4px;
  margin-left: 9px;
  margin-right: 9px;
  background-color: #d8d8d8;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 34px;
  height: 34px;
  background: #b5e000;
  border-radius: 50%;
  border: solid 1px #ddd;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 34px;
  height: 34px;
  background: #b5e000;
  border-radius: 50%;
  border: solid 1px #ddd;
}

.imgfada {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.imgfada i {
  display: block;
  min-width: 17px;
  width: 17px;
  min-height: 17px;
  height: 17px;
  color: #000000;
}

@media screen and (max-width: 1600px) {
  .in-pro-neirong {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .in-pro-kk-neirong>a:hover {
    text-decoration: underline;
  }

  .in-pro-kk-neirong>a:hover::before {
    display: none;
  }
}

@media screen and (max-width: 1350px) {
  .in-pro-kk-title {
    font-size: 18px;
    max-width: 220px;
    height: 50px;
  }

  .imgfada input {
    width: 150px;
  }

  .in-pro-right .in-pro-kk-neirong p {
    width: 33px;
    height: 33px;
  }

  .in-pro-kkuang:nth-child(2) {
    margin-right: 23%;
  }

  .in-pro-right .in-pro-kkuang:nth-child(2) {
    margin-left: 21%;
  }

  .in-pro-right .in-pro-kkuang:nth-child(3) {
    margin-left: 13%;
  }

  .imgfada input {
    width: 120px;
  }

  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #b5e000;
    border-radius: 50%;
    border: solid 1px #ddd;
  }

  input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background: #b5e000;
    border-radius: 50%;
    border: solid 1px #ddd;
  }
}

#Elon {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.inpro-img {
  position: relative;
}

@media screen and (max-width: 1050px) {
  .in-pro-neirong {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .in-pro-left,
  .in-pro-right {
    width: 100%;
    background: transparent;
  }

  .in-pro-kkuang {
    margin: 0px !important;
    margin-bottom: 30px !important;
    padding: 0px !important;
  }

  .in-pro-kkuang,
  .in-pro-right .in-pro-kkuang {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .in-pro-kk-left {
    width: 100%;
  }

  .in-pro-kk-title {
    padding: 2%;
  }

  .in-pro-cust {
    max-width: 100%;
    text-align: center !important;
  }

  .inpro-img {
    width: 100%;
    position: unset;
    text-align: center;
  }

  #Elon {
    position: unset;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
  }

  .inpro-img img {
    position: unset;
  }
}

@media screen and (max-width: 999px) {
  .in-pro-se-title {
    margin-top: 30px;
    font-size: 40px;
  }

  .in-pro-left,
  .in-pro-right {
    margin-top: 30px;
  }

  .in-pro-kk-neirong {
    margin-top: 10px;
  }

  .in-pro-kkuang:hover .in-pro-kk-title {
    background: transparent;
  }

  .in-pro-kk-titt::before {
    display: none;
  }

  .in-pro-kk-title {
    height: 30px;
  }

  .index-pro-ser-mid {
    padding-bottom: 0px;
  }

  .maodian-kuang {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .in-pro-se-title {
    font-size: 20px;
    line-height: 30px;
  }

  .in-pro-kkuang {
    margin-bottom: 20px !important;
  }

  .in-pro-left {
    margin-top: 10px;
  }

  .in-pro-kk-title {
    font-size: 14px;
  }

  .in-pro-kk-neirong>a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}

.banfen {
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.banfenmid {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.baner-title {
  font-family: "arial";
  font-size: 39px;
  font-weight: bold;
  line-height: 39px;
  color: #ffffff;
  max-width: 889px;
  text-align: center;
  /*margin-bottom: 94px;*/
  margin-left: auto;
  margin-right: auto;
}

.baner-title-hengxian {
  width: 62px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 1px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(80px);
}

@media screen and (max-width: 1350px) {
  .baner-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .baner-title {
    font-size: 34px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 999px) {
  .baner-title {
    margin-bottom: 20px;
  }

  .baner-title-hengxian {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .baner-title {
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .baner-title-hengxian {
    height: 4px;
  }
}

@media screen and (max-width: 480px) {
  .baner-title {
    font-size: 14px;
  }

  .baner-title-hengxian {
    width: 40px;
    height: 3px;
  }
}

.crumb-kuang {
  border-bottom: 1px solid #ebebeb;
  font-family: "Arial";
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding-top: 24px;
  padding-bottom: 16px;
}

.crumb-kuang a {
  color: #333333;
}

.crumb-kuang a:hover {
  color: #b5e000;
}

.yiqisi {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1420px) {
  .yiqisi {
    width: 95%;
  }
}

.fy-k-title {
  font-family: "Arial";
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}

.fy-k-neirong {
  font-family: "Arial";
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 27px;
  margin-bottom: 62px;
}

.fy-k-nei-title {
  display: block;
  font-family: "Arial";
  font-size: 24px;
  font-weight: bold;
  line-height: 66px;
  padding-bottom: 6px;
  color: #ffffff;
  background-color: #111111;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 52px;
}

.fenyenei-kuang {
  margin-top: 51px;
}

.yp-img {
  display: block;
  height: 0px;
  font-size: 0px;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.yp-img img {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.yp-nei-kuang {
  width: -moz-calc(100% - 46px);
  width: calc(100% - 46px);
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e1e1e1;
  text-align: center;
  margin-top: 19px;
  padding-top: 27px;
}

.yp-nei-title {
  font-family: "Arial";
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  margin-bottom: 8px;
}

.yp-nei-neirong {
  font-family: "Arial";
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.yp-nei-view {
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  margin-top: 12px;
  margin-bottom: 27px;
  width: 100%;
}

.yp-nei-view a {
  display: inline-block;
  color: #333333;
  min-width: 178px;
  padding: 2%;
  padding-top: 9px;
  padding-bottom: 10px;
  border: solid 1px #acacac;
  max-width: 100%;
}

.yp-kuang {
  width: 23.7142857143%;
  background-color: #ffffff;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 50px;
  margin-left: 1.7%;
}

.yp-kuang.no-bianju {
  margin-left: 0px;
}

.fy-k-nei a:hover {
  color: #b5e000;
}

.yp-nei-view a:hover {
  border: 1px solid #b5e000;
  background: #b5e000;
  color: #333333;
}

.yp-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fy-k-nei {
  margin-bottom: 53px;
}

@media screen and (max-width: 999px) {
  .fenyenei-kuang {
    margin-top: 30px;
  }

  .crumb-kuang {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fy-k-neirong {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .fy-k-nei-title {
    margin-bottom: 30px;
  }

  .fy-k-nei-title {
    line-height: 50px;
    text-align: center;
  }

  .fy-k-nei {
    margin-bottom: 20px;
  }

  .yp-kuang {
    margin-bottom: 20px;
  }

  .yp-nei-view {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .yp-nei-view a {
    min-width: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .yp-nei-kuang {
    margin-top: 4px;
    padding-top: 10px;
    width: -moz-calc(100% - 14px);
    width: calc(100% - 14px);
  }

  .yp-nei-neirong {
    font-size: 14px;
    line-height: 24px;
  }

  .yp-nei-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .fy-k-top {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .yp-kuang {
    width: 49%;
    margin-left: 0px;
  }

  .yp-mid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .crumb-kuang {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .fenyenei-kuang {
    margin-top: 20px;
  }

  .fy-k-title {
    font-size: 20px;
  }

  .fy-k-neirong {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }

  .fy-k-nei-title {
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 20px;
  }

  .yp-nei-view {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 4px;
    margin-bottom: 10px;
  }

  .yp-nei-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}

.fy-er-mid .yp-kuang,
.fenye-neier .yp-kuang {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.fenye-neier .fy-k-nei {
  margin-bottom: 22px;
}

.fy-er-mid {
  padding-bottom: 97px;
  background-color: rgba(225, 225, 225, 0.2);
  margin-bottom: -40px;
  padding-top: 83px;
}

.fy-er-mid a:hover {
  color: #b5e000;
}

.fy-er-mid .yp-kuang {
  width: 16.6428571429%;
}

.fy-er-mid .yp-nei-kuang {
  width: -moz-calc(100% - 4px);
  width: calc(100% - 4px);
}

.fy-er-mid .yp-nei-title {
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: rgb(51, 51, 51);
padding:0px 10px;
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
         white-space: wrap;
}

.fy-er-mid .yp-nei-neirong {
  font-family: "Arial";
  font-size: 16px;
  line-height: 30px;
  color: rgb(102, 102, 102);
}

.fy-er-mid .yp-nei-view {
  margin-top: 10px;
  margin-bottom: 0px;
}
.fy-er-mid .yp-nei-view {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
    }
.fy-er-mid .yp-nei-view a {
  font-size: 13px;
  min-width: 144px;
  line-height: 24px;
  padding-top: 4px;
  padding-bottom: 6px;
  color: rgb(51, 51, 51);
}

.fymat-title {
  font-family: "Arial";
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: rgb(51, 51, 51);
  margin-bottom: 32px;
}

.fy-er-mid .yp-nei-kuang {
  padding-top: 19px;
  padding-bottom: 14px;
}

.fyer-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.fyer-mid .yp-kuang {
  margin-left: 4%;
  margin-bottom: 20px;
}

.fyer-mid .yp-kuang.no-bianju {
  margin-left: 0px;
}

@media screen and (max-width: 999px) {
  .fy-er-mid {
    padding-top: 40px;
  }

  .fymat-title {
    margin-bottom: 20px;
  }

  .fyer-mid {
    margin-bottom: 20px;
  }

  .fy-er-mid .yp-nei-view a {
    min-width: 100px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .fy-er-mid .yp-kuang {
    width: 19%;
    margin-left: 1.2%;
  }

  .fy-er-mid {
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .fymat-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .fy-er-mid {
    padding-bottom: 10px;
  }

  .fy-er-mid .yp-kuang,
  .fy-er-mid .yp-kuang.no-bianju {
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .fyer-mid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fy-er-mid {
    padding-top: 20px;
  }

  .fy-er-mid .yp-nei-title {
    font-size: 14px;
    line-height: 20px;
  }

  .fy-er-mid .yp-nei-neirong {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .fy-er-mid .yp-nei-kuang {
    padding-top: 10px;
  }
}

.cpsan-from-title {
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 8px;
  color: #3b3b3b;
  display: inline-block;
  min-width: 210px;
  background-color: #b5e000;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  max-width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.cpsan-form form {
  background: url(../images/frombj.png) no-repeat;
  background-size: cover;
  background-color: #ebe9e9;
  border-radius: 12px;
  padding-left: 28px;
  padding-right: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 43px;
  padding-bottom: 46px;
  margin-top: -15px;
  position: relative;
  z-index: 2;
}

.cpsan-form form p {
  height: 38px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  width: 21%;
}

.cpsan-form form p input,
.cpsan-form form p textarea {
  width: 100%;
  height: 100%;
  border: 0px;
  outline: none;
  padding-left: 16px;
  padding-right: 16px;
}

.cpsan-form form p input::-webkit-input-placeholder,
.cpsan-form form p textarea::-webkit-input-placeholder {
  color: #3b3b3b;
  opacity: 1;
  font-size: 14px;
  font-family: "Arial";
}

.cpsan-form form p input:-moz-placeholder,
.cpsan-form form p textarea:-moz-placeholder {
  color: #3b3b3b;
  opacity: 1;
  font-size: 14px;
  font-family: "Arial";
}

.cpsan-form form p input::-moz-placeholder,
.cpsan-form form p textarea::-moz-placeholder {
  color: #3b3b3b;
  opacity: 1;
  font-size: 14px;
  font-family: "Arial";
}

.cpsan-form form p input:-ms-input-placeholder,
.cpsan-form form p textarea:-ms-input-placeholder {
  color: #3b3b3b;
  opacity: 1;
  font-size: 14px;
  font-family: "Arial";
}

.cpsan-form form p textarea {
  padding-top: 10px;
}

.cpsan-form form p.tear-k {
  width: 23%;
}

.cpsan-form form p.yzmsan {
  width: 16.9%;
  border-radius: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cpsan-form form p.yzmsan a {
  min-width: 98px;
  width: 98px;
  height: 30px;
  min-height: 30px;
}

.stbcpsan {
  height: 38px;
  background-color: #b5e000;
  border-radius: 10px;
  border: 0px;
  font-family: "Arial";
  font-size: 14px;
  color: #3b3b3b;
  width: 14.8%;
  cursor: pointer;
}

.fy-k-top.cpsan .fy-k-neirong {
  margin-bottom: 30px;
}

.cppsan-mid .fy-er-mid {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.cppsan-right {
  width: -moz-calc(100% - 361px);
  width: calc(100% - 361px);
}

.cppsan-left {
  width: 295px;
  margin-bottom: 40px;
}

.cppsan-list .yp-kuang {
  width: 22.4%;
  background-color: #ffffff;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 54px;
  margin-left: 3.4%;
}

.cppsan-list .yp-kuang.no-bianju {
  margin-left: 0px;
}

.cppsan-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cppsan-list .yp-img {
  padding-bottom: 83%;
}

.cpp-left-title {
  font-family: "Arial";
  font-size: 19px;
  font-weight: bold;
  line-height: 42px;
  color: #ffffff;
  background-color: #111111;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 4px;
}

.cppsan-left-top>ul>li>p>a {
  font-size: 19px;
  line-height: 42px;
  color: #333333;
}

.cppsan-left-top>ul>li ul {
  background: #fbfbfb;
}

.cppsan-left-top>ul>li ul li {
  padding-left: 11px;
  padding-right: 11px;
}

.cppsan-left-top>ul>li ul li p {
  border-bottom: 1px solid #dfdfdf;
}

.cppsan-left-top>ul>li ul li:last-child p {
  border: 0px;
}

.cppsan-left-top>ul>li ul li p a {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 12px;
  padding-bottom: 7px;
}

.cppsan-left-top>ul>li {
  background-color: #b5e000;
}

.cppsan-left-top>ul>li p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cppsan-left-top>ul>li p i {
  cursor: pointer;
}

.cppsan-left-top>ul>li>p>a:hover {
  color: #ffffff;
}

.cppsan-left-top>ul>li>p {
  padding-left: 24px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 8px;
}

.cppsan-left-top>ul>li ul {
  display: none;
}

.cppsan-left-top>ul>li {
  margin-bottom: 4px;
}

.cppsan-left-top>ul>li.active ul {
  display: block;
}

.cppsan-left-top>ul>li.active p i::before {
  content: "\e600";
  font-family: "iconfont";
}

.cppsan-tag-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.cppsan-tag-kuang p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 4%;
  margin-bottom: 12px;
}

.cppsan-tag-kuang p a {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}

.cppsan-tag-kuang span {
  display: block;
  font-size: 0px;
  overflow: hidden;
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  margin-right: 6px;
}

.cppsan-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3px;
}

.cppsan-tags {
  margin-top: 69px;
}

.cppsan-nwe-k {
  border-bottom: dashed 1px #d7d7d7;
  padding-bottom: 21px;
  margin-bottom: 29px;
}

.cppsan-neirong {
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #666666;
  margin-bottom: 11px;
}

.cppsan-data {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}

.cppsan-news {
  margin-top: 59px;
}

.cppsan-news .cppsan-title {
  margin-bottom: 22px;
}

@media screen and (max-width: 1310px) {
  .cpsan-form form p {
    width: 16%;
  }

  .cpsan-form form p.yzmsan {
    width: 24%;
  }
  .fy-er-mid .yp-nei-view a {
    min-width: 110px;
  }
  .fy-er-mid .yp-nei-view {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 10px;
    }
}

@media screen and (max-width: 1150px) {
  .cppsan-right {
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
  }

  .fy-er-mid .yp-nei-view a {
    min-width: 100px;
  }

  .cppsan-left {
    width: 280px;
  }
}

@media screen and (max-width: 999px) {
  .cppsan-mid .fy-er-mid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cppsan-right {
    width: 100%;
  }

  .cppsan-left {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cppsan-tags,
  .cppsan-news {
    text-align: center;
  }

  .cppsan-tag-kuang {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cppsan-tag-kuang p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .cppsan-tags,
  .cppsan-news {
    margin-top: 30px;
  }

  .page {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .cppsan-list .yp-kuang {
    margin-bottom: 30px;
  }

  .cpsan-form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    padding-top: 20px;
  }

  .cpsan-form form p {
    width: 30%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .cpp-left-title {
    text-align: center;
  }

  .cpsan-form form p.yzmsan,
  .stbcpsan {
    width: 42%;
  }

  .cpsan-from-title {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cppsan-list .yp-kuang {
    width: 49%;
    margin-left: 0px;
  }

  .cppsan-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cppsan-left {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 580px) {
  .cpsan-form form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cpsan-form form p,
  .cpsan-form form p.tear-k,
  .cpsan-form form p.yzmsan {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .stbcpsan {
    width: 100%;
  }
}

.cpxq-mid {
  padding-top: 64px;
  padding-bottom: 79px;
  background-color: rgba(235, 235, 235, 0.4);
  margin-bottom: 66px;
}

.cpxq-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 66px;
}

.cpxq-kuang-right {
  width: 40.8571428571%;
}

.cpxq-kuang-left {
  width: 57.9142857143%;
  position: relative;
}

.cpxqswiper .swiper-button-next,
.cpxqswiper .swiper-button-prev {
  position: absolute;
  right: 0px;
  width: 29px;
  height: 30px;
  background-color: rgba(215, 215, 215, 0.2);
  color: #666666;
}

.cpxqswiper .swiper-button-prev {
  left: 0px;
}

.cpxqswiper .swiper-button-next:hover,
.cpxqswiper .swiper-button-prev:hover {
  background-color: #b5e000;
  color: #FFFFFF;
}

.cpxq-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.cpxq-kuang-right h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 14px;
}

.cpxq-hengxian {
  width: 100%;
  height: 1px;
  background-color: #acacac;
  margin-bottom: 36px;
}

.cpxq-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.cpxq-share span {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.cpxq-neirong {
  padding-left: 20px;
  padding-right: 20px;
}

.cpxq-nnei p {
  font-size: 16px;
  line-height: 42px;
  color: #666666;
}

.cpxq-nnei p span {
  font-weight: bold;
}

.inqu-qieh {
  margin-top: 24px;
  display:flex;
  flex-wrap:wrap;
}

.inqu-qieh a {
  font-family: "arial black";
  font-size: 16px;
  line-height: 42px;
  color: #333333;
  background-color: #b5e000;
  text-align: center;
  min-width: 165px;
  display: inline-block;
  margin-right: 2.5%;
  padding-top: 3px;
  padding-bottom: 7px;
  margin-bottom:;
}

.inqu-qieh a:nth-child(2) {
  background-color: #000000;
  color: #FFFFFF;
}

.inqu-qieh a:hover,
.inqu-qieh .btn input:hover{
  text-decoration: underline;
}


.inqu-qieh .btn input{
     font-family: "arial black";
  font-size: 16px;
  line-height: 42px;
  color: #333333;
  background-color: #b5e000;
  text-align: center;
  min-width: 165px;
  display: inline-block;
  margin-right: 2.5%;
  padding-top: 3px;
  padding-bottom: 7px;
  border:unset;
  cursor: pointer;
}

.spec-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  color: #333333;
  margin-bottom: 11px;
}

.cpxq-right-top a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
  color: #ffffff;
  padding-left: 26px;
  padding-right: 26px;
}

.cpxq-right-top {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cpxq-right-top a.active {
  background-color: #b5e000;
  color: #FFFFFF;
}

.cpxq-right-top a {
  color: #333333;
  padding-top: 9px;
  padding-bottom: 9px;
}

.cpxq-right-top a:hover {
  color: #333333;
}

.cpxq-right-top a.active:hover {
  color: #FFFFFF;
}

.spec-kuang {
  margin-top: 36px;
}

.feat-kuang p {
  font-size: 16px;
  line-height: 36px;
  color: rgb(51, 51, 51);
  padding-left: 20px;
  position: relative;
}

.feat-kuang p em {
  font-style: normal;
}

.feat-kuang p em::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgb(51, 51, 51);
}

.cpxqimm-tupian p {
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.cpxqimm-tupian {
  margin-top: 42px;
}

.qu-k {
  margin-bottom: 11px;
  width: 100%;
}

.qu-k p {
  font-size: 16px;
  line-height: 30px;
  color: rgb(153, 153, 153);
  margin-bottom: 4px;
}

.qu-k textarea {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(224, 224, 224);
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 225px;
}

.qu-k input {
  width: 100%;
  height: 45px;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(224, 224, 224);
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
}

.quote-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  color: rgb(51, 51, 51);
  padding-top: 147px;
  margin-top: -147px;
  margin-bottom: 26px;
}

.qu-form-left {
  width: 48.3%;
}

.qu-form-right {
  width: 48%;
}

.quote-mid form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quk-yzm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quk-yzm>div {
  width: 53.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: solid 1px rgb(224, 224, 224);
  background: #FFFFFF;
}

.quk-yzm>div>input {
  border: 0px;
}

.quk-yzm>div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0px;
  min-width: 98px;
  min-height: 30px;
  width: 98px;
  height: 30px;
  overflow: hidden;
}

.quk-yzm>input {
  background-color: rgb(161, 199, 2);
  font-family: "Arial";
  font-size: 18px;
  color: rgb(255, 255, 255);
  width: 43.6%;
  cursor: pointer;
}

.fy-er-mid.cpxq {
  padding-top: 0px;
}

.quote-mid {
  margin-top: 80px;
}

.relaswiper .yp-kuang {
  width: 100%;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.12);
  margin-left: 0px;
  margin-right: 0px;
}

.relaswiper .swiper-slide {
  padding: 8px;
}

.rela-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 49px;
  margin-top: 65px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rela-qiehuan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rela-qiehuan .swiper-button-prev,
.rela-qiehuan .swiper-button-next {
  width: 29px;
  height: 30px;
  background-color: rgba(215, 215, 215, 0.2);
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 3px;
}

.rela-qiehuan .swiper-button-prev:hover,
.rela-qiehuan .swiper-button-next:hover {
  background-color: rgb(0, 0, 0);
  color: #FFFFFF;
}

.rela-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
  color: rgb(255, 255, 255);
  padding-left: 25px;
  padding-right: 23px;
  background-color: rgb(181, 224, 0);
  padding-top: 9px;
  padding-bottom: 9px;
}

.rela-top>a:hover {
  color: #333333;
}
@media screen and (max-width: 1430px) {
    .inqu-qieh a{
        margin-bottom:10px;
    }
    
}
@media screen and (max-width: 1350px) {
  .inqu-qieh a,
  .inqu-qieh .btn input{
    min-width: 130px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .cpxq-kuang {
    margin-bottom: 40px;
  }
}
  
@media screen and (max-width: 999px) {
  .cpxq-kuang {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cpxq-kuang-left {
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cpxq-kuang-right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

  .cpxq-mid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cpxq-share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cpxq-kuang-right h1 {
    margin-bottom: 0px;
  }

  .inqu-qieh a,
  .inqu-qieh .btn input{
    margin-left: 1%;
    margin-right: 1%;
  }

  .cpxq-kuang {
    margin-bottom: 10px;
  }

  .cpxq-mid {
    margin-bottom: 20px;
  }

  .rela-top {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .rela-swiper {
    margin-bottom: 30px;
  }

  .rela-title,
  .cpxq-right-top a {
    line-height: 30px;
  }

  .cppsan-left {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .cpxq-right-top a {
    width: 100%;
    text-align: center;
  }

  .feat-kuang p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .cpxq-kuang-right h1 {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .cpxq-hengxian {
    margin-bottom: 10px;
  }

  .cpxq-share span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .cpxq-nnei p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .inqu-qieh a,
  .inqu-qieh .btn input{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
    padding: 2px;
    min-width: 100px;
  }

  .cpxq-right-top a,
  .rela-title {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 30px;
  }

  .quote-title {
    margin-top: 0px;
    padding-top: 0px;
  }

  .spec-title {
    line-height: 30px;
  }

  .spec-kuang {
    margin-top: 10px;
  }

  .quote-mid {
    margin-top: 20px;
  }

  .quote-title {
    line-height: 30px;
    margin-bottom: 20px;
  }

  .quote-mid form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .qu-form-left {
    width: 100%;
  }

  .qu-form-right {
    width: 100%;
  }

  .rela-top .rela-title {
    width: 100%;
    text-align: center;
  }

  .rela-qiehuan {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .rela-qiehuan .swiper-button-prev,
  .rela-qiehuan .swiper-button-next {
    margin-left: 1%;
    margin-right: 1%;
  }

  .rela-top {
    margin-bottom: 10px;
  }

  .relaswiper .yp-kuang {
    margin-bottom: 6px;
  }

  .relaswiper .yp-nei-kuang {
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 450px) {
  .rela-top {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .quk-yzm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quk-yzm>div {
    width: 100%;
    margin-bottom: 10px;
  }

  .quk-yzm>input {
    width: 100%;
  }
}

.odm-left {
  width: 36.8857142857%;
}

.odm-right {
  width: 50%;
  border-radius: 6px 40px 6px 40px;
  display: block;
  font-size: 0px;
  overflow: hidden;
  margin-top: -147px;
  padding-top: 147px;
}

.odm-right:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.odm-title {
  font-family: "arial black";
  font-size: 40px;
  line-height: 60px;
  color: rgb(51, 51, 51);
  margin-bottom: 26px;
}

.odm-ertitle {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  color: rgb(51, 51, 51);
}

.odm-neirong {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: rgb(51, 51, 51);
  margin-top: 31px;
  margin-bottom: 28px;
}

.odm-cont {
  min-width: 147px;
  height: 45px;
  background-color: rgb(181, 224, 0);
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
  color: rgb(51, 51, 51);
  text-align: center;
  display: inline-block;
}

.odm-cont:hover {
  color: #FFFFFF;
}

.odm-service-mid {
  background: url(../images/2-1-11.jpg) no-repeat;
  background-size: cover;
  margin-top: 61px;
  padding-bottom: 75px;
}

.odm-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 122px;
}

.odm-ser-top a {
  min-width: 188px;
  background-color: rgb(0, 0, 0);
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #FFFFFF;
  padding-top: 16px;
  padding-bottom: 14px;
}

.odm-ser-top a.active {
  min-width: 277px;
  background-color: rgb(181, 224, 0);
  color: rgb(51, 51, 51);
}

.odm-ser-top span {
  width: 63px;
  height: 1px;
  background-color: rgb(70, 70, 70);
}

.odm-ser-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 999px) {
  .odm-service-mid {
    margin-top: 30px;
  }

  .odm-kuang {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .odm-right {
    width: 100%;
    text-align: center;
    margin-top: -119px;
    padding-top: 119px;
  }

  .odm-left {
    text-align: center;
    width: 100%;
  }

  .odm-ser-top a.active {
    min-width: 188px;
  }

  .odm-ser-top a {
    padding: 10px;
  }

  .odm-left {
    margin-top: 20px;
  }

  .odm-title {
    line-height: 50px;
    margin-bottom: 20px;
  }

  .odm-service-mid {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {

  .odm-service-mid,
  .odm-kuang {
    margin-top: 20px;
  }

  .odm-ser-top a,
  .odm-ser-top a.active {
    font-size: 16px;
    min-width: 120px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .odm-ser-top span {
    width: 30px;
  }

  .odm-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .odm-ertitle {
    font-size: 14px;
    line-height: 20px;
  }

  .odm-neirong {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .odm-cont {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    height: 30px;
    min-width: 100px;
  }

  .odm-service-mid {
    padding-bottom: 10px;
  }
}

.cus-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  position: relative;
}

.cus-yinyin {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 16, 32, 0.6)), color-stop(60%, rgba(0, 16, 32, 0.4)), color-stop(80%, rgba(0, 16, 32, 0.2)), to(rgba(0, 16, 32, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 16, 32, 0.6) 30%, rgba(0, 16, 32, 0.4) 60%, rgba(0, 16, 32, 0.2) 80%, rgba(0, 16, 32, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 16, 32, 0.6) 30%, rgba(0, 16, 32, 0.4) 60%, rgba(0, 16, 32, 0.2) 80%, rgba(0, 16, 32, 0) 100%);
  background: linear-gradient(to top, rgba(0, 16, 32, 0.6) 30%, rgba(0, 16, 32, 0.4) 60%, rgba(0, 16, 32, 0.2) 80%, rgba(0, 16, 32, 0) 100%);
}

.cus-img span {
  position: absolute;
  z-index: 2;
  width: 51px;
  height: 54px;
  bottom: 0px;
  left: 6%;
  background-color: rgb(181, 224, 0);
  border-radius: 26px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-family: "arial black";
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  color: rgb(51, 51, 51);
}

.cus-kuang {
  width: 23.2142857143%;
  margin-bottom: 17px;
  margin-left: 1.4%;
  margin-right: 1.4%;
}

.cus-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: rgb(51, 51, 51);
  margin-top: 29px;
  margin-bottom: 2px;
}

.cus-neirong {
  font-size: 16px;
  line-height: 24px;
  color: rgb(51, 51, 51);
}

.custom-k-nei {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-title {
  font-family: "Arial Black";
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: rgb(51, 51, 51);
  margin-bottom: 55px;
}

.custom-mid {
  background: url(../images/custbj.png) no-repeat top;
  padding-top: 67px;
}

@media screen and (max-width: 999px) {
  .custom-mid {
    padding-top: 30px;
    text-align: center;
  }

  .custom-title {
    margin-bottom: 30px;
  }

  .cus-kuang {
    width: 30%;
  }

  .cus-title {
    margin-top: 10px;
  }

  .cus-img span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .custom-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .cus-img span {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .cus-title {
    font-size: 14px;
  }

  .cus-neirong {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }
}

@media screen and (max-width: 500px) {
  .custom-k-nei {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cus-kuang {
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.oem-title {
  font-family: "arial black";
  font-size: 40px;
  line-height: 50px;
  color: rgb(51, 51, 51);
  text-align: center;
  margin-top: -147px;
  padding-top: 147px;
}

.oem-neirong {
  max-width: 882px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  color: rgb(51, 51, 51);
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.oemse-mid {
  margin-top: 61px;
  background: url(../images/2-1-2.jpg) no-repeat top;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 54px;
}

.oem-nei-k i {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 46px;
  overflow: hidden;
  color: rgb(181, 224, 0);
}

.oem-nei-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: rgb(51, 51, 51);
  margin-top: 22px;
  margin-bottom: 21px;
  word-break: break-all;
}

.oem-nei-neirong {
  font-size: 16px;
  line-height: 24px;
  color: rgb(51, 51, 51);
}

.oem-nei-k {
  width: 19.9285714286%;
  border-radius: 0px 0px 0px 30px;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  padding-left: 20px;
  margin-bottom: 20px;
  padding-top: 39px;
  padding-bottom: 66px;
  margin-left: 0%;
}

.oem-nei-k.no-bianju {
  margin-left: 0px;
}

.oem-nei-k:hover {
  background-color: rgb(181, 224, 0);
}

.oem-nei-k:hover i {
  color: rgb(51, 51, 51);
}

.oem-nei-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 83px;
}

@media screen and (max-width: 1420px) {
  .oem-nei-k {
    padding-left: 6px;
    padding-right: 4px;
  }
}

@media screen and (max-width: 999px) {
  .oemse-mid {
    margin-top: 20px;
    padding-top: 30px;
  }

  .oem-nei-kuang {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .oem-nei-k,
  .oem-nei-k.no-bianju {
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .oem-nei-k {
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
  }

  .oem-nei-k i {
    margin-left: auto;
    margin-right: auto;
  }

  .oem-nei-k {
    padding-left: 1%;
    padding-right: 1%;
  }

  .oemse-mid {
    padding-bottom: 20px;
  }
}

.part-img {
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0px;
  overflow: hidden;
}

.part-img img {
  border: solid 1px rgb(224, 224, 224);
}

.part-swiper {
  position: relative;
  margin-bottom: 100px;
}

.part-swiper .swiper-button-prev,
.part-swiper .swiper-button-next {
  width: 34px;
  height: 34px;
  background-color: rgba(172, 172, 172, 0.5);
  color: #333333;
}

.part-swiper .swiper-button-prev {
  position: absolute;
  left: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.part-swiper .swiper-button-next {
  position: absolute;
  right: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.part-swiper .swiper-button-next:hover,
.part-swiper .swiper-button-prev:hover {
  background-color: rgb(181, 224, 0);
}

.part-title {
  font-family: "arial black";
  font-size: 40px;
  line-height: 50px;
  color: rgb(51, 51, 51);
  text-align: center;
  margin-top: 93px;
  margin-bottom: 66px;
}

@media screen and (max-width: 1500px) {

  .part-swiper .swiper-button-prev,
  .part-swiper .swiper-button-next {
    position: unset;
    margin-top: 0px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  .part-swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .partsipwer {
    width: -moz-calc(100% - 88px);
    width: calc(100% - 88px);
  }
}

@media screen and (max-width: 1250px) {
  .part-title {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .part-swiper {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 999px) {
  .part-title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .partsipwer {
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .oem-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .oem-neirong {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .oem-nei-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .oem-nei-neirong {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .oem-nei-k {
    padding-bottom: 12px;
    padding-top: 10px;
  }

  .part-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .part-swiper {
    margin-bottom: 30px;
  }

  .part-swiper .swiper-slide {
    padding: 1px;
  }

  .part-swiper .swiper-button-prev,
  .part-swiper .swiper-button-next {
    width: 18px;
    height: 30px;
  }

  .oemse-mid {
    padding-top: 24px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .oem-nei-kuang {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .oem-nei-k.no-bianju,
  .oem-nei-k {
    width: 49%;
    margin-left: 0px;
  }
}

.abpout-img {
  display: block;
  font-size: 0px;
  text-align: center;
}

.about-title {
  font-family: "EnjoytheRide-Regular", arial, helvetica, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 76px;
  color: rgb(181, 224, 0);
  text-align: center;
  margin-top: 22px;
  margin-bottom: 45px;
}

.about-mid {
  background: url(../images/3-1about-us.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 117px;
}

.about-neirong {
  max-width: 1078px;
  font-size: 18px;
  line-height: 32px;
  color: rgb(85, 85, 85);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-con {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-width: 201px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(181, 224, 0);
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 14px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-top: 39px;
}

.about-con:hover {
  color: #000000;
}

.about-con-nei {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-shipin {
  padding: 12px 15px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.12);
  max-width: 1209px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-bottom: 82px;
}

.about-sp {
  position: relative;
  height: 0px;
  padding-bottom: 54%;
}

.about-shipin iframe,
.about-shipin video {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.our-title {
  font-family: "arial black";
  font-size: 43px;
  line-height: 50px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.our-mid {
  background: url(../images/our-bj.png) no-repeat;
  background-size: cover;
  padding-top: 116px;
  padding-bottom: 126px;
}

.our-k-kuang {
  width: 22.66%;
  border-radius: 8px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  color: #FFFFFF;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 34px;
  padding-bottom: 40px;
  margin-left: 2.3%;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

.our-k-kuang.nobianju {
  margin-left: 0px;
}

.our-k-kuang:hover {
  background-color: rgb(181, 224, 0);
}

.our-img.hei {
  display: none;
}

.our-k-kuang:hover .our-img {
  display: none;
}

.our-k-kuang:hover .our-img.hei {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.our-k-kuang:hover .our-k-title,
.our-k-kuang:hover .our-k-neirong {
  color: #333333;
}

.our-k-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: rgb(255, 255, 255);
  margin-top: 9px;
  margin-bottom: 20px;
}

.our-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  width: 49px;
  height: 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-k-neirong {
  font-size: 16px;
  line-height: 30px;
  color: rgb(255, 255, 255);
}

.our-k-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 94px;
}

.cer-title {
  font-family: "arial black";
  font-size: 43px;
  line-height: 46px;
  color: #333333;
  text-align: center;
  margin-bottom: 65px;
}

.cer-k-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cer-k-img:hover a {
  display: block;
}

.cer-k-img a {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 2;
}

.cer-k-title {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  margin-top: 18px;
  display: block;
}

.cert-mid {
  margin-top: 94px;
}

.cer-annu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cer-annu .swiper-button-prev,
.cer-annu .swiper-button-next {
  color: #000000;
  margin-left: 17px;
}

.cer-annu .swiper-button-prev:hover,
.cer-annu .swiper-button-next:hover {
  color: #b5e000;
}

.cer-k-top {
  position: relative;
}

@media screen and (max-width: 999px) {

  .about-mid,
  .our-mid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-title {
    margin-bottom: 20px;
  }

  .about-con {
    margin-top: 20px;
  }

  .our-k-mid {
    margin-top: 30px;
  }

  .our-k-kuang {
    width: 49%;
    margin-left: 0px;
    text-align: center;
  }

  .our-img {
    margin-left: auto;
    margin-right: auto;
  }

  .our-k-mid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cert-mid {
    margin-top: 30px;
  }

  .cer-title {
    margin-bottom: 30px;
  }

  .cer-k-title {
    margin-top: 10px;
  }

  .cer-k-img a {
    display: block;
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .about-mid {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .our-mid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-neirong {
    font-size: 12px;
    line-height: 28px;
    font-size: 1.2rem;
  }

  .about-con {
    min-width: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .about-shipin {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .our-title {
    font-size: 20px;
    line-height: 30px;
  }

  .our-k-title {
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 10px;
  }

  .our-k-neirong {
    font-size: 12px;
    line-height: 24px;
    font-size: 1.2rem;
  }

  .our-k-kuang {
    padding: 10px;
  }

  .cer-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .cer-k-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 6px;
    line-height: 24px;
  }

  .about-title {
    font-size: 26px;
    line-height: 36px;
  }

  .our-k-mid {
    margin-top: 10px;
  }

  .cert-mid {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .our-k-kuang {
    width: 100%;
  }

  .our-k-title {
    margin-bottom: 0px;
  }
}

.fact-title {
  text-align: center;
  font-family: "arial black";
  font-size: 43px;
  line-height: 50px;
  color: #333333;
  margin-top: 92px;
}

.fact-neirong {
  max-width: 864px;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-bottom: 56px;
}

.fact-kuang {
  text-align: center;
  margin-bottom: 80px;
}

.fact-tupiankuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fact-tupiankuang p {
  border-radius: 6px;
  width: 24.2142857143%;
  margin-bottom: 19px;
  margin-left: 1%;
  overflow: hidden;
  display: block;
  font-size: 0px;
}

.fact-tupiankuang p.no-bianju {
  margin-left: 0px;
}

.fact-tupiankuang p img {
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

.fact-tupiankuang p img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 999px) {
  .fact-title {
    margin-top: 30px;
  }

  .fact-neirong {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fact-kuang {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .fact-title {
    font-size: 20px;
    line-height: 30px;
  }

  .fact-neirong {
    font-size: 12px;
    line-height: 24px;
    font-size: 1.2rem;
    margin-top: 4px;
  }

  .fact-tupiankuang p {
    width: 49%;
    margin-left: 0px;
  }

  .fact-tupiankuang {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fact-kuang {
    margin-bottom: 20px;
  }
}

.blog-data {
  font-size: 16px;
  line-height: 24px;
  color: #94979e;
}

.blog-mid .in-bl-le-title {
  margin-top: 19px;
}

.blog-mid .in-bl-le-hengxian {
  margin-bottom: 23px;
}

.blog-mid .in-blog-top {
  margin-bottom: 90px;
}

.blog-mid .in-blog-kk .blog-data {
  margin-top: 11px;
}

.blog-mid .in-blog-kk .in-blog-title {
  margin-top: 9px;
}

.blog-neinei {
  font-family: "Arial";
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  -webkit-line-clamp: 2;
  margin-top: 12px;
}

.blog-mid .in-bl-view {
  margin-top: 13px;
}

.blog-mid .in-blog-kk {
  margin-bottom: 88px;
}

.blog-mid .page {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 160px;
}

.blog-mid .indexblog-mid {
  margin-bottom: 0px;
}

@media screen and (max-width: 999px) {
  .blog-mid .in-blog-top {
    margin-bottom: 40px;
  }

  .blog-mid .in-blog-kk {
    margin-bottom: 30px;
  }

  .blog-mid .page {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .blog-data {
    font-size: 12px;
    line-height: 20px;
    font-size: 1.2rem;
  }

  .blog-mid .in-bl-le-hengxian {
    margin-bottom: 4px;
  }

  .blog-mid .in-bl-le-title {
    margin-top: 10px;
  }

  .blog-mid .in-blog-kk .blog-data {
    margin-top: 4px;
  }

  .blog-mid .in-blog-kk .in-blog-title {
    margin-top: 4px;
  }

  .blog-neinei {
    font-size: 12px;
    line-height: 22px;
    font-size: 1.2rem;
    margin-top: 6px;
  }

  .blog-mid .in-bl-view {
    margin-top: 6px;
  }

  .blog-mid .in-bl-le-title {
    margin-top: 4px;
  }

  .blog-mid .in-blog-top {
    margin-bottom: 20px;
  }
}

.blogxq-left h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
}

.blogxq-neirong {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  border-top: 2px solid #e5e5e5;
  border-radius: 1px;
  margin-top: 29px;
  padding-top: 26px;
  margin-bottom: 51px;
}

.blogxq-neirong img {
  display: inline-block;
}

.blogxq-top .bl-data {
  font-size: 16px;
  line-height: 24px;
  color: #94979e;
  margin-right: 20px;
}

.blogxq-top .blshare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blogxq-top .blshare span {
  font-size: 16px;
  line-height: 24px;
  color: #94979e;
  margin-right: 4px;
}

.blogxq-left {
  width: 75%;
}

.blogxq-right {
  width: 21.5%;
}

.blogxq-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 95px;
  padding-bottom: 142px;
}

.blogxq-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 24px;
}

.blog-xq-qiehuan {
  background-color: #f5f5f5;
  border-radius: 1px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 25px;
  padding-bottom: 12px;
}

.blog-xq-qiehuan a,
.blog-xq-qiehuan p {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 16px;
  text-align: left;
}

.blog-xq-qiehuan a:hover i {
  background-color: #a1c702;
}

.blog-xq-qiehuan a i,
.blog-xq-qiehuan p i {
  min-width: 31px;
  min-height: 31px;
  width: 31px;
  height: 31px;
  background-color: #27352d;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  margin-right: 12px;
}

.blogxq-img {
  width: 36.5448504983%;
  display: block;
  font-size: 0px;
  overflow: hidden;
  margin-top: 10px;
}

.blogxq-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 19px;
}

.blogxq-r-k {
  width: 58.4717607973%;
}

.blxq-k-title {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  -webkit-line-clamp: 3;
}

.blxq-data {
  font-size: 14px;
  line-height: 24px;
  color: #94979e;
  margin-top: 4px;
}

.blogxq-r-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin-bottom: 14px;
}

.blogxq-right a:hover {
  color: #b5e000;
}

@media screen and (max-width: 1150px) {
  .blogxq-left {
    width: 70%;
  }

  .blogxq-right {
    width: 26%;
  }
}

@media screen and (max-width: 999px) {

  .blogxq-top .bl-data,
  .blshare {
    margin-left: 1%;
    margin-right: 1%;
  }

  .blogxq-mid {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blogxq-left {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .blogxq-right {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .blogxq-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blogxq-right {
    text-align: center;
  }

  .blogxq-kuang {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blogxq-img {
    width: auto;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .blogxq-r-k {
    width: 100%;
    margin-top: 6px;
  }

  .blogxq-mid {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .blogxq-neirong {
    margin-bottom: 20px;
  }

  .blogxq-top {
    margin-top: 10px;
  }

  .blogxq-neirong {
    padding-top: 10px;
    margin-top: 10px;
  }

  .blogxq-mid {
    margin-top: 20px;
  }

  .blogxq-left h1 {
    font-size: 20px;
  }

  .blogxq-top .bl-data,
  .blogxq-top .blshare span {
    font-size: 12px;
    line-height: 20px;
    font-size: 1.2rem;
  }

  .blogxq-neirong {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .blog-xq-qiehuan {
    padding-left: 4px;
    padding-right: 4px;
  }

  .blog-xq-qiehuan a,
  .blog-xq-qiehuan p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .blog-xq-qiehuan a i,
  .blog-xq-qiehuan p i {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
  }

  .blogxq-left {
    margin-bottom: 30px;
  }

  .blogxq-r-title {
    font-size: 20px;
  }

  .blxq-k-title,
  .blxq-data {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .blogxq-kuang {
    margin-bottom: 10px;
  }
}

.con-kuang {
  background-color: #f5f5f5;
  border-radius: 1px;
  padding-left: 82px;
  padding-right: 82px;
  margin-top: 95px;
  padding-top: 39px;
  padding-bottom: 58px;
}

.con-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
  margin-bottom: 10px;
}

.con-neirong {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}

.con-neirong a {
  color: #a1c702;
}

.con-kuang form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}

.con-kuang form div input {
  border: 1px solid #FFFFFF;
}

.con-kuang form .qu-k p span {
  color: #d91c1c;
  margin-right: 4px;
}

.con-kuang form .qu-k textarea {
  height: 135px;
  border: 1px solid #FFFFFF;
}

.wjsc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding-left: 16px;
  margin-top: 46px;
  margin-bottom: 16px;
}

.wjsc input {
  background-color: #000000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial";
  text-align: center;
  line-height: 39px;
  color: #ffffff;
  padding-left: 11px;
  padding-right: 12px;
  cursor: pointer;
}

.wjsc input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
}

.wjsc span {
  font-size: 16px;
  color: #ff0000;
  display: block;
  width: 7px;
  height: 5px;
}

.con-kuang .qu-form-left {
  width: 47%;
}

.con-kuang .qu-form-right {
  width: 47%;
}

.con-kuang .quk-yzm>div {
  border: 1px solid #FFFFFF;
}

.lxfs-name {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  color: #a1c702;
}

.con-lxfs-kuang i {
  color: #a1c702;
  font-size: 30px;
  margin-right: 12px;
}

.con-lxfs-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 24.7142857143%;
  margin-left: 0.3%;
  margin-bottom: 20px;
}

.con-lxfs-kuang.no-bianju {
  margin-left: 0px;
}

.con-lxfs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lxfs-xx {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.con-lxfs-right a:hover {
  color: #a1c702;
}

.cn-ditu {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 34.1428571429%;
  margin-bottom: 169px;
  margin-top: 48px;
}

.cn-ditu iframe {
  position: absolute;
  border: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 999px) {
  .con-kuang {
    margin-top: 30px;
    padding: 20px 30px;
  }

  .con-title,
  .con-neirong {
    text-align: center;
  }

  .cn-ditu {
    margin-bottom: 30px;
  }

  .con-kuang form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .con-kuang .qu-form-left,
  .con-kuang .qu-form-right {
    width: 100%;
  }

  .con-lxfs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .con-lxfs-kuang {
    width: 49%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .con-lxfs-right {
    width: 100%;
    text-align: center;
  }

  .con-lxfs-kuang i {
    margin-left: auto;
    margin-right: auto;
  }

  .cn-ditu {
    margin-top: 20px;
  }

  .con-lxfs {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .con-kuang {
    padding-left: 16px;
    padding-right: 16px;
  }

  .con-title {
    font-size: 24px;
    line-height: 36px;
  }

  .con-neirong {
    font-size: 14px;
  }

  .lxfs-xx {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }

  .wjsc {
    margin-top: 20px;
  }
}

@media screen and (max-width: 450px) {
  .con-lxfs-kuang {
    width: 100%;
  }
}

.tanchuceng {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.tanchu {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tanchuceng .con-kuang {
  background-color: #ffffff;
  border-radius: 20px;
  padding-left: 52px;
  padding-right: 54px;
  padding-top: 57px;
  padding-bottom: 70px;
}

.tanchuceng .con-kuang form input,
.tanchuceng .con-kuang form textarea,
.tanchuceng .con-kuang form .quk-yzm>div {
  border: solid 1px #dcdcdc;
}

.tanchuceng .con-kuang form .quk-yzm>div input {
  border: solid 1px #ffffff;
}

.guanbi {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  right: 16px;
  top: 18px;
  cursor: pointer;
}

.in-pro-se-title:hover {
  color: #a1c702;
}


/*jQzoom*/

.box {
  position: relative;
}

.jqzoom {
  float: left;
  position: relative;
  padding: 0px;

}

div.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}

div.zoomdiv img {
  max-width: unset !important;
}

div.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
  transition: none;
}

/* zhengshu */

/* certifiicates */

#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, .8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
  opacity: 1
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(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, .6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -moz-transform .4s ease;
  transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, .5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
  right: 2%
}

.baguetteBox-button#previous-button {
  left: 2%
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0
}

.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }

  100% {
    margin-left: 0
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }

  100% {
    margin-left: 0
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }

  100% {
    margin-left: 0
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }

  100% {
    margin-left: 0
  }
}

@-webkit-keyframes bounce {

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

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}





/* guo add-page */


/* daohang */

.daohang-mid .dh-right>ul>li:nth-of-type(1) {
  position: relative;
}

.drop-box {
  display: none;
}

.drop-down {
  position: absolute;
  top: 100%;
  left: 0;
  width: 561px;
  height: 355px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(11, 11, 11, 0.12);
  padding: 38px 24px 40px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.drop-down .c_list {
  width: 50%;
}

.drop-down .drop-title {
  padding-bottom: 16px;
  margin-bottom: 22px;
  border-bottom: 1px solid #dadada;
  padding-right: 15px;
}

.drop-down .drop-title a {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}

.drop-down .c_list li {
  margin-bottom: 21px;
}

.drop-down .c_list li a {
  font-family: Arial;
  font-size: 16px;
  color: #333333;
  padding-right: 15px;
  display: inline-block;
}

.drop-down .c_list li:last-child {
  margin-bottom: 0;
}

.drop-down .list1 .drop-title,
.drop-down .list1 li a {
  padding-left: 9%;
}

.drop-down .list2 .drop-title,
.drop-down .list2 li a {
  padding-left: 2%;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
  .drop-down {
    top: 100%;
    width: 561px;
    height: 355px;
    padding: 35px 20px 30px 20px;
  }

  .drop-down .c_list li {
    margin-bottom: 18px;
  }
}

@media(max-width:999px) {}

@media(max-width:768px) {}

@media(max-width:570px) {}


/* inde xiugai */

.rn_title42 {
  font-family: "arial";
  font-size: 48px;
  font-weight: bold;
}

.rn_title42 a {
  color: #000;
}

.rn_title42 a:hover {
  color: #a1c702;
}

@media screen and (max-width: 1600px) {
  .rn_title42 {
    font-size: 42px;
  }

}

@media screen and (max-width: 1350px) {
  .rn_title42 {
    font-size: 36px;
  }
}

@media screen and (max-width: 999px) {
  .rn_title42 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .rn_title42 {
    font-size: 26px;
  }
}

@media screen and (max-width: 570px) {
  .rn_title42 {
    font-size: 22px;
  }
}


/* product_catalogue */

.product_catalogue {
  padding-top: 80px;
}

.product_catalogue .rn_title42 {
  text-align: center;
  margin-bottom: 35px;
}

.product_catalogue .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product_catalogue .inner {
  width: 48.5625%;
  height: 432px;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: .3s ease all;
}

.product_catalogue .inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product_catalogue .inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
  opacity: 0;
}

.product_catalogue .inner:hover {
  border-radius: 20px;
  overflow: hidden;
}

.product_catalogue .inner:hover .btn {
  background-color: rgba(181, 224, 0, .8);
}

.product_catalogue .inner:hover::after {
  opacity: 1;
}

.product_catalogue .inner:hover .shadow {
  height: 100%;
}

.product_catalogue .inner:hover .list {
  display: block;
}

.product_catalogue .shadow {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 38px 29px 40px 29px;
  height: 132px;
  transition: .3s ease height;
  z-index: 2;
  overflow: auto;
}

/* .product_catalogue .shadow {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 39px 29px 47px 29px;
  height: 100%;
} */

.product_catalogue .btn {
  height: 54px;
  padding: 6.5px 10px;
  background-color: rgba(181, 224, 0, .6);
  line-height: 54px;
  font-family: "arial";
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.product_catalogue .list {
  padding-top: 60px;
  width: 40%;
  display: none;
}

.product_catalogue .list li {
  margin-bottom: 18.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_catalogue .list li {
  display: flex;
  justify-content: space-between;
}

.product_catalogue .list span {
  color: #b5e000;
  font-family: Arial;
  font-weight: bold;
  opacity: 0;
}

.product_catalogue .list a {
  font-family: Arial;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

.product_catalogue .list a:hover {
  color: #b5e000;
}

.product_catalogue .list a:hover+span {
  opacity: 1;
}

@media(max-width:1600px) {
  .product_catalogue {
    padding-top: 50px;
  }

  .product_catalogue .rn_title42 {
    margin-bottom: 30px;
  }

  .product_catalogue .shadow {
    left: 0;
    width: 100%;
    padding: 30px 25px 30px 25px;
    height: 115px;
  }

  .product_catalogue .list {
    padding-top: 50px;
    width: 50%;
  }

  .product_catalogue .btn {
    height: 54px;
    padding: 6.5px 10px;
    line-height: 50px;
    font-size: 32px;
  }
}

@media(max-width:1333px) {
  .product_catalogue .rn_title42 {
    margin-bottom: 25px;
  }

  .product_catalogue .btn {
    height: 54px;
    padding: 6.5px 10px;
    line-height: 50px;
    font-size: 28px;
  }

  .product_catalogue .list {
    padding-top: 30px;
    width: 65%;
  }

  .product_catalogue .list a {
    font-size: 16px;
  }
}

@media(max-width:999px) {
  .product_catalogue {
    padding-top: 40px;
  }

  .product_catalogue .inner {
    border-radius: 10px !important;
    height: 380px;
  }

  .product_catalogue .inner:hover {
    border-radius: 10px !important;
  }

  .product_catalogue .rn_title42 {
    margin-bottom: 20px;
  }

  .product_catalogue .shadow {
    height: 100%;
  }

  .product_catalogue .inner .btn {
    background-color: rgba(181, 224, 0, .8);
  }

  .product_catalogue .inner .list {
    display: block;
    width: 100%;
  }

  .product_catalogue .inner::after {
    opacity: 1;
  }

  .product_catalogue .btn {
    height: 50px;
    padding: 6.5px 10px;
    line-height: unset;
    font-size: 24px;
  }

  .product_catalogue .list li {
    margin-bottom: 15px;
  }

  .product_catalogue .inner:hover {
    border-radius: 10px !important;
  }
}


@media(max-width:768px) {
  .product_catalogue .rn_title42 {
    margin-bottom: 15px;
  }

  .product_catalogue .shadow {
    padding: 25px;
  }

}

@media(max-width:570px) {
  .product_catalogue {
    padding-top: 30px;
  }

  .product_catalogue .btn {
    height: 50px;
    padding: 6.5px 10px;
    font-size: 20px;
  }

  .product_catalogue .shadow {
    padding: 20px;
  }

  .product_catalogue .list a {
    font-size: 14px;
  }

  .product_catalogue .list li {
    margin-bottom: 10px;
  }
}

@media(max-width:450px) {
  .product_catalogue .wrap {
    flex-direction: column;
  }

  .product_catalogue .inner {
    width: 100%;
    margin-right: 0 !important;
    height: auto;
  }

  .product_catalogue .inner:first-child {
    margin-bottom: 20px;
  }

  .product_catalogue .shadow {
    padding: 15px;
    position: static;
  }

  .product_catalogue .inner img {
    position: absolute;
  }

  .product_catalogue .btn {
    height: 50px;
    padding: 6.5px 10px;
    font-size: 18px;
  }
}

/* about_wavar */

.about_wavar {
  padding: 115px 0px 57px;
  position: relative;
}


.about_wavar .pcduan {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about_wavar .l_box {
  width: 38%;
  padding-top: 34px;
}

.about_wavar .rn_title42 {
  margin-bottom: 25px;
}

.about_wavar .line {
  width: 258px;
  height: 1px;
  background-color: #000000;
  border-radius: 1px;
  margin-bottom: 35px;
}

.about_wavar .s_title {
  font-family: Arial;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #b5e000;
  margin-bottom: 18px;
}

.about_wavar .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about_wavar .view_more {
  width: 245px;
  height: 68px;
  background-color: #b5e000;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #1c1c1c;
  border: 1px solid #b5e000;
}

.about_wavar .view_more:hover {
  background-color: #fff;
}

.about_wavar .r_box {
  width: 59.3%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px 0px 0px 0px;
  overflow: hidden;
}

.about_wavar .r_box .video {
  position: absolute;
  cursor: pointer;
}

.about_wavar .r_box .video:hover .play {
  transform: scale(1.05);
}

@media(max-width:1600px) {
  .about_wavar {
    padding: 50px 0px;
  }

  .about_wavar .l_box {
    width: 38%;
    padding-top: 0px;
  }

  .about_wavar .rn_title42 {
    margin-bottom: 25px;
  }

  .about_wavar .line {
    width: 258px;
    height: 1px;
    background-color: #000000;
    border-radius: 1px;
    margin-bottom: 35px;
  }
}

@media(max-width:1350px) {
  .about_wavar .rn_title42 {
    margin-bottom: 20px;
  }

  .about_wavar .line {
    width: 220px;
    height: 1px;
    background-color: #000000;
    border-radius: 1px;
    margin-bottom: 35px;
  }

  .about_wavar .content {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .about_wavar .view_more {
    width: 200px;
    height: 60px;
    border-radius: 1px;
    font-size: 18px;
  }

  .about_wavar .view_more {
    width: 200px;
    height: 60px;
    font-size: 16px;
  }
}

@media(max-width:999px) {
  .about_wavar {
    padding: 40px 0px;
  }

  .about_wavar .rn_title42 {
    margin-bottom: 15px;
  }

  .about_wavar .line {
    width: 200px;
    height: 1px;
    background-color: #000000;
    border-radius: 1px;
    margin-bottom: 25px;
  }

  .about_wavar .view_more {
    width: 180px;
    height: 50px;
    border-radius: 1px;
    font-size: 16px;
  }

  .about_wavar .r_box {
    width: 50.3%;
    border-radius: 0;
  }

  .about_wavar .l_box {
    width: 48%;
    padding-top: 0px;
  }

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

  .about_wavar .view_more {
    width: 170px;
    height: 50px;
    font-size: 14px;
  }
}

@media(max-width:768px) {
  .about_wavar .rn_title42 {
    margin-bottom: 10px;
  }

  .about_wavar .line {
    width: 180px;
    height: 1px;
    background-color: #000000;
    border-radius: 1px;
    margin-bottom: 15px;
  }

  .about_wavar .pcduan {
    flex-direction: column;
  }

  .about_wavar .l_box {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 20px;
  }

  .about_wavar .r_box {
    width: 70%;
  }

  .about_wavar .content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .about_wavar .view_more {
    width: 140px;
    height: 42px;
    border-radius: 1px;
    font-size: 14px;
  }

  .about_wavar .r_box .video .play {
    width: 80px;
  }

  .about_wavar .view_more {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }
}

@media(max-width:570px) {
  .about_wavar {
    padding: 30px 0px;
  }

  .about_wavar .r_box {
    width: 100%;
  }

  .about_wavar .r_box .video .play {
    width: 60px;
  }

  .about_wavar .content {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}


/* index_intro */

.index_intro {
  margin-bottom: 0px;
}

.index_intro .wrap {
  display: flex;
  flex-wrap: wrap;
}

.index_intro .inner {
  width: 25%;
  padding-right: 4%;
  padding-bottom: 54px;
  position: relative;
}

.index_intro .inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 78%;
  height: 2px;
  background-color: #b5e000;
  content: "";
  opacity: 0;
}

.index_intro .inner:hover::after {
  opacity: 1;
}

.index_intro .svgbox {
  margin-bottom: 7px;
}

.index_intro .title {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
  margin-bottom: 18px;
}

.index_intro .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}

@media(max-width:1600px) {
  .index_intro .inner {
    padding-bottom: 40px;
  }

  .index_intro .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
  }
}

@media(max-width:1333px) {
  .index_intro .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .index_intro .svgbox {
    margin-bottom: 5px;
  }

  .index_intro .svgbox img {
    width: 90px;
  }

  .index_intro .content {
    font-size: 16px;
    line-height: 26px;
  }
}

@media(max-width:999px) {
  .index_intro .inner {
    width: 49%;
    margin-right: 2%;
    padding-bottom: 0px;
    margin-bottom: 30px;
  }

  .index_intro .inner:nth-child(2n) {
    margin-right: 0;
  }

  .index_intro .inner::after {
    display: none;
  }
}

@media(max-width:768px) {
  .index_intro .inner {
    width: 49%;
    margin-right: 2%;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }

  .index_intro .svgbox img {
    width: 80px;
  }

  .index_intro .content {
    font-size: 14px;
    line-height: 26px;
  }

  .index_intro .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}

@media(max-width:570px) {
  .index_intro .content {
    font-size: 12px;
    line-height: 24px;
  }

  .index_intro .inner {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}


/* popular_products */

.popular_products {
  padding: 77px 0px 64px;
  background-color: #f9f9f9;
}

.popular_products .rn_title42 {
  text-align: center;
  margin-bottom: 63px;
}

.popular_products .box {
  display: flex;
  flex-wrap: wrap;
}

.popular_products .inner {
  background-color: #ffffff;
  width: 18.5%;
  margin-right: 1.8125%;
  margin-bottom: 32px;
}

.popular_products .inner:hover {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
}

.popular_products .inner:nth-child(5n) {
  margin-right: 0;
}

.popular_products .inner .imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.popular_products .imgbox img:hover {
  transform: scaleX(1.1) scaleY(1.1);
}

.popular_products .contact {
  padding: 20px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin: 52px 15px 24px 15px;
}

.popular_products .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.popular_products .title a {
  color: #000;
}

.popular_products .title:hover,
.popular_products .title a:hover {
  color: #b5e000;
}

.popular_products .num {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 12px;
}

.popular_products .view_more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 44px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
}

.popular_products .view_more:hover {
  background-color: #b5e000;
  color: #333;
  border: 1px solid #b5e000;
}

@media screen and (max-width: 1600px) {
  .popular_products {
    padding: 50px 0px;
  }

  .popular_products .contact {
    padding: 10px 0px 0px;
    margin: 15px 15px 24px 15px;
  }

  .popular_products .inner .imgbox {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .popular_products .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 3px;
  }

  .popular_products .num {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .popular_products .view_more {
    width: 150px;
    height: 44px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1350px) {
  .popular_products .inner {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 25px;
  }

  .popular_products .inner:nth-child(4n) {
    margin-right: 0;
  }

  .popular_products .inner:nth-child(5n) {
    margin-right: 1.3%;
  }

  .popular_products .view_more {
    width: 130px;
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 999px) {
  .popular_products {
    padding: 40px 0px;
  }

  .popular_products .contact {
    padding: 10px 0px 0px;
    margin: 15px 15px 15px 15px;
  }

  .popular_products .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .popular_products .num {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
  }


}

@media screen and (max-width: 768px) {
  .popular_products .inner {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }

  .popular_products .inner:nth-child(4n) {
    margin-right: 2%;
  }

  .popular_products .inner:nth-child(3n) {
    margin-right: 0%;
  }

  .popular_products .title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
  }

  .popular_products .num {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px
  }

  .popular_products .view_more {
    width: 130px;
    height: 35px;
    font-size: 12px;
  }
}

@media screen and (max-width: 570px) {
  .popular_products {
    padding: 30px 0px;
  }

  .popular_products .inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }

  .popular_products .inner:nth-child(3n) {
    margin-right: 2%;
  }

  .popular_products .inner:nth-child(2n) {
    margin-right: 0;
  }


}


@media screen and (max-width: 320px) {
  .popular_products .inner {
    width: 100%;
    margin-right: 0% !important;
    margin-bottom: 15px;
  }
}


/* index_control */

.index_control {
  padding: 74px 0px 78px;
}

.index_control .rn_title42 {
  margin-bottom: 49px;
  text-align: center;
}

.index_control .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

}

.index_control .l_box {
  width: 54.7%;
  border-radius: 0px 90px 0px 0px;
  overflow: hidden;
  transition: .3s all ease;
  margin-top: 9px;
}

.index_control .l_box img {
  display: block;
}

.index_control .l_box img:hover {
  transform: scale(1.05);
}

.index_control .r_box {
  width: 40%;
}

.index_control .inner {
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(218, 218, 218, .8);
  display: flex;
  align-items: flex-start;
}

.index_control .inner:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}

.index_control .svgbox {
  margin-right: 25px;
  flex-shrink: 0;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_control .title {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 14px;
}

.index_control .content {
  font-family: Arial;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.index_control .clear {
  display: none;
}

@media(max-width:1600px) {
  .index_control {
    padding: 50px 0px;
  }

  .index_control .rn_title42 {
    margin-bottom: 40px;
  }

  .index_control .l_box {
    padding-top: 0;
  }

  .index_control .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .index_control .inner {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .index_control .svgbox {
    margin-right: 25px;
    width: 65px;
  }
}

@media(max-width:1333px) {
  .index_control .rn_title42 {
    margin-bottom: 30px;
  }

  .index_control .box {
    display: unset;
  }

  .index_control .l_box {
    float: left;
  }

  .index_control .r_box {
    width: 100%;
  }

  .index_control .l_box {
    margin-right: 15px;
  }
}

@media(max-width:999px) {
  .index_control {
    padding: 40px 0px;
  }

  .index_control .rn_title42 {
    margin-bottom: 20px;
  }

  .index_control .box {
    flex-direction: column;
  }

  .index_control .l_box {
    border-radius: 0;
  }

  .index_control .svgbox {
    margin-right: 15px;
    width: 55px;
  }



  .index_control .inner {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

@media(max-width:768px) {
  .index_control .rn_title42 {
    margin-bottom: 15px;
  }

  .index_control .content {
    font-size: 14px;
    line-height: 24px;
  }

  .index_control .box {
    display: flex;
  }

  .index_control .l_box {
    margin-top: 0;
    margin-bottom: 20px;
    width: 80%;
  }

  .index_control .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .index_control .svgbox {
    margin-right: 10px;
    width: 50px;
  }
}

@media(max-width:570px) {
  .index_control {
    padding: 30px 0px;
  }

  .index_control .l_box {
    width: 90%;
  }

  .index_control .title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .index_control .content {
    font-size: 12px;
    line-height: 22px;
  }

  .index_control .svgbox {
    margin-right: 10px;
    width: 40px;
  }
}

@media(max-width:500px) {
  .index_control .l_box {
    width: 100%;
  }
}

/* index_program */

.index_program {
  margin-bottom: 102px;
}

.index_program .rn_title42 {
  text-align: center;
  margin-bottom: 58px;
}

.index_program .wrap {
  display: flex;
  flex-wrap: wrap;
}

.index_program .inner {
  width: 32.4375%;
  margin-right: 1.335%;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  padding: 40px 38px 42px 30px;
  transition: .3s ease all;
}

.index_program .inner:nth-child(3n) {
  margin-right: 0;
}

.index_program .inner:hover {
  background-color: #b5db04;
}

.index_program .inner:hover .top {
  border-bottom: 1px solid #fff;
}

.index_program .top {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 23px;
  border-bottom: 1px solid #b5e000;
}

.index_program .svgbox {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  margin-right: 12px;
}

.index_program .title {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.index_program .content {
  font-family: Arial;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}

@media(max-width:1600px) {
  .index_program .title {
    font-size: 22px;
  }

  .index_program .inner {
    width: 32.4375%;
    margin-right: 1.335%;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    padding: 30px 30px 40px 30px;
  }

  .index_program .svgbox {
    flex-shrink: 0;
    width: 60px;
    margin-right: 12px;
  }

  .index_program .title {
    font-size: 20px;
  }

  .index_program .rn_title42 {
    margin-bottom: 45px;
  }

  .index_program {
    margin-bottom: 50px;
  }
}

@media(max-width:1333px) {
  .index_program .rn_title42 {
    margin-bottom: 35px;
  }
}

@media(max-width:999px) {
  .index_program {
    margin-bottom: 40px;
  }

  .index_program .rn_title42 {
    margin-bottom: 25px;
  }

  .index_program .inner {
    padding: 20px;
  }

  .index_program .top {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .index_program .svgbox {
    flex-shrink: 0;
    width: 50px;
    margin-right: 12px;
    height: 60px;
  }


}

@media(max-width:768px) {
  .index_program .rn_title42 {
    margin-bottom: 15px;
  }

  .index_program .content {
    font-size: 14px;
    line-height: 24px;
  }

  .index_program .wrap {
    flex-direction: column;
  }

  .index_program .inner {
    width: 100%;
    margin-bottom: 20px;
  }

  .index_program .inner:last-child {
    margin-bottom: 0;
  }

  .index_program .title {
    font-size: 18px;
  }

  .index_program .svgbox {
    height: auto !important;
  }

  .index_program .inner {
    padding: 15px;
  }
}

@media(max-width:570px) {
  .index_program .svgbox {
    width: 40px;
  }

  .index_program .title {
    font-size: 16px;
  }

  .index_program .content {
    font-size: 12px;
    line-height: 22px;
  }

  .index_program .top {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .index_program .inner {
    padding: 10px;
  }

  .index_program {
    margin-bottom: 30px;
  }
}


/* index_blog */

.index_blog {
  padding: 76px 0px 95px;
  background-color: #f9f9f9;
}

.index_blog .rn_title42 {
  text-align: center;
  margin-bottom: 63px;
}

.index_blog .box {
  margin-bottom: 58px;
}

.index_blog .swiper {
  overflow: visible;
}

.index_blog .swiper-slide {
  background-color: #ffffff;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  height:auto;
}
.index_blog .swiper-pagination-bullet-active{
    background-color:#b5e000;
}

.index_blog .swiper-slide{
    opacity:0;
    pointer-events:none;
    transition: .3s linear opacity;
}
.index_blog .swiper-slide-visible{
     opacity:1;
    pointer-events:all;
}
.index_blog .imgbox {
  overflow: hidden;
}

.index_blog .imgbox img {
  display: block;
  transition: .3s ease all;
}

.index_blog .imgbox img:hover {
  transform: scale(1.05);
}

.index_blog .contact {
  padding: 2px 20px 44px 20px;
}

.index_blog .data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 40px;
  background-color: #b5e000;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  transform: translateY(-23px);
}

.index_blog .title {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_blog .title,
.index_blog .title a {
  font-family: Arial;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
}

.index_blog .title:hover,
.index_blog .title a:hover {
  color: #b5e000;
}

.index_blog .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  margin-bottom: 31px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_blog .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border-radius: 2px;
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: solid 1px #cfcfcf;
}

.index_blog .btn:hover {
  background-color: #b5e000;
  color: #333;
  border: 1px solid #b5e000;
}

.index_blog .view_more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 68px;
  background-color: #b5e000;
  border-radius: 1px;
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  color: #1c1c1c;
  margin: 0 auto;
}

.index_blog .view_more:hover {
  background-color: #fff;
  border: 1px solid #b5e000;
  color: #b5e000;
}


@media(max-width:1600px) {
  .index_blog {
    padding: 50px 0px;
  }

  .index_blog .rn_title42 {
    margin-bottom: 45px;
  }

  .index_blog .contact {
    padding: 2px 20px 30px 20px;
  }

  .index_blog .box {
    margin-bottom: 50px;
  }

  .index_blog .view_more {
    width: 220px;
    height: 60px;
    border-radius: 1px;
    font-size: 18px;
  }

  .index_blog .title,
  .index_blog .title a {
    font-size: 20px;
    line-height: 28px;
  }
}

@media(max-width:1333px) {
  .index_blog .rn_title42 {
    margin-bottom: 35px;
  }

  .index_blog .box {
    margin-bottom: 40px;
  }

  .index_blog .content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .index_blog .data {
    width: 130px;
    height: 35px;
    border-radius: 2px;
    font-size: 16px;
    transform: translateY(-20px);
  }

  .index_blog .view_more {
    width: 200px;
    height: 55px;
    border-radius: 1px;
    font-size: 16px;
  }
}

@media(max-width:999px) {
  .index_blog {
    padding: 40px 0px;
  }

  .index_blog .rn_title42 {
    margin-bottom: 25px;
  }

  .index_blog .box {
    margin-bottom: 30px;
  }

  .index_blog .title,
  .index_blog .title a {
    font-size: 18px;
    line-height: 28px;
  }

  .index_blog .content {
    margin-bottom: 20px;
  }

  .index_blog .btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

@media(max-width:768px) {
  .index_blog .rn_title42 {
    margin-bottom: 15px;
  }

  .index_blog .box {
    margin-bottom: 20px;
  }

  .index_blog .title,
  .index_blog .title a {
    font-size: 16px;
    line-height: 26px;
  }

  .index_blog .content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .index_blog .view_more {
    width: 180px;
    height: 50px;
    font-size: 16px;
  }

  .index_blog .swiper {
    padding-bottom: 40px;
  }

  .index_blog .swiper-pagination-bullet-active {
    background-color: #b5e000;
  }
}

@media(max-width:570px) {
  .index_blog {
    padding: 30px 0px;
  }

  .index_blog .title,
  .index_blog .title a {
    font-size: 14px;
    line-height: 24px;
  }

  .index_blog .view_more {
    width: 160px;
    height: 42px;
    font-size: 14px;
  }
}


/* blog */

/* blog_list start */

.blog_list {
  padding: 90px 0px 118px;
}

.blog_list img {
  display: block;
}

.blog_case {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.blog_case .l_box {
  width: 32%;
  display: flex;
  flex-direction: column;
}

.blog_case .title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  margin-bottom: 117px;
}

.blog_case .data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #94979e;
  margin-bottom: 19px;
}

.blog_case .s_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  margin-bottom: 28px;
}

.blog_case .s_title a {
  color: #000000;
}

.blog_case .s_title:hover,
.blog_case .s_title a:hover {
  color: #b5e000;
}

.blog_case .con {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 43px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_case .btn {
  width: 196px;
  height: 40px;
  background-color: #b5e000;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_case .btn:hover {
  background-color: #fff;
  color: #b5e000;
  border: 1px solid #b5e000;
}

.blog_case .r_box {
  width: 52.8125%;
  overflow: hidden;
  margin-top: 8px;
}

.blog_case .r_box img {
  transition: .3s ease all;
}

.blog_case .r_box img:hover {
  transform: scale(1.05);
}


.inn_list .wrap {
  display: flex;
  flex-wrap: wrap;
}

.inn_list .inner {
  width: 31.1428%;
  margin-right: 3.2142%;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  margin-bottom: 49px;
}

.inn_list .inner:nth-child(3n) {
  margin-right: 0;
}

.inn_list .inner:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.inn_list .contact {
  padding: 0px 20px 27px 23px;
}

.inn_list .data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  width: 135px;
  height: 40px;
  background-color: #b5e000;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-24px);
  margin-bottom: -10px;
}

.inn_list .title {
  font-family: Arial;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-bottom: 9px;
}

.inn_list .title a {
  color: #000000;
}

.inn_list .title:hover,
.inn_list .title a:hover {
  color: #b5e000;
}

.inn_list .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 25px;
}

.inn_list .btn {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #cfcfcf;
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inn_list .btn:hover {
  background-color: #b5e000;
  border: 1px solid #b5e000;
}


.blog_list .page {
  text-align: center;
  margin-top: 74px;
}


@media(max-width:1600px) {
  .blog_list {
    padding: 50px 0px;
  }

  .blog_case .title {
    font-size: 38px;
    margin-bottom: 60px;
  }

  .blog_case .data {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .blog_case .con {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
  }

  .blog_case {
    margin-bottom: 50px;
  }


  .inn_list .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 9px;
  }

  .inn_list .content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .blog_list .page {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

@media(max-width:1333px) {
  .blog_case .title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .blog_case .s_title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .blog_case .l_box {
    width: 38%;
  }

  .inn_list .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .inn_list .contact {
    padding: 0px 15px 20px 15px;
  }

  .inn_list .inner {
    margin-bottom: 40px;
  }

  .inn_list .data {
    font-size: 16px;
    width: 120px;
    height: 35px;
    border-radius: 2px;
    transform: translateY(-20px);
    margin-bottom: -10px;
  }
}

@media(max-width:999px) {
  .blog_list {
    padding: 40px 0px;
  }

  .blog_case .title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .blog_case .data {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .blog_case .s_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .blog_case .con {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .blog_case .btn {
    width: 180px;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
  }

  .blog_case {
    margin-bottom: 40px;
  }

  .inn_list .inner {
    width: 32%;
    margin-right: 2%;
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    margin-bottom: 30px;
  }

  .blog_list .page {
    margin-top: 40px;
  }
}

@media(max-width:768px) {
  .blog_case .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .blog_case .btn {
    width: 160px;
    height: 40px;
    border-radius: 2px;
    font-size: 14px;
  }

  .blog_case {
    flex-direction: column;
  }

  .blog_case .l_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog_case .r_box {
    width: 78%;
    overflow: hidden;
    margin-top: 8px;
  }

  .blog_case .s_title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .blog_case .con {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .inn_list .inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px !important;
  }

  .inn_list .inner:nth-child(3n) {
    margin-right: 2%;
  }

  .inn_list .inner:nth-child(2n) {
    margin-right: 0;
  }

  .inn_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .inn_list .content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .inn_list .data {
    font-size: 14px;
    width: 120px;
    height: 35px;
    border-radius: 2px;
    transform: translateY(-20px);
    margin-bottom: -10px;
  }

  .inn_list .btn {
    width: 100%;
    height: 36px;
    font-size: 14px;
  }
}

@media(max-width:570px) {
  .blog_list {
    padding: 30px 0px;
  }

  .blog_case {
    margin-bottom: 30px;
  }

  .blog_case .title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .blog_case .data {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .blog_case .s_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .blog_case .con {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .blog_case .btn {
    width: 140px;
    height: 40px;
    border-radius: 2px;
    font-size: 12px;
  }

  .blog_case .r_box {
    width: 90%;
    overflow: hidden;
    margin-top: 8px;
  }

  .inn_list .title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .inn_list .contact {
    padding: 0px 10px 20px 10px;
  }

  .inn_list .content {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .inn_list .btn {
    width: 100%;
    height: 34px;
    font-size: 12px;
  }

  .inn_list .data {
    font-size: 14px;
    width: 110px;
    height: 30px;
    border-radius: 2px;
    transform: translateY(-17px);
    margin-bottom: -10px;
  }

  .blog_list .page {
    margin-top: 30px;
  }
}


@media(max-width:450px) {
  .blog_case .r_box {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
  }
}

@media(max-width:400px) {
  .inn_list .inner {
    width: 100%;
    margin-right: 0% !important;
    margin-bottom: 20px !important;
  }

  .inn_list .inner:last-child {
    margin-bottom: 0 !important;
  }
}


/* blog_list end */


/* contact_us start */


.contact_us {
  padding: 132px 0px 52px;
}

.contact_us .yiqisi {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact_us .l_box {
  width: 35%;
}

.contact_us .title {
  font-family: Arial;
  font-size: 34px;
  font-weight: bold;
  color: #333333;
}

.contact_us .title1 {
  margin-bottom: 42px;
}

.contact_us .contact {
  margin-bottom: 60px;
}

.contact_us .li {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.contact_us .li:nth-of-type(2) {
  margin-bottom: 42px;
}

.contact_us .li:last-child {
  margin-bottom: 0;
}

.contact_us .icon {
  flex-shrink: 0;
  margin-right: 20px;
}

.contact_us .icon i {
  font-size: 28px;
  color: #a1c702;
}

.contact_us .name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #a1c702;
  font-weight: bold;
  margin-bottom: 9px;
}

.contact_us .resu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333333;
}

.contact_us .resu a {
  color: #333;
}

.contact_us .email a {
  word-break: break-all;
}

.contact_us .resu a:hover {
  color: #a1c702;
}

.contact_us .brollags {
  display: flex;
  flex-wrap: wrap;
}

.contact_us .brollags a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: solid 1px #a1c702;
  font-size: 18px;
  color: #a1c702;
  border-radius: 50px;
  margin-right: 11px;
  margin-bottom: 5px;
}

.contact_us .brollags a:last-child {
  margin-right: 0;
}

.contact_us .brollags a:hover {
  background-color: #a1c702;
  color: #fff;
}

.contact_us .r_box {
  width: 61.7%;
}

.contact_us .title2 {
  margin-bottom: 28px;
}

.contact_us .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 24px;
}

.contact_us .content a {
  color: #a1c702;
  word-break: break-all;
}

.contact_us .content a:hover {
  text-decoration: underline;
}

.contact_us .inpbox1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact_us input {
  outline: none;
  border: unset;
  width: 100%;
  height: 100%;
}

.contact_us .inp1 {
  width: 49.5%;
  height: 45px;
  background-color: #ffffff;
  border: solid 1px #cacaca;
  margin-bottom: 11px;
}

.contact_us .inp1 input {
  padding: 0px 20px;
}

.contact_us .inp1>div {
  width: 100%;
  height: 100%;
}

.contact_us .inpbox2 {
  height: 108px;
  background-color: #ffffff;
  border: solid 1px #cacaca;
  margin-bottom: 19px;
}

.contact_us .drop-btn input {
  padding-right: 30px;
}

.contact_us .must {
  position: relative;
}

.contact_us .must::after {
  content: '*';
  color: #ff0000;
  position: absolute;
  left: 10px;
  top: 12px;
}

.contact_us textarea {
  width: 100%;
  height: 100%;
  border: unset;
  outline: none;
  resize: none;
  padding: 15px 20px;
}

.contact_us textarea::placeholder,
.contact_us input::placeholder {
  color: #999999;
}

.contact_us textarea,
.contact_us input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
}

.contact_us .code {
  position: relative;
}

.contact_us .code input {
  padding-right: 110px;
}

.contact_us .code .codebox {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3fbfe;
  cursor: pointer;
}

.contact_us .sub {
  border: unset;
}

.contact_us .sub input {
  background-color: #a1c702;
  color: #fff;
  cursor: pointer;
  transition: .3s ease all;
}

.contact_us .sub input:hover {
  background-color: #000;
}

.contact_us .inpbox3 {
  width: 100%;
  margin-bottom: 27px;
}


.contact_us .wjsc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: column;
}

.wjsc input {
  width: 100%;
  height: 100%;
}

.contact_us .file-list {
  width: 100%;
}

.contact_us .wjsc input {
  background-color: #000000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial";
  text-align: center;
  line-height: 39px;
  color: #ffffff;
  padding-left: 11px;
  padding-right: 12px;
  cursor: pointer;
  width: 205px;
  height: 46px;
  background-color: #000000;
  border-radius: 4px;
}

.contact_us .wjsc input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
}

.contact_us .file-list {
  list-style-type: none;
}

.contact_us .file-list .file-item {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #bfbfbf;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.contact_us .file-list .file-item .file-name {
  margin-right: 10px;
  width: 100%;
  display: inline-block;
}

.contact_us .file-list .file-item .file-delete {
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 0;
}

.contact_us .form-control {
  width: 100%;
  height: 100%;
}


@media(max-width:1600px) {
  .contact_us {
    padding: 50px 0px;
  }

  .contact_us .title {
    font-size: 32px;
  }

  .contact_us .title1 {
    margin-bottom: 30px;
  }

  .contact_us .li {
    margin-bottom: 25px !important;
  }

  .contact_us .li:last-child {
    margin-bottom: 0 !important;
  }

  .contact_us .contact {
    margin-bottom: 50px;
  }
}

@media(max-width:1333px) {
  .contact_us .contact {
    margin-bottom: 40px;
  }

  .contact_us .inp1,
  .contact_us .inpbox2,
  .contact_us .inpbox3 {
    margin-bottom: 12px;
  }

  .contact_us .title1,
  .contact_us .title2 {
    margin-bottom: 25px;
  }

  .contact_us .title {
    font-size: 28px;
  }

  .contact_us .content {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .contact_us .li {
    margin-bottom: 20px !important;
  }

  .contact_us .resu {
    font-size: 16px;
  }
}

@media(max-width:999px) {
  .contact_us {
    padding: 40px 0px;
  }

  .contact_us .contact {
    margin-bottom: 30px;
  }

  .contact_us .title {
    font-size: 26px;
  }

  .contact_us .yiqisi {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact_us .l_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact_us .r_box {
    width: 100%;
  }
}

@media(max-width:768px) {

  .contact_us .contact {
    margin-bottom: 15px;
  }

  .contact_us .title {
    font-size: 22px;
  }

  .contact_us .title1,
  .contact_us .title2 {
    margin-bottom: 18px;
  }

  .contact_us .content {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .contact_us .name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .contact_us textarea,
  .contact_us input {
    font-size: 14px;
  }

  .contact_us .wjsc input {
    border-radius: 4px;
    font-size: 14px;
    line-height: 39px;
    padding-left: 11px;
    padding-right: 12px;
    width: 205px;
    height: 46px;
    border-radius: 4px;
  }

  .contact_us .resu {
    font-size: 14px;
  }

  .contact_us .brollags a {
    width: 34px;
    height: 34px;
    font-size: 16px;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .contact_us .inp1 {
    width: 49.5%;
    height: 40px;
  }

}

@media(max-width:570px) {
  .contact_us {
    padding: 30px 0px;
  }

  .contact_us .title {
    font-size: 20px;
  }

  .contact_us .resu {
    font-size: 12px;
  }

  .contact_us .name {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .contact_us .brollags a {
    width: 34px;
    height: 34px;
    font-size: 14px;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .contact_us .content {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .contact_us .content {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .contact_us .title1,
  .contact_us .title2 {
    margin-bottom: 13px;
  }
}

@media(max-width:400px) {
  .contact_us .inpbox1 {
    flex-direction: column;
  }

  .contact_us .inp1,
  .contact_us .inpbox2,
  .contact_us .inpbox3 {
    margin-bottom: 10px;
    width: 100%;
  }
}


/* contact_us end */

.m-formcountry {
  position: relative;
}

.m-formcountry .drop-btn {
  position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}

.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #333;
}

.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 27px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}

.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}

/* mapbox */

.mapbox {
  margin-bottom: 60px;
}

@media(max-width:1600px) {
  .mapbox {
    margin-bottom: 50px;
  }
}

@media(max-width:999px) {
  .mapbox {
    margin-bottom: 40px;
  }
}

@media(max-width:570px) {
  .mapbox {
    margin-bottom: 30px;
  }
}

/*  */
.fangda {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.fangda .box {
  width: 667px;
  height: 576px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fangda .box .swiper-slide {
  display: flex;
  justify-content: center;
  box-shadow: 0px 5px 17px 1px rgba(62, 62, 62, 0.09);
  cursor: crosshair;
}

.fangda .box .swiper-slide img {
  width: 100%;
  height: 100%;
}

.fangda .swiperbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fangda .swiperbox i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  background-color: rgba(181, 224, 0, .2);
  /* background-color: #b5e000; */
  width: 100%;
  font-size: 14px !important;
  font-weight: bold;
}

.fangda .swiperbox .product2_prev {
  top: 0px;
  transform: rotate(180deg);
  font-size: 20px;
}

.fangda .swiperbox .product2_next {
  bottom: 0px;
  /* transform: rotate(90deg); */
  font-size: 20px;
}

.fangda .swiperbox .product2_prev:hover,
.fangda .swiperbox .product2_next:hover {
  background-color: rgba(181, 224, 0, 1);
}

.fangda.swiperTwo .swiper-slide {
  cursor: pointer;
}

.fangda .swiperTwo {
  padding: 0;
  margin: 0;
  height: 500px !important;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}


.fangda .swiperTwo .swiper-wrapper .swiper-slide {
  width: 130px;
  height: 112px;
  background-color: #ffffff;
  object-fit: cover;
  cursor: pointer;
}

.fangda .swiperTwo .swiper-wrapper .swiper-slide {
  border: 1px solid transparent;
}

.fangda .swiperTwo .swiper-slide-thumb-active {
  border: solid 1px #b5e000 !important;
}

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

.fangda .control {
  position: absolute;
  color: #666666;
  cursor: pointer;
  font-weight: bold;
  border: unset !important;
}

.fangda .control:hover {
  color: #28a23d;
}

.fangda img {
  display: block;
}

.fangda .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(9, 62, 54, .6);
  display: flex;
  align-items: center;
  justify-content: center;
}


.fangda .shadow img {
  width: 62px !important;
  height: 62px !important;
  cursor: pointer;
}

.fangda .shadow img:hover {
  transform: scale(1.05);
}

.fangda .swiper-slide {
  position: relative;
}

.fangda .swiper-slide .jqzoom {
  position: relative;
}


@media screen and (max-width: 1600px) {
  .fangda .box {
    width: 660px;
    height: 576px;
  }
}

@media screen and (max-width: 1426px) {
  .fangda .box {
    width: 630px;
    height: 576px;
  }
}

@media screen and (max-width: 1400px) {
  .fangda .box {
    width: 590px;
    height: 576px;
  }

  .fangda img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 1350px) {
  .fangda .box {
    height: auto;
    align-items: flex-start;
  }

  .fangda .swiperbox .product2_prev {
    top: -28px;
    font-size: 20px;
  }

  .fangda .swiperbox .product2_next {
    bottom: -28px;
    font-size: 20px;
  }

  .fangda .box {
    width: 520px;
    margin-right: 15px;
  }

  .fangda {
    justify-content: flex-start;
  }

  .cpxq-mid {
    padding-bottom: 40px;
    background-color: rgba(235, 235, 235, 0.4);
  }
}

@media screen and (max-width: 1200px) {
  .fangda .box {
    width: 480px;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .fangda .swiperTwo .swiper-wrapper .swiper-slide {
    width: 110px;
    background-color: #ffffff;
    object-fit: cover;
    cursor: pointer;
  }

  .fangda .swiperTwo {
    padding: 0;
    margin: 0;
    height: 444px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
  }

  .fangda {
    flex-direction: column;
  }

  .fangda .box {
    width: 100%;
    margin-right: 15px;
  }

  .fangda .swiperbox i {
    top: 40% !important;
    transform: translateY(-40%);
    width: auto;
    background-color: transparent !important;
    height: auto !important;
    bottom: unset !important;
  }

  .cpxq-kuang {
    align-items: flex-start;
  }

  .fangda .swiperTwo {
    height: auto !important;
  }

  .fangda .swiperbox .product2_prev {
    left: -15px;
    transform: rotate(90deg);
  }

  .fangda .swiperbox .product2_next {
    right: -15px;
    transform: rotate(-90deg);
  }

  .cpxq-mid {
    padding-bottom: 30px;
    background-color: rgba(235, 235, 235, 0.4);
  }
}

@media screen and (max-width: 999px) {
  .cpxq-kuang-left {
    width: 60%;
  }

  .fangda .swiperbox {
    display: none !important;
  }

  .fangda .swiper-pagination {
    display: block !important;
  }

  .fangda .swiper-pagination-bullet-active {
    background-color: #b5e000;
  }
}

@media screen and (max-width: 768px) {
  .cpxq-kuang-left {
    width: 75%;
  }
}

@media screen and (max-width: 570px) {
  .cpxq-kuang-left {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .cpxq-kuang-left {
    width: 100%;
  }
}

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








/* page_single */



/* rn_title38 */

.rn_title38 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  color: #000000;
  text-align: center;
}

.rn_title38 a {
  color: #000;
  font-weight: bold;
}

.rn_title38 a:hover {
  color: #99cc33;
}

.fix_header {
  padding: 20px 0px !important;
  transition: .3s linear all;
}

@media screen and (max-width: 1600px) {
  .rn_title38 {
    font-size: 34px;
  }
}

@media screen and (max-width: 1350px) {
  .rn_title38 {
    font-size: 30px;
  }
}

@media screen and (max-width: 999px) {
  .rn_title38 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .rn_title38 {
    font-size: 24px;
  }
}

@media screen and (max-width: 570px) {
  .rn_title38 {
    font-size: 20px;
  }
}


/* header */

.header {
  padding: 73px 0px 27px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: .3s linear all;
}

.header .headersafe {
  max-width: 1530px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .r_box {
  display: flex;
  align-items: center;
}

.header .menu {
  display: flex;
  align-items: center;
}

.header .menu li {
  margin-left: 17px;
}

.header .menu li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #000000;
  display: inline-block;
  padding: 3px 10.6px;
  border-radius: 18px;
}

.header .menu li a:hover {
  background-color: #99cc33;
  color: #fff;
}

.header .sin_act a {
  background-color: #99cc33;
  color: #fff !important;
}

.header .r_box {
  padding-right: 12.5%;
}

.header .quick_quote {
  width: 160px;
  height: 36px;
  background-color: #99cc33;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  color: #ffffff;
  margin-left: 46px;
}

.header .quick_quote:hover {
  background-color: #000;
}

@media screen and (max-width: 1600px) {
  .header {
    padding: 30px 0px 30px;
  }

  .header .r_box {
    padding-right: 0%;
  }

  .header .menu li a {
    font-size: 22px;
    padding: 3px 10.6px;
    border-radius: 18px;
  }

  .header .quick_quote {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    font-size: 20px;
    margin-left: 35px;
  }
}

@media screen and (max-width: 1420px) {}

@media screen and (max-width: 1350px) {
  .header .menu li a {
    font-size: 18px;
    padding: 3px 8px;
    border-radius: 18px;
  }

  .header {
    padding: 20px 0px 20px;
  }

  .header .quick_quote {
    width: 145px;
    height: 36px;
    border-radius: 18px;
    font-size: 18px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 999px) {
  .header .menu {
    display: none;
  }

  .header {
    padding: 15px 0px 15px !important;
  }

  .header .quick_quote {
    width: 130px;
    height: 35px;
    border-radius: 18px;
    font-size: 15px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 570px) {}




/* single_banner */

.single_banner {
  margin-top: 136px;
}

.single_banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media(max-width:1600px) {}

@media screen and (max-width: 1600px) {
  .single_banner {
    margin-top: 96px;
  }
}

@media screen and (max-width: 1350px) {
  .single_banner {
    margin-top: 76px;
  }
}

@media screen and (max-width: 999px) {
  .single_banner {
    margin-top: 66px;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 570px) {}



.safe1 {
  max-width: 1140px;
}

.safe2 {
  max-width: 1520px;
}



/* single_product */

.single_product {
  padding: 85px 0px 91px;
}

.single_product img {
  display: block;
}

.single_product .rn_title38 {
  margin-bottom: 79px;
}

.single_product .wrap {
  display: flex;
  flex-wrap: wrap;
}

.single_product .inner {
  width: 23.421%;
  margin-right: 2.1%;
  margin-bottom: 31px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0px 26px;
}

.single_product .inner:nth-child(4n) {
  margin-right: 0;
}

.single_product .imgbox {
  overflow: hidden;
}

.single_product .imgbox img:hover {
  transform: scaleX(1.1) scaleY(1.1);
}

.single_product .contact {
  padding: 27px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single_product .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #000000;
  margin-bottom: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.single_product .title a {
  color: #000;
}

.single_product .title:hover,
.single_product .title a:hover {
  color: #b5e000;
}

.single_product .get_quotes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 33px;
  background-color: #99cc33;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #f0f0f0;
  border: 1px solid #99cc33;
}

.single_product .get_quotes:hover {
  background-color: #fff;
  color: #99cc33;
}

@media screen and (max-width: 1600px) {
  .single_product {
    padding: 50px 0px;
  }

  .single_product .rn_title38 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1350px) {
  .single_product .rn_title38 {
    margin-bottom: 30px;
  }

  .single_product .inner {
    padding: 10px 10px 18px 10px;
  }

  .single_product .contact {
    padding: 15px 0px 0px;
  }

  .single_product .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 999px) {
  .single_product {
    padding: 40px 0px;
  }

  .single_product .rn_title38 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .single_product {
    padding: 30px 0px;
  }

  .single_product .rn_title38 {
    margin-bottom: 15px;
  }

  .single_product .inner {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .single_product .inner:nth-child(4n) {
    margin-right: 2%;
  }

  .single_product .inner:nth-child(3n) {
    margin-right: 0;
  }

  .single_product .title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .single_product .get_quotes {
    width: 100px;
    height: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 570px) {
  .single_product {
    padding: 20px 0px;
  }

  .single_product .inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .single_product .inner:nth-child(3n) {
    margin-right: 2%;
  }

  .single_product .inner:nth-child(2n) {
    margin-right: 0;
  }
}




/* single_advantage */

.single_advantage {
  margin-bottom: 61px;
}

.single_advantage .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single_advantage .inner {
  width: 25%;
  padding: 0px 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: 5%;
  margin-bottom: 21px;
}

.single_advantage .inner:nth-child(3n) {
  margin-right: 0;
}

.single_advantage .inner:nth-of-type(2) {
  transform: translateX(27px);
}

.single_advantage .inner:nth-of-type(3) {
  padding: 0px 0px 0px 20px;
}

.single_advantage .inner .svgbox {
  height: 140px;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single_advantage .inner .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 12px;
}

.single_advantage .inner .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #000000;
  letter-spacing: -1;
}

@media screen and (max-width: 1600px) {
  .single_advantage {
    margin-bottom: 50px;
  }

  .single_advantage .inner {
    width: 33.3%;
    margin: 0 !important;
    padding: 0px 20px !important;
    margin-bottom: 30px !important;
    transform: unset !important;
  }

  .single_advantage .inner .svgbox {
    height: 140px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1350px) {
  .single_advantage .inner .svgbox {
    height: 110px;
    margin-bottom: 20px;
  }

  .single_advantage .inner .svgbox img {
    height: 100%;
  }

  .single_advantage .inner .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 999px) {
  .single_advantage {
    margin-bottom: 40px;
  }

  .single_advantage .inner .svgbox {
    height: 80px;
    margin-bottom: 15px;
  }

  .single_advantage .inner .content {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .single_advantage {
    margin-bottom: 30px;
  }

  .single_advantage .inner .content {
    font-size: 14px;
    letter-spacing: 0;
  }

  .single_advantage .inner .title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .single_advantage .inner {
    width: 33.3%;
    margin: 0 !important;
    padding: 0px 10px !important;
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 570px) {
  .single_advantage {
    margin-bottom: 20px;
  }

  .single_advantage .inner .content {
    font-size: 14px;
    letter-spacing: 0;
  }

  .single_advantage .inner {
    width: 50%;
    margin: 0 !important;
    padding: 0px 10px !important;
    margin-bottom: 20px !important;
  }

  .single_advantage .inner .svgbox {
    height: 65px;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 330px) {
  .single_advantage .inner {
    width: 100%;
    margin: 0 !important;
    padding: 0px 10px !important;
    margin-bottom: 20px !important;
  }

  .single_advantage .inner .svgbox {
    height: 50px;
    margin-bottom: 10px;
  }
}


/* single_why */


.single_why {
  padding: 74px 0px 63px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.single_why .rn_title38 {
  text-align: center;
  margin-bottom: 24px;
}

.single_why .rn_title38 a {
  color: #fff;
}

.single_why .rn_title38 a:hover {
  color: #99cc33;
}

.single_why .wrap {
  width: 93%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single_why .inner {
  width: 25%;
  margin-right: 8%;
  text-align: center;
}

.single_why .inner:nth-of-type(2) {
  margin-right: 12.5%;
}

.single_why .inner:nth-of-type(3) {
  padding-right: 6%;
  margin-right: 0;
  transform: translateX(-9%);
}

.single_why .svgbox {
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}

.single_why .num {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 50px;
  color: #c2f850;
  -webkit-text-stroke: 1px #c2f850;
  color: transparent;
  margin-bottom: 28px;
}

.single_why .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #ffffff;
}

@media screen and (max-width: 1600px) {
  .single_why {
    padding: 50px 0px;
  }

  .single_why .rn_title38 {
    margin-bottom: 20px;
  }

  .single_why .inner {
    width: 33% !important;
    margin-right: 0% !important;
    padding: 0px 3% !important;
    text-align: center;
    transform: unset !important;
  }

  .single_why .wrap {
    width: 100%;
    margin: 0 auto;
  }

  .single_why .svgbox {
    height: 120px;
    margin-bottom: 20px;
  }

  .single_why .svgbox img {
    height: 100%;
  }

  .single_why .num {
    font-size: 44px;
    margin-bottom: 20px;
  }

  .single_why .content {
    font-size: 18px;
  }
}

@media screen and (max-width: 1350px) {
  .single_why .rn_title38 {
    margin-bottom: 15px;
  }

  .single_why .num {
    font-size: 38px;
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 999px) {
  .single_why {
    padding: 40px 0px;
  }

  .single_why .num {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .single_why .svgbox {
    height: 100px;
    margin-bottom: 15px;
  }

  .single_why .inner {
    width: 33% !important;
    margin-right: 0% !important;
    padding: 0px 2% !important;
    text-align: center;
  }

  .single_why .content {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .single_why {
    padding: 30px 0px;
  }

  .single_why .rn_title38 {
    margin-bottom: 10px;
  }

  .single_why .num {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .single_why .svgbox {
    height: 80px;
    margin-bottom: 10px;
  }

  .single_why .content {
    font-size: 14px;
  }

  .single_why .inner {
    width: 50% !important;
    margin-right: 0% !important;
    padding: 0px 3% !important;
    text-align: center;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 570px) {
  .single_why {
    padding: 20px 0px;
  }

  .single_why .num {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .single_why .svgbox {
    height: 60px;
    margin-bottom: 10px;
  }

  .single_why .content {
    font-size: 12px;
  }
}

@media screen and (max-width: 330px) {
  .single_why .inner {
    width: 100% !important;
    margin-right: 0% !important;
    padding: 0px 3% !important;
    text-align: center;
    margin-bottom: 20px !important;
  }
}



/* single_test */

.single_test {
  padding: 82px 0px 55px;
}

.single_test .title {
  display: block;
  margin: 0 auto;
  margin-bottom: 38px;
}

.single_test .inn {
  position: relative;
}

.single_test .font_swiper {
  margin-bottom: 64px;
}

.single_test .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px;
  color: #666666;
  letter-spacing: -1;
}

.single_test .content p {
  margin-bottom: 86px;
}

.single_test .content p:last-child {
  margin-bottom: 0;
}

.single_test .content p:first-child {
  text-indent: 2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px;
  color: #666666;
  letter-spacing: -1;
}

.single_test .svgbox {
  position: relative;
  flex-shrink: 0;
  margin-bottom: 9px;
}

.single_test .act {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 10;
}

.single_test .people_swiper {
  width: 61%;
}

.single_test .people_swiper .name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #666666;
  width: 90%;
  text-align: center;
}

.single_test .people_swiper .swiper-slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single_test .people_swiper .swiper-slide:hover .svgbox .act {
  opacity: 1;
}

.single_test .people_swiper .swiper-slide:hover .name {
  color: #000;
}

.single_test .swiper-slide-thumb-active .svgbox .act {
  opacity: 1;
}

.single_test .swiper-slide-thumb-active .name {
  color: #000;
}


.single_test .btnbox i {
  font-size: 24px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #b62638;
}

.single_test .btnbox .test_prev {
  left: 11.8%;
}

.single_test .btnbox .test_next {
  right: 11.8%;
}

@media screen and (max-width: 1600px) {
  .single_test {
    padding: 50px 0px;
  }

  .single_test .title {
    margin-bottom: 30px;
  }

  .single_test .content p:first-child {
    text-indent: 2em;
    font-size: 24px;
  }

  .single_test .content p {
    margin-bottom: 40px;
  }

  .single_test .content {
    font-size: 26px;
  }

  .single_test .font_swiper {
    margin-bottom: 40px;
  }

  .single_test .people_swiper .name {
    font-size: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 1350px) {
  .single_test .title {
    margin-bottom: 20px;
  }

  .single_test .content p:first-child {
    text-indent: 2em;
    font-size: 20px;
  }

  .single_test .content p {
    margin-bottom: 20px;
  }

  .single_test .content {
    font-size: 20px;
  }

  .single_test .font_swiper {
    margin-bottom: 20px;
  }

  .single_test .people_swiper {
    width: 70%;
  }

  .single_test .people_swiper .name {
    font-size: 18px;
  }
}

@media screen and (max-width: 999px) {
  .single_test {
    padding: 40px 0px;
  }

  .single_test .title {
    margin-bottom: 15px;
  }

  .single_test .content p:first-child {
    text-indent: 2em;
    font-size: 18px;
  }

  .single_test .content p {
    margin-bottom: 18px;
  }

  .single_test .content {
    font-size: 18px;
  }

  .single_test .font_swiper {
    margin-bottom: 20px;
  }

  .single_test .people_swiper .name {
    font-size: 16px;
  }

  .single_test .btnbox .test_prev {
    left: 3%;
  }

  .single_test .btnbox .test_next {
    right: 3%;
  }

  .single_test .title {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .single_test {
    padding: 30px 0px;
  }

  .single_test .title {
    margin-bottom: 10px;
  }

  .single_test .content p:first-child {
    text-indent: 2em;
    font-size: 16px;
  }

  .single_test .content p {
    margin-bottom: 10px;
  }

  .single_test .content {
    font-size: 16px;
  }

  .single_test .font_swiper {
    margin-bottom: 10px;
  }

  .single_test .people_swiper .name {
    font-size: 14px;
  }

  .single_test .title {
    width: 60%;
  }
}

@media screen and (max-width: 570px) {
  .single_test {
    padding: 20px 0px;
  }

  .single_test .content p:first-child {
    text-indent: 2em;
    font-size: 14px;
  }

  .single_test .content {
    font-size: 14px;
  }

  .single_test .people_swiper .name {
    font-size: 12px;
  }

  .single_test .title {
    width: 50%;
  }

  .single_test .btnbox i {
    font-size: 20px !important;
  }
}



/* single_footer */

.single_footer {
  padding: 71px 0px 27px;
  background-color: #000000;
}

.single_footer .pcduan {
  display: flex;
  justify-content: space-between;
}

.single_footer .l_box {
  width: 38%;
  padding-top: 33px;
}

.single_footer .title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: -1px;
  color: #c2f850;
  padding-bottom: 28px;
  margin-bottom: 36px;
  border-bottom: 2px solid #c2f850;
  width: 95.5%;
}

.single_footer .content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #ffffff;
  letter-spacing: -1px;
}

.single_footer .r_box {
  width: 46%;
}

.single_footer .inpbox1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.single_footer .inp1 {
  width: 48%;
  height: 51px;
  background-color: #ffffff;
}

.single_footer input,
.single_footer textarea {
  width: 100%;
  height: 100%;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: -1px;
  color: #333;
  resize: none;
  display: inline-block;
}

.single_footer input::placeholder,
.single_footer textarea::placeholder {
  color: #bab3b3;
}

.single_footer .inpbox2 {
  height: 140px;
  background-color: #ffffff;
  margin-bottom: 18px;
}

.single_footer input {
  padding: 0px 5px;
  border: unset;
}

.single_footer textarea {
  padding: 14px 5px;
}

.single_footer .inp1 .submit {
  background-color: #c3f850;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: -1px;
  color: #000000;
  border: 1px solid #c3f850;
  transition: .3s all linear;
  cursor: pointer;
}

.single_footer .inp1 .submit:hover {
  background-color: #fff;
  color: #c3f850;
}

.single_footer .inp2 {
  position: relative;
  padding-right: 130px;
}

.single_footer .inp2 .codebox {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #000000;
  background: #f3fbfe;
  cursor: pointer;
}

.single_footer .inp1>div {
  width: 100%;
  height: 100%;
}

.single_footer .must {
  position: relative;
}

.single_footer .must::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #c2f850;
  border-radius: 50px;
  left: -15px;
  top: 18px;
}


@media screen and (max-width: 1600px) {
  .single_footer {
    padding: 50px 0px 30px;
  }

  .single_footer .l_box {
    width: 45%;
    padding-top: 25px;
  }

  .single_footer input,
  .single_footer textarea {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .single_footer .inp1 {
    width: 48%;
    height: 45px;
    background-color: #ffffff;
  }

  .single_footer .title {
    font-size: 20px;
    letter-spacing: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #c2f850;
    width: 100%;
  }

  .single_footer .content {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .single_footer .inp1 .submit {
    font-size: 17px;
    letter-spacing: 0px;
    color: #000000;
    border: 1px solid #c3f850;
    transition: .3s all linear;
    cursor: pointer;
  }
}

@media screen and (max-width: 1350px) {
  .single_footer .l_box {
    width: 45%;
    padding-top: 0px;
  }

  .single_footer .title {
    font-size: 18px;
    letter-spacing: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #c2f850;
    width: 100%;
  }

  .single_footer .content {
    font-size: 18px;
    letter-spacing: 0px;
  }

  .single_footer .inp2 {
    padding-right: 110px;
  }

  .single_footer .inp2 .codebox {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #000000;
    background: #f3fbfe;
    cursor: pointer;
  }

  .single_footer .inp1 .submit {
    font-size: 16px;
  }
}

@media screen and (max-width: 999px) {
  .single_footer {
    padding: 40px 0px 20px;
  }

  .single_footer input,
  .single_footer textarea {
    font-size: 14px;
    letter-spacing: 0px;
  }

  .single_footer .inp1 {
    width: 48%;
    height: 40px;
    background-color: #ffffff;
  }

  .single_footer .r_box {
    width: 50%;
  }

  .single_footer .must::after {
    width: 8px;
    height: 8px;
    left: -11px;
    top: 18px;
  }

  .single_footer .content {
    font-size: 16px;
  }

  .single_footer .title {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .single_footer .inpbox2 {
    height: 100px;
    margin-bottom: 10px;
  }

  .single_footer .inpbox1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .single_footer {
    padding: 30px 0px 25px;
  }

  .single_footer .content {
    font-size: 14px;
  }

  .single_footer .title {
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .single_footer .pcduan {
    flex-direction: column;
  }

  .single_footer .l_box {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 20px;
  }

  .single_footer .title {
    border-bottom: unset;
  }

  .single_footer .r_box {
    width: 100%;
  }

  .single_footer .inp1 .submit {
    font-size: 16px;
    letter-spacing: -1px;
    color: #000000;
    border: 1px solid #c3f850;
    transition: .3s all linear;
    cursor: pointer;
  }

  .single_footer .inp1 .submit {
    font-size: 14px;
  }
}

@media screen and (max-width: 570px) {
  .single_footer {
    padding: 25px 0px 20px;
  }

  .single_footer .inpbox3 {
    flex-direction: column;
  }

  .single_footer .inp2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .single_footer .inp1 .submit {
    font-size: 12px;
  }

  .single_footer .inp1 {
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .single_footer .inpbox1 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .single_footer .inpbox2 {
    margin-bottom: 10px;
  }

  .single_footer input,
  .single_footer textarea {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .single_footer .must::after {
    width: 4px;
    height: 4px;
    left: -5px;
    top: 14px;
  }

  .single_footer textarea {
    padding: 10px 5px;
  }
}


/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}











/* 隐藏默认的复选框 */
.custom-checkbox input {
    display: none;
}

/* 创建自定义复选框的外观 */
.checkmark {
    height: 15px;
    width: 15px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 0px;
    margin-right: 0px;
    cursor: pointer;
}

/* 当复选框被选中时改变样式 */
.custom-checkbox input:checked~.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #b5e000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    cursor: pointer;
}








/* pagination */

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

.pagination a {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.pagination .prev {
    width: 100px;
}

.pagination .next {
    width: 69px;
}

.pagination a:hover {
    color: #fff;
    background-color: #b5e000;
    border: 1px solid #b5e000;
}

.pagination .active {
    color: #fff;
    background-color: #b5e000;
    border: 1px solid #b5e000;
}

.pagination .submit {
    width: 178px;
    height: 35px;
    border-radius: 4px;
    color: #fff;
    background-color: #b5e000;
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    cursor: pointer;
}

.pagination .submit:hover {
    background-color: #000;
    color:#fff !important;
}

@media(max-width:768px) {
    .pagination a {
       	font-size: 14px;
        margin-right: 6px;
    }

}



 .wjsc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: column;
}

.wjsc input {
  width: 100%;
  height: 100%;
}

 .file-list {
  width: 100%;
}

 .wjsc input {
  background-color: #000000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial";
  text-align: center;
  line-height: 39px;
  color: #ffffff;
  padding-left: 11px;
  padding-right: 12px;
  cursor: pointer;
  width: 205px;
  height: 46px;
  background-color: #000000;
  border-radius: 4px;
}

 .wjsc input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
}

 .file-list {
  list-style-type: none;
}

 .file-list .file-item {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #bfbfbf;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

 .file-list .file-item .file-name {
  margin-right: 10px;
  width: 100%;
  display: inline-block;
}

 .file-list .file-item .file-delete {
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 0;
}

 .form-control {
  width: 100%;
  height: 100%;
}

.wjsc span{
    display:none;
}

.wjsc{
  align-items: flex-start; 
  margin-bottom:10px;
}


