@charset "utf-8";

body {
  /* 填写默认字体 */
  font-family: "Montserrat", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'), url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Medium.woff') format('woff'), url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Bold.woff') format('woff'), url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Black'), local('Montserrat-Black'), url('../fonts/montserrat/Montserrat-Black.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Black.woff') format('woff'), url('../fonts/montserrat/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}

/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}

/* h1隐藏 */
.fszero {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -100;
}

/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}

ul {
  padding: 0;
}

:root {
  font-size: 16px;
  --main-color: #b9d26e;
  --flex-margin: -15px;
  --flex-padding: 15px;
  scroll-behavior: initial;
  --Gray-1: #273c33;
  --Gray-2: #343434;
  --padd100: 100px;
}

/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}

.fancybox-content {
  height: 800px !important;
}

.c_pcbtn {
  display: none;
}

.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}

.header-logo {
  width: 80px;
  display: block;
  line-height: var(--height);
}

.header-logo img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
  }

  .hd_item {
    position: relative;
    margin-right: 68px;
  }

  .hd_item:last-child {
    margin-right: 0;
  }

  .hd_link {
    display: flex;
    align-items: center;
    height: var(--height);
  }

  .hd_link p {
    color: var(--Gray-1);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 157.143%;
    transition: all 0.5s;
  }

  .hd_link span {
    font-size: 16px;
    color: #222222;
    margin-left: 4px;
  }

  .hd_item.active .hd_link p,
  .hd_item:hover .hd_link p {
    color: var(--main-color);
  }

  .hd_item.active .hd_link span,
  .hd_item:hover .hd_link span {
    color: var(--main-color);
  }

  .hd_second {
    position: absolute;
    background-color: #fff;
    padding: 15px 26px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  }

  .hd_second_link {
    font-size: 15px;
    color: #444;
    line-height: 1.65;
    display: inline-block;
    padding: 6px 0;
    white-space: nowrap;
  }

  .hd_second_link:hover {
    color: var(--main-color);
  }

  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
  }
}

.hd_item:not(.child) .hd_link span {
  display: none;
}

.hd_second {
  display: none;
}

.hd_three {
  display: none;
}

.hc_cont1650 {
  width: 1650px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.header {
  background-color: #fff;
  --height: 90px;
}

.header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-control {
  display: flex;
  align-items: center;
}

.header-search {
  cursor: pointer;
  display: flex;
}

.header-search::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #CECECE;
  margin: 0 24px;
}

.header-search span {
  font-size: 24px;
  color: #222222;
}

.header-cart {
  display: flex;
  align-items: center;
  margin-right: 48px;
  cursor: pointer;
  color: #222222;

}

.header-cart span {
  font-size: 24px;
  color: #222222;
  margin-right: 4px;
}

.header-cart p {
  color: var(--Gray-2, #343434);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
}

.header-language {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.header-language img {
  width: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}

.header-language p {
  color: var(--Gray-2, #343434);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 157.143%;
  margin-right: 4px;
}

.header-language span {
  font-size: 16px;
  color: #343434;
}

.header-language-list {
  position: absolute;
  width: 120px;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 14px 20px;
  display: none;
}

.header-language-list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 100%;
}

.header-language-list a {
  font-size: 16px;
  color: #444;
  display: block;
  line-height: 1.75;
  padding: 4px 0;
}

@media screen and (min-width: 1200px) {
  .header-language-list a:hover {
    color: var(--main-color);
  }
}

/* search */
.search_view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}

.search_view form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: searchtit 1.3s ease both;
}

