@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: local('Syne Regular'), local('Syne-Regular'), url('../fonts/Syne-Regular.woff2') format('woff2'), url('../fonts/Syne-Regular.woff') format('woff'), url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Medium'), local('Inter-Medium'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Inter', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  min-height: initial !important;
  height: auto;
  position: relative;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}
.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
:root {
  --pad: -webkit-calc(-655vw);
  --pad: calc(50vw - 705px);
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.zoom {
  cursor: crosshair;
  position: relative;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img[data-lazy] {
  background: url(../images/load.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/load.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-lazy {
  background: url(../images/load.gif) no-repeat center;
}
.loaded {
  background-size: cover;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  outline: none;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .animated.zoomIn,
  .animated.flipInX,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 767px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
  display: none;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.serach-part {
  display: none;
}
.search-none {
  padding-bottom: 20px;
}
.search-none h2 {
  color: #666;
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.animated {
  animation-duration: 1.2s;
}
.header .search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
  position: absolute;
  top: 5%;
  right: 10%;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-close {
    right: 5%;
  }
}
.header .search-wrap .search-close .icon {
  font-size: 30px;
}
.header .search-wrap .search-box {
  position: absolute;
  top: 50%;
  left: 10%;
  overflow: hidden;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    left: 5%;
    width: 90%;
  }
}
.header .search-wrap input {
  line-height: 30px;
  width: 100%;
  padding: 15px;
  color: #666;
}
@media (max-width: 1199px) {
  .header .search-wrap input {
    padding: 10px;
    line-height: 26px;
  }
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: #008F3F;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\eb86';
}
.header .search-wrap .submit:hover {
  background-color: #221E1F;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .con1710 {
    max-width: 1710px;
  }
  .con1620 {
    max-width: 1620px;
  }
  .con1680 {
    max-width: 1680px;
  }
  .con1740 {
    max-width: 1740px;
  }
  .con1560 {
    max-width: 1560px;
  }
  .con1810 {
    max-width: 1810px;
  }
  .con1820 {
    max-width: 1820px;
  }
  .con1890 {
    max-width: 1890px;
  }
  .con1920 {
    max-width: 1920px;
  }
}
.wrap {
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap-inner {
  padding: 220px 0 160px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-inner {
    padding: 100px 0 40px 0;
  }
}
#content {
  position: relative;
  top: -20%;
  transition: all 0.6s;
}
.xs-product-nav {
  padding: 40px 0;
  display: none;
}
@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
  }
}
.xs-product-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.xs-product-nav ul li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  height: auto;
  padding: 4px;
  vertical-align: top;
}
.xs-product-nav ul li.active a {
  border: 1px solid #12B22D;
  background: #12B22D;
  color: #fff;
}
.xs-product-nav ul li a {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-btn {
  display: none;
  color: #222;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 15px;
  }
}
.menu-btn .icon {
  font-size: 28px;
  vertical-align: middle;
  background: transparent;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #12B22D;
  justify-content: center;
  color: #fff;
}
@media (max-width: 1199px) {
  .menu-btn .icon {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 90%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (max-width: 767px) {
  .banner-box.home-banner .banner img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.product-banner .slick-banner {
  margin-bottom: 0;
  font-size: 0;
}
.product-banner .slick-banner .slick-dots {
  bottom: 13%;
}
.product-banner .slick-banner .item {
  position: relative;
  overflow: hidden;
}
.product-banner .slick-banner .item .img-box {
  padding-bottom: calc(790 / 1920 * 100%);
}
.product-banner .slick-banner .item .banner-tit {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}
.product-banner .slick-banner .item .banner-tit .tit h2 {
  color: #FFF;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: -3.2px;
  margin: 0;
}
@media (max-width: 1199px) {
  .product-banner .slick-banner .item .banner-tit .tit h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .product-banner .slick-banner .item .banner-tit .tit h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-banner .slick-banner .item .banner-tit .txt {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .product-banner .slick-banner .item .banner-tit .txt {
    padding-top: 15px;
  }
}
.product-banner .slick-banner .item .banner-tit .txt p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .product-banner .slick-banner .item .banner-tit .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.banner-box {
  position: relative;
  padding-top: 0px;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .banner-tit {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}
.banner-box .banner-tit .tit h2 {
  color: #FFF;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: -3.2px;
  margin: 0;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .tit h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit .tit h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.banner-box .banner-tit .txt {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .txt {
    padding-top: 15px;
  }
}
.banner-box .banner-tit .txt p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.banner-box .vr-link {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 8;
}
@media (max-width: 767px) {
  .banner-box .vr-link {
    padding: 7px;
  }
}
.banner-box .vr-link a {
  width: 120px;
  height: 120px;
  display: flex;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .banner-box .vr-link a {
    width: 80px;
    height: 80px;
  }
}
.banner-box .vr-link a:hover {
  background: #3CF384;
}
.banner-box .vr-link a:hover img {
  transform: scale3d(1.2, 1.2, 1);
}
.banner-box .vr-link a img {
  max-height: 40px;
  transition: all 0.4s ease;
  display: block;
}
@media (max-width: 767px) {
  .banner-box .vr-link a img {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
  }
}
.banner-box .banner-nav {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  padding: 15px 0;
  bottom: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.6);
}
.banner-box .banner-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-left: 20px;
}
.banner-box .banner-nav ul::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/shoye-icon.svg) no-repeat center;
  background-size: 100% 100%;
  left: 0px;
}
.banner-box .banner-nav ul li {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.banner-box .banner-nav ul li:first-child::before {
  display: none;
}
.banner-box .banner-nav ul li::before {
  font-size: 14px;
  color: #fff;
  content: '-';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.banner-box .banner-nav ul li a {
  display: block;
  color: #FFF;
  font-size: 14px;
  letter-spacing: -0.56px;
}
.banner-box .banner-nav ul li a:hover {
  text-decoration: underline;
}
.banner-box .mobil-video {
  position: relative;
  display: block;
  padding-bottom: calc(960 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box #mobile-video-id {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner .fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .banner-box .banner .fancybox-slide--video video {
    max-width: 90%;
  }
}
.banner-box .banner .fancybox-slide > video {
  padding: 0;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-box .banner img {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner .swiper-pagination {
  bottom: 30px;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(960 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e630';
  font-family: 'iconfont' !important;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.banner-box .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 4% !important;
  padding: 0 7%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  margin: 0 3px !important;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50px;
  background: #fff;
  background-clip: content-box;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
  width: 40px;
  background: #fff;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none;
  }
}
:root {
  --48: 48px;
  --16: 16px;
}
@keyframes an1 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.setSlow1 {
  animation: an1 4.8s ease forwards;
}
.setSlow2 {
  animation: an2 2s ease forwards;
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.wrap-sitemap .sitemap {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap {
    padding-top: 20px;
  }
}
.wrap-sitemap ul li {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.wrap-sitemap ul li a {
  padding: 10px 20px;
  display: inline-block;
  min-width: 240px;
  color: #222;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  background: #F6F8F6;
  align-items: center;
  background: #12B22D;
  color: #FFF;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-sitemap ul li a {
    display: block;
  }
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #12B22D;
  color: #FFF;
  text-decoration: underline;
}
.wrap-sitemap ul li ul li {
  margin-top: 10px;
}
.wrap-sitemap ul li ul li a {
  padding: 10px 30px 10px 30px;
  color: #888;
  background: #F6F8F6;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li a {
    font-size: 13px;
    padding: 5px 30px 5px 30px;
  }
}
.wrap-sitemap ul li ul li ul li {
  position: relative;
  display: inline;
  vertical-align: top;
}
.wrap-sitemap ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li ul li a {
    font-size: 12px;
  }
}
.wrap-show .common-form {
  margin-top: 40px;
  padding: 70px 40px;
  background: #f1f1f1;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .wrap-show .common-form {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .wrap-show .common-form {
    padding: 30px 15px;
  }
}
.wrap-show .common-form form {
  margin-top: 40px;
}
.wrap-show .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-show .info {
    flex-direction: column;
  }
}
.wrap-show .info .left {
  width: 67%;
}
@media (max-width: 1199px) {
  .wrap-show .info .left {
    width: 100%;
  }
}
.wrap-show .info .left .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-show .info .left .catalog {
  margin: 20px 0;
  padding: 20px;
  background: #f1f1f1;
  border-radius: 10px;
}
.wrap-show .info .left .catalog .toc-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 10px;
}
.wrap-show .info .left .catalog .toc-title h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin: 0;
}
.wrap-show .info .left .catalog .toc-title span {
  padding: 0 10px;
  color: #3CF384;
  display: inline-block;
}
.wrap-show .info .left .catalog .toc-title .open-log p {
  margin: 0 0 0 15px;
  display: none;
}
.wrap-show .info .left .catalog .toc-title .open-log p.active {
  display: block;
}
.wrap-show .info .left .catalog .toc-list {
  padding-left: 20px;
}
.wrap-show .info .left .catalog .toc-list li {
  list-style-type: auto;
  padding: 3px 0;
  color: #022C13;
}
.wrap-show .info .left .catalog .toc-list li .is-active-link {
  border-bottom: 1px dotted;
  font-weight: bold;
}
.wrap-show .info .left .catalog .toc-list li a:hover {
  border-bottom: 1px dotted;
}
.wrap-show .info .right {
  width: 30%;
}
@media (max-width: 1199px) {
  .wrap-show .info .right {
    display: none;
  }
}
@media (max-width: 991px) {
  .wrap-show .info .right {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
}
.wrap-show .info .right .right-list .list-tit {
  padding-bottom: 20px;
}
.wrap-show .info .right .right-list .list-tit h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-show .info .right .right-list .list-tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-show .info .right .right-list .row .col-12 .item {
  margin-bottom: 20px;
}
.wrap-show .info .right .right-list .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-show .info .right .right-list .row .col-12 .item:hover .pic .type span {
  background: #fff;
  color: #000;
}
.wrap-show .info .right .right-list .row .col-12 .item:hover .note .tit a {
  color: #022C13;
  text-decoration: underline;
}
.wrap-show .info .right .right-list .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-show .info .right .right-list .row .col-12 .item .pic .img-box {
  padding-bottom: calc(600 / 900 * 100%);
  border-radius: 10px;
}
.wrap-show .info .right .right-list .row .col-12 .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-show .info .right .right-list .row .col-12 .item .pic .type {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.wrap-show .info .right .right-list .row .col-12 .item .pic .type span {
  display: inline-block;
  padding: 10px 26px;
  font-size: 14px;
  color: #FFF;
  border-radius: 100px;
  transition: all 0.3s ease;
  background: rgba(247, 247, 247, 0.58);
  backdrop-filter: blur(14.19999981px);
}
@media (max-width: 991px) {
  .wrap-show .info .right .right-list .row .col-12 .item .pic .type span {
    padding: 5px 20px;
  }
}
.wrap-show .info .right .right-list .row .col-12 .item .note {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-show .info .right .right-list .row .col-12 .item .note {
    margin-top: 20px;
  }
}
.wrap-show .info .right .right-list .row .col-12 .item .note .tit a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-show .info .right .right-list .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-show .info .right .right-list .row .col-12 .item .note .txt {
  margin-top: 20px;
}
.wrap-show .info .right .right-list .row .col-12 .item .note .txt p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-show .info .right .right-list .row .col-12 .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-show .info .right .right-list .row .col-12 .item .note .date {
  padding: 10px 0 10px 0;
}
.wrap-show .info .right .right-list .row .col-12 .item .note .date span {
  display: block;
  color: #707070;
  font-size: 12px;
}
.wrap-show .info .right .right-list .row .col-12 .item .note .more a {
  display: block;
  padding: 2px 2px 2px 2px;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s linear;
}
.wrap-show .info .right .right-list .row .col-12 .item .note .more a:hover {
  color: #3CF384;
}
.wrap-show .info .right .right-list .row .col-12 .item .note .more a span {
  position: relative;
}
.wrap-show .info .right .right-list .row .col-12 .item .note .more a span::after {
  content: '>>';
  font-family: 'iconfont' !important;
  margin-left: 2px;
}
.wrap-show .info .right .common-form {
  margin-top: 0;
  padding: 30px;
}
@media (max-width: 767px) {
  .wrap-show .info .right .common-form {
    display: none;
  }
}
.wrap-show .info .right .common-form .wrap-tit h2 {
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
}
.wrap-show .info .right .common-form form .row .col-12 {
  width: 100%;
}
.wrap-show .info .right .common-form form .row .col-12 .submit-group button {
  width: 100%;
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.wrap-show .info .tit h2 {
  color: #332C2B;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.wrap-show .info .date {
  padding: 10px 20px;
  border-radius: 6px;
  background: #3CF384;
  display: inline-block;
}
.wrap-show .info .date i {
  margin-right: 10px;
  color: #152C5E;
  font-size: 22px;
}
.wrap-show .info .date span {
  display: block;
  color: #fff;
}
.wrap-show .info .date .day {
  font-size: 62px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date .day {
    font-size: 34px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .date .month {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .date i {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date i {
    margin-right: 5px;
  }
}
.wrap-show .info .editor-content {
  margin-top: 20px;
}
.wrap-show .info .editor-content p,
.wrap-show .info .editor-content b {
  color: #666;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content p,
  .wrap-show .info .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .editor-content ul {
  padding-left: 20px;
}
.wrap-show .info .editor-content ul li {
  list-style-type: disc;
}
.wrap-show .info .editor-content .table-box {
  width: 100% !important;
  overflow: auto;
}
.wrap-show .info .editor-content .table-box table {
  width: 100% !important;
}
.wrap-show .info .editor-content .table-box table tr td {
  padding: 8px;
  border-width: 1px;
  border-color: #ccc;
}
.wrap-show .info .share {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .share {
    margin-top: 20px;
  }
}
.wrap-show .info .share .share-to span {
  color: #222;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .share .share-to span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wrap-show .info .link {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .link {
    margin-top: 20px;
  }
}
.wrap-show .info .link .prev,
.wrap-show .info .link .next {
  color: #222;
  margin: 15px 0;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev,
  .wrap-show .info .link .next {
    margin: 7px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev span,
  .wrap-show .info .link .next span {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a,
.wrap-show .info .link .next a {
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev a,
  .wrap-show .info .link .next a {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a:hover,
.wrap-show .info .link .next a:hover {
  text-decoration: underline;
  color: #3CF384;
}
.nav-container i {
  display: none;
}
.footer-five {
  display: none;
  width: 100%;
  position: fixed;
  background: #12B22D;
  bottom: 0px;
  z-index: 99;
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
@media (max-width: 1199px) {
  .footer-five {
    display: block;
  }
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
.footer-five .endfive-menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-five .endfive-menu li {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-five .endfive-menu li i {
  font-size: 20px;
}
.footer-five .endfive-menu li a {
  font-size: 13px;
  padding: 7px 0;
}
.footer-five .endfive-menu li a span {
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .anim-down,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
  background: #fff;
  padding: 10px;
}
.wechat-pic img {
  max-height: 120px;
}
.float-window {
  position: fixed;
  width: auto;
  height: auto;
  top: 40%;
  right: 15px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
.float-window .window-box.box-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  transition: all 0.3s;
}
.float-window .box-top:hover {
  cursor: pointer;
}
.float-window .window-box {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: transparent;
  position: relative;
  opacity: 1;
  margin: 3px 0;
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: rgba(54, 172, 74, 0.3);
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 24px;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .float-window .window-box i {
    font-size: 24px;
  }
}
.float-window .window-box a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.float-window .window-box a .name {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.float-window .window-box:hover.box-wechat a i {
  opacity: 1 !important;
}
.float-window .window-box:hover.box-cart a i,
.float-window .window-box:hover.box-linkedin a i,
.float-window .window-box:hover.box-telephone a i,
.float-window .window-box:hover.box-whatapp a i,
.float-window .window-box:hover.box-email a i,
.float-window .window-box:hover.box-wechat a i,
.float-window .window-box:hover.box-inquiry a i,
.float-window .window-box:hover.box-message a i,
.float-window .window-box:hover.box-facebook a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-youtube a i,
.float-window .window-box:hover.box-twitter a i,
.float-window .window-box:hover.box-instagram a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-skype a i {
  opacity: 1;
  pointer-events: none;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-linkedin a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-inquiry a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-facebook a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-youtube a p,
.float-window .window-box:hover.box-twitter a p,
.float-window .window-box:hover.box-instagram a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
  padding: 8px 15px;
  border-radius: 4px;
  background: rgba(54, 172, 74, 0.8);
  vertical-align: middle;
  height: 100% !important;
  display: flex;
  align-items: center;
  top: 0% !important;
  margin: 0;
  right: calc(100%);
}
.float-window .window-box:hover.box-cart a p i,
.float-window .window-box:hover.box-linkedin a p i,
.float-window .window-box:hover.box-telephone a p i,
.float-window .window-box:hover.box-whatapp a p i,
.float-window .window-box:hover.box-email a p i,
.float-window .window-box:hover.box-wechat a p i,
.float-window .window-box:hover.box-inquiry a p i,
.float-window .window-box:hover.box-message a p i,
.float-window .window-box:hover.box-facebook a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-youtube a p i,
.float-window .window-box:hover.box-twitter a p i,
.float-window .window-box:hover.box-instagram a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-skype a p i {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
  pointer-events: auto;
  font-size: 20px;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-wechat p {
  display: block;
  padding: 10px;
  background: #fff;
}
.float-window .window-box.box-wechat p img {
  background: #fff;
  max-height: 120px;
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a span {
  content: "";
  width: 14px;
  height: 14px;
  background: #3CF384;
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .window-box.box-wechat a p {
  position: absolute;
  right: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #FFF;
  top: 120px;
  border-radius: 100px;
  display: none;
  background: none !important;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 96px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-linkedin a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 8px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-inquiry a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 180px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 48px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 260px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 0px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
#float-window-close {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #3CF384;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}
@media (min-width: 991px) {
  #float-window-close {
    display: none;
  }
}
#float-window-close i {
  font-size: 32px;
}
#float-window-close:hover {
  cursor: pointer;
}
#float-window-open {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #3CF384;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  display: none;
  color: #FFF;
}
#float-window-open i {
  font-size: 32px;
  transform: rotate(-45deg);
}
#float-window-open:hover {
  cursor: pointer;
}
.float-window-visible {
  transform: translateX(-100%);
  right: 0;
}
@media (max-width: 991px) {
  .float-window-visible {
    right: -6% !important;
  }
}
@media (max-width: 767px) {
  .float-window-visible {
    right: -14% !important;
  }
}
@media (max-width: 1199px) {
  .wrap-cart {
    padding: 40px 0;
  }
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .common-form {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-cart .common-form {
    margin-top: 30px;
  }
}
.wrap-cart .common-form form .row .col-12 .form-group input,
.wrap-cart .common-form form .row .col-12 .form-group textarea {
  background: #F7F7F7;
}
.wrap-cart .common-form form .row .col-12 .submit-group {
  text-align: start;
}
.wrap-cart .list-inquiry {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-cart .list-inquiry {
    padding: 40px 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info {
  font-size: 0;
  width: 100%;
  border-collapse: collapse;
}
.wrap-cart .wrap-inquiry {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiry {
    padding-top: 40px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
  text-transform: capitalize;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    padding: 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
    font-size: 14px;
    padding: 0 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .inquiry-list {
  border-bottom: 1px solid #dfdfdf;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
.wrap-cart .wrap-inquiryinfo .inquiry-info .number,
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  font-size: 14px;
  display: inline-block;
  padding: 20px 10px;
  vertical-align: middle;
  word-break: break-word;
}
@media (max-width: 1470px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
  width: 10%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
  width: 14%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg .img-box {
  padding-bottom: 75.71428571%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
    width: -webkit-calc(14%);
    width: calc(44% - 30px);
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .number {
  width: 20%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number {
    width: -webkit-calc(26%);
    width: calc(56% - 30px);
    padding: 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname {
  width: 38%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all .substitite {
  padding-left: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .check-all span {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .all,
.wrap-cart .wrap-inquiryinfo .inquiry-info span {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .hidden-xs {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
    display: block;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all:checked::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #02330A;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #02330A;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info input {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-right: none;
    border-left: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
    line-height: 25px;
    position: relative;
    z-index: 8;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1:hover {
  color: #fff;
  border-color: #383838;
  background-color: #383838;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  margin-top: -1px;
  margin-left: 2px;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pic {
  border: 1px solid #dcdcdc;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info p {
  line-height: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info p {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose {
  float: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #444;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .iclose::after {
    font-size: 16px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose:hover::after {
  color: #145CC5;
}
.wrap-cart .wrap-inquiryinfo .inquiry-message {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-message {
    padding-top: 50px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry {
    padding-top: 50px;
  }
}
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group input,
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group textarea {
  background: #F9F9F9;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 11;
  transition: all 0.4s ease;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
}
@media (max-width: 1199px) {
  .header {
    background: #222 !important;
  }
}
.header .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .info {
    height: 60px;
  }
}
.header .info .menu-logo a {
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.header .info .menu-logo a img {
  max-height: 60px;
}
@media (max-width: 767px) {
  .header .info .menu-logo a img {
    max-height: 35px;
  }
}
.header .info .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .header .info .menu-nav {
    display: none;
  }
}
.header .info .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .info .menu-nav .nav-first li.active a {
  color: #3CF384;
  text-decoration: underline;
}
.header .info .menu-nav .nav-first li.active a::after {
  width: 100%;
}
.header .info .menu-nav .nav-first li.active ul li a {
  color: #000;
  background: none;
  text-decoration: none;
}
.header .info .menu-nav .nav-first li.active ul li a::after {
  display: none;
}
.header .info .menu-nav .nav-first li.active ul li a:hover::before {
  width: 0%;
}
.header .info .menu-nav .nav-first li.active ul li ul li a {
  background: none;
  color: #000;
}
.header .info .menu-nav .nav-first li.active ul li ul li a:hover {
  color: #3CF384;
}
.header .info .menu-nav .nav-first li {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 1710px) {
  .header .info .menu-nav .nav-first li {
    padding: 0 20px;
  }
}
@media (max-width: 1470px) {
  .header .info .menu-nav .nav-first li {
    padding: 0 15px;
  }
}
@media (max-width: 1400px) {
  .header .info .menu-nav .nav-first li {
    padding: 0 12px;
  }
}
.header .info .menu-nav .nav-first li a {
  color: #FFF;
  display: block;
  transition: all 0.2s;
  position: relative;
  font-size: 16px;
  line-height: 90px;
  font-weight: 400;
}
.header .info .menu-nav .nav-first li a::after {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background: #3CF384;
  transition: all 0.3s ease;
}
.header .info .menu-nav .nav-first li a:hover {
  color: #3CF384;
  text-decoration: underline;
}
.header .info .menu-nav .nav-first li a:hover::after {
  width: 100%;
}
.header .info .menu-nav .nav-first li a i {
  display: inline-block;
}
.header .info .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100%);
  left: 50%;
  transform: translateX(-50%);
  border-top: 0;
  min-width: 100%;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
  background: #fff;
  padding: 10px 20px;
  z-index: 2;
  border-radius: 5px;
  text-align: center;
}
.header .info .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  white-space: nowrap;
  text-align: center;
}
.header .info .menu-nav .nav-first li > ul li:last-child {
  border-bottom: none;
}
.header .info .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  font-weight: 400;
  line-height: 32px;
  padding: 5px 30px;
  position: relative;
  justify-content: center;
}
.header .info .menu-nav .nav-first li > ul li a::after {
  display: none;
}
.header .info .menu-nav .nav-first li > ul li a:hover {
  background: transparent;
  color: #3CF384;
}
.header .info .menu-nav .nav-first li > ul li a:hover::before {
  display: none;
}
.header .info .menu-nav .nav-first li > ul li a:hover::after {
  opacity: 1;
  left: 10px;
}
.header .info .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: -15px;
  min-width: 100%;
  z-index: 9;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header .info .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .info .menu-nav .nav-first li > ul li > ul li a {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  padding: 5px 20px;
}
.header .info .menu-nav .nav-first li > ul li > ul li a:hover::after {
  left: 0;
}
.header .info .menu-nav .nav-first li:hover .drop-product {
  opacity: 1;
  pointer-events: all;
}
.header .info .menu-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .info .menu-right .menu-cart a {
  color: #FFF;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-cart a {
    font-size: 14px;
  }
}
.header .info .menu-right .menu-cart a:hover {
  color: #3CF384;
}
.header .info .menu-right .menu-cart a i {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-cart a i {
    margin-right: 5px;
  }
}
.header .info .menu-right .menu-cart a p {
  margin: 0;
}
.header .info .menu-right .menu-search {
  position: relative;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-search {
    margin-left: 15px;
  }
}
.header .info .menu-right .menu-search::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: #999;
  right: 30px;
  display: none;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-search::after {
    display: none;
  }
}
.header .info .menu-right .menu-search .find a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #3CF384;
  padding: 18px 30px;
  line-height: 100%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #3AF483;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-search .find a {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.header .info .menu-right .menu-search .find a:hover {
  background: #3CF384;
  color: #fff;
}
.header .info .menu-right .menu-search .find a:hover i {
  color: #fff;
}
.header .info .menu-right .menu-search .find a:hover span {
  color: #fff;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-search .find a {
    font-size: 14px;
  }
}
.header .info .menu-right .menu-search .find a:hover {
  color: #3CF384;
}
.header .info .menu-right .menu-search .find a i {
  font-size: 18px;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .header .info .menu-right .menu-search .find a i {
    margin-right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header .info .menu-right .menu-search .find a i {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .header .info .menu-right .menu-search .find a span {
    display: none;
  }
}
.header .info .menu-right .menu-search .search-group {
  display: none;
  content: '';
  position: absolute;
  top: calc(100% + 30px);
  z-index: 2;
  right: 15px;
  width: 400px;
}
@media (max-width: 991px) {
  .header .info .menu-right .menu-search .search-group {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-search .search-group {
    width: 230px;
  }
}
.header .info .menu-right .menu-search .search-group .box {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-search .search-group .box {
    padding: 30px;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    overflow: hidden;
  }
}
.header .info .menu-right .menu-search .search-group .box .search-close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-search .search-group .box .search-close {
    top: 30px;
    right: 30px;
  }
}
.header .info .menu-right .menu-search .search-group .box .search-close:hover i {
  color: #3CF384;
  transform: rotate(180deg);
}
.header .info .menu-right .menu-search .search-group .box .search-close i {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-search .search-group .box .search-close i {
    color: #fff;
  }
}
.header .info .menu-right .menu-search .search-group .box .search-form {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-search .search-group .box .search-form {
    padding-top: 0;
    width: 300px;
  }
}
.header .info .menu-right .menu-search .search-group .box .search-form form {
  position: relative;
}
.header .info .menu-right .menu-search .search-group .box .search-form form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  color: #666;
}
.header .info .menu-right .menu-search .search-group .box .search-form form input::placeholder {
  color: #666;
  font-size: 14px;
}
.header .info .menu-right .menu-search .search-group .box .search-form form input:focus::placeholder {
  color: #999;
}
.header .info .menu-right .menu-search .search-group .box .search-form form button {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: none;
  background: #fff;
  transition: all 0.2s ease;
}
.header .info .menu-right .menu-search .search-group .box .search-form form button i {
  font-size: 22px;
}
@media (max-width: 767px) {
  .header .info .menu-right .menu-search .search-group .box .search-form form button i {
    font-size: 18px;
  }
}
.header .info .menu-right .menu-search .search-group .box .search-form form button:hover {
  color: #3CF384;
}
.header.header-details {
  background: #fff !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04) !important;
}
.header.header-details .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.header-details .info .menu-logo a {
  height: auto;
  display: block;
  filter: initial;
}
.header.header-details .info .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .header.header-details .info .menu-nav {
    display: none;
  }
}
.header.header-details .info .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header.header-details .info .menu-nav .nav-first li.active a {
  color: #02330A;
  text-decoration: underline;
}
.header.header-details .info .menu-nav .nav-first li.active a::after {
  width: 100%;
}
.header.header-details .info .menu-nav .nav-first li.active ul li a {
  color: #000;
  background: none;
  text-decoration: none;
}
.header.header-details .info .menu-nav .nav-first li.active ul li a::after {
  display: none;
}
.header.header-details .info .menu-nav .nav-first li.active ul li a:hover::before {
  width: 0%;
}
.header.header-details .info .menu-nav .nav-first li.active ul li ul li a {
  background: none;
  color: #000;
}
.header.header-details .info .menu-nav .nav-first li.active ul li ul li a:hover {
  color: #3CF384;
}
.header.header-details .info .menu-nav .nav-first li {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 1710px) {
  .header.header-details .info .menu-nav .nav-first li {
    padding: 0 20px;
  }
}
@media (max-width: 1470px) {
  .header.header-details .info .menu-nav .nav-first li {
    padding: 0 15px;
  }
}
@media (max-width: 1400px) {
  .header.header-details .info .menu-nav .nav-first li {
    padding: 0 12px;
  }
}
.header.header-details .info .menu-nav .nav-first li a {
  color: #333;
  display: block;
  transition: all 0.2s;
  position: relative;
  font-size: 16px;
  line-height: 90px;
  font-weight: 400;
}
.header.header-details .info .menu-nav .nav-first li a::after {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background: #3CF384;
  transition: all 0.3s ease;
}
.header.header-details .info .menu-nav .nav-first li a:hover {
  color: #02330A;
  text-decoration: underline;
}
.header.header-details .info .menu-nav .nav-first li a:hover::after {
  width: 100%;
}
.header.header-details .info .menu-nav .nav-first li a i {
  display: inline-block;
}
.header.header-details .info .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100%);
  left: 0;
  border-top: 0;
  min-width: 100%;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
  background: #fff;
  padding: 10px 20px;
  z-index: 2;
  border-radius: 5px;
  text-align: center;
}
.header.header-details .info .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  white-space: nowrap;
  text-align: center;
}
.header.header-details .info .menu-nav .nav-first li > ul li:last-child {
  border-bottom: none;
}
.header.header-details .info .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  font-weight: 400;
  line-height: 32px;
  padding: 5px 30px;
  position: relative;
  justify-content: center;
}
.header.header-details .info .menu-nav .nav-first li > ul li a::after {
  display: none;
}
.header.header-details .info .menu-nav .nav-first li > ul li a:hover {
  background: transparent;
  color: #3CF384;
}
.header.header-details .info .menu-nav .nav-first li > ul li a:hover::before {
  display: none;
}
.header.header-details .info .menu-nav .nav-first li > ul li a:hover::after {
  opacity: 1;
  left: 10px;
}
.header.header-details .info .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: -15px;
  min-width: 100%;
  z-index: 9;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header.header-details .info .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header.header-details .info .menu-nav .nav-first li > ul li > ul li a {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  padding: 5px 20px;
}
.header.header-details .info .menu-nav .nav-first li > ul li > ul li a:hover::after {
  left: 0;
}
.header.header-details .info .menu-nav .nav-first li:hover .drop-product {
  opacity: 1;
  pointer-events: all;
}
.header.header-details .info .menu-right .menu-cart a {
  color: #333;
}
.header.header-details .info .menu-right .menu-cart a:hover {
  color: #3CF384;
}
.header.header-details .info .menu-right .menu-search .find a {
  color: #333;
}
.header.header-details .info .menu-right .menu-search .find a:hover {
  background: #3CF384;
  border: 1px solid #3CF384;
  color: #fff;
}
.header.header-details .info .menu-right .menu-search .find a:hover i {
  color: #fff;
}
.header.header-details .info .menu-right .menu-search .find a:hover span {
  color: #fff;
}
.header.header-details .info .menu-right .menu-search .find a:hover {
  color: #3CF384;
}
.header.header-details .info .menu-right .menu-search .search-group {
  display: none;
  content: '';
  position: absolute;
  top: calc(100% + 30px);
  z-index: 2;
  right: 15px;
  width: 400px;
}
@media (max-width: 991px) {
  .header.header-details .info .menu-right .menu-search .search-group {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .header.header-details .info .menu-right .menu-search .search-group {
    width: 230px;
  }
}
.header.header-details .info .menu-right .menu-search .search-group .box {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
  .header.header-details .info .menu-right .menu-search .search-group .box {
    padding: 30px;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    overflow: hidden;
  }
}
.header.header-details .info .menu-right .menu-search .search-group .box .search-close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header.header-details .info .menu-right .menu-search .search-group .box .search-close {
    top: 30px;
    right: 30px;
  }
}
.header.header-details .info .menu-right .menu-search .search-group .box .search-close:hover i {
  color: #3CF384;
  transform: rotate(180deg);
}
.header.header-details .info .menu-right .menu-search .search-group .box .search-close i {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header.header-details .info .menu-right .menu-search .search-group .box .search-close i {
    color: #fff;
  }
}
.header.header-details .info .menu-right .menu-search .search-group .box .search-form {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .header.header-details .info .menu-right .menu-search .search-group .box .search-form {
    padding-top: 0;
    width: 300px;
  }
}
.header.header-details .info .menu-right .menu-search .search-group .box .search-form form {
  position: relative;
}
.header.header-details .info .menu-right .menu-search .search-group .box .search-form form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  color: #666;
}
.header.header-details .info .menu-right .menu-search .search-group .box .search-form form input::placeholder {
  color: #666;
  font-size: 14px;
}
.header.header-details .info .menu-right .menu-search .search-group .box .search-form form input:focus::placeholder {
  color: #999;
}
.header.header-details .info .menu-right .menu-search .search-group .box .search-form form button {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: none;
  background: #fff;
  transition: all 0.2s ease;
}
.header.header-details .info .menu-right .menu-search .search-group .box .search-form form button i {
  font-size: 22px;
}
@media (max-width: 767px) {
  .header.header-details .info .menu-right .menu-search .search-group .box .search-form form button i {
    font-size: 18px;
  }
}
.header.header-details .info .menu-right .menu-search .search-group .box .search-form form button:hover {
  color: #3CF384;
}
.footer {
  padding: 90px 0;
  overflow: hidden;
  background-color: #000000;
}
@media (max-width: 1199px) {
  .footer {
    padding: 40px 0 60px 0;
  }
}
.footer .foot {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot {
    flex-direction: column;
  }
}
.footer .foot .foot-tit h2 {
  color: #FFF;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .foot-tit h2 {
    font-size: 22px;
    letter-spacing: normal;
    line-height: 24px;
  }
}
.footer .foot .left {
  width: 40%;
}
@media (max-width: 1199px) {
  .footer .foot .left {
    width: 100%;
    order: 2;
  }
}
.footer .foot .left .title h2 {
  color: #FFF;
  font-family: Syne, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -2.48px;
}
@media (max-width: 1199px) {
  .footer .foot .left .title h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.footer .foot .left .foot-form {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .footer .foot .left .foot-form {
    padding-top: 20px;
  }
}
.footer .foot .left .foot-form .txt {
  padding-top: 15px;
}
.footer .foot .left .foot-form .txt p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot .left .foot-form .txt p {
    font-size: 14px;
  }
}
.footer .foot .left .foot-form form {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .footer .foot .left .foot-form form {
    margin-top: 15px;
  }
}
.footer .foot .left .foot-form form input {
  width: 100%;
  padding: 15px;
  line-height: 100%;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: -0.56px;
}
.footer .foot .left .foot-form form input:hover {
  border: 1px solid #fff;
}
.footer .foot .left .foot-form form input::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.footer .foot .left .foot-form form input:focus::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.footer .foot .left .foot-form form button {
  content: '';
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  right: 15px;
  background: transparent;
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}
.footer .foot .left .foot-form form button:hover i {
  animation: swing 1s ease;
  opacity: 1;
}
.footer .foot .left .foot-form form button i {
  font-size: 20px;
  display: inline-block;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.footer .foot .left .note {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .footer .foot .left .note {
    padding-top: 20px;
  }
}
.footer .foot .left .note .list {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .left .note .list {
    margin-top: 15px;
  }
}
.footer .foot .left .note .list p {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .footer .foot .left .note .list p {
    font-size: 14px;
  }
}
.footer .foot .left .note .list p a:hover {
  text-decoration: underline;
  color: #3CF384;
}
.footer .foot .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .footer .foot .right {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: start;
    display: flex;
    justify-content: start;
  }
}
.footer .foot .right .foot-logo {
  text-align: end;
}
.footer .foot .right .foot-logo a img {
  filter: brightness(0) invert(1);
  max-height: 60px;
}
.footer .foot .right .foot-group {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-group {
    padding-top: 20px;
  }
}
.footer .foot .right .foot-group .info {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-group .info {
    margin-top: 20px;
  }
}
.footer .foot .right .foot-group ul {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-group ul {
    flex-direction: column;
    margin: 0;
  }
}
.footer .foot .right .foot-group ul li {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-group ul li {
    padding: 0;
    margin: 10px 0;
  }
}
.footer .foot .right .foot-group ul .group-nav .item .info a {
  display: block;
  color: #fff;
  line-height: 26px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-group ul .group-nav .item .info a {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 15px;
  }
}
.footer .foot .right .foot-group ul .group-nav .item .info a:hover {
  color: #3CF384;
  text-decoration: underline;
}
.footer .foot .right .foot-group ul .group-share {
  text-align: end;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-group ul .group-share {
    text-align: start;
  }
}
.footer .foot .right .foot-group ul .group-share .item .info {
  margin-top: 0;
  text-align: end;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-group ul .group-share .item .info {
    text-align: start;
  }
}
.footer .foot .right .foot-group ul .group-share .item .info a {
  color: #FFF;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.footer .foot .right .foot-group ul .group-share .item .info a:last-child {
  margin-bottom: 0;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-group ul .group-share .item .info a {
    font-size: 14px;
  }
}
.footer .foot .right .foot-group ul .group-share .item .info a:hover {
  color: #3CF384;
}
.footer .foot .right .foot-group ul .group-share .item .translate {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-group ul .group-share .item .translate {
    margin-top: 15px;
  }
}
.footer .foot .right .foot-group ul .group-share .item .share {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-group ul .group-share .item .share {
    margin-top: 15px;
  }
}
.footer .foot .right .foot-group ul .group-share .item .share ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-group ul .group-share .item .share ul {
    flex-direction: row;
    justify-content: start;
  }
}
.footer .foot .right .foot-group ul .group-share .item .share ul li {
  display: inline-block;
  padding: 0 5px;
}
.footer .foot .right .foot-group ul .group-share .item .share ul li a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  opacity: 0.6;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}
.footer .foot .right .foot-group ul .group-share .item .share ul li a i:hover {
  background: #3CF384;
  color: #fff;
  border: 2px solid #3CF384;
  opacity: 1;
}
.footer .foot .right .copyright {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .footer .foot .right .copyright {
    padding-top: 20px;
  }
}
.footer .foot .right .copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.footer .foot .right .copyright p a {
  margin: 0 15px;
}
.footer .foot .right .copyright p a:hover {
  text-decoration: underline;
}
.wrap-contact .message .group {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-contact .message .group {
    padding-top: 40px;
  }
}
.wrap-contact .message .group .row {
  margin: 0 -30px;
}
@media (max-width: 1470px) {
  .wrap-contact .message .group .row {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .message .group .row {
    margin: 0 -10px;
  }
}
.wrap-contact .message .group .row .col-12 {
  border-right: 1px solid rgba(201, 199, 199, 0.5);
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .wrap-contact .message .group .row .col-12 {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .wrap-contact .message .group .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-contact .message .group .row .col-12 {
    width: 100%;
  }
}
.wrap-contact .message .group .row .col-12:last-child {
  border-right: 0;
}
@media (max-width: 1470px) {
  .wrap-contact .message .group .row .col-12 {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .message .group .row .col-12 {
    padding: 0 5px;
  }
}
.wrap-contact .message .group .row .col-12 .item {
  text-align: center;
}
.wrap-contact .message .group .row .col-12 .item:hover i {
  background: #02330A;
  color: #fff;
  animation: swing 1s ease;
  transform: scale(1.05);
}
.wrap-contact .message .group .row .col-12 .item i {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 40px;
  background: transparent;
  color: #02330A;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-contact .message .group .row .col-12 .item i {
    width: 50px;
    height: 50px;
    font-size: 35px;
  }
}
.wrap-contact .message .group .row .col-12 .item a {
  margin-top: 30px;
  display: block;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .wrap-contact .message .group .row .col-12 .item a {
    margin-top: 20px;
  }
}
@media (max-width: 1470px) {
  .wrap-contact .message .group .row .col-12 .item a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .message .group .row .col-12 .item a {
    font-size: 18px;
  }
}
.wrap-contact .message .group .row .col-12 .item a:hover {
  text-decoration: underline;
  color: #02330A;
}
.wrap-contact .message .group .row .col-12 .item .txt {
  margin-top: 10px;
}
.wrap-contact .message .group .row .col-12 .item .txt p {
  display: block;
  margin: 0;
  color: #666;
  font-size: 20px;
  padding: 8px;
  letter-spacing: -0.8px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-contact .message .group .row .col-12 .item .txt p {
    font-size: 14px;
    letter-spacing: normal;
    padding: 3px;
  }
}
.wrap-contact .contact-form {
  border-radius: 20px;
  background: #F7F7F7;
}
.wrap-tit h2 {
  color: #333;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -2.24px;
  margin: 0;
}
@media (max-width: 1470px) {
  .wrap-tit h2 {
    font-size: 52px;
    line-height: 68px;
  }
}
.wrap-tit h2 span {
  color: #3CF384;
}
@media (max-width: 1199px) {
  .wrap-tit h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.wrap-txt {
  margin-top: 20px;
}
.wrap-txt p {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-txt p {
    font-size: 14px;
  }
}
.common-form form .row {
  margin: 0 -5px;
}
.common-form form .row .col-12 {
  padding: 0 5px;
}
.common-form form .row .col-12 .form-group-tit {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .form-group-tit input {
  border-radius: 10px;
  width: 100%;
  background: #02330A;
  padding: 12px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit input {
    padding: 12px 15px;
  }
}
.common-form form .row .col-12 .form-group-tit input::placeholder {
  color: #C7C7C7;
  font-size: 14px;
}
.common-form form .row .col-12 .form-group-tit input:focus::placeholder {
  color: #eee;
}
.common-form form .row .col-12 .form-group {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group label {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.common-form form .row .col-12 .form-group input,
.common-form form .row .col-12 .form-group textarea {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  padding: 15px;
  color: #C7C7C7;
  font-size: 14px;
  letter-spacing: -0.28px;
  border: none;
}
.common-form form .row .col-12 .form-group input::placeholder,
.common-form form .row .col-12 .form-group textarea::placeholder {
  color: #C7C7C7;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 20px;
}
.common-form form .row .col-12 .form-group input:focus::placeholder,
.common-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #eee;
}
.common-form form .row .col-12 .submit-group {
  margin-top: 10px;
  text-align: center;
}
.common-form form .row .col-12 .submit-group button {
  border: none;
  background: #02330A;
  color: #fff;
  padding: 12px 10%;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.common-form form .row .col-12 .submit-group button:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #3CF384;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
.common-form form .row .col-12 .submit-group button:hover {
  color: #fff;
  transform: scale(1.03);
}
.common-form form .row .col-12 .submit-group button:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-csms .introduce {
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce {
    padding: 40px 0;
  }
}
.wrap-csms .introduce .wrap-tit h2 {
  font-size: 80px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -3.2px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .wrap-tit h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.wrap-csms .introduce .wrap-tit h2 span {
  color: #3AF483;
}
.wrap-csms .introduce .txt {
  margin-top: 30px;
}
.wrap-csms .introduce .txt b {
  color: #333;
}
.wrap-csms .introduce .txt p,
.wrap-csms .introduce .txt b {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .txt p,
  .wrap-csms .introduce .txt b {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-csms .introduce .pic {
  position: relative;
  margin-top: 70px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .pic {
    margin-top: 40px;
  }
}
.wrap-csms .introduce .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-csms .introduce .pic .list {
  padding: 30px 40px;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .pic .list {
    padding: 15px;
  }
}
.wrap-csms .introduce .pic .list ul {
  padding-left: 20px;
}
.wrap-csms .introduce .pic .list ul li {
  list-style-type: disc;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .pic .list ul li {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 24px;
  }
}
.wrap-csms .introduce .pic .list ul li::marker {
  color: #3CF384;
}
.wrap-csms .introduce .group {
  margin-top: 20px;
}
.wrap-csms .introduce .group .item:nth-child(2n+2) .list .editor-content {
  order: 2;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .group .item:nth-child(2n+2) .list .editor-content {
    order: 1;
  }
}
.wrap-csms .introduce .group .item:nth-child(2n+2) .list .list-pic {
  order: 1;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .group .item:nth-child(2n+2) .list .list-pic {
    order: 2;
  }
}
.wrap-csms .introduce .group .item .top {
  padding: 50px 0;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .group .item .top {
    padding: 15px 0;
  }
}
.wrap-csms .introduce .group .item .top h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -1.6px;
  margin: 0;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .group .item .top h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .wrap-csms .introduce .group .item .top h2 {
    font-size: 18px;
  }
}
.wrap-csms .introduce .group .item .top span {
  display: inline-block;
  color: #666;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -1.6px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .group .item .top span {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .wrap-csms .introduce .group .item .top span {
    font-size: 18px;
  }
}
.wrap-csms .introduce .group .item .list {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .group .item .list {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .wrap-csms .introduce .group .item .list {
    flex-direction: column;
  }
}
.wrap-csms .introduce .group .item .list .editor-content {
  width: 48%;
}
@media (max-width: 991px) {
  .wrap-csms .introduce .group .item .list .editor-content {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.wrap-csms .introduce .group .item .list .editor-content ul {
  padding-left: 20px;
}
.wrap-csms .introduce .group .item .list .editor-content ul li {
  list-style-type: disc;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .group .item .list .editor-content ul li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.wrap-csms .introduce .group .item .list .editor-content ul li::marker {
  font-size: 20px;
}
.wrap-csms .introduce .group .item .list .editor-content p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  .wrap-csms .introduce .group .item .list .editor-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.wrap-csms .introduce .group .item .list .list-pic {
  width: 48%;
}
@media (max-width: 991px) {
  .wrap-csms .introduce .group .item .list .list-pic {
    width: 100%;
    order: 1;
  }
}
.wrap-csms .introduce .group .item .list .list-pic img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 20px;
}
.wrap-news .group-top,
.wrap-case .group-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-news .group-top,
  .wrap-case .group-top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-news .group-top .tit,
.wrap-case .group-top .tit {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-news .group-top .tit,
  .wrap-case .group-top .tit {
    width: 100%;
  }
}
.wrap-news .group-top .tit h2,
.wrap-case .group-top .tit h2 {
  color: #333;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -2.24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-news .group-top .tit h2,
  .wrap-case .group-top .tit h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.wrap-news .group-top .note,
.wrap-case .group-top .note {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-news .group-top .note,
  .wrap-case .group-top .note {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-news .group-top .note .txt p,
.wrap-case .group-top .note .txt p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-news .group-top .note .txt p,
  .wrap-case .group-top .note .txt p {
    font-size: 14px;
  }
}
.wrap-news .group-top .note .link-select,
.wrap-case .group-top .note .link-select {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-news .group-top .note .link-select,
  .wrap-case .group-top .note .link-select {
    margin-top: 20px;
  }
}
.wrap-news .group-top .note .link-select a.active,
.wrap-case .group-top .note .link-select a.active {
  background: #02330A;
  color: #fff;
  border: 1px solid #fff;
}
.wrap-news .group-top .note .link-select a,
.wrap-case .group-top .note .link-select a {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #F7F7F7;
  text-align: center;
  margin-right: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-news .group-top .note .link-select a,
  .wrap-case .group-top .note .link-select a {
    font-size: 14px;
    padding: 10px 25px;
    margin-right: 15px;
  }
}
.wrap-news .group-top .note .link-select a:hover,
.wrap-case .group-top .note .link-select a:hover {
  background: #02330A;
  color: #fff;
  border: 1px solid #fff;
}
.wrap-news .group-pic,
.wrap-case .group-pic {
  padding: 60px 0;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 1199px) {
  .wrap-news .group-pic,
  .wrap-case .group-pic {
    padding: 20px 0;
  }
}
.wrap-news .group-pic img,
.wrap-case .group-pic img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .wrap-news .group-list .row .col-12,
  .wrap-case .group-list .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-news .group-list .row .col-12,
  .wrap-case .group-list .row .col-12 {
    width: 100%;
  }
}
.wrap-news .group-list .row .col-12 .item,
.wrap-case .group-list .row .col-12 .item {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-news .group-list .row .col-12 .item,
  .wrap-case .group-list .row .col-12 .item {
    margin-top: 20px;
  }
}
.wrap-news .group-list .row .col-12 .item:hover .pic .img-box img,
.wrap-case .group-list .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-news .group-list .row .col-12 .item:hover .pic .type span,
.wrap-case .group-list .row .col-12 .item:hover .pic .type span {
  background: #fff;
  color: #000;
}
.wrap-news .group-list .row .col-12 .item:hover .note .tit a,
.wrap-case .group-list .row .col-12 .item:hover .note .tit a {
  color: #022C13;
  text-decoration: underline;
}
.wrap-news .group-list .row .col-12 .item .pic,
.wrap-case .group-list .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-news .group-list .row .col-12 .item .pic .img-box,
.wrap-case .group-list .row .col-12 .item .pic .img-box {
  padding-bottom: calc(600 / 900 * 100%);
  border-radius: 10px;
}
.wrap-news .group-list .row .col-12 .item .pic .img-box img,
.wrap-case .group-list .row .col-12 .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-news .group-list .row .col-12 .item .pic .type,
.wrap-case .group-list .row .col-12 .item .pic .type {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.wrap-news .group-list .row .col-12 .item .pic .type span,
.wrap-case .group-list .row .col-12 .item .pic .type span {
  display: inline-block;
  padding: 10px 26px;
  font-size: 14px;
  color: #FFF;
  border-radius: 100px;
  transition: all 0.3s ease;
  background: rgba(247, 247, 247, 0.58);
  backdrop-filter: blur(14.19999981px);
}
@media (max-width: 991px) {
  .wrap-news .group-list .row .col-12 .item .pic .type span,
  .wrap-case .group-list .row .col-12 .item .pic .type span {
    padding: 5px 20px;
  }
}
.wrap-news .group-list .row .col-12 .item .note,
.wrap-case .group-list .row .col-12 .item .note {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-news .group-list .row .col-12 .item .note,
  .wrap-case .group-list .row .col-12 .item .note {
    margin-top: 20px;
  }
}
.wrap-news .group-list .row .col-12 .item .note .tit a,
.wrap-case .group-list .row .col-12 .item .note .tit a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-news .group-list .row .col-12 .item .note .tit a,
  .wrap-case .group-list .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-news .group-list .row .col-12 .item .note .txt,
.wrap-case .group-list .row .col-12 .item .note .txt {
  margin-top: 20px;
}
.wrap-news .group-list .row .col-12 .item .note .txt p,
.wrap-case .group-list .row .col-12 .item .note .txt p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-news .group-list .row .col-12 .item .note .txt p,
  .wrap-case .group-list .row .col-12 .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-news .group-list .row .col-12 .item .note .date,
.wrap-case .group-list .row .col-12 .item .note .date {
  padding: 10px 0 10px 0;
}
.wrap-news .group-list .row .col-12 .item .note .date span,
.wrap-case .group-list .row .col-12 .item .note .date span {
  display: block;
  color: #707070;
  font-size: 12px;
}
.wrap-news .group-list .row .col-12 .item .note .more a,
.wrap-case .group-list .row .col-12 .item .note .more a {
  display: block;
  padding: 2px 2px 2px 2px;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s linear;
}
.wrap-news .group-list .row .col-12 .item .note .more a:hover,
.wrap-case .group-list .row .col-12 .item .note .more a:hover {
  color: #3CF384;
}
.wrap-news .group-list .row .col-12 .item .note .more a span,
.wrap-case .group-list .row .col-12 .item .note .more a span {
  position: relative;
}
.wrap-news .group-list .row .col-12 .item .note .more a span::after,
.wrap-case .group-list .row .col-12 .item .note .more a span::after {
  content: '>>';
  font-family: 'iconfont' !important;
  margin-left: 2px;
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 30px;
  }
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 0 2px;
  }
}
.pagination ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #737373;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    font-size: 14px;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
  background: #02330A;
  color: #fff;
}
.pagination ul li.active a {
  background: #02330A;
  color: #fff;
}
.pagination ul li.next {
  padding-left: 30px;
}
.pagination ul li.next a {
  display: flex;
  color: #737373;
  align-items: center;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  color: #02330A;
  background: transparent;
}
.pagination ul li.next a i {
  color: #737373;
}
.pagination ul li.prev {
  padding-right: 30px;
}
.pagination ul li.prev a {
  color: #737373;
  align-items: center;
}
.pagination ul li.prev a:hover {
  background: transparent;
  cursor: pointer;
  color: #02330A;
}
.pagination ul li.prev a i {
  color: #737373;
}
.wrap-solution {
  background: #F7F7F7;
  position: relative;
}
.wrap-solution .select-group {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: -40px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .wrap-solution .select-group {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0px;
  }
}
.wrap-solution .select-group ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 90px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px);
}
@media (max-width: 1199px) {
  .wrap-solution .select-group ul {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .wrap-solution .select-group ul {
    padding: 30px 15px;
  }
}
.wrap-solution .select-group ul li {
  display: inline-block;
  color: #666;
  font-size: 30px;
  cursor: pointer;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: -1.2px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .wrap-solution .select-group ul li {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .wrap-solution .select-group ul li {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .wrap-solution .select-group ul li {
    font-size: 16px;
  }
}
.wrap-solution .select-group ul li:hover {
  color: #191919;
}
.wrap-solution .select-group ul li.on {
  color: #191919;
  font-size: 56px;
  letter-spacing: -2.24px;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-solution .select-group ul li.on {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.wrap-solution .select-box .box {
  display: none;
}
.wrap-solution .select-box .box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 90px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .wrap-solution .select-box .box .item {
    flex-direction: column;
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .wrap-solution .select-box .box .item {
    padding: 10px 15px;
  }
}
.wrap-solution .select-box .box .item:hover {
  background: #fff;
}
.wrap-solution .select-box .box .item:hover .note .tit a {
  color: #02330A;
  text-decoration: underline;
}
.wrap-solution .select-box .box .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-solution .select-box .box .item .note {
  width: 40%;
}
@media (max-width: 991px) {
  .wrap-solution .select-box .box .item .note {
    width: 100%;
    order: 2;
  }
}
.wrap-solution .select-box .box .item .note .type span {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  background: #02330A;
  backdrop-filter: blur(14.19999981px);
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.wrap-solution .select-box .box .item .note .tit {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-solution .select-box .box .item .note .tit {
    margin-top: 20px;
  }
}
.wrap-solution .select-box .box .item .note .tit a {
  color: #333;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -1.04px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-solution .select-box .box .item .note .tit a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    height: 24px;
  }
}
.wrap-solution .select-box .box .item .note .txt {
  padding-top: 20px;
}
.wrap-solution .select-box .box .item .note .txt p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-solution .select-box .box .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-solution .select-box .box .item .note .more {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-solution .select-box .box .item .note .more {
    margin-top: 20px;
  }
}
.wrap-solution .select-box .box .item .note .more a {
  display: inline-block;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.64px;
  padding: 8px 35px;
  background: #3AF483;
  border-radius: 10px;
  color: #222;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-solution .select-box .box .item .note .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #02330A;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .wrap-solution .select-box .box .item .note .more a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.wrap-solution .select-box .box .item .note .more a:hover {
  color: #fff;
}
.wrap-solution .select-box .box .item .note .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-solution .select-box .box .item .pic {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-solution .select-box .box .item .pic {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
.wrap-solution .select-box .box .item .pic .img-box {
  padding-bottom: calc(310 / 600 * 100%);
  border-radius: 10px;
}
.wrap-solution .select-box .box .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-solution .select-box .box.on {
  display: block;
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0;
  }
}
.wrap-product .top {
  padding-bottom: 50px;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 1199px) {
  .wrap-product .top {
    padding-bottom: 15px;
  }
}
.wrap-product .top .tit h2 {
  color: #02330A;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -4px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .top .tit h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.wrap-product .top .tit h2 span {
  color: #3AF483;
}
.wrap-product .top .txt {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-product .top .txt {
    padding-top: 20px;
  }
}
.wrap-product .top .txt p {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.8px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .top .txt p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-product .group {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-product .group {
    padding-top: 20px;
  }
}
.wrap-product .group .left {
  width: 25%;
}
@media (max-width: 1199px) {
  .wrap-product .group .left {
    display: none;
  }
}
.wrap-product .group .left .left-group ul li.active a {
  background: #022C13;
  color: #fff;
}
.wrap-product .group .left .left-group ul li.active a::after {
  opacity: 1;
  color: #fff;
}
.wrap-product .group .left .left-group ul li.active > ul {
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
  padding: 20px 40px;
}
.wrap-product .group .left .left-group ul li.active > ul li {
  list-style-type: disc;
}
.wrap-product .group .left .left-group ul li.active > ul li::marker {
  font-size: 16px;
  color: #666;
}
.wrap-product .group .left .left-group ul li.active > ul li a {
  border: none;
  padding: 0;
  text-align: start;
  background: transparent;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.wrap-product .group .left .left-group ul li.active > ul li a::after {
  display: none;
}
.wrap-product .group .left .left-group ul li.active > ul li a:hover {
  color: #022C13;
  text-decoration: underline;
  background: transparent;
}
.wrap-product .group .left .left-group ul li {
  margin-bottom: 5px;
}
.wrap-product .group .left .left-group ul li a {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  font-size: 20px;
  color: #333;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.8px;
  transition: all 0.3s ease;
  position: relative;
}
.wrap-product .group .left .left-group ul li a::after {
  content: '\ecde';
  font-family: 'iconfont' !important;
  position: absolute;
  right: 10px;
  top: 50%;
  color: #222;
  font-size: 14px;
  opacity: 0;
  transition: all 0.2s ease;
  transform: translateY(-50%) rotate(90deg);
}
.wrap-product .group .left .left-group ul li a .pro-mark {
  height: auto;
  margin-right: 10px;
}
.wrap-product .group .left .left-group ul li a .pro-mark img {
  display: inline-block;
  max-height: 40px;
}
.wrap-product .group .left .left-group ul li a:hover {
  background: #02330A;
  color: #fff;
}
.wrap-product .group .left .left-group ul li a:hover::after {
  color: #fff;
}
.wrap-product .group .left .left-group ul li > ul {
  display: none;
}
.wrap-product .group .right {
  width: 70%;
}
@media (max-width: 1199px) {
  .wrap-product .group .right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wrap-product .group .right .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-product .group .right .row .col-12 {
    width: 100%;
  }
}
.wrap-product .group .right .row .col-12 .item {
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-product .group .right .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-product .group .right .row .col-12 .item:hover .tit a {
  color: #02330A;
  text-decoration: underline;
}
.wrap-product .group .right .row .col-12 .item:hover .more a i {
  transform: translateX(5px);
}
.wrap-product .group .right .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-product .group .right .row .col-12 .item .pic:hover .img-box.pro-video {
  opacity: 1;
  visibility: visible;
}
.wrap-product .group .right .row .col-12 .item .pic .img-box {
  mix-blend-mode: multiply;
}
.wrap-product .group .right .row .col-12 .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-product .group .right .row .col-12 .item .pic .pro-img::before {
  content: '\e64c';
  position: absolute;
  font-family: 'iconfont' !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 40px;
}
.wrap-product .group .right .row .col-12 .item .pic .img-box.pro-video {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  mix-blend-mode: normal;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.wrap-product .group .right .row .col-12 .item .pic .img-box.pro-video video {
  object-fit: cover;
}
.wrap-product .group .right .row .col-12 .item .pic .pro-add {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.wrap-product .group .right .row .col-12 .item .pic .pro-add a {
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
}
.wrap-product .group .right .row .col-12 .item .pic .pro-add a:hover {
  color: #3CF384;
}
.wrap-product .group .right .row .col-12 .item .pic .pro-add a:hover i {
  animation: swing 1s ease;
}
.wrap-product .group .right .row .col-12 .item .pic .pro-add a i {
  margin-right: 6px;
  display: inline-block;
}
.wrap-product .group .right .row .col-12 .item .pic .pro-mark {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  max-height: 20px;
}
.wrap-product .group .right .row .col-12 .item .tit {
  padding: 20px;
}
.wrap-product .group .right .row .col-12 .item .tit a {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.72px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-product .group .right .row .col-12 .item .tit a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    height: 48px;
  }
}
.wrap-product .group .right .row .col-12 .item .more a {
  padding: 8px 10px;
  background: #02330A;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: all 0.3s ease;
  justify-content: center;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-product .group .right .row .col-12 .item .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #12B22D;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
.wrap-product .group .right .row .col-12 .item .more a i {
  margin-left: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
.wrap-product .group .right .row .col-12 .item .more a:hover {
  color: #fff;
}
.wrap-product .group .right .row .col-12 .item .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-product .group .right .row .col-12 .item .more a:hover i {
  transform: translateX(5px);
}
.wrap-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 15px 0 15px 20px;
}
.wrap-nav ul::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/shoye-icon.svg) no-repeat center;
  background-size: 100% 100%;
  left: 0px;
  filter: brightness(0) invert(0);
}
.wrap-nav ul li {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.wrap-nav ul li:first-child::before {
  display: none;
}
.wrap-nav ul li:last-child a {
  color: #02330A;
}
.wrap-nav ul li::before {
  font-size: 14px;
  color: #666;
  content: '-';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.wrap-nav ul li a {
  display: block;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.56px;
}
.wrap-nav ul li a:hover {
  text-decoration: underline;
}
.wrap-details {
  padding-top: 90px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-details {
    padding-top: 60px;
  }
}
.wrap-details .introduce {
  padding: 110px 0;
  background: #F7F7F7;
}
@media (max-width: 1199px) {
  .wrap-details .introduce {
    padding: 40px 0;
  }
}
.wrap-details .introduce .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info {
    flex-direction: column;
  }
}
.wrap-details .introduce .info .left {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left {
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
}
.wrap-details .introduce .info .left .slider-nav {
  width: 20%;
  font-size: 0;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav {
    padding-right: 0;
    padding-top: 15px;
    order: 2;
    width: 100%;
  }
}
.wrap-details .introduce .info .left .slider-nav .slick-list {
  margin: -8px 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav .slick-list {
    margin: 0 -5px;
  }
}
.wrap-details .introduce .info .left .slider-nav .slick-slide {
  padding: 8px 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .introduce .info .left .slider-nav .slick-current .item {
  border: 1px solid #02330A;
}
.wrap-details .introduce .info .left .slider-nav .item {
  cursor: pointer;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #DEDEDE;
}
.wrap-details .introduce .info .left .slider-nav .item .img-box {
  border: 1px solid #DEDEDE;
  mix-blend-mode: multiply;
}
.wrap-details .introduce .info .left .slider-nav .item-video {
  position: relative;
}
.wrap-details .introduce .info .left .slider-nav .item-video .play {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wrap-details .introduce .info .left .slider-nav .item-video .play i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #222;
  color: #222;
  font-size: 20px;
}
.wrap-details .introduce .info .left .slider-for {
  width: 80%;
  font-size: 0;
  border: 1px solid #02330A;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .left .slider-for {
    width: 100%;
    order: 1;
  }
}
.wrap-details .introduce .info .left .slider-for .item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.wrap-details .introduce .info .left .slider-for .item .img-box {
  mix-blend-mode: multiply;
}
.wrap-details .introduce .info .right {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right {
    width: 100%;
    margin-top: 40px;
  }
}
.wrap-details .introduce .info .right .tit h2 {
  color: #222;
  font-size: 34px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -2.04px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .tit h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.wrap-details .introduce .info .right .list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  flex-wrap: wrap;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .list {
    padding-bottom: 15px;
  }
}
.wrap-details .introduce .info .right .list ul {
  display: flex;
  align-items: center;
}
.wrap-details .introduce .info .right .list ul li {
  margin-right: 10px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #3CF384;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.84px;
  background: #3CF384;
  color: #000;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .pic {
    margin-top: 10px;
  }
}
.wrap-details .introduce .info .right .pic img {
  mix-blend-mode: multiply;
}
.wrap-details .introduce .info .right .editor-content {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .editor-content {
    padding-top: 15px;
  }
}
.wrap-details .introduce .info .right .editor-content b {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .editor-content b {
    font-size: 14px;
  }
}
.wrap-details .introduce .info .right .editor-content ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  height: 200px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .editor-content ul {
    height: auto;
    display: block;
  }
}
.wrap-details .introduce .info .right .editor-content ul li {
  vertical-align: top;
  list-style-type: disc;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.wrap-details .introduce .info .right .editor-content ul li::marker {
  font-size: 14px;
}
.wrap-details .introduce .info .right .editor-content ul li p {
  margin: 0;
}
.wrap-details .introduce .info .right .share {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  justify-content: end;
}
.wrap-details .introduce .info .right .share .share-to span {
  margin-right: 20px;
  color: #333;
  font-weight: 500;
}
.wrap-details .introduce .info .right .share ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .share ul {
    flex-direction: row;
    justify-content: start;
  }
}
.wrap-details .introduce .info .right .share ul li {
  display: inline-block;
  padding: 0 5px;
}
.wrap-details .introduce .info .right .share ul li a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #333;
  border: 2px solid #333;
  transition: all 0.3s ease;
}
.wrap-details .introduce .info .right .share ul li a i:hover {
  background: #3CF384;
  color: #fff;
  border: 2px solid #3CF384;
  opacity: 1;
}
.wrap-details .introduce .info .right .link {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .introduce .info .right .link {
    margin-top: 20px;
  }
}
.wrap-details .introduce .info .right .link a {
  margin: 10px 10px 10px 0;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 10px;
  background: #02330A;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-details .introduce .info .right .link a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #12B22D;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
.wrap-details .introduce .info .right .link a:hover {
  color: #fff;
}
.wrap-details .introduce .info .right .link a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1470px) {
  .wrap-details .introduce .info .right .link a {
    font-size: 14px;
    padding: 11px 27px;
  }
}
.wrap-details .details-tit h2 {
  color: #02330A;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1.8px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-tit h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.wrap-details .box-inner {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-details .box-inner {
    padding-top: 40px;
  }
}
.wrap-details .box-inner .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .box-inner .info {
    flex-direction: column;
  }
}
.wrap-details .box-inner .info .left {
  width: 25%;
}
@media (max-width: 1199px) {
  .wrap-details .box-inner .info .left {
    width: 100%;
  }
}
.wrap-details .box-inner .info .right {
  width: 60%;
}
@media (max-width: 1199px) {
  .wrap-details .box-inner .info .right {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-details .box-inner .info .right .editor-content {
  margin-top: 0;
  background: #F7F7F7;
  padding: 20px;
  border-radius: 10px;
}
.wrap-details .editor-content h2 {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.96px;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .editor-content h2 {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 26px;
  }
}
.wrap-details .editor-content p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  .wrap-details .editor-content p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-details .editor-content ul {
  padding-left: 20px;
}
.wrap-details .editor-content ul li {
  list-style-type: disc;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  .wrap-details .editor-content ul li {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-details .editor-content ul li p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  .wrap-details .editor-content ul li p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-details .editor-content .table-box {
  width: 100% !important;
  overflow: hidden;
}
.wrap-details .editor-content .table-box table {
  width: 100% !important;
}
.wrap-details .editor-content .table-box table tr:nth-child(2n+2) td {
  background: #fff;
}
.wrap-details .editor-content .table-box table tr td {
  padding: 8px;
  border-width: 1px;
  border-color: #ccc;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  .wrap-details .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-details .details-list {
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-details .details-list {
    padding-bottom: 40px;
  }
}
.wrap-details .details-list::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 1px;
  left: 36%;
  background: #DEDEDE;
  height: 100%;
  top: 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-list::before {
    display: none;
  }
}
.wrap-details .details-list .list-faq .right .item {
  margin-bottom: 20px;
}
.wrap-details .details-list .list-faq .right .item h2 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .list-faq .right .item h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.wrap-details .details-list .list-faq .right .item .txt {
  padding: 15px;
  border-radius: 6px;
  background: #F7F7F7;
}
.wrap-details .details-list .list-faq .right .item .txt p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
}
@media (max-width: 1199px) {
  .wrap-details .details-list .list-faq .right .item .txt p {
    letter-spacing: normal;
  }
}
.wrap-details .details-list .list-inquiry .info .right .common-form form .row .col-12 .form-group input,
.wrap-details .details-list .list-inquiry .info .right .common-form form .row .col-12 .form-group textarea {
  background: #F7F7F7;
}
.wrap-details .details-list .list-inquiry .info .right .common-form form .row .col-12 .submit-group {
  text-align: start;
}
.slick-factory {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .slick-factory {
    margin-top: 30px;
  }
}
.slick-factory .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .slick-factory .slick-list {
    margin: 0 -7px;
  }
}
.slick-factory .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .slick-factory .slick-slide {
    padding: 0 7px;
  }
}
.slick-factory .item:hover {
  cursor: pointer;
}
.slick-factory .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.slick-factory .item .pic .img-box {
  padding-bottom: calc(440 / 640 * 100%);
  border-radius: 10px;
}
.slick-factory .item .pic .img-box img {
  transition: all 1s ease;
}
.slick-factory .item .tit {
  margin-top: 20px;
}
.slick-factory .item .tit h2 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .slick-factory .item .tit h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.slick-factory .item .tit h2 span {
  margin-left: 20px;
  display: inline-block;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.global,
.home-global {
  background: #F7F7F7;
  padding: 110px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .global,
  .home-global {
    padding: 40px 0;
  }
}
.global .info,
.home-global .info {
  position: relative;
  padding-bottom: 10%;
}
@media (max-width: 1199px) {
  .global .info,
  .home-global .info {
    padding-bottom: 0;
  }
}
.global .info .h-tit h2,
.home-global .info .h-tit h2,
.global .info .a-tit h2,
.home-global .info .a-tit h2 {
  font-size: 36px;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .global .info .h-tit h2,
  .home-global .info .h-tit h2,
  .global .info .a-tit h2,
  .home-global .info .a-tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.global .info .pic,
.home-global .info .pic {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .global .info .pic,
  .home-global .info .pic {
    margin-top: 30px;
  }
}
.global .info .pic img,
.home-global .info .pic img {
  width: 95%;
  margin: 0 auto;
  height: auto;
  display: block;
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
}
.global .info .pic .map-group .item,
.home-global .info .pic .map-group .item {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #00E427;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 21%;
  left: 16%;
  z-index: 2;
}
.global .info .pic .map-group .item::before,
.home-global .info .pic .map-group .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: -1;
  border: 1px solid rgba(0, 228, 39, 0.34);
  background: rgba(0, 228, 39, 0.19);
  animation: border_animation 1.9s linear 0s infinite;
  -webkit-animation: border_animation 1.9s linear 0s infinite;
  animation-play-state: running;
  -webkit-animation-play-state: running;
}
.global .info .pic .map-group .item::after,
.home-global .info .pic .map-group .item::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: -1;
  border: 1px solid rgba(0, 228, 39, 0.34);
  background: rgba(255, 255, 255, 0.3);
  animation: border_animation 3.9s linear 0s infinite;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 1.6s;
  -webkit-animation-play-state: running;
}
.global .info .pic .map-group .item:nth-child(2),
.home-global .info .pic .map-group .item:nth-child(2) {
  top: 27%;
  left: 13%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(3),
.home-global .info .pic .map-group .item:nth-child(3) {
  top: 25%;
  left: 19%;
  transform: scale(1.2);
}
.global .info .pic .map-group .item:nth-child(4),
.home-global .info .pic .map-group .item:nth-child(4) {
  top: 30%;
  left: 18%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(5),
.home-global .info .pic .map-group .item:nth-child(5) {
  top: 35%;
  left: 16%;
}
.global .info .pic .map-group .item:nth-child(6),
.home-global .info .pic .map-group .item:nth-child(6) {
  top: 41%;
  left: 17%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(7),
.home-global .info .pic .map-group .item:nth-child(7) {
  top: 36%;
  left: 21%;
  transform: scale(0.5);
}
.global .info .pic .map-group .item:nth-child(8),
.home-global .info .pic .map-group .item:nth-child(8) {
  top: 42%;
  left: 21%;
}
.global .info .pic .map-group .item:nth-child(9),
.home-global .info .pic .map-group .item:nth-child(9) {
  top: 43%;
  left: 24%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(10),
.home-global .info .pic .map-group .item:nth-child(10) {
  top: 54%;
  left: 23%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(11),
.home-global .info .pic .map-group .item:nth-child(11) {
  top: 66%;
  left: 26%;
}
.global .info .pic .map-group .item:nth-child(12),
.home-global .info .pic .map-group .item:nth-child(12) {
  top: 68%;
  left: 31%;
  transform: scale(1.2);
}
.global .info .pic .map-group .item:nth-child(13),
.home-global .info .pic .map-group .item:nth-child(13) {
  top: 73%;
  left: 32%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(14),
.home-global .info .pic .map-group .item:nth-child(14) {
  top: 79%;
  left: 30%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(15),
.home-global .info .pic .map-group .item:nth-child(15) {
  top: 93%;
  left: 28%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(16),
.home-global .info .pic .map-group .item:nth-child(16) {
  top: 8%;
  left: 33%;
}
.global .info .pic .map-group .item:nth-child(17),
.home-global .info .pic .map-group .item:nth-child(17) {
  top: 6%;
  left: 36%;
  transform: scale(1.2);
}
.global .info .pic .map-group .item:nth-child(18),
.home-global .info .pic .map-group .item:nth-child(18) {
  top: 11%;
  left: 35%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(19),
.home-global .info .pic .map-group .item:nth-child(19) {
  top: 15%;
  left: 36%;
}
.global .info .pic .map-group .item:nth-child(20),
.home-global .info .pic .map-group .item:nth-child(20) {
  top: 20%;
  left: 34%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(21),
.home-global .info .pic .map-group .item:nth-child(21) {
  top: 11%;
  left: 39%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(22),
.home-global .info .pic .map-group .item:nth-child(22) {
  top: 31%;
  left: 45%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(23),
.home-global .info .pic .map-group .item:nth-child(23) {
  top: 23%;
  left: 50%;
}
.global .info .pic .map-group .item:nth-child(24),
.home-global .info .pic .map-group .item:nth-child(24) {
  top: 30%;
  left: 49%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(25),
.home-global .info .pic .map-group .item:nth-child(25) {
  top: 39%;
  left: 45%;
}
.global .info .pic .map-group .item:nth-child(26),
.home-global .info .pic .map-group .item:nth-child(26) {
  top: 33%;
  left: 53%;
  transform: scale(1.2);
}
.global .info .pic .map-group .item:nth-child(27),
.home-global .info .pic .map-group .item:nth-child(27) {
  top: 37%;
  left: 53%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(28),
.home-global .info .pic .map-group .item:nth-child(28) {
  top: 24%;
  left: 56%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(29),
.home-global .info .pic .map-group .item:nth-child(29) {
  top: 57%;
  left: 49%;
}
.global .info .pic .map-group .item:nth-child(30),
.home-global .info .pic .map-group .item:nth-child(30) {
  top: 63%;
  left: 53%;
  transform: scale(1.2);
}
.global .info .pic .map-group .item:nth-child(31),
.home-global .info .pic .map-group .item:nth-child(31) {
  top: 54%;
  left: 54%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(32),
.home-global .info .pic .map-group .item:nth-child(32) {
  top: 47%;
  left: 71%;
}
.global .info .pic .map-group .item:nth-child(33),
.home-global .info .pic .map-group .item:nth-child(33) {
  top: 54%;
  left: 73%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(33),
.home-global .info .pic .map-group .item:nth-child(33) {
  top: 47%;
  left: 74%;
  transform: scale(1.2);
}
.global .info .pic .map-group .item:nth-child(34),
.home-global .info .pic .map-group .item:nth-child(34) {
  top: 47%;
  left: 77%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(35),
.home-global .info .pic .map-group .item:nth-child(35) {
  top: 39%;
  left: 75%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(36),
.home-global .info .pic .map-group .item:nth-child(36) {
  top: 38%;
  left: 76%;
}
.global .info .pic .map-group .item:nth-child(37),
.home-global .info .pic .map-group .item:nth-child(37) {
  top: 78%;
  left: 79%;
}
.global .info .pic .map-group .item:nth-child(38),
.home-global .info .pic .map-group .item:nth-child(38) {
  top: 78%;
  left: 82%;
  transform: scale(0.7);
}
.global .info .pic .map-group .item:nth-child(39),
.home-global .info .pic .map-group .item:nth-child(39) {
  top: 79%;
  left: 84%;
  transform: scale(0.7);
}
.global .info .note,
.home-global .info .note {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 40%;
}
@media (max-width: 1199px) {
  .global .info .note,
  .home-global .info .note {
    position: relative;
    left: auto;
    margin-top: 20px;
    width: 100%;
    bottom: auto;
  }
}
.global .info .note b,
.home-global .info .note b {
  color: #02330A;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: -1.6px;
}
@media (max-width: 1199px) {
  .global .info .note b,
  .home-global .info .note b {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.global .info .note h2,
.home-global .info .note h2 {
  margin: 15px 0 0 0;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.48px;
}
@media (max-width: 1199px) {
  .global .info .note h2,
  .home-global .info .note h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.global .info .note .txt,
.home-global .info .note .txt {
  padding-top: 20px;
}
.global .info .note .txt p,
.home-global .info .note .txt p {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.36px;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .global .info .note .txt p,
  .home-global .info .note .txt p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.wrap-about {
  overflow: hidden;
}
.wrap-about .a-type span {
  display: block;
  color: #02330A;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-about .a-type span {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-about .a-tit {
  margin-top: 20px;
}
.wrap-about .a-tit h2 {
  color: #333;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -2.24px;
  margin: 0;
}
@media (max-width: 1470px) {
  .wrap-about .a-tit h2 {
    font-size: 52px;
    line-height: 68px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .a-tit h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.wrap-about .a-tit h2 span {
  color: #3AF483;
}
.wrap-about .a-txt p {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .a-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .introduce {
  padding: 110px 0 10vw 0;
}
@media (max-width: 1920px) {
  .wrap-about .introduce {
    padding: 110px 0 13vw 0;
  }
}
@media (max-width: 1199px) {
  .wrap-about .introduce {
    padding: 40px 0;
  }
}
.wrap-about .introduce .container {
  position: relative;
}
.wrap-about .introduce .group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-about .introduce .group {
    flex-direction: column;
  }
}
.wrap-about .introduce .group .left {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-about .introduce .group .left {
    width: 100%;
  }
}
.wrap-about .introduce .group .left .a-type span {
  color: #fff;
}
.wrap-about .introduce .group .left .a-tit h2 {
  color: #fff;
  font-weight: 600;
}
.wrap-about .introduce .group .right {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-about .introduce .group .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-about .introduce .group .right .customer {
  display: flex;
  align-items: center;
}
.wrap-about .introduce .group .right .customer ul {
  display: flex;
  align-items: center;
}
.wrap-about .introduce .group .right .customer ul li {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  justify-content: center;
}
.wrap-about .introduce .group .right .customer ul li img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-about .introduce .group .right .customer ul li:nth-child(2) {
  left: -30px;
}
.wrap-about .introduce .group .right .customer ul li:nth-child(3) {
  left: -60px;
}
.wrap-about .introduce .group .right .customer ul li:nth-child(4) {
  left: -90px;
  background: #3AF483;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .group .right .customer ul li:nth-child(4) {
    font-size: 16px;
    letter-spacing: normal;
  }
}
.wrap-about .introduce .group .right .customer .title {
  margin-left: -40px;
}
.wrap-about .introduce .group .right .customer .title p {
  color: #3AF483;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .group .right .customer .title p {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-about .introduce .group .right .note {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .group .right .note {
    padding: 20px 0;
  }
}
.wrap-about .introduce .group .right .note p {
  color: #E0E0E0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .group .right .note p {
    font-size: 14px;
  }
}
.wrap-about .introduce .group .right .more a {
  display: inline-block;
  padding: 20px 55px;
  border-radius: 10px;
  background: #3AF483;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-about .introduce .group .right .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
.wrap-about .introduce .group .right .more a:hover {
  color: #000000;
}
.wrap-about .introduce .group .right .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1199px) {
  .wrap-about .introduce .group .right .more a {
    padding: 15px 35px;
    font-size: 14px;
  }
}
.wrap-about .introduce .about-video {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  content: '';
  position: absolute;
  top: 16vw;
  z-index: 3;
  width: 100%;
}
@media (max-width: 1920px) {
  .wrap-about .introduce .about-video {
    top: 20vw;
  }
}
@media (max-width: 1470px) {
  .wrap-about .introduce .about-video {
    top: 24vw;
  }
}
@media (max-width: 1400px) {
  .wrap-about .introduce .about-video {
    top: 30vw;
  }
}
@media (max-width: 1199px) {
  .wrap-about .introduce .about-video {
    position: relative;
    top: auto;
    margin-top: 30px;
  }
}
.wrap-about .introduce .about-video:hover img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-about .introduce .about-video img {
  transition: all 1s ease;
  width: 100%;
  display: block;
  height: auto;
}
.wrap-about .introduce .about-video .play {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wrap-about .introduce .about-video .play a i {
  font-size: 120px;
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .about-video .play a i {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .wrap-about .introduce .about-video .play a i {
    font-size: 60px;
  }
}
.wrap-about .partner {
  background: #F7F7F7;
  padding: 23vw 0 110px 0;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .wrap-about .partner {
    padding: 25vw 0 110px 0;
  }
}
@media (max-width: 1810px) {
  .wrap-about .partner {
    padding: 30vw 0 110px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-about .partner {
    padding: 40px 0;
  }
}
.wrap-about .partner .info .a-txt {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .partner .info .a-txt {
    padding-top: 30px;
  }
}
.wrap-about .partner .info .slick-brand {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-about .partner .info .slick-brand {
    padding-top: 30px;
  }
}
.wrap-about .partner .info .slick-brand .slick-slide {
  margin: -25px;
}
@media (max-width: 1199px) {
  .wrap-about .partner .info .slick-brand .slick-slide {
    margin: -7px;
  }
}
.wrap-about .partner .info .slick-brand .item {
  padding: 25px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-about .partner .info .slick-brand .item {
    padding: 7px;
  }
}
.wrap-about .partner .info .slick-brand .item:hover .pic {
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
}
.wrap-about .partner .info .slick-brand .item:hover .pic .img-box img {
  transform: scale3d(1.03, 1.03, 1);
}
.wrap-about .partner .info .slick-brand .item .pic {
  border-radius: 15px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  overflow: hidden;
  transition: all 0.3s ease;
}
.wrap-about .partner .info .slick-brand .item .pic .img-box {
  padding-bottom: calc(110 / 240 * 100%);
}
.wrap-about .partner .info .slick-brand .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-about .partner .info .group-a-brand {
  display: flex;
  align-items: center;
  margin: 80px -15px 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .partner .info .group-a-brand {
    margin: 30px -7px 0 -7px;
  }
}
.wrap-about .partner .info .group-a-brand .item {
  width: 300px;
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .partner .info .group-a-brand .item {
    padding: 0 7px;
  }
}
.wrap-about .partner .info .group-a-brand .item .pic {
  border-radius: 15px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  overflow: hidden;
}
.wrap-about .partner .info .group-a-brand .item .pic .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(220 / 600 * 100%);
}
.wrap-about .factory {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-about .factory {
    padding: 40px 0;
  }
}
.wrap-about .factory .info .group {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .group {
    padding-top: 30px;
  }
}
.wrap-about .factory .info .group ul li.active .item {
  background: url(../img/line-active.png) no-repeat center;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .group ul li.active .item {
    background: transparent;
  }
}
.wrap-about .factory .info .group ul li.active .item .num-pic .num {
  display: none;
}
.wrap-about .factory .info .group ul li.active .item .note b {
  display: block;
}
.wrap-about .factory .info .group ul li.active .item .txt {
  padding-top: 20px;
}
.wrap-about .factory .info .group ul li.active .item .txt p {
  height: auto;
}
.wrap-about .factory .info .group ul li {
  cursor: pointer;
}
.wrap-about .factory .info .group ul li .item {
  padding: 60px;
  border-radius: 20px;
  background: url(../img/line.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .wrap-about .factory .info .group ul li .item {
    flex-direction: column;
    padding: 30px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .wrap-about .factory .info .group ul li .item {
    padding: 30px 15px;
  }
}
.wrap-about .factory .info .group ul li .item .tit {
  width: 23%;
}
@media (max-width: 991px) {
  .wrap-about .factory .info .group ul li .item .tit {
    width: 100%;
  }
}
.wrap-about .factory .info .group ul li .item .tit span {
  margin-bottom: 13px;
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .group ul li .item .tit span {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .factory .info .group ul li .item .tit h2 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.96px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .group ul li .item .tit h2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-about .factory .info .group ul li .item .num-pic {
  width: 35%;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .wrap-about .factory .info .group ul li .item .num-pic {
    width: 100%;
    padding: 15px 0;
  }
}
.wrap-about .factory .info .group ul li .item .num-pic .num b {
  display: block;
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .group ul li .item .num-pic .num b {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.wrap-about .factory .info .group ul li .item .num-pic .pic {
  display: none;
}
.wrap-about .factory .info .group ul li .item .num-pic .pic .img-box {
  padding-bottom: calc(420 / 660 * 100%);
  border-radius: 10px;
}
.wrap-about .factory .info .group ul li .item .note {
  width: 40%;
}
@media (max-width: 991px) {
  .wrap-about .factory .info .group ul li .item .note {
    width: 100%;
  }
}
.wrap-about .factory .info .group ul li .item .note b {
  display: none;
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .group ul li .item .note b {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.wrap-about .factory .info .group ul li .item .note .txt {
  transition: all 0.3s ease;
}
.wrap-about .factory .info .group ul li .item .note .txt p {
  color: #666;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.36px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
}
@media (max-width: 1199px) {
  .wrap-about .factory .info .group ul li .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
    height: 52px;
  }
}
.wrap-about .about-vr .pic {
  position: relative;
  overflow: hidden;
}
.wrap-about .about-vr .pic:hover img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-about .about-vr .pic img {
  width: 100%;
  display: block;
  height: auto;
  transition: all 1s ease;
}
.wrap-about .about-vr .pic .vr-link {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 8;
}
.wrap-about .about-vr .pic .vr-link a {
  width: 120px;
  height: 120px;
  display: flex;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-about .about-vr .pic .vr-link a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .wrap-about .about-vr .pic .vr-link a {
    width: 70px;
    height: 70px;
  }
}
.wrap-about .about-vr .pic .vr-link a:hover {
  background: #3CF384;
}
.wrap-about .about-vr .pic .vr-link a:hover img {
  transform: scale3d(1.2, 1.2, 1);
}
.wrap-about .about-vr .pic .vr-link a img {
  max-height: 70px;
  transition: all 0.4s ease;
  display: block;
}
@media (max-width: 767px) {
  .wrap-about .about-vr .pic .vr-link a img {
    max-height: 40px;
  }
}
.wrap-about .factory-display {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-about .factory-display {
    padding: 40px 0;
  }
}
.wrap-about .honor {
  padding: 120px 0;
  overflow: hidden;
  background: #F7F7F7;
}
@media (max-width: 1199px) {
  .wrap-about .honor {
    padding: 40px 0;
  }
}
.wrap-about .honor .info .slick-honor {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor {
    margin-top: 30px;
  }
}
.wrap-about .honor .info .slick-honor .slick-prev,
.wrap-about .honor .info .slick-honor .slick-next {
  top: -15%;
}
.wrap-about .honor .info .slick-honor .slick-next {
  right: 0;
}
.wrap-about .honor .info .slick-honor .slick-prev {
  left: 91%;
}
@media (max-width: 1710px) {
  .wrap-about .honor .info .slick-honor .slick-prev {
    left: 88%;
  }
}
@media (max-width: 1470px) {
  .wrap-about .honor .info .slick-honor .slick-prev {
    left: 88%;
  }
}
.wrap-about .honor .info .slick-honor .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor .slick-list {
    margin: 0 -7px;
  }
}
.wrap-about .honor .info .slick-honor .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .honor .info .slick-honor .item {
  transition: all 0.3s ease;
}
.wrap-about .honor .info .slick-honor .item:hover {
  cursor: pointer;
}
.wrap-about .honor .info .slick-honor .item:hover .pic::before {
  opacity: 1;
}
.wrap-about .honor .info .slick-honor .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-about .honor .info .slick-honor .item .pic {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #0B3406;
  background: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor .item .pic {
    padding: 15px;
  }
}
.wrap-about .honor .info .slick-honor .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #0B3406 0%, #FFF 100%);
  transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}
.wrap-about .honor .info .slick-honor .item .pic .img-box {
  padding-bottom: calc(760 / 520 * 100%);
  border-radius: 20px;
}
.wrap-about .honor .info .slick-honor .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-about .honor .info .slick-honor .item .tit {
  padding: 20px 15px;
}
.wrap-about .honor .info .slick-honor .item .tit h2 {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.72px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor .item .tit h2 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.wrap-about .home-news {
  padding: 140px 0;
}
@media (max-width: 1199px) {
  .wrap-about .home-news {
    padding: 40px 0;
  }
}
.wrap-about .home-news .info .top {
  padding-bottom: 60px;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-about .home-news .info .top {
    padding-bottom: 15px;
    flex-direction: column;
    align-items: start;
  }
}
.wrap-about .home-news .info .top .left {
  width: 80%;
}
@media (max-width: 1199px) {
  .wrap-about .home-news .info .top .left {
    width: 100%;
  }
}
.wrap-about .home-news .info .top .left .h-txt {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .home-news .info .top .left .h-txt {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .home-news .info .top .more {
    margin-top: 20px;
  }
}
.wrap-about .home-news .info .top .more a {
  display: inline-block;
  padding: 21px 65px;
  background: #02330A;
  border-radius: 10px;
  transition: all 0.3s ease;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-about .home-news .info .top .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #12B22D;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .wrap-about .home-news .info .top .more a {
    font-size: 14px;
    padding: 15px 40px;
  }
}
.wrap-about .home-news .info .top .more a:hover {
  color: #fff;
}
.wrap-about .home-news .info .top .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-about .home-news .info .slick-news {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .home-news .info .slick-news {
    margin-top: 20px;
  }
}
.wrap-about .home-news .info .slick-news .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-about .home-news .info .slick-news .slick-list {
    margin: 0 -7px;
  }
}
.wrap-about .home-news .info .slick-news .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-about .home-news .info .slick-news .slick-slide {
    padding: 0 7px;
  }
}
.wrap-about .home-news .info .slick-news .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-about .home-news .info .slick-news .item:hover .pic .type span {
  background: #fff;
  color: #000;
}
.wrap-about .home-news .info .slick-news .item:hover .note .tit a {
  color: #022C13;
  text-decoration: underline;
}
.wrap-about .home-news .info .slick-news .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-about .home-news .info .slick-news .item .pic .img-box {
  padding-bottom: calc(600 / 900 * 100%);
  border-radius: 10px;
}
.wrap-about .home-news .info .slick-news .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-about .home-news .info .slick-news .item .pic .type {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.wrap-about .home-news .info .slick-news .item .pic .type span {
  display: inline-block;
  padding: 10px 26px;
  font-size: 14px;
  color: #FFF;
  border-radius: 100px;
  transition: all 0.3s ease;
  background: rgba(247, 247, 247, 0.58);
  backdrop-filter: blur(14.19999981px);
}
@media (max-width: 991px) {
  .wrap-about .home-news .info .slick-news .item .pic .type span {
    padding: 5px 20px;
  }
}
.wrap-about .home-news .info .slick-news .item .note {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .home-news .info .slick-news .item .note {
    margin-top: 20px;
  }
}
.wrap-about .home-news .info .slick-news .item .note .tit a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-about .home-news .info .slick-news .item .note .tit a {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-about .home-news .info .slick-news .item .note .txt {
  margin-top: 20px;
}
.wrap-about .home-news .info .slick-news .item .note .txt p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-about .home-news .info .slick-news .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-about .home-news .info .slick-news .item .note .date {
  padding: 10px 0 10px 0;
}
.wrap-about .home-news .info .slick-news .item .note .date span {
  display: block;
  color: #707070;
  font-size: 12px;
}
.wrap-about .home-news .info .slick-news .item .note .more a {
  display: block;
  padding: 2px 2px 2px 2px;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s linear;
}
.wrap-about .home-news .info .slick-news .item .note .more a:hover {
  color: #3CF384;
}
.wrap-about .home-news .info .slick-news .item .note .more a span {
  position: relative;
}
.wrap-about .home-news .info .slick-news .item .note .more a span::after {
  content: '>>';
  font-family: 'iconfont' !important;
  margin-left: 2px;
}
.wrap-home .h-type span {
  display: block;
  color: #02330A;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-home .h-type span {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-home .h-tit {
  margin-top: 20px;
}
.wrap-home .h-tit h2 {
  color: #333;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -2.24px;
  margin: 0;
}
@media (max-width: 1470px) {
  .wrap-home .h-tit h2 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .h-tit h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.wrap-home .h-tit h2 span {
  color: #3AF483;
}
.wrap-home .h-txt p {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .h-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-influence {
  padding: 150px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-influence {
    padding: 40px 0;
  }
}
.wrap-home .home-influence .h-tit h2 {
  color: #fff;
}
.wrap-home .home-influence .info .rd {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-influence .info .rd {
    flex-direction: column;
  }
}
.wrap-home .home-influence .info .rd .left {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-home .home-influence .info .rd .left {
    width: 100%;
  }
}
.wrap-home .home-influence .info .rd .left .h-type span {
  color: rgba(255, 255, 255, 0.55);
}
.wrap-home .home-influence .info .rd .left .h-txt {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-influence .info .rd .left .h-txt {
    padding-top: 30px;
  }
}
.wrap-home .home-influence .info .rd .left .h-txt p {
  color: #fff;
}
.wrap-home .home-influence .info .rd .left .more {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-home .home-influence .info .rd .left .more {
    margin-top: 30px;
  }
}
.wrap-home .home-influence .info .rd .left .more a {
  display: inline-block;
  padding: 21px 65px;
  background: #fff;
  transition: all 0.3s ease;
  color: #333;
  font-weight: 400;
  border-radius: 10px;
  line-height: normal;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-home .home-influence .info .rd .left .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #12B22D;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-influence .info .rd .left .more a {
    font-size: 14px;
    padding: 15px 35px;
  }
}
.wrap-home .home-influence .info .rd .left .more a:hover {
  color: #fff;
}
.wrap-home .home-influence .info .rd .left .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-home .home-influence .info .rd .right {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-home .home-influence .info .rd .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-home .home-influence .info .rd .right .pic {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.wrap-home .home-influence .info .rd .right .pic:hover img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-home .home-influence .info .rd .right .pic img {
  display: block;
  width: 100%;
  transition: all 1s ease;
  height: auto;
}
.wrap-home .home-influence .info .rd .right .pic .vr-link {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 8;
}
.wrap-home .home-influence .info .rd .right .pic .vr-link a {
  width: 120px;
  height: 120px;
  display: flex;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-influence .info .rd .right .pic .vr-link a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-influence .info .rd .right .pic .vr-link a {
    width: 70px;
    height: 70px;
  }
}
.wrap-home .home-influence .info .rd .right .pic .vr-link a:hover {
  background: #12B22D;
}
.wrap-home .home-influence .info .rd .right .pic .vr-link a:hover img {
  transform: scale3d(1.2, 1.2, 1);
}
.wrap-home .home-influence .info .rd .right .pic .vr-link a img {
  max-height: 60px;
  transition: all 0.4s ease;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-home .home-influence .info .rd .right .pic .vr-link a img {
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-influence .info .rd .right .pic .vr-link a img {
    max-height: 40px;
  }
}
.wrap-home .home-influence .info .factory {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-home .home-influence .info .factory {
    padding-top: 20px;
  }
}
.wrap-home .home-influence .info .factory .slick-factory .slick-prev,
.wrap-home .home-influence .info .factory .slick-factory .slick-next {
  top: -20%;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.5;
}
.wrap-home .home-influence .info .factory .slick-factory .slick-prev:hover,
.wrap-home .home-influence .info .factory .slick-factory .slick-next:hover {
  opacity: 1;
}
.wrap-home .home-influence .info .factory .slick-factory .slick-prev {
  left: 92%;
}
@media (max-width: 1470px) {
  .wrap-home .home-influence .info .factory .slick-factory .slick-prev {
    left: 88%;
  }
}
.wrap-home .home-influence .info .factory .slick-factory .slick-next {
  right: 0%;
}
.wrap-home .home-influence .info .factory .slick-factory .item .tit h2 {
  color: #fff;
}
.wrap-home .home-influence .info .factory .slick-factory .item .tit h2 span {
  color: rgba(255, 255, 255, 0.6);
}
.wrap-home .home-oem {
  background: #F7F7F7;
  padding: 130px 0 240px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem {
    padding: 40px 0;
  }
}
.wrap-home .home-oem .info .h-txt {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .h-txt {
    padding-top: 20px;
  }
}
.wrap-home .home-oem .info .slick-oem {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem {
    margin-top: 30px;
  }
}
.wrap-home .home-oem .info .slick-oem .slick-prev,
.wrap-home .home-oem .info .slick-oem .slick-next {
  top: 120%;
}
.wrap-home .home-oem .info .slick-oem .slick-prev {
  left: 92%;
}
@media (max-width: 1470px) {
  .wrap-home .home-oem .info .slick-oem .slick-prev {
    left: 89%;
  }
}
.wrap-home .home-oem .info .slick-oem .slick-next {
  right: 0;
}
.wrap-home .home-oem .info .slick-oem .slick-dots {
  bottom: -30px;
  text-align: end;
  white-space: nowrap;
  overflow: auto;
}
.wrap-home .home-oem .info .slick-oem .slick-dots::-webkit-scrollbar {
  border-radius: 5px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.wrap-home .home-oem .info .slick-oem .slick-dots::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.wrap-home .home-oem .info .slick-oem .slick-dots::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
.wrap-home .home-oem .info .slick-oem .slick-dots::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-home .home-oem .info .slick-oem .slick-dots li.slick-active {
  width: 7.75vw;
  background: #022C13;
  border-radius: 20px;
}
.wrap-home .home-oem .info .slick-oem .slick-dots li.slick-active button::before {
  width: 7.75vw;
  background: #022C13;
  border-radius: 20px;
}
.wrap-home .home-oem .info .slick-oem .slick-dots li {
  width: 7.75vw;
  height: 0.31vw;
  margin: 0;
  border-radius: 0;
}
.wrap-home .home-oem .info .slick-oem .slick-dots li button {
  width: 7.75vw;
  height: 0.31vw;
  border-radius: 0;
}
.wrap-home .home-oem .info .slick-oem .slick-dots li button::before {
  width: 7.75vw;
  height: 0.31vw;
  border-radius: 0;
}
.wrap-home .home-oem .info .slick-oem .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .slick-list {
    margin: 0 -7px;
  }
}
.wrap-home .home-oem .info .slick-oem .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-oem .info .slick-oem .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-home .home-oem .info .slick-oem .item:hover .pic .pic-note {
  opacity: 0;
  visibility: hidden;
}
.wrap-home .home-oem .info .slick-oem .item:hover .pic .pic-up {
  transform: translateY(0);
}
.wrap-home .home-oem .info .slick-oem .item:hover .pic .pic-up .top .open-img img {
  animation: swing 1s ease;
}
.wrap-home .home-oem .info .slick-oem .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-home .home-oem .info .slick-oem .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.wrap-home .home-oem .info .slick-oem .item .pic .img-box {
  padding-bottom: calc(550 / 530 * 100%);
  border-radius: 10px;
}
.wrap-home .home-oem .info .slick-oem .item .pic .img-box img {
  transition: all 1.5s ease;
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-note {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .item .pic .pic-note {
    padding: 15px;
  }
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-note .tit h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .item .pic .pic-note .tit h2 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-note .txt {
  padding-top: 20px;
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-note .txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .item .pic .pic-note .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-up {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #022C13;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-up .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-up .top h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin: 0;
  padding-right: 20px;
  width: 80%;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .item .pic .pic-up .top h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    padding-right: 0;
  }
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-up .top .open-img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .item .pic .pic-up .top .open-img {
    width: 45px;
    height: 45px;
    display: none;
  }
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-up .top .open-img img {
  max-height: 30px;
  display: block;
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .type span {
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid #9F9F9F;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.32px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .type span {
    padding: 5px 15px;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .type span:hover {
  background: #fff;
  color: #222;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .type span {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .num {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .num {
    padding-top: 15px;
  }
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .num b {
  color: #FFF;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -1.6px;
}
@media (max-width: 1470px) {
  .wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .num b {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .num b {
    font-size: 34px;
    letter-spacing: normal;
    line-height: 40px;
  }
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .txt {
  padding-top: 15px;
}
.wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .txt p {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.48px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-oem .info .slick-oem .item .pic .pic-up .end .txt p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.wrap-home .home-advantage {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage {
    padding: 40px 0;
  }
}
.wrap-home .home-advantage .info .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-advantage .info .top .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .top .left {
    width: 100%;
  }
}
.wrap-home .home-advantage .info .top .txt {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .top .txt {
    width: 100%;
  }
}
.wrap-home .home-advantage .info .h-type span {
  color: #fff;
}
.wrap-home .home-advantage .info .h-tit h2 {
  color: #fff;
}
.wrap-home .home-advantage .info .more {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .more {
    margin-top: 30px;
  }
}
.wrap-home .home-advantage .info .more a {
  display: inline-block;
  padding: 21px 65px;
  border-radius: 10px;
  background: #3AF483;
  transition: all 0.3s ease;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-home .home-advantage .info .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .more a {
    padding: 15px 35px;
    font-size: 14px;
  }
}
.wrap-home .home-advantage .info .more a:hover {
  color: #222;
}
.wrap-home .home-advantage .info .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-home .home-advantage .info .txt {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .txt {
    margin-top: 20px;
  }
}
.wrap-home .home-advantage .info .txt p {
  color: rgba(255, 255, 255, 0.77);
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.6px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .txt p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-home .home-advantage .info .group {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .group {
    padding-top: 30px;
  }
}
.wrap-home .home-advantage .info .group .tit h2 {
  color: rgba(255, 255, 255, 0.53);
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .group .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-home .home-advantage .info .group .row {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .group .row {
    padding-top: 30px;
  }
}
.wrap-home .home-advantage .info .group .row .col-12 {
  height: auto;
}
@media (max-width: 991px) {
  .wrap-home .home-advantage .info .group .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-advantage .info .group .row .col-12 {
    width: 100%;
  }
}
.wrap-home .home-advantage .info .group .row .col-12 .item {
  height: 100%;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(68.57% 68.57% at 50% 44.29%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 100%);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-home .home-advantage .info .group .row .col-12 .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/line3.png) no-repeat center;
  background-size: 100% 100%;
  transform: translateY(100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.wrap-home .home-advantage .info .group .row .col-12 .item:hover::before {
  opacity: 1;
  transform: translateY(0);
}
.wrap-home .home-advantage .info .group .row .col-12 .item:hover .pic::before {
  opacity: 1;
}
.wrap-home .home-advantage .info .group .row .col-12 .item:hover .pic img {
  animation: swing 1s ease;
}
.wrap-home .home-advantage .info .group .row .col-12 .item .pic {
  transition: all 0.4s ease;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(68.57% 68.57% at 50% 44.29%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .group .row .col-12 .item .pic {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-advantage .info .group .row .col-12 .item .pic {
    width: 50px;
    height: 50px;
  }
}
.wrap-home .home-advantage .info .group .row .col-12 .item .pic img {
  max-height: 35px;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .group .row .col-12 .item .pic img {
    max-height: 30px;
  }
}
.wrap-home .home-advantage .info .group .row .col-12 .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s ease;
  background: radial-gradient(68.57% 68.57% at 50% 44.29%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.49) 100%);
  opacity: 0;
}
.wrap-home .home-advantage .info .group .row .col-12 .item h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .group .row .col-12 .item h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-home .home-advantage .info .factory {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage .info .factory {
    padding-top: 20px;
  }
}
.wrap-home .home-advantage .info .factory .slick-factory .slick-prev,
.wrap-home .home-advantage .info .factory .slick-factory .slick-next {
  top: -20%;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.5;
}
.wrap-home .home-advantage .info .factory .slick-factory .slick-prev:hover,
.wrap-home .home-advantage .info .factory .slick-factory .slick-next:hover {
  opacity: 1;
}
.wrap-home .home-advantage .info .factory .slick-factory .slick-prev {
  left: 92%;
}
@media (max-width: 1470px) {
  .wrap-home .home-advantage .info .factory .slick-factory .slick-prev {
    left: 88%;
  }
}
.wrap-home .home-advantage .info .factory .slick-factory .slick-next {
  right: 0%;
}
.wrap-home .home-advantage .info .factory .slick-factory .item .tit h2 {
  color: #fff;
}
.wrap-home .home-advantage .info .factory .slick-factory .item .tit h2 span {
  color: rgba(255, 255, 255, 0.6);
}
.wrap-home .home-product {
  padding: 140px 0;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .wrap-home .home-product {
    padding: 40px 0;
    background-attachment: local;
  }
}
.wrap-home .home-product .top {
  padding-bottom: 60px;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .top {
    padding-bottom: 15px;
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-product .top .left {
  width: 80%;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .top .left {
    width: 100%;
  }
}
.wrap-home .home-product .top .left .h-type span {
  color: #fff;
}
.wrap-home .home-product .top .left .h-tit h2 {
  color: #fff;
}
.wrap-home .home-product .top .left .h-txt p {
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .top .more {
    margin-top: 20px;
  }
}
.wrap-home .home-product .top .more a {
  display: inline-block;
  padding: 21px 65px;
  background: #02330A;
  border-radius: 10px;
  transition: all 0.3s ease;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-home .home-product .top .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #12B22D;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .top .more a {
    font-size: 14px;
    padding: 15px 40px;
  }
}
.wrap-home .home-product .top .more a:hover {
  color: #fff;
}
.wrap-home .home-product .top .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-home .home-product .slick-product {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product {
    margin-top: 30px;
  }
}
.wrap-home .home-product .slick-product .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .slick-list {
    margin: 0 -7px;
  }
}
.wrap-home .home-product .slick-product .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-product .slick-product .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-home .home-product .slick-product .item:hover .pic .open-more {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.wrap-home .home-product .slick-product .item .pic {
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.wrap-home .home-product .slick-product .item .pic .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(810 / 790 * 100%);
}
.wrap-home .home-product .slick-product .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-product .slick-product .item .pic .open-more {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.wrap-home .home-product .slick-product .item .pic .open-more a {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.wrap-home .home-product .slick-product .item .pic .open-more a:hover {
  background: #12B22D;
}
.wrap-home .home-product .slick-product .item .pic .open-more a i {
  margin-left: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  font-size: 18px;
}
.wrap-home .home-product .slick-product .item .tit {
  margin-top: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .tit {
    margin-top: 20px;
  }
}
.wrap-home .home-product .slick-product .item .tit:hover {
  color: #12B22D;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .tit {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
  }
}
.wrap-home .home-case {
  padding: 140px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-case {
    padding: 40px 0;
  }
}
.wrap-home .home-case .info .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-case .info .top .left {
  width: 80%;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .top .left {
    width: 100%;
  }
}
.wrap-home .home-case .info .top .left .h-type span {
  color: #fff;
}
.wrap-home .home-case .info .top .left .h-tit h2 {
  color: #fff;
}
.wrap-home .home-case .info .top .left .h-txt {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .top .left .h-txt {
    padding-top: 20px;
  }
}
.wrap-home .home-case .info .top .left .h-txt p {
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .top .more {
    margin-top: 15px;
  }
}
.wrap-home .home-case .info .top .more a {
  display: inline-block;
  padding: 21px 65px;
  background: #02330A;
  border-radius: 10px;
  transition: all 0.3s ease;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-home .home-case .info .top .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #12B22D;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .top .more a {
    font-size: 14px;
    padding: 15px 40px;
  }
}
.wrap-home .home-case .info .top .more a:hover {
  color: #222;
}
.wrap-home .home-case .info .top .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-home .home-case .info .slick-case {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .slick-case {
    padding-top: 30px;
  }
}
.wrap-home .home-case .info .slick-case .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .slick-case .slick-list {
    margin: 0 -7px;
  }
}
.wrap-home .home-case .info .slick-case .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .slick-case .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-case .info .slick-case .item:hover {
  cursor: pointer;
}
.wrap-home .home-case .info .slick-case .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-home .home-case .info .slick-case .item:hover .tit a {
  text-decoration: underline;
}
.wrap-home .home-case .info .slick-case .item .pic .img-box {
  border-radius: 10px;
  padding-bottom: calc(480 / 790 * 100%);
}
.wrap-home .home-case .info .slick-case .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-case .info .slick-case .item .note {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .slick-case .item .note {
    margin-top: 20px;
  }
}
.wrap-home .home-case .info .slick-case .item .note .tit a {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.96px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .slick-case .item .note .tit a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    height: 24px;
  }
}
.wrap-home .home-case .info .slick-case .item .note .date {
  margin-top: 15px;
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.wrap-home .home-case .info .group-brand {
  display: flex;
  align-items: center;
  margin: 80px -15px 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .group-brand {
    margin: 30px -7px 0 -7px;
  }
}
.wrap-home .home-case .info .group-brand .item {
  width: 300px;
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-case .info .group-brand .item {
    padding: 0 7px;
  }
}
.wrap-home .home-case .info .group-brand .item .pic {
  border-radius: 15px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  overflow: hidden;
}
.wrap-home .home-case .info .group-brand .item .pic .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(220 / 600 * 100%);
}
.wrap-home .home-news {
  padding: 140px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding: 40px 0;
  }
}
.wrap-home .home-news .info .top {
  padding-bottom: 60px;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .top {
    padding-bottom: 15px;
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-news .info .top .left {
  width: 80%;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .top .left {
    width: 100%;
  }
}
.wrap-home .home-news .info .top .left .h-txt {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .top .left .h-txt {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .top .more {
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .top .more a {
  display: inline-block;
  padding: 21px 65px;
  background: #02330A;
  border-radius: 10px;
  transition: all 0.3s ease;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-home .home-news .info .top .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #12B22D;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .top .more a {
    font-size: 14px;
    padding: 15px 40px;
  }
}
.wrap-home .home-news .info .top .more a:hover {
  color: #fff;
}
.wrap-home .home-news .info .top .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-home .home-news .info .slick-news {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news {
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .slick-news .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .slick-list {
    margin: 0 -7px;
  }
}
.wrap-home .home-news .info .slick-news .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-news .info .slick-news .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-home .home-news .info .slick-news .item:hover .pic .type span {
  background: #fff;
  color: #000;
}
.wrap-home .home-news .info .slick-news .item:hover .note .tit a {
  color: #022C13;
  text-decoration: underline;
}
.wrap-home .home-news .info .slick-news .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-home .home-news .info .slick-news .item .pic .img-box {
  padding-bottom: calc(600 / 900 * 100%);
  border-radius: 10px;
}
.wrap-home .home-news .info .slick-news .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-news .info .slick-news .item .pic .type {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.wrap-home .home-news .info .slick-news .item .pic .type span {
  display: inline-block;
  padding: 10px 26px;
  font-size: 14px;
  color: #FFF;
  border-radius: 100px;
  transition: all 0.3s ease;
  background: rgba(247, 247, 247, 0.58);
  backdrop-filter: blur(14.19999981px);
}
@media (max-width: 991px) {
  .wrap-home .home-news .info .slick-news .item .pic .type span {
    padding: 5px 20px;
  }
}
.wrap-home .home-news .info .slick-news .item .note {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .item .note {
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .slick-news .item .note .tit a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .item .note .tit a {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-home .home-news .info .slick-news .item .note .txt {
  margin-top: 20px;
}
.wrap-home .home-news .info .slick-news .item .note .txt p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-home .home-news .info .slick-news .item .note .date {
  padding: 10px 0 10px 0;
}
.wrap-home .home-news .info .slick-news .item .note .date span {
  display: block;
  color: #707070;
  font-size: 12px;
}
.wrap-home .home-news .info .slick-news .item .note .more a {
  display: block;
  padding: 2px 2px 2px 2px;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s linear;
}
.wrap-home .home-news .info .slick-news .item .note .more a:hover {
  color: #3CF384;
}
.wrap-home .home-news .info .slick-news .item .note .more a span {
  position: relative;
}
.wrap-home .home-news .info .slick-news .item .note .more a span::after {
  content: '>>';
  font-family: 'iconfont' !important;
  margin-left: 2px;
}
.wrap-factory .factory {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-factory .factory {
    padding: 40px 0;
  }
}
.wrap-factory .factory .info .a-type span {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-factory .factory .info .a-type span {
    font-size: 24px;
    line-height: 34px;
  }
}
.wrap-factory .factory .info .a-tit {
  padding-top: 20px;
}
.wrap-factory .factory .info .a-tit h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .wrap-factory .factory .info .a-tit h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.wrap-factory .factory .info .group {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .wrap-factory .factory .info .group {
    padding-top: 30px;
  }
}
.wrap-factory .factory .info .group ul li.active .item {
  background: url(../img/line-active.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .wrap-factory .factory .info .group ul li.active .item {
    background: transparent;
  }
}
.wrap-factory .factory .info .group ul li.active .item .num-pic .num {
  display: none;
}
.wrap-factory .factory .info .group ul li.active .item .note b {
  display: block;
}
.wrap-factory .factory .info .group ul li.active .item .txt {
  padding-top: 20px;
}
.wrap-factory .factory .info .group ul li.active .item .txt p {
  height: auto;
}
.wrap-factory .factory .info .group ul li {
  cursor: pointer;
}
.wrap-factory .factory .info .group ul li .item {
  padding: 60px;
  border-radius: 20px;
  background: url(../img/line.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .wrap-factory .factory .info .group ul li .item {
    flex-direction: column;
    padding: 30px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .wrap-factory .factory .info .group ul li .item {
    padding: 30px 15px;
  }
}
.wrap-factory .factory .info .group ul li .item .tit {
  width: 23%;
}
@media (max-width: 991px) {
  .wrap-factory .factory .info .group ul li .item .tit {
    width: 100%;
  }
}
.wrap-factory .factory .info .group ul li .item .tit span {
  margin-bottom: 13px;
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-factory .factory .info .group ul li .item .tit span {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-factory .factory .info .group ul li .item .tit h2 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.96px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-factory .factory .info .group ul li .item .tit h2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-factory .factory .info .group ul li .item .num-pic {
  width: 35%;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .wrap-factory .factory .info .group ul li .item .num-pic {
    width: 100%;
    padding: 15px 0;
  }
}
.wrap-factory .factory .info .group ul li .item .num-pic .num {
  display: none;
}
.wrap-factory .factory .info .group ul li .item .num-pic .num b {
  display: block;
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .wrap-factory .factory .info .group ul li .item .num-pic .num b {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.wrap-factory .factory .info .group ul li .item .num-pic .pic {
  display: none;
}
.wrap-factory .factory .info .group ul li .item .num-pic .pic .img-box {
  padding-bottom: calc(420 / 660 * 100%);
  border-radius: 10px;
}
.wrap-factory .factory .info .group ul li .item .note {
  width: 40%;
}
@media (max-width: 991px) {
  .wrap-factory .factory .info .group ul li .item .note {
    width: 100%;
  }
}
.wrap-factory .factory .info .group ul li .item .note b {
  display: none;
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .wrap-factory .factory .info .group ul li .item .note b {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.wrap-factory .factory .info .group ul li .item .note .txt {
  transition: all 0.3s ease;
}
.wrap-factory .factory .info .group ul li .item .note .txt p {
  color: #666;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.36px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-factory .factory .info .group ul li .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-factory .home-advantage {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage {
    padding: 40px 0;
  }
}
.wrap-factory .home-advantage .info .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-factory .home-advantage .info .top .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .top .left {
    width: 100%;
  }
}
.wrap-factory .home-advantage .info .top .txt {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .top .txt {
    width: 100%;
  }
}
.wrap-factory .home-advantage .info .h-type span {
  color: #fff;
}
.wrap-factory .home-advantage .info .h-tit h2 {
  color: #fff;
}
.wrap-factory .home-advantage .info .more {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .more {
    margin-top: 30px;
  }
}
.wrap-factory .home-advantage .info .more a {
  display: inline-block;
  padding: 21px 65px;
  border-radius: 10px;
  background: #3AF483;
  transition: all 0.3s ease;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-factory .home-advantage .info .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .more a {
    padding: 15px 35px;
    font-size: 14px;
  }
}
.wrap-factory .home-advantage .info .more a:hover {
  color: #222;
}
.wrap-factory .home-advantage .info .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-factory .home-advantage .info .txt {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .txt {
    margin-top: 20px;
  }
}
.wrap-factory .home-advantage .info .txt p {
  color: rgba(255, 255, 255, 0.77);
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.6px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .txt p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-factory .home-advantage .info .group {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .group {
    padding-top: 30px;
  }
}
.wrap-factory .home-advantage .info .group .tit h2 {
  color: rgba(255, 255, 255, 0.53);
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .group .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-factory .home-advantage .info .group .row {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .group .row {
    padding-top: 30px;
  }
}
.wrap-factory .home-advantage .info .group .row .col-12 {
  height: auto;
}
@media (max-width: 991px) {
  .wrap-factory .home-advantage .info .group .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-factory .home-advantage .info .group .row .col-12 {
    width: 100%;
  }
}
.wrap-factory .home-advantage .info .group .row .col-12 .item {
  height: 100%;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(68.57% 68.57% at 50% 44.29%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 100%);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-factory .home-advantage .info .group .row .col-12 .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/line3.png) no-repeat center;
  background-size: 100% 100%;
  transform: translateY(100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.wrap-factory .home-advantage .info .group .row .col-12 .item:hover::before {
  opacity: 1;
  transform: translateY(0);
}
.wrap-factory .home-advantage .info .group .row .col-12 .item:hover .pic::before {
  opacity: 1;
}
.wrap-factory .home-advantage .info .group .row .col-12 .item:hover .pic img {
  animation: swing 1s ease;
}
.wrap-factory .home-advantage .info .group .row .col-12 .item .pic {
  transition: all 0.4s ease;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(68.57% 68.57% at 50% 44.29%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .group .row .col-12 .item .pic {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .wrap-factory .home-advantage .info .group .row .col-12 .item .pic {
    width: 50px;
    height: 50px;
  }
}
.wrap-factory .home-advantage .info .group .row .col-12 .item .pic img {
  max-height: 35px;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .group .row .col-12 .item .pic img {
    max-height: 30px;
  }
}
.wrap-factory .home-advantage .info .group .row .col-12 .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s ease;
  background: radial-gradient(68.57% 68.57% at 50% 44.29%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.49) 100%);
  opacity: 0;
}
.wrap-factory .home-advantage .info .group .row .col-12 .item h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .group .row .col-12 .item h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-factory .home-advantage .info .factory {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-factory .home-advantage .info .factory {
    padding-top: 20px;
  }
}
.wrap-factory .home-advantage .info .factory .slick-factory .slick-prev,
.wrap-factory .home-advantage .info .factory .slick-factory .slick-next {
  top: -20%;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.5;
}
.wrap-factory .home-advantage .info .factory .slick-factory .slick-prev:hover,
.wrap-factory .home-advantage .info .factory .slick-factory .slick-next:hover {
  opacity: 1;
}
.wrap-factory .home-advantage .info .factory .slick-factory .slick-prev {
  left: 92%;
}
@media (max-width: 1470px) {
  .wrap-factory .home-advantage .info .factory .slick-factory .slick-prev {
    left: 88%;
  }
}
.wrap-factory .home-advantage .info .factory .slick-factory .slick-next {
  right: 0%;
}
.wrap-factory .home-advantage .info .factory .slick-factory .item .tit h2 {
  color: #fff;
}
.wrap-factory .home-advantage .info .factory .slick-factory .item .tit h2 span {
  color: rgba(255, 255, 255, 0.6);
}
.wrap-factory .factory-development {
  padding: 40px 0;
}
.wrap-factory .about-vr .pic {
  position: relative;
  overflow: hidden;
}
.wrap-factory .about-vr .pic:hover img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-factory .about-vr .pic img {
  width: 100%;
  display: block;
  height: auto;
  transition: all 1s ease;
}
.wrap-factory .about-vr .pic .vr-link {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 8;
}
.wrap-factory .about-vr .pic .vr-link a {
  width: 120px;
  height: 120px;
  display: flex;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-factory .about-vr .pic .vr-link a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .wrap-factory .about-vr .pic .vr-link a {
    width: 70px;
    height: 70px;
  }
}
.wrap-factory .about-vr .pic .vr-link a:hover {
  background: #3CF384;
}
.wrap-factory .about-vr .pic .vr-link a:hover img {
  transform: scale3d(1.2, 1.2, 1);
}
.wrap-factory .about-vr .pic .vr-link a img {
  max-height: 70px;
  transition: all 0.4s ease;
  display: block;
}
@media (max-width: 767px) {
  .wrap-factory .about-vr .pic .vr-link a img {
    max-height: 40px;
  }
}
.wrap-factory .honor {
  padding: 120px 0;
  overflow: hidden;
  background: #F7F7F7;
}
@media (max-width: 1199px) {
  .wrap-factory .honor {
    padding: 40px 0;
  }
}
.wrap-factory .honor .info .slick-honor {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-factory .honor .info .slick-honor {
    margin-top: 30px;
  }
}
.wrap-factory .honor .info .slick-honor .slick-prev,
.wrap-factory .honor .info .slick-honor .slick-next {
  top: -15%;
}
.wrap-factory .honor .info .slick-honor .slick-next {
  right: 0;
}
.wrap-factory .honor .info .slick-honor .slick-prev {
  left: 91%;
}
@media (max-width: 1710px) {
  .wrap-factory .honor .info .slick-honor .slick-prev {
    left: 88%;
  }
}
@media (max-width: 1470px) {
  .wrap-factory .honor .info .slick-honor .slick-prev {
    left: 88%;
  }
}
.wrap-factory .honor .info .slick-honor .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-factory .honor .info .slick-honor .slick-list {
    margin: 0 -7px;
  }
}
.wrap-factory .honor .info .slick-honor .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-factory .honor .info .slick-honor .slick-slide {
    padding: 0 7px;
  }
}
.wrap-factory .honor .info .slick-honor .item {
  transition: all 0.3s ease;
}
.wrap-factory .honor .info .slick-honor .item:hover {
  cursor: pointer;
}
.wrap-factory .honor .info .slick-honor .item:hover .pic::before {
  opacity: 1;
}
.wrap-factory .honor .info .slick-honor .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-factory .honor .info .slick-honor .item .pic {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #0B3406;
  background: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wrap-factory .honor .info .slick-honor .item .pic {
    padding: 15px;
  }
}
.wrap-factory .honor .info .slick-honor .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #0B3406 0%, #FFF 100%);
  transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}
.wrap-factory .honor .info .slick-honor .item .pic .img-box {
  padding-bottom: calc(760 / 520 * 100%);
  border-radius: 20px;
}
.wrap-factory .honor .info .slick-honor .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-factory .honor .info .slick-honor .item .tit {
  padding: 20px 15px;
}
.wrap-factory .honor .info .slick-honor .item .tit h2 {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.72px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-factory .honor .info .slick-honor .item .tit h2 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.wrap-team .home-advantage {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage {
    padding: 40px 0;
  }
}
.wrap-team .home-advantage .info .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-team .home-advantage .info .top .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .top .left {
    width: 100%;
  }
}
.wrap-team .home-advantage .info .top .txt {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .top .txt {
    width: 100%;
  }
}
.wrap-team .home-advantage .info .h-type span {
  color: #fff;
}
.wrap-team .home-advantage .info .h-tit h2 {
  color: #fff;
}
.wrap-team .home-advantage .info .more {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .more {
    margin-top: 30px;
  }
}
.wrap-team .home-advantage .info .more a {
  display: inline-block;
  padding: 21px 65px;
  border-radius: 10px;
  background: #3AF483;
  transition: all 0.3s ease;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-team .home-advantage .info .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .more a {
    padding: 15px 35px;
    font-size: 14px;
  }
}
.wrap-team .home-advantage .info .more a:hover {
  color: #222;
}
.wrap-team .home-advantage .info .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-team .home-advantage .info .txt {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .txt {
    margin-top: 20px;
  }
}
.wrap-team .home-advantage .info .txt p {
  color: rgba(255, 255, 255, 0.77);
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.6px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .txt p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.wrap-team .home-advantage .info .group {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .group {
    padding-top: 30px;
  }
}
.wrap-team .home-advantage .info .group .tit h2 {
  color: rgba(255, 255, 255, 0.53);
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .group .tit h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-team .home-advantage .info .group .row {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .group .row {
    padding-top: 30px;
  }
}
.wrap-team .home-advantage .info .group .row .col-12 {
  height: auto;
}
@media (max-width: 991px) {
  .wrap-team .home-advantage .info .group .row .col-12 {
    width: 50%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-team .home-advantage .info .group .row .col-12 {
    width: 100%;
  }
}
.wrap-team .home-advantage .info .group .row .col-12 .item {
  height: 100%;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(68.57% 68.57% at 50% 44.29%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 100%);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-team .home-advantage .info .group .row .col-12 .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/line3.png) no-repeat center;
  background-size: 100% 100%;
  transform: translateY(100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.wrap-team .home-advantage .info .group .row .col-12 .item:hover::before {
  opacity: 1;
  transform: translateY(0);
}
.wrap-team .home-advantage .info .group .row .col-12 .item:hover .pic::before {
  opacity: 1;
}
.wrap-team .home-advantage .info .group .row .col-12 .item:hover .pic img {
  animation: swing 1s ease;
}
.wrap-team .home-advantage .info .group .row .col-12 .item .pic {
  transition: all 0.4s ease;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(68.57% 68.57% at 50% 44.29%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .group .row .col-12 .item .pic {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .wrap-team .home-advantage .info .group .row .col-12 .item .pic {
    width: 50px;
    height: 50px;
  }
}
.wrap-team .home-advantage .info .group .row .col-12 .item .pic img {
  max-height: 35px;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .group .row .col-12 .item .pic img {
    max-height: 30px;
  }
}
.wrap-team .home-advantage .info .group .row .col-12 .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s ease;
  background: radial-gradient(68.57% 68.57% at 50% 44.29%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.49) 100%);
  opacity: 0;
}
.wrap-team .home-advantage .info .group .row .col-12 .item h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .group .row .col-12 .item h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-team .home-advantage .info .factory {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-team .home-advantage .info .factory {
    padding-top: 20px;
  }
}
.wrap-team .home-advantage .info .factory .slick-factory .slick-prev,
.wrap-team .home-advantage .info .factory .slick-factory .slick-next {
  top: -20%;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.5;
}
.wrap-team .home-advantage .info .factory .slick-factory .slick-prev:hover,
.wrap-team .home-advantage .info .factory .slick-factory .slick-next:hover {
  opacity: 1;
}
.wrap-team .home-advantage .info .factory .slick-factory .slick-prev {
  left: 92%;
}
@media (max-width: 1470px) {
  .wrap-team .home-advantage .info .factory .slick-factory .slick-prev {
    left: 88%;
  }
}
.wrap-team .home-advantage .info .factory .slick-factory .slick-next {
  right: 0%;
}
.wrap-team .home-advantage .info .factory .slick-factory .item .tit h2 {
  color: #fff;
}
.wrap-team .home-advantage .info .factory .slick-factory .item .tit h2 span {
  color: rgba(255, 255, 255, 0.6);
}
.wrap-team .home-oem {
  background: #F7F7F7;
  padding: 130px 0 240px 0;
}
@media (max-width: 1199px) {
  .wrap-team .home-oem {
    padding: 40px 0;
  }
}
.wrap-team .home-oem .info .h-txt {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .h-txt {
    padding-top: 20px;
  }
}
.wrap-team .home-oem .info .slick-oem {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem {
    margin-top: 30px;
  }
}
.wrap-team .home-oem .info .slick-oem .slick-prev,
.wrap-team .home-oem .info .slick-oem .slick-next {
  top: 120%;
}
.wrap-team .home-oem .info .slick-oem .slick-prev {
  left: 92%;
}
@media (max-width: 1470px) {
  .wrap-team .home-oem .info .slick-oem .slick-prev {
    left: 89%;
  }
}
.wrap-team .home-oem .info .slick-oem .slick-next {
  right: 0;
}
.wrap-team .home-oem .info .slick-oem .slick-dots {
  bottom: -30px;
  text-align: end;
  white-space: nowrap;
  overflow: auto;
}
.wrap-team .home-oem .info .slick-oem .slick-dots::-webkit-scrollbar {
  border-radius: 5px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.wrap-team .home-oem .info .slick-oem .slick-dots::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.wrap-team .home-oem .info .slick-oem .slick-dots::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
.wrap-team .home-oem .info .slick-oem .slick-dots::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-team .home-oem .info .slick-oem .slick-dots li.slick-active {
  width: 7.75vw;
  background: #022C13;
  border-radius: 20px;
}
.wrap-team .home-oem .info .slick-oem .slick-dots li.slick-active button::before {
  width: 7.75vw;
  background: #022C13;
  border-radius: 20px;
}
.wrap-team .home-oem .info .slick-oem .slick-dots li {
  width: 7.75vw;
  height: 0.31vw;
  margin: 0;
  border-radius: 0;
}
.wrap-team .home-oem .info .slick-oem .slick-dots li button {
  width: 7.75vw;
  height: 0.31vw;
  border-radius: 0;
}
.wrap-team .home-oem .info .slick-oem .slick-dots li button::before {
  width: 7.75vw;
  height: 0.31vw;
  border-radius: 0;
}
.wrap-team .home-oem .info .slick-oem .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .slick-list {
    margin: 0 -7px;
  }
}
.wrap-team .home-oem .info .slick-oem .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .slick-slide {
    padding: 0 7px;
  }
}
.wrap-team .home-oem .info .slick-oem .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-team .home-oem .info .slick-oem .item:hover .pic .pic-note {
  opacity: 0;
  visibility: hidden;
}
.wrap-team .home-oem .info .slick-oem .item:hover .pic .pic-up {
  transform: translateY(0);
}
.wrap-team .home-oem .info .slick-oem .item:hover .pic .pic-up .top .open-img img {
  animation: swing 1s ease;
}
.wrap-team .home-oem .info .slick-oem .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-team .home-oem .info .slick-oem .item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.wrap-team .home-oem .info .slick-oem .item .pic .img-box {
  padding-bottom: calc(550 / 530 * 100%);
  border-radius: 10px;
}
.wrap-team .home-oem .info .slick-oem .item .pic .img-box img {
  transition: all 1.5s ease;
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-note {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-note {
    padding: 15px;
  }
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-note .tit h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-note .tit h2 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-note .txt {
  padding-top: 20px;
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-note .txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-note .txt p {
    font-size: 14px;
  }
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-up {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #022C13;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-up .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-up .top h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin: 0;
  padding-right: 20px;
  width: 80%;
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-up .top h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    padding-right: 0;
  }
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-up .top .open-img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-up .top .open-img {
    width: 45px;
    height: 45px;
    display: none;
  }
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-up .top .open-img img {
  max-height: 30px;
  display: block;
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .type span {
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid #9F9F9F;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.32px;
  transition: all 0.3s ease;
}
@media (max-width: 1470px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .type span {
    padding: 5px 18px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .type span {
    padding: 5px 15px;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .type span:hover {
  background: #fff;
  color: #222;
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .type span {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .num {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .num {
    padding-top: 15px;
  }
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .num b {
  color: #FFF;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -1.6px;
}
@media (max-width: 1470px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .num b {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .num b {
    font-size: 34px;
    letter-spacing: normal;
    line-height: 40px;
  }
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .txt {
  padding-top: 15px;
}
.wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .txt p {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.48px;
  margin: 0;
}
@media (max-width: 1710px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .txt p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1400px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .txt p {
    font-size: 13px;
    line-height: 23px;
  }
}
@media (max-width: 1199px) {
  .wrap-team .home-oem .info .slick-oem .item .pic .pic-up .end .txt p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.wrap-team .home-influence {
  padding: 150px 0;
}
@media (max-width: 1199px) {
  .wrap-team .home-influence {
    padding: 40px 0;
  }
}
.wrap-team .home-influence .h-tit h2 {
  color: #fff;
}
.wrap-team .home-influence .info .rd {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-team .home-influence .info .rd {
    flex-direction: column;
  }
}
.wrap-team .home-influence .info .rd .left {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-team .home-influence .info .rd .left {
    width: 100%;
  }
}
.wrap-team .home-influence .info .rd .left .h-type span {
  color: rgba(255, 255, 255, 0.55);
}
.wrap-team .home-influence .info .rd .left .h-txt {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-team .home-influence .info .rd .left .h-txt {
    padding-top: 30px;
  }
}
.wrap-team .home-influence .info .rd .left .h-txt p {
  color: #fff;
}
.wrap-team .home-influence .info .rd .left .more {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-team .home-influence .info .rd .left .more {
    margin-top: 30px;
  }
}
.wrap-team .home-influence .info .rd .left .more a {
  display: inline-block;
  padding: 21px 65px;
  background: #fff;
  transition: all 0.3s ease;
  color: #333;
  font-weight: 400;
  border-radius: 10px;
  line-height: normal;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap-team .home-influence .info .rd .left .more a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #12B22D;
  border-radius: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .wrap-team .home-influence .info .rd .left .more a {
    font-size: 14px;
    padding: 15px 35px;
  }
}
.wrap-team .home-influence .info .rd .left .more a:hover {
  color: #fff;
}
.wrap-team .home-influence .info .rd .left .more a:hover:before {
  opacity: 1;
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrap-team .home-influence .info .rd .right {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-team .home-influence .info .rd .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-team .home-influence .info .rd .right .pic {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.wrap-team .home-influence .info .rd .right .pic:hover img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-team .home-influence .info .rd .right .pic img {
  display: block;
  width: 100%;
  transition: all 1s ease;
  height: auto;
}
.wrap-team .home-influence .info .rd .right .pic .vr-link {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 8;
}
.wrap-team .home-influence .info .rd .right .pic .vr-link a {
  width: 120px;
  height: 120px;
  display: flex;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .wrap-team .home-influence .info .rd .right .pic .vr-link a {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .wrap-team .home-influence .info .rd .right .pic .vr-link a {
    width: 70px;
    height: 70px;
  }
}
.wrap-team .home-influence .info .rd .right .pic .vr-link a:hover {
  background: #12B22D;
}
.wrap-team .home-influence .info .rd .right .pic .vr-link a:hover img {
  transform: scale3d(1.2, 1.2, 1);
}
.wrap-team .home-influence .info .rd .right .pic .vr-link a img {
  max-height: 60px;
  transition: all 0.4s ease;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-team .home-influence .info .rd .right .pic .vr-link a img {
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .wrap-team .home-influence .info .rd .right .pic .vr-link a img {
    max-height: 40px;
  }
}
.wrap-team .home-influence .info .factory {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-team .home-influence .info .factory {
    padding-top: 20px;
  }
}
.wrap-team .home-influence .info .factory .slick-factory .slick-prev,
.wrap-team .home-influence .info .factory .slick-factory .slick-next {
  top: -20%;
  background: transparent;
  border: 1px solid #fff;
  opacity: 0.5;
}
.wrap-team .home-influence .info .factory .slick-factory .slick-prev:hover,
.wrap-team .home-influence .info .factory .slick-factory .slick-next:hover {
  opacity: 1;
}
.wrap-team .home-influence .info .factory .slick-factory .slick-prev {
  left: 92%;
}
@media (max-width: 1470px) {
  .wrap-team .home-influence .info .factory .slick-factory .slick-prev {
    left: 88%;
  }
}
.wrap-team .home-influence .info .factory .slick-factory .slick-next {
  right: 0%;
}
.wrap-team .home-influence .info .factory .slick-factory .item .tit h2 {
  color: #fff;
}
.wrap-team .home-influence .info .factory .slick-factory .item .tit h2 span {
  color: rgba(255, 255, 255, 0.6);
}