.search_view_tit {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.search_close {
  position: absolute;
  width: 34px;
  transition: all 0.36s;
  z-index: 1;
  right: 200px;
  top: 100px;
  cursor: pointer;
}

.search_close:hover {
  transform: rotate(-90deg);
}

body.search_open {
  overflow: hidden;
}

@keyframes searchtit {
  from {
    transform: translateY(-80px) scale(0.5);
    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.search_view_cont {
  position: relative;
  width: 1200px;
}

.search_view_cont input {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #999;
  transition: all 0.36s;
}

.search_view_cont input:focus {
  border-bottom: 1px solid #fff;
}

.search_view_cont button {
  padding: 4px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
  .search_view_tit {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .search_view_cont button {
    font-size: 24px;
  }

  .search_close {
    width: 28px;
  }
}

@media screen and (max-width: 1440px) {
  .search_view_cont {
    width: 82.5%;
  }

  .search_view_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .search_view_cont button {
    font-size: 22px;
  }

  .search_close {
    right: 140px;
    top: 100px;
    width: 24px;
  }

  .search_view_cont input {
    height: 45px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .search_close {
    right: 90px;
    top: 100px;
    width: 24px;
  }

  .search_view_tit {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .search_close {
    right: 40px;
    top: 80px;
    width: 20px;
  }

  .search_view_tit {
    font-size: 20px;
  }

  .search_view_cont button {
    font-size: 18px;
  }

  .search_view_cont input {
    height: 40px;
  }
}

/* search-end */
.home-banner {
  overflow: hidden;
  position: relative;
}

.home-banner .swiper-container {
  width: 100%;
}

.home-banner .swiper-slide {
  overflow: hidden;
}

.home-banner .swiper-container {
  width: 100%;
}

.home-banner .swiper-slide {
  overflow: hidden;
}

.home-banner .slide-link {
  position: relative;
  display: block;
}

.home-banner .slide-link img {
  width: 100%;
}

.home-banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home-banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 24px;
  --wh: 12px;
  --interval: 12px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 var(--interval);
  transition: all 0.5s;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.home-factory {
  position: relative;
  z-index: 6;
  padding-bottom: var(--padd100);
}

.home-factory .tops {
  background-color: #fff;
  padding: 22px 0;
  border-radius: 6px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  margin-top: -83px;
  margin-bottom: var(--padd100);
}

.home-factory .tops .item {
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

.home-factory .tops .item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 64px;
  background-color: #D9D9D9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.home-factory .tops .item .icons {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
  margin-bottom: 12px;
  transition: all 0.5s;
}

.home-factory .tops .item .icons span {
  font-size: 36px;
  color: #222222;
}

.home-factory .tops .item .tits {
  color: #4C4C4C;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  .home-factory .tops .item:hover .icons {
    background-color: #FFF7F3;
  }

  .home-factory .tops .item:hover .icons span {
    color: var(--main-color);
  }

  .home-factory .tops .item:hover .tits {
    color: var(--main-color);
  }
}

.home-factory .tops .item:last-child::after {
  display: none;
}

.home-factory .flex {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.home-factory .flex .left {
  width: 430px;
  padding-right: 60px;
}

.home-factory .flex .left .text {
  margin-top: 36px;
}

.home-factory .flex .left .mod-more {
  margin-top: 64px;
}

.home-factory .flex .right {
  width: calc(100% - 430px);
}

.mod-more {
  min-width: 167px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  transition: all 0.5s;
  cursor: pointer;
  color: #FFF !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  border-radius: 4px;
}

@media screen and (min-width: 1200px) {
  .mod-more:hover {
    background-color: #E55914;
  }
}

.mod-tit48,
.mod-tit48 p {
  color: var(--Gray-1, #273c33);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  text-transform: capitalize;
}

.mod-tit48 span,
.mod-tit48 p span {
  color: var(--main-color);
}

.mod-text14 p {
  color: var(--Gray-2, #343434);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.mod-text16 p {
  color: var(--Gray-2, #343434);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.home-factory-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
}

.home-factory-item {
  width: 28.8%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}

.home-factory-item .img_box {
  padding-top: 90.9090909%;
  height: 100%;
}

.home-factory-item .img_box img {
  object-fit: cover;
}

.home-factory-item.big {
  width: 42.4%;
}

.home-factory-item.big .img_box {
  padding-top: 60%;
}

.home-factory-link {
  position: relative;
  display: block;
}

.home-factory-link .tits {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px 24px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .home-factory-link:hover .img_box img {
    transform: scale(1.05);
  }
}

.home-about {
  overflow: hidden;
}

.home-about-content {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

.home-about-content>img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.home-about-content .hc_cont1650 {
  position: relative;
}

.home-about-content .mod-play {
  right: 250px;
}

.home-about-content .content {
  width: 56.3636363%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(25px);
  padding: 64px 64px;
}

.home-about-content .content .text {
  margin-top: 36px;
}

.home-about-content .content .mod-more {
  margin-top: 64px;
}

.mod-play {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}

.mod-play .icons {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.mod-play .iconfont {
  color: var(--main-color);
  font-size: 24px;
}

.mod-play .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.mod-play .mask span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: all 0.5s;
}

.mod-play .mask span:nth-child(1) {
  animation: fangda 6s linear infinite;
}

.mod-play .mask span:nth-child(2) {
  animation: fangda 6s 2s linear infinite;
}

.mod-play .mask span:nth-child(3) {
  animation: fangda 6s 4s linear infinite;
}

.mod-play:hover .icons {
  background-color: var(--main-color);
}

.mod-play:hover .iconfont {
  color: #fff;
}

.mod-play:hover .mask span {
  background-color: rgba(229, 89, 20, 0.8);
}

@keyframes fangda {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  99.9999% {
    transform: scale(3.2);
    opacity: 0;
  }

  100% {
    transform: scale(0.8);
    opacity: 1;
  }
}

.home-about-number {
  padding: 36px 0;
  background-color: #fff;
}

.home-about-number .list {
  display: flex;
  margin: 0 -48px;
}

.home-about-number .item {
  width: 20%;
  padding: 0 48px;
  position: relative;
}

.home-about-number .item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background-color: #EBEBEB;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home-about-number .conts .number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.home-about-number .conts .number .val,
.home-about-number .conts .number .unit {
  color: var(--main-color);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: capitalize;
}

.home-about-number .conts .tits {
  color: #343434;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.home-about-number .item:last-child::after {
  display: none;
}

.home-product {
  padding: var(--padd100) 0 1px;
  background-color: #F9F9F9;
}

.home-product .hds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.home-product .hds .left {
  width: 760px;
}

.home-product .hds .left .text {
  margin-top: 20px;
}

.home-product .hds .arrow {
  display: flex;
}

.home-product .hds .arrow .mod-prev {
  margin-right: 24px;
}

.mod-prev,
.mod-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  pointer-events: all;
}

.mod-prev span,
.mod-next span {
  font-size: 24px;
  color: var(--main-color);
}

@media screen and (min-width: 1200px) {

  .mod-prev:hover,
  .mod-next:hover {
    background-color: var(--main-color) !important;
  }

  .mod-prev:hover span,
  .mod-next:hover span {
    color: #fff;
  }
}

.mod-prev {
  transform: rotate(180deg);
}

.home-product-list {
  margin: 0 var(--flex-margin) -156px;
}

.home-product-list .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.home-product-list .slick-slide {
  height: initial;
}

.home-product-list .slick-slide>div {
  height: 100%;
}

.home-product-list .home-product-item {
  height: 100%;
}

.home-product-item {
  padding: 20px var(--flex-padding);
}

.home-product-link {
  border-bottom: 2px solid var(--main-color);
  background: var(--White, #FFF);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  padding: 12px 12px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.home-product-link .img_box {
  padding-top: 100%;
}

.home-product-link .imgs {
  margin-bottom: 24px;
  display: block;
}

.home-product-link .tits {
  color: var(--Gray-1, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 24px;
  display: block;
}

.home-product-link .btn-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-product-link .btn-group .carts-btn {
  width: calc(100% - 138px - 12px);
  height: 44px;
  border-radius: 4px;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  cursor: pointer;
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  .home-product-link .btn-group .carts-btn:hover {
    color: #fff;
    background-color: var(--main-color);
  }

  .home-product-link .btn-group .more-btn:hover {
    color: #fff;
    background-color: #343434;
    border: 1px solid #343434;
  }
}

.home-product-link .btn-group .more-btn {
  width: 138px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #343434;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Gray-2, #343434);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .home-product-link:hover .img_box img {
    transform: scale(1.05);
  }
}

.home-success {
  padding-top: calc(156px + 100px);
  padding-bottom: var(--padd100);
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.home-success-content {
  position: relative;
  padding: 48px 60px;
  z-index: 1;
  text-align: center;
}

.home-success-content>img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.home-success-content .title {
  color: #fff;
  text-align: center;
}

.home-success-content .text {
  text-align: center;
  margin-top: 20px;
}

.home-success-content .text p {
  color: #fff;
}

.home-success-content .touch-btn {
  min-width: 200px;
  height: 44px;
  background-color: var(--main-color);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

@media screen and (min-width: 1200px) {
  .home-success-content .touch-btn:hover {
    background-color: #273c33;
  }
}

.footer {
  background-color: #222222;
}

.footer-top {
  padding: var(--padd100) 0;
}

.footer-top .flex {
  display: flex;
  justify-content: space-between;
}

.footer-top .footer-info {
  width: 390px;
}

.footer-top .footer-info .footer-logo {
  width: 120px;
  display: block;
  margin-bottom: 24px;
}

.footer-top .footer-info .footer-logo img {
  width: 100%;
}

.footer-top .footer-info .text {
  margin-bottom: 64px;
}

.footer-top .footer-info .text p {
  color: #EBEBEB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
}

.footer-top .footer-info .footer-media {
  display: flex;
}

.footer-top .footer-info .footer-media li {
  margin-right: 24px;
}

.footer-top .footer-info .footer-media a span {
  font-size: 24px;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .footer-top .footer-info .footer-media a:hover span {
    color: var(--main-color);
  }
}

.footer-contact {
  width: 350px;
}

.footer-contact .item {
  margin-bottom: 24px;
}

.footer-contact .item p,
.footer-contact .item a {
  color: #EBEBEB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .footer-contact .item a:hover {
    color: var(--main-color);
  }
}

.footer-contact .item:last-child {
  margin-bottom: 0;
}

.footer-tit {
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.footer-product .item {
  margin-bottom: 24px;
}

.footer-product .item a {
  color: #EBEBEB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .footer-product .item a:hover {
    color: var(--main-color);
  }
}

.footer-product .item:last-child {
  margin-bottom: 0;
}

.footer-newsletter {
  width: 390px;
}

.footer-newsletter .text {
  margin-bottom: 16px;
}

.footer-newsletter .text p {
  color: #CECECE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
}

.footer-newsletter form {
  display: flex;
  justify-content: space-between;
}

.footer-newsletter form input {
  width: calc(100% - 118px - 8px);
  background-color: #fff;
  border-radius: 4px;
  padding: 0 12px;
  color: #343434;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
}

.footer-newsletter form input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #343434;
}

.footer-newsletter form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #343434;
}

.footer-newsletter form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #343434;
}

.footer-newsletter form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #343434;
}

.footer-newsletter form button {
  width: 118px;
  height: 42px;
  border-radius: 4px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  .footer-newsletter form button:hover {
    background-color: #273c33;
  }
}

.footer-bottom {
  background-color: var(--main-color);
}

.footer-bottom .flex {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom .flex .left {
  display: flex;
  align-items: center;
}

.footer-bottom .flex .left p,
.footer-bottom .flex .left a {
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  margin-right: 12px;
}

@media screen and (min-width: 1200px) {
  .footer-bottom .flex .left a:hover {
    text-decoration: underline;
  }
}

.footer-bottom .flex .right {
  display: flex;
  align-items: center;
}

.footer-bottom .flex .right>a {
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  display: inline-block;
  margin-right: 48px;
}

@media screen and (min-width: 1200px) {
  .footer-bottom .flex .right a:hover {
    text-decoration: underline;
  }
}

.footer-bottom .flex .right .google-translate a {
  pointer-events: none;
}

.page-banner-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.page-banner-content .title {
  text-align: center;
  color: #fff;
}

/* bread */
.bread {
  width: 100%;
  --text-color: #FFFFFF;
  --text-interval: 16px;
  --text-fontsize: 16px;
  --icon-fontsize: 18px;
  --hover-color: #000;
  margin-bottom: 16px;
}

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

.mod_bread_item {
  display: flex;
  align-items: center;
}

.mod_bread_link {
  display: flex;
  align-items: center;
}

.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
}

.mod_bread_item>span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
}

.mod_bread_item:last-child>span {
  display: none;
}

.mod_bread_link:hover .text {
  color: var(--hover-color) !important;
}

.mod_bread_link:hover span {
  color: var(--hover-color) !important;
}

/* bread-end */
.about-info {
  padding: 64px 0;
}

.about-info .flex {
  display: flex;
  position: relative;
  z-index: 1;
}

.about-info .flex>img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.about-info .left,
.about-info .right {
  width: 50%;
}

.about-info .left {
  padding-left: calc((100% - 1650px) / 2);
  padding-top: 96px;
  padding-bottom: 96px;
  padding-right: 64px;
  border-radius: 0px 10px 10px 0px;
  opacity: 0.85;
  background: #FFF;
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-info .left .title {
  margin-bottom: 36px;
}

.about-info .right {
  position: relative;
}

.about-info .right .mod-play {
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-decades {
  padding: var(--padd100) 0;
  position: relative;
  z-index: 1;
}

.about-decades>img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.about-decades .title {
  text-align: center;
  margin-bottom: 36px;
}

.about-decades .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-decades .flex .left,
.about-decades .flex .right {
  width: 48%;
}

.about-decades .flex .left .year {
  color: #273c33;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.about-decades .flex .left .text p {
  color: var(--Gray-3, #4C4C4C);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.about-decades .flex .left .arrow {
  display: flex;
}

.about-decades .flex .left .arrow .mod-prev {
  margin-right: 24px;
}

.about-decades .flex .left .arrow .mod-prev,
.about-decades .flex .left .arrow .mod-next {
  margin-top: 64px;
  background-color: transparent;
}

.about-decades-imgs {
  border-radius: 4px;
}

.about-decades-imgs .img_box {
  padding-top: 56.25%;
}

.about-decades-conts {
  color: #B2B2B2;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  padding-bottom: 4px;
  border-bottom: 4px solid #EBEBEB;
  transition: all 0.5s;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .about-decades-conts:hover {
    color: var(--main-color);
    border-color: var(--main-color);
  }
}

.slick-current .about-decades-conts {
  color: var(--main-color);
  border-color: var(--main-color);
}

.about-decades-item {
  padding: 0 12px;
}

.about-decades-list {
  margin: 64px -12px 0;
}

.about-concern {
  padding: var(--padd100) 0;
}

.about-concern .title {
  text-align: center;
  margin-bottom: 36px;
}

.about-concern .flex {
  display: flex;
  margin: 0 var(--flex-margin);
}

.about-concern .left {
  width: 50%;
  padding: 0 var(--flex-padding);
}

.about-concern .left .img_box {
  margin-bottom: 24px;
}

.about-concern .right {
  width: 50%;
  padding: 0 var(--flex-padding);
}

.about-concern .right .text {
  margin-bottom: 24px;
}

.about-concern .img_box {
  padding-top: 55.555555%;
}

.about-concern .text p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.factory-section {
  padding: 64px 0 var(--padd100);
  overflow: hidden;
}

.factory-section .item {
  position: relative;
  z-index: 1;
  padding: 64px 0;
}

.factory-section .item>img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.factory-section .item:nth-child(even) .fadeInLeft {
  animation-name: fadeInRight;
}

.factory-section .item:nth-child(even) .fadeInRight {
  animation-name: fadeInLeft;
}

.factory-section .item:nth-child(even)>img {
  display: none;
}

.factory-section .item:nth-child(even) .flex {
  flex-direction: row-reverse;
}

.factory-section .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -32px;
}

.factory-section .left {
  width: 50%;
  padding: 0 32px;
}

.factory-section .right {
  width: 50%;
  padding: 0 32px;
}

.factory-section .right .title {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
  color: var(--main-color);
}

.factory-section .right .text {
  margin-top: 24px;
}

.factory-img {
  border-radius: 4px;
}

.factory-img .img_box {
  padding-top: 56.25%;
}

.factory-img .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 16px;
}

.factory-img .slick-dots li {
  width: 100px;
  height: 4px;
  border-radius: 4px;
  background-color: #FFF;
  opacity: 0.5;
  transition: all 0.5s;
}

.factory-img .slick-dots li.slick-active {
  opacity: 1;
  background-color: #fff !important;
}

.factory-img .slick-dots button {
  display: none;
}

.product-info,
.industry-info {
  padding: 64px 0;
}

.product-info .flex,
.industry-info .flex {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
}

.product-info .left,
.industry-info .left,
.product-info .right,
.industry-info .right {
  width: 50%;
  padding: 36px 36px;
}

.product-info .tits {
  color: #273c33;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  /* text-transform: capitalize; */
  margin-bottom: 12px;
}

.product-info .left .texts p {
  color: #343434;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
  letter-spacing: -0.32px;
  /* text-transform: capitalize; */
}

.product-info .right .texts {
  border-radius: 4px;
  /* background: rgba(251, 104, 31, 0.05); */
  background: rgba(185, 210, 110, 0.05);
  padding: 25px 23px;
}

.product-info .right .item {
  display: flex;
  margin-bottom: 16px;
}

.product-info .right .item span {
  font-size: 20px;
  color: var(--main-color);
  transform: translateY(5px);
  margin-right: 12px;
}

.product-info .right .item p {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  /* text-transform: capitalize; */
}

.product-info .right .item:last-child {
  margin-bottom: 0;
}

.product {
  background-color: #F9F9F9;
}

.product-item {
  margin-bottom: 24px;
  padding: 12px 12px;
  padding-right: 64px !important;
  background-color: #fff;
  border-radius: 4px;
}

.product-item:last-child {
  margin-bottom: 0;
}

.product-conts {
  display: flex;
}

.product-conts .left {
  display: block;
  width: 366px;
}

.product-conts .left .img_box {
  padding-top: 100%;
}

.product-conts .left .tits {
  margin-top: 12px;
  text-align: center;
  color: var(--Gray-1, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .product-conts .left:hover .img_box img {
    transform: scale(1.05);
  }
}

.product-conts .right {
  width: calc(100% - 366px);
  padding-left: 64px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 0;
}

.product-conts .right .tits {
  color: var(--main-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
  display: block;
}

.product-conts .right .texts {
  margin-top: 24px;
}

.product-conts .right .texts p {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 12px;
}

.product-conts .right .texts p:last-child {
  margin-bottom: 0;
}

.product-conts .right .btn-groups {
  display: flex;
}

.product-conts .right .btn-groups .btn-cart,
.product-conts .right .btn-groups .btn-more {
  min-width: 147px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  border-radius: 4px;
}

.product-conts .right .btn-groups .btn-cart {
  color: #FFF;
  background-color: var(--main-color);
  margin-right: 12px;
}

.product-conts .right .btn-groups .btn-more {
  color: #343434;
  border: 1px solid #343434;
}

.product-conts .right .btn-groups .btn-cart:hover {
  background: #273c33;
}

.product-conts .right .btn-groups .btn-more:hover {
  background-color: #343434;
  color: #fff;
}

/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --margin-x: 7px;
  --fs: 16px;
  --iconfs: 24px;
  --wh: 44px;
  --bg: transparent;
  --page-color: #4C4C4C;
  margin-top: 40px;
}

.mod_page_item {
  margin: 0 var(--margin-x);
}

.mod_page .prev,
.mod_page .next {
  margin: 0 var(--margin-x) !important;
}

.mod_page .prev a,
.mod_page .next a {
  font-weight: 400;
}

.mod_page_item a {
  color: var(--page-color);
  transition: all 0.36s;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: var(--wh);
  line-height: var(--wh);
  font-size: var(--fs);
  background-color: var(--bg);
  border-radius: 4px;
  border: 1px solid var(--Gray-4, #D9D9D9);
  font-weight: 500;
}

.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wh);
}

.mod_page_item.omit {
  pointer-events: none;
  margin: 0;
}

.mod_page_item.omit a {
  border: none;
}

.mod_page .prev span {
  transform: rotate(180deg);
}

.mod_page .next span {
  transform: rotate(0deg);
}

.mod_page .prev span,
.mod_page .next span {
  font-size: var(--iconfs);
}

.mod_page_item.act a {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }

  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }

  .mod_page_item:not(.prev, .next) a:hover {
    color: #fff;
  }
}

/* 分页-end */
.product-content {
  padding-bottom: var(--padd100);
}

.industry-info .left .text {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background-color: #FFF7F3;
  padding: 24px 36px;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.industry-info .left .text p {
  color: #273c33;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}

.industry-info .right .text p {
  color: #343434;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.industry-info .right .text p:last-child {
  margin-bottom: 0;
}

.industry {
  background-color: #F9F9F9;
}

.industry-content {
  padding-bottom: var(--padd100);
}

.industry-content .flex {
  display: flex;
}

.industry-content .left {
  width: 390px;
}

.industry-content .right {
  width: calc(100% - 390px);
  padding-left: 40px;
}

.industry-nav {
  position: sticky;
  left: 0;
  top: 120px;
}

@media screen and (max-width: 1200px) {
  .industry-nav {
    top: 110px;
  }
}

.industry-nav-item {
  margin-bottom: 8px;
  cursor: pointer;
}

.industry-nav-item:last-child {
  margin-bottom: 0;
}

.industry-nav-link {
  display: flex;
  background-color: #fff;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.industry-nav-link p {
  color: var(--main-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  transition: all 0.5s;
}

.industry-nav-link span {
  font-size: 24px;
  color: var(--main-color);
}

.industry-nav-item.active .industry-nav-link {
  background-color: var(--main-color);
}

.industry-nav-item.active .industry-nav-link p {
  color: #fff;
}

.industry-nav-item.active .industry-nav-link span {
  color: #fff;
}

.industry-nav-item:hover .industry-nav-link {
  background-color: var(--main-color);
}

.industry-nav-item:hover .industry-nav-link p {
  color: #fff;
}

.industry-nav-item:hover .industry-nav-link span {
  color: #fff;
}

.industry-second {
  background-color: #FFF7F3;
}

.industry-second-link {
  display: block;
  padding: 12px 16px;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .industry-second-link:hover {
    color: #273c33;
  }
}

.industry-second {
  display: none;
}

.industry-second-item.active .industry-second-link {
  color: #273c33;
}

.industry-nav-item.active .industry-second {
  display: block;
}

.product-items {
  margin-bottom: 36px;
  padding: 0 var(--flex-padding);
}

.product-list {
  margin: 0 var(--flex-margin) 0;
}

.prodeta-info {
  padding: 12px 0 64px;
  background-color: #F9F9F9;
  overflow: hidden;
}

.prodeta-info .mod_bread {
  justify-content: flex-start;
}

.prodeta-info .bread {
  width: 100%;
  --text-color: #505050;
  --text-interval: 16px;
  --text-fontsize: 16px;
  --icon-fontsize: 18px;
  --hover-color: #000;
  margin-bottom: 68px;
}

.prodeta-info .mod_bread_link .text,
.prodeta-info .mod_bread_item>span {
  line-height: 1.25;
}

.prodeta-info .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prodeta-info .flex .left {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prodeta-info .flex .right {
  width: 56.36363636%;
}

.prodeta-info .flex .right .title {
  color: #273c33;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
}

.prodeta-info .flex .right .text {
  margin-top: 36px;
}

.prodeta-info .flex .right .text p {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 12px;
}

.prodeta-info .flex .right .text p:last-child {
  margin-bottom: 0;
}

.prodeta-info .flex .right .control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
}

.prodeta-info .flex .right .btn-groups {
  display: flex;
}

.prodeta-info .flex .right .btn-groups .inquiry-btn,
.prodeta-info .flex .right .btn-groups .cart-btn {
  min-width: 200px;
  height: 44px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%s;
}

.prodeta-info .flex .right .btn-groups .inquiry-btn {
  color: #fff;
  margin-right: 12px;
  background-color: var(--main-color);
}

.prodeta-info .flex .right .btn-groups .cart-btn {
  color: #343434;
  border: 1px solid #343434;
}

@media screen and (min-width: 1200px) {
  .prodeta-info .flex .right .btn-groups .inquiry-btn:hover {
    background-color: #273c33;
  }

  .prodeta-info .flex .right .btn-groups .cart-btn:hover {
    color: #fff;
    background-color: #343434;
  }
}

.prodeta-info .flex .right .shares {
  display: flex;
  align-items: center;
}

.prodeta-info .flex .right .shares p {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-right: 12px;
}

.prodeta-sitem {
  padding: 6px 0;
}

.prodeta-slist {
  margin: -6px 0;
  width: 18.2926829%;
}

.prodeta-scont {
  cursor: pointer;
  border: 1px solid #D9D9D9;
  transition: all 0.5s;
}

.prodeta-scont .img_box {
  padding-top: 100%;
  background-color: #fff;
}

@media screen and (min-width: 1200px) {
  .prodeta-scont:hover {
    border-color: var(--main-color);
  }
}

.slick-current .prodeta-scont {
  border-color: var(--main-color);
}

.prodeta-scont:hover {
  border-color: var(--main-color);
}

.prodeta-blist {
  width: 78.658536%;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}

.prodeta-blist .img_box {
  padding-top: 100%;
  background-color: #fff;
}

.prodeta-nav {
  background-color: #FFF;
  position: sticky;
  left: 0;
  top: 90px;
  z-index: 8;
}

@media screen and (max-width: 1200px) {
  .prodeta-nav {
    top: 80px;
  }
}

.prodeta-nav-list {
  display: flex;
}

.prodeta-nav-item {
  margin-right: 64px;
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  cursor: pointer;
  transition: all 0.5s;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

.prodeta-nav-item img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  transition: all 0.5s;
  opacity: 0;
}

.prodeta-nav-item.active {
  color: var(--main-color);
}

.prodeta-nav-item.active img {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .prodeta-nav-item:hover {
    color: var(--main-color);
  }

  .prodeta-nav-item:hover img {
    opacity: 1;
  }
}

.prodeta-nav-item:last-child {
  margin-right: 0;
}

.prodeta-title {
  color: var(--main-color);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
}

.prodeta-details {
  margin: 48px 0;
}

.prodeta-details .prodeta-title {
  margin-bottom: 30px;
}

.prodeta-details .edit p {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.prodeta-details .edit li {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.prodeta-inquiry {
  margin-bottom: 48px;
}

.prodeta-inquiry .prodeta-title {
  margin-bottom: 36px;
}

.prodeta-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.prodeta-item {
  width: 25%;
  padding: 0 8px;
  margin-bottom: 18px;
  display: block;
}

.prodeta-item p {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 4px;
}

.prodeta-item input {
  width: 100%;
  height: 52px;
  border: 1px solid #4C4C4C;
  padding: 0 16px;
}

.prodeta-item input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #D9D9D9;
}

.prodeta-item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #D9D9D9;
}

.prodeta-item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #D9D9D9;
}

.prodeta-item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #D9D9D9;
}

.prodeta-item textarea::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #D9D9D9;
}

.prodeta-item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #D9D9D9;
}

.prodeta-item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #D9D9D9;
}

.prodeta-item textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #D9D9D9;
}

.prodeta-item textarea {
  width: 100%;
  height: 144px;
  border: 1px solid #4C4C4C;
  padding: 8px 16px;
  color: #D9D9D9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

.prodeta-item button {
  min-width: 200px;
  height: 44px;
  border-radius: 4px;
  background-color: var(--main-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin-top: 10px;
  transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
  .prodeta-item button:hover {
    background-color: #273c33;
  }
}

.prodeta-item.block {
  width: 100% !important;
}

.prodeta-item.button {
  margin-bottom: 0;
}

.prodeta-item.proname .prodeta-item-conts {
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
}

.prodeta-item.proname p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-right: 8px;
  flex-shrink: 0;
  margin-bottom: 1px;
}

.prodeta-item.proname input {
  color: var(--Gray-1, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  flex-grow: 1;
  border: none;
  padding-left: 5px;
}

.prodeta-relative {
  padding: 48px 0 90px;
  background-color: #F9F9F9;
}

.prodeta-relative-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.prodeta-relative-hd .arrow {
  display: flex;
}

.prodeta-relative-hd .mod-prev {
  margin-right: 24px;
}

.prodeta-relative-item {
  padding: 10px var(--flex-padding);
}

.prodeta-relative-list {
  margin: 0 var(--flex-margin);
}

.contact {
  padding: 64px 0 var(--padd100);
  overflow: hidden;
}

.contact .flex {
  margin: 0 -32px;
  display: flex;
}

.contact .left,
.contact .right {
  width: 50%;
  padding: 0 32px;
}

.contact .left .item:last-child {
  margin-bottom: 0;
}

.contact .left .imgs {
  margin-top: 40px;
}

.contact .left .img_box {
  padding-top: 34.1772151%;
}

.contact .left .item {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}

.contact .left .item .icons {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 24px;
}

.contact .left .item .icons span {
  color: #fff;
  font-size: 24px;
}

.contact .left .item .content .key {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 4px;
}

.contact .left .item .content .val p,
.contact .left .item .content .val a {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .contact .left .item .content .val a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
}

.contact .right .title {
  color: var(--Gray-1, #222);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
}

.contact .right .text {
  margin-top: 16px;
}

.contact .right .text p {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.contact .right .prodeta-form {
  margin-top: 60px;
}

.contact .right .prodeta-item {
  width: 50%;
}

.oem-content {
  padding: 64px 0 var(--padd100);
}

.oem-content .flex {
  display: flex;
}

.oem-content .flex>.left {
  width: 390px;
}

.oem-content .flex>.right {
  width: calc(100% - 390px);
  padding-left: 40px;
}

.oem-section {
  margin-bottom: 36px;
}

.oem-section:last-child {
  margin-bottom: 0;
}

.oem-info {
  background-color: #F9F9F9;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 44px;
}

.oem-info .flexs {
  display: flex;
  align-items: center;
  margin: 0 -18px;
}

.oem-info .left,
.oem-info .right {
  padding: 0 18px;
  width: 50%;
}

.oem-info .img_box {
  padding-top: 57.1428571%;
}

.oem-info .oem-info-imgs {
  border-radius: 4px;
}

.oem-info .oem-info-imgs .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  bottom: 12px;
}

.oem-info .oem-info-imgs .slick-dots li {
  width: 100px;
  height: 4px;
  border-radius: 4px;
  opacity: 0.5;
  background: #FFF;
  transition: all 0.5s;
}

.oem-info .oem-info-imgs .slick-dots li.slick-active {
  opacity: 1;
  background-color: #fff !important;
}

.oem-info .tits {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
  color: var(--main-color);
}

.oem-info .text {
  margin-top: 24px;
  max-height: 180px;
}

.oem-info .text .mCSB_outside+.mCSB_scrollTools {
  right: -11px !important;
}

.oem-info .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #343434;
}

.oem-related .oem-hds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

.oem-related .oem-hds .tits {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
}

.oem-related .oem-hds .arrow {
  display: flex;
}

.oem-related .oem-hds .arrow .mod-prev {
  margin-right: 12px;
}

.oem-related .oem-hds .arrow .mod-prev,
.oem-related .oem-hds .arrow .mod-next {
  width: 36px;
  height: 36px;
}

.oem-related .oem-hds .arrow .mod-prev span,
.oem-related .oem-hds .arrow .mod-next span {
  font-size: 16px;
}

.oem-item {
  padding: 10px var(--flex-padding);
}

.oem-list {
  margin: 0 var(--flex-margin);
}

.oem-link {
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
}

.oem-link .img_box {
  padding-top: 56.41025645%;
  flex-shrink: 0;
}

.oem-link .bottoms {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.oem-link .content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.oem-link .content .tits {
  color: var(--main-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.oem-link .content .texts {
  margin-bottom: 36px;
}

.oem-link .content .texts p {
  color: #4C4C4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.oem-link .content .more {
  display: flex;
  align-items: center;
}

.oem-link .content .more p {
  color: var(--main-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-right: 8px;
}

.oem-link .content .more .iconfont {
  font-size: 20px;
  color: var(--main-color);
}

.oem-link .time {
  padding: 12px 24px;
  border-top: 1px solid #F0F0F0;
  overflow: hidden;
  color: #4C4C4C;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  flex-shrink: 0;
  line-height: 128.571%;
}

@media screen and (min-width: 1200px) {
  .oem-link:hover .img_box img {
    transform: scale(1.05);
  }

  .oem-link:hover .content .more .iconfont {
    transform: translateX(6px);
  }
}

.oem-section:nth-child(even) .oem-info .flexs {
  flex-direction: row-reverse;
}

.about-class .list {
  display: flex;
}

.about-class .item {
  width: 33.33333%;
  position: relative;
  z-index: 1;
  padding: 30px 40px;
  min-height: 860px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}

@media screen and (min-width: 1920px) {
  .about-class .item {
    min-height: 44.791666vw;
  }
}

.about-class .item .bgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.about-class .item .bgs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0;
  transition: all 0.5s;
}

.about-class .item .bgs img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  object-fit: cover;
}

.about-class .item .title {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  bottom: 0px;
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.667%;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.5s;
  padding: 36px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.about-class .item .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  opacity: 0;
}

.about-class .item .content .tits {
  width: 690px;
  max-width: 100%;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: capitalize;
}

.about-class .item .content .texts {
  width: 690px;
  max-width: 100%;
  margin-top: 12px;
}

.about-class .item .content .texts p {
  color: #F0F0F0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.about-class .item .content .edit {
  width: 690px;
  max-width: 100%;
  margin-top: 36px;
}

.about-class .item .content .edit li {
  margin-bottom: 12px;
  color: #F0F0F0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}

.about-class .item .content .edit li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .about-class .item:hover {
    flex-shrink: 0;
    width: 50%;
  }

  .about-class .item:hover .bgs::after {
    opacity: 0.5;
  }

  .about-class .item:hover .content {
    opacity: 1;
  }

  .about-class .item:hover .title {
    opacity: 0;
    transform: translateY(100%);
  }
}

.about-excellence {
  padding: 64px 0 166px;
  position: relative;
}

.about-excellence .img1 {
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 80%;
  transform: translateX(-50%);
}

.about-excellence .title {
  margin-bottom: 36px;
  text-align: center;
}

.about-excell-list {
  display: flex;
  justify-content: center;
  --x1: -26px;
  --x2: -55px;
}

.about-excell-item {
  width: 20%;
  transform-origin: bottom center;
  cursor: pointer;
}

.about-excell-item .img_box {
  padding-top: 137.5%;
  border: 10px solid #222222;
}

@media screen and (min-width: 1200px) {
  .about-excell-item:hover .img_box img {
    transform: scale(1.05);
  }
}

.about-excell-item:nth-child(1),
.about-excell-item:nth-child(5) {
  transform: scale(0.8);
}

.about-excell-item:nth-child(2),
.about-excell-item:nth-child(4) {
  transform: scale(0.9);
}

.about-excell-item:nth-child(3) {
  transform: scale(1);
}

.about-excell-item:nth-child(1) {
  margin-right: var(--x2);
}

.about-excell-item:nth-child(5) {
  margin-left: var(--x2);
}

.about-excell-item:nth-child(2) {
  margin-right: var(--x1);
}

.about-excell-item:nth-child(4) {
  margin-left: var(--x1);
}

/* sitemap */
.sitemap_cont {
  padding: 100px 0;
}

.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.sitemap_cont_item {
  width: 20%;
  padding: 0 10px;
}

.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.sitemap_cont_link:hover {
  text-decoration: underline;
}

.sitemap_second_list {
  margin-top: 15px;
}

.sitemap_second_item {
  margin-bottom: 10px;
}

.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}

.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.privacy_cont {
  padding: 100px 0;
}

.privacy_cont .title {
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: bold;
}

.privacy_cont .edit p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}

@media screen and (max-width: 1680px) {
  .privacy_cont .title {
    margin-bottom: 35px;
    font-size: 30px;
  }

  .sitemap_cont,
  .privacy_cont {
    padding: 90px 0;
  }

  .sitemap_cont_link {
    line-height: 45px;
  }

  .sitemap_second_item {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1440px) {
  .sitemap_cont_item {
    padding: 0 8px;
  }

  .privacy_cont .title {
    margin-bottom: 35px;
    font-size: 28px;
  }

  .sitemap_cont,
  .privacy_cont {
    padding: 80px 0;
  }

  .sitemap_cont_list {
    margin: 0 -8px;
  }

  .sitemap_cont_link {
    line-height: 40px;
    font-size: 16px;
  }

  .sitemap_second_link {
    padding: 4px 0;
    line-height: 26px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {

  .sitemap_cont,
  .privacy_cont {
    padding: 70px 0;
  }

  .privacy_cont .title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .sitemap_cont_item {
    padding: 0 5px;
  }

  .sitemap_cont_list {
    margin: 0 -5px;
    flex-wrap: wrap;
  }

  .sitemap_cont_item {
    width: 33.333333%;
    margin-bottom: 20px;
  }

  .sitemap_cont,
  .privacy_cont {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {

  .sitemap_cont,
  .privacy_cont {
    padding: 55px 0;
  }

  .sitemap_cont_list {
    flex-direction: column;
  }

  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }

  .sitemap_second_list {
    margin-top: 10px;
  }

  .privacy_cont .title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

/* sitemap-end */
/* newdate */
.newdate_info_tit {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}

.newdate_info_date {
  font-size: 16px;
  line-height: 1.5;
}

.newdate_info {
  padding: 60px 0 20px;
  border-bottom: 1px solid #ccc;
}

.news_info {
  margin-bottom: 50px;
}

.news_info li {
  list-style: inherit;
}

.news_info ol,
.news_info ul {
  padding-left: 1rem;
}

.news_primary {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}

.news_info h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}

.news_info p {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 20px;
}

.news_info img {
  height: auto !important;
}

.newdate_main .pdrf_shares {
  margin-top: 50px;
}

.newdate_page {
  margin-top: 40px;
}

.newdate_page a:hover {
  color: var(--main-color);
}

.newdate_prev {
  margin-bottom: 20px;
}

.pdrf_shares_text {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1.2;
  margin-right: 5px;
}

.pdrf_shares {
  display: flex;
  align-items: center;
}

.newdate_page a {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media screen and (max-width: 1680px) {
  .newdate_info_tit {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .newdate_info {
    padding: 55px 0 20px;
  }

  .news_info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .news_primary {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }

  .pdrf_shares_text {
    font-size: 20px;
  }

  .news_info {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .newdate_info_tit {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .newdate_info {
    padding: 50px 0 15px;
  }

  .news_primary {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
  }

  .newdate_info_date {
    font-size: 14px;
  }

  .news_info h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .news_info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .news_info {
    margin-bottom: 30px;
  }

  .pdrf_shares_text {
    font-size: 18px;
  }

  .newdate_page {
    margin-top: 30px;
  }

  .newdate_page a {
    font-size: 14px;
    line-height: 1.4;
  }

  .newdate_prev {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .newdate_info_tit {
    font-size: 22px;
  }

  .newdate_info {
    padding: 40px 0 12px;
  }

  .news_primary {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }

  .pdrf_shares_text {
    font-size: 16px;
  }

  .news_info h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .newdate_info {
    padding: 35px 0 12px;
  }

  .newdate_info_tit {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 1.4;
  }

  .news_primary {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
}

/* newdate-end */
/* shop */
.shop_cont {
  padding: var(--padd100) 0px;
}

.shop_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop_cheack {
  display: flex;
  align-items: center;
  width: 120px;
  min-width: 70px;
  margin-right: 10px;
}

.shop_photo {
  width: 200px;
  flex-shrink: 0;
}

.shop_photo_img {
  padding-top: 100%;
  border: 1px solid #ecebeb;
  transition: all 0.36s;
  display: block;
  overflow: hidden;
}

.shop_photo_img img {
  transform: scale(0.9);
}

.shop_photo_img:hover img {
  transform: scale(1);
}

.shop_photo_img:hover {
  border: 1px solid var(--main-color);
}

.shop_name {
  width: 30%;
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
}

.shop_list .shop_text {
  transition: all 0.36s;
}

.shop_number {
  width: 180px;
  flex-shrink: 0;
}

.shop_number_text,
.shop_operation_text,
.shop_text,
.shop_photo_text,
.shop_cheack_text {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.shop_list .shop_number_text,
.shop_list .shop_operation_text,
.shop_list .shop_text,
.shop_list .shop_photo_text,
.shop_list .shop_cheack_text {
  color: #222;
}

.shop_operation {
  width: 140px;
  flex-shrink: 0;
}

.shop_header {
  padding: 20px 0;
  background-color: var(--main-color);
}

.shop_row {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.shop_cont input[type=checkbox] {
  -webkit-appearance: auto;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.shop_item .shop_row {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}

.shop_operation_btn {
  cursor: pointer;
  padding: 15px;
  box-sizing: content-box;
  display: inline-block;
}

.shop_operation_btn span {
  font-size: 20px;
}

.shop_operation_btn:hover span {
  color: var(--main-color);
}

.shop_operation {
  text-align: center;
}

.shop_number_control {
  display: flex;
  align-items: center;
}

.shop_number_control>div {
  cursor: pointer;
  width: 34px;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  transition: all 0.36s;
}

.shop_number_control>div:hover {
  color: #fff;
  background-color: var(--main-color);
}

.shop_number_control input {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1680px) {
  .shop_cheack {
    width: 70px;
    min-width: 70px;
  }

  .shop_main {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1560px) {
  .shop_cheack {
    width: 50px;
    min-width: 50px;
  }

  .shop_number {
    width: 160px;
  }

  .shop_photo {
    width: 190px;
  }
}

@media screen and (max-width: 1440px) {
  .shop_cont input[type=checkbox] {
    width: 15px;
    height: 15px;
  }

  .shop_photo {
    width: 180px;
  }

  .shop_number_text,
  .shop_operation_text,
  .shop_text,
  .shop_photo_text,
  .shop_cheack_text {
    font-size: 15px;
  }

  .shop_number_control>div {
    width: 30px;
    line-height: 28px;
    font-size: 16px;
  }

  .shop_number_control input {
    width: 45px;
    font-size: 14px;
  }

  .shop_operation_btn {
    padding: 12px;
  }

  .shop_operation_btn span {
    font-size: 18px;
  }

  .shop_number {
    width: 125px;
  }

  .shop_header {
    padding: 15px 0;
  }

  .shop_main {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .shop_photo {
    width: 170px;
  }

  .shop_main {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .shop_photo {
    width: 150px;
  }

  .shop_operation {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {

  .shop_header .shop_photo,
  .shop_header .shop_name,
  .shop_header .shop_number,
  .shop_header .shop_operation {
    display: none;
  }

  .shop_header {
    padding: 10px 0;
  }

  .shop_item .shop_row {
    padding: 16px 17px;
  }

  .shop_cont input[type=checkbox] {
    width: 14px;
    height: 14px;
  }

  .shop_row {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .shop_item .shop_row {
    padding-bottom: 60px !important;
    padding: 16px 15px;
  }

  .shop_item {
    margin-bottom: 10px;
  }

  .shop_row>div {
    width: 100%;
  }

  .shop_number_control {
    justify-content: center;
  }

  .shop_name {
    width: 100%;
    text-align: center;
    padding: 15px 0 12px;
  }

  .shop_item .shop_cheack input {
    position: absolute;
    left: 0;
    bottom: 5px;
    margin: 12px !important;
    box-sizing: content-box;
  }

  .shop_item .shop_operation_btn {
    position: absolute;
    right: 0;
    bottom: 5px;
  }

  .shop_main {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

/* shop */
/* 搜索页 */
.product_search {
  margin-bottom: 20px;
}

.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}

.product_search_text {
  background-color: #fff;
  padding: 12px 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1440px) {

  /* 搜索页 */
  .product_search_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .product_search_text {
    padding: 10px 15px;
  }

  .product_search {
    margin-bottom: 15px;
  }

  /* 搜索页-end */
}

.product .product-list {
  margin: 0 !important;
}

.home-banner .swiper-pagination {
  width: 31.25%;
  left: 50%;
  transform: translateX(-50%);
  top: initial;
  bottom: 119px;
}

@media screen and (max-width: 1440px) {
  .home-banner .swiper-pagination {
    bottom: 96px;
  }
}

@media screen and (max-width: 1200px) {
  .home-banner .swiper-pagination {
    bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .home-banner .swiper-pagination {
    bottom: 30px;
    width: 51%;
  }
}

.home-banner .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.5);
  height: 3px;
  border-radius: 3px;
}

.home-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 5px;
  bottom: 0;
  top: initial;
  transform: none;
  background-color: #fff !important;
  border-radius: 5px;
}

@media screen and (max-width: 1680px) {
  .home-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 3px;
  }
}

.mod_online_item:not(:last-child) {
  border-right: 1px solid #ffffff;
}

@media screen and (min-width: 769px) {
  .ct_aside1_item.gotop {
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
  }
}

.ct_aside1_item.gotop.shows {
  opacity: 1;
  pointer-events: all;
}

.ct_aside1 {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 48px;
  --fs: 24px;
}

.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
}

.ct_aside1_item {
  margin-bottom: 10px;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}

.ct_aside1_item:last-child {
  margin-bottom: 0;
}

.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.36s;
}

.ct_aside1_link span {
  color: #fff;
  font-size: var(--fs);
}

.ct_aside1_item.active .ct_aside1_link {
  background-color: var(--main-color);
}

.ct_aside1_item:hover .ct_aside1_link {
  background-color: var(--main-color);
}

.ct_aside1_link,
.ct_aside1_switch {
  width: var(--wh);
  height: var(--wh);
  border-radius: 4px;
}

.ct_aside1_switch {
  background-color: var(--main-color);
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}

.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}

.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-180deg);
}

.ct_aside1_cont {
  position: absolute;
  right: calc(90%);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}

.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}

.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  transform: translateX(-10px);
}

.ct_aside1_cont .qr img {
  width: 100%;
}

.ct_aside1_cont a {
  display: inline-block;
  padding: 17px 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  white-space: nowrap;
  background-color: var(--main-color);
  color: #fff;
}

/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}

.ct_aside1_list.active {
  transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }

  .ct_aside1 {
    top: initial;
    right: 15px;
    bottom: 80px;
    transform: translateY(0);
  }

  .ct_aside1_switch {
    display: block;
  }
}

/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: #031417;
  }

  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}

.prodeta-inquiry.page-inquiry {
  margin-bottom: 0;
  padding-bottom: var(--padd100);
}

.home-about-content .plays {
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: var(--main-color);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  transition: all 0.5s;
}

@media screen and (min-width:1200px) {
  .home-about-content .plays:hover {
    transform: translateY(-50%) scale(1.1);
  }
}

.home-about-content .plays span {
  color: #fff;
  font-size: 22px;
}

@media screen and (max-width:1680px) {
  .home-about-content .plays {
    width: 60px;
    height: 60px;
  }

  .home-about-content .plays span {
    font-size: 20px;
  }
}

@media screen and (max-width:768px) {
  .home-about-content .plays {
    top: initial;
    bottom: 90px;
    transform: translateX(50%);
    right: 50%;
  }
}


.home-arrow {
  position: absolute;
  width: 39%;
  left: 50%;
  bottom: 97px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.home-arrow .prev,
.home-arrow .next {
  width: 48px;
  height: 48px;
  pointer-events: all;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}

.home-arrow .prev span,
.home-arrow .next span {
  color: #222;
  font-size: 22px;
}

.home-arrow .prev {
  transform: rotate(180deg);
}

@media screen and (min-width:1200px) {

  .home-arrow .prev:hover,
  .home-arrow .next:hover {
    background-color: var(--main-color);
  }

  .home-arrow .prev:hover span,
  .home-arrow .next:hover span {
    color: #fff;
  }
}




@media screen and (max-width:1440px) {
  .home-arrow {
    width: 41%;
    left: 50%;
    bottom: 74px;
  }
}

@media screen and (max-width:1200px) {
  .home-arrow {
    width: 43%;
  }
}

@media screen and (max-width:991px) {
  .home-arrow {
    width: 47%;
  }
}

@media screen and (max-width:768px) {
  .home-arrow {
    display: none;
  }
}

table colgroup col {
  width: auto !important;
}