* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
p {
  padding: 0;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
input,
textarea {
  border: none;
  resize: none;
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box iframe,
.img-box video,
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.fszero h1 {
  margin: 0;
}
[lang=zh-CN] .share-cn {
  display: block;
}
[lang=zh-CN] .share-other {
  display: none;
}
.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
@-ms-viewport {
  width: auto !important;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
select,
button,
input,
textarea {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none !important;
}
img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.art-video-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.art-video-player .art-bottom {
  display: none !important;
}
.art-mask {
  display: none !important;
}
.breadcrumb {
  margin-bottom: 0;
}
.editor-content ul,
.editor-content ol {
  padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
  list-style: inherit;
}
.editor-content .table-box {
  font-size: 16px;
  line-height: 1.875;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .editor-content .table-box {
    font-size: 14px;
  }
}
.editor-content .table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
  width: 25% !important;
  height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
  font-weight: 400;
  padding: 15px 20px !important;
  border: 1px solid #e6e6e6;
}
@media (max-width: 480px) {
  .editor-content .table-box table td,
  .editor-content .table-box table th {
    padding: 8px !important;
  }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.editor-content .table-box table th {
  text-align: center;
}
.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: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.table-box {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}
.table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto;
  height: auto;
}
.table-box table td,
.table-box table th {
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.table-box table tr p,
.table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.table-box table td,
.table-box table th {
  text-align: left;
}
.table-box table tr td:first-child {
  background-color: var(--c);
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .table-box {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-box table td,
  .table-box table th {
    padding: 8px !important;
  }
}
label {
  width: 100%;
}
.box-follow .img-box > img {
  display: none !important;
  height: auto;
}
.box-follow iframe[src=''],
.box-follow iframe[data-src=''] {
  display: none;
  border: 1px solid #000;
}
.box-follow iframe[src=''] + img,
.box-follow iframe[data-src=''] + img {
  display: block !important;
}
.tranlanguage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.tranlanguage p {
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .tranlanguage p {
    font-size: 14px;
  }
}
.tranlanguage p img {
  width: 24px;
  margin-right: 10px;
}
.tranlanguage p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
  margin-left: 10px;
  margin-top: -4px;
}
.tranlanguage ul {
  position: absolute;
  min-width: 100%;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none;
  padding: 10px 0;
}
.tranlanguage ul li a {
  display: block;
  padding: 10px 10px;
}
.tranlanguage ul li a img {
  width: 30px;
  object-fit: cover;
}
.fancybox-slide--iframe .fancybox-content {
  min-width: 80vw;
  min-height: 80vh;
}
body {
  font-family: 'InterTight', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #666666;
  color: #666666;
}
i {
  line-height: 1;
}
.row {
  --bs-gutter-x: 1.875rem;
}
@font-face {
  font-family: 'InterTight';
  font-weight: 400;
  font-style: normal;
  src: local('InterTight Regular'), local('InterTight-Regular'), url('../../app/fonts/InterTight-Regular.woff2') format('woff2'), url('../../app/fonts/InterTight-Regular.woff') format('woff'), url('../../app/fonts/InterTight-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  src: local('InterTight Medium'), local('InterTight-Medium'), url('../../app/fonts/InterTight-Medium.woff2') format('woff2'), url('../../app/fonts/InterTight-Medium.woff') format('woff'), url('../../app/fonts/InterTight-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  font-weight: 600;
  font-style: normal;
  src: local('InterTight SemiBold'), local('InterTight-SemiBold'), url('../../app/fonts/InterTight-SemiBold.woff2') format('woff2'), url('../../app/fonts/InterTight-SemiBold.woff') format('woff'), url('../../app/fonts/InterTight-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'CalSans';
  font-weight: 400;
  font-style: normal;
  src: local('CalSans Regular'), local('CalSans-Regular'), url('../../app/fonts/CalSans-Regular.woff2') format('woff2'), url('../../app/fonts/CalSans-Regular.woff') format('woff'), url('../../app/fonts/CalSans-Regular.ttf') format('truetype');
  font-display: swap;
}
:root {
  --p: calc((100vw - 1650px) / 2);
  --c: #106f4a;
  --c2: #009999;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d286: 286px;
  --d243: 243px;
  --d225: 225px;
  --d208: 208px;
  --d190: 190px;
  --d185: 185px;
  --d180: 180px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d158: 158px;
  --d150: 150px;
  --d147: 147px;
  --d145: 145px;
  --d140: 140px;
  --d138: 138px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d86: 86px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d42: 42px;
  --d40: 40px;
  --d38: 38px;
  --d36: 36px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d19: 19px;
  --d18: 18px;
  --d17: 17px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --128: 128px;
  --110: 110px;
  --100: 100px;
  --92: 92px;
  --90: 90px;
  --80: 80px;
  --75: 75px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --52: 52px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --45: 45px;
  --44: 44px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --25: 25px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
.calsans {
  font-family: 'CalSans', Arial, sans-serif;
}
.title {
  font-size: var(--48);
  line-height: 1.3;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.title30-130 {
  font-size: var(--30);
  line-height: 1.3;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.title20-136 {
  font-size: var(--20);
  line-height: 1.36;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.text18-160 {
  font-size: var(--18);
  line-height: 1.6;
  color: #666666;
}
.text18-150 {
  font-size: var(--18);
  line-height: 1.5;
  color: #666666;
}
@keyframes playan1 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes playan3 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes playan4 {
  0% {
    transform: translate(-50%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 0%) rotate(0);
  }
}
@keyframes an1 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.setSlow1 {
  animation: an1 4.8s ease forwards;
}
.setSlow2 {
  animation: an2 2s ease forwards;
}
.header {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
}
.header .header-box1 {
  background-color: var(--c);
}
.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.header .header-box1 .header-content1 .header-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box1 .header-content1 .header-share a {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-right: var(--d10);
}
.header .header-box1 .header-content1 .header-share a:last-child {
  margin-right: 0;
}
.header .header-box1 .header-content1 .header-share a i {
  color: #fff;
  font-size: var(--16);
}
.header .header-box1 .header-content1 .header-mes {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box1 .header-content1 .header-mes .header-mes2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d20);
  font-size: var(--18);
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
}
.header .header-box1 .header-content1 .header-mes .header-mes2:last-child {
  margin-right: 0;
}
.header .header-box1 .header-content1 .header-mes .header-mes2 i {
  font-size: var(--20);
  margin-right: 6px;
}
.header .header-box2 {
  background-color: rgba(16, 111, 74, 0.35);
  position: relative;
  z-index: 100;
  transition: all 0.5s;
}
.header .header-box2 .header-content2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
.header .header-box2 .header-content2 .logo {
  width: 146px;
  height: 100%;
}
.header .header-box2 .header-content2 .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .header-box2 .header-content2 .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.header .header-box2 .header-content2 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .header-navbox {
  height: 100%;
}
.header .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: var(--d16);
}
.header .header-search .search-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.5s;
  padding: 5px 5px 5px var(--d24);
}
.header .header-search .search-con .search-tit {
  font-size: var(--14);
  line-height: 1;
  color: var(--c);
  font-weight: 700;
  margin-right: var(--d40);
}
.header .header-search .search-con .search-icon {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-search .search-con .search-icon i {
  color: #fff;
  font-size: var(--20);
  transition: all 0.5s;
}
.header .header-search .search {
  position: absolute;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
  width: 20vw;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  visibility: hidden;
}
.header .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header .header-search .search .search-box .input-text {
  width: 95%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-language {
  position: relative;
  margin-right: var(--d16);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-language .header-language2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: var(--14);
  line-height: 1;
  font-weight: 700;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 12px var(--d20);
}
.header .header-language .header-language2 .icon-diqiu1 {
  color: #fff;
  font-size: var(--26);
  font-weight: 400;
}
.header .header-language .header-language2 .icon-xiala {
  font-size: var(--14);
  color: #fff;
  font-weight: 400;
}
.header .header-language .header-language2 .language {
  margin: 0 2px 0 10px;
}
.header .header-language:hover .more {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
}
.header .header-language a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 5px 10px;
}
.header .header-language .more {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  min-width: 100%;
  text-align: center;
}
.header .header-language .more svg {
  width: 20px;
  height: 20px;
  margin-right: var(--d10);
}
.header .header-language .more a {
  transition: all 0.5s;
}
.header .header-language .more a:hover {
  color: var(--c) !important;
}
.header .header-language .more .more-1-list {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
}
.header .header-language .more .more-1-list .more-1-list2 {
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.header .header-language .more .more-1-list .more-1-list2 .more-1-list2:hover {
  color: var(--c);
}
.header .header-language .more .more-1-list .more-1-list2 a {
  padding: 10px 20px;
  white-space: nowrap;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .header-cart {
  position: relative;
}
.header .header-cart a {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.header .header-cart a .header-cart-icon {
  position: relative;
}
.header .header-cart a .header-cart-icon i {
  font-size: var(--20);
  color: #fff;
}
.header .header-cart a .header-cart-icon .cart-dot {
  background-color: #83bf5a;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transform: translate(50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-size: 12px;
  color: #fff;
  transform: translate(20%, 10%);
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 15px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: var(--c);
  transition: all 0.5s;
}
.header .s-nav-action i {
  background-color: var(--c) !important;
}
.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.headeraction {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.headeraction .header-box2 {
  background-color: var(--c);
}
.headeraction .s-nav i {
  background-color: #fff;
}
.solutiondetails-header {
  position: sticky;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.solutiondetails-header .header-box2 {
  background-color: var(--c);
}
.solutiondetails-header .s-nav i {
  background-color: #fff;
}
@media (min-width: 1201px) {
  .header-nav {
    height: 100%;
    display: flex !important;
    justify-content: center;
    margin-right: 104px;
  }
  .header-nav .header-list {
    display: flex;
    height: 100%;
    justify-content: center;
  }
  .header-nav .header-list .header-list2 {
    transition: all 0.5s;
    position: relative;
    margin-right: 33.2px;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    font-size: var(--16);
    line-height: 1;
    color: #fff;
    font-weight: 700;
    transition: all 0.5s;
    position: relative;
  }
  .header-nav .header-list .header-list2 .header-list3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: var(--c);
    transition: all 0.5s;
    display: none;
  }
  .header-nav .header-list .header-list2 .header-list3:hover span {
    text-decoration: underline;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .header-list3 a span {
    position: relative;
    margin-right: 4px;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    font-size: var(--14);
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    text-align: center;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    color: var(--c) !important;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .more .more-1-list .more-1-list2 .more2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header-nav .header-list .header-list2 {
    margin-right: 20px;
  }
  .header-nav {
    margin-right: 20px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav .header-list .header-list2 {
    margin-right: 15px;
  }
  .header-nav {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 120px;
    width: 100%;
  }
  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2:first-child .header-list3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: block;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    display: none;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .more {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action .header-list3 a {
    color: var(--c);
  }
}
.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.s-nav i {
  width: 21px;
  height: 2px;
  background-color: #003366;
  transition: all 0.5s;
}
.s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.s-nav-action i:nth-child(2) {
  opacity: 0;
}
.s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  background-color: var(--c);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xs-online ul li i {
  font-size: 14px;
  color: #fff;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: '';
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-family: 'iconfont' !important;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1100;
  background-color: #c68100;
  padding: 5px;
  border-radius: 12px;
}
.online-wrap .online a {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.online-wrap .online a .cart-num {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.online-wrap .online a:hover {
  background-color: var(--c);
}
.online-wrap .online a i {
  font-size: 24px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
}
.online-wrap .online a:hover i {
  color: #fff;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  color: #000;
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.online-wrap .online a .show-num .show-img {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
}
.online-wrap .online a .show-num .show-img::after,
.online-wrap .online a .show-num span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  transform: translate(100%, -50%);
  vertical-align: middle;
  border-width: 10px 0px 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  object-fit: cover;
}
.online-wrap .online a:hover {
  color: #fff !important;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: calc(100%);
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: '+';
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .show {
  right: 0 !important;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}
.online-wrap .icon-gouwuchefill {
  position: relative;
}
.online-wrap .icon-gouwuchefill .gouwuchefill-num {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #000;
}
.online-wrap .online-show {
  background-color: rgba(107, 6, 43, 0.3);
}
@media (max-width: 1400px) {
  .online-wrap .online {
    transform: translateY(-50%) scale(0.8);
    transform-origin: right;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .swiper-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  z-index: 10;
}
.index-banner .swiper-textbox .swiper-textbox2 {
  width: 769px;
  max-width: 100%;
}
.index-banner .swiper-textbox .swiper-textbox2 .swiper-title {
  font-size: var(--52);
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: var(--d16);
  font-family: 'CalSans', Arial, sans-serif;
}
.index-banner .swiper-textbox .swiper-textbox2 .swiper-text {
  font-size: var(--20);
  line-height: 1.6;
  margin-bottom: var(--d60);
}
.index-banner .swiper-textbox .swiper-textbox2 .swiper-more2 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  transition: all 0.5s;
  padding: 5px 5px 5px var(--d24);
  border: 1px solid #fff;
  border-radius: 12px;
}
.index-banner .swiper-textbox .swiper-textbox2 .swiper-more2:hover {
  background-color: var(--c);
  border-color: var(--c);
}
.index-banner .swiper-textbox .swiper-textbox2 .swiper-more2 .swiper-more-tit {
  font-size: var(--14);
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin-right: var(--d40);
}
.index-banner .swiper-textbox .swiper-textbox2 .swiper-more2 .swiper-more-icon {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .swiper-textbox .swiper-textbox2 .swiper-more2 .swiper-more-icon i {
  color: var(--c);
  font-size: var(--20);
  transition: all 0.5s;
}
.index-banner .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .slide-inner {
  padding-bottom: calc(920 / 1920 * 100%);
  position: relative;
}
.index-banner .banner-video video {
  object-fit: cover;
}
.index-banner iframe,
.index-banner .banner-video,
.index-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fooder .fooder-top {
  padding: var(--d90) 0;
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-top .fooder-con-title {
  font-size: var(--22);
  line-height: 1;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d30);
}
.fooder .fooder-top .fooder-logobox {
  width: 352px;
}
.fooder .fooder-top .fooder-logobox .fooder-logo {
  width: 146px;
  margin-bottom: var(--d16);
}
.fooder .fooder-top .fooder-logobox .fooder-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder .fooder-top .fooder-logobox .fooder-title {
  margin-bottom: var(--d56);
}
.fooder .fooder-top .fooder-logobox .fooder-title h2 {
  font-size: var(--26);
  line-height: 1.4;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.fooder .fooder-top .fooder-logobox .food-form-title {
  font-size: var(--18);
  line-height: 1.36;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: 6px;
}
.fooder .fooder-top .fooder-logobox .food-form-text {
  margin-bottom: var(--d26);
}
.fooder .fooder-top .fooder-logobox .food-form {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid rgba(25, 38, 25, 0.15);
}
.fooder .fooder-top .fooder-logobox .food-form .input-text {
  width: calc(100% - 45px);
  padding-left: var(--d10);
  font-size: var(--18);
  line-height: 1;
}
.fooder .fooder-top .fooder-logobox .food-form .input-text::placeholder {
  transition: all 0.5s;
  color: #666666;
}
.fooder .fooder-top .fooder-logobox .food-form .input-text:focus::placeholder {
  opacity: 0.3;
}
.fooder .fooder-top .fooder-logobox .food-form .submit {
  width: 42px;
  height: 42px;
  background-color: var(--c);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-top .fooder-logobox .food-form .submit i {
  font-size: var(--16);
  color: #fff;
}
.fooder .fooder-top .fooder-navbox {
  /* padding: 0 87.25px; */
  padding: 0 50px ;
  border-left: 1px solid rgba(25, 38, 25, 0.15);
  border-right: 1px solid rgba(25, 38, 25, 0.15);
}
.fooder .fooder-top .fooder-navbox .fooder-nav {
  display: flex;
  justify-content: space-between;
  /* width: 697px; */
  width: 800px;
}
.fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav2{
  margin: 0 10px;

}
.fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav2 a {
  display: block;
  margin-bottom: var(--d22);
  font-size: var(--18);
  transition: all 0.5s;
  font-weight: 600;
}
.fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav2 a:hover {
  color: var(--c);
  text-decoration: underline;
}
.fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav2 a:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-contact {
  width: 250px;
}
.fooder .fooder-top .fooder-contact .fooder-mes {
  margin-bottom: var(--d60);
}
.fooder .fooder-top .fooder-contact .fooder-mes .fooder-mes2 {
  display: flex;
  align-items: center;
  margin-bottom: var(--d26);
}
.fooder .fooder-top .fooder-contact .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-contact .fooder-mes .fooder-mes2 .fooder-icon {
  margin-right: 6px;
}
.fooder .fooder-top .fooder-contact .fooder-mes .fooder-mes2 .fooder-icon i {
  font-size: var(--24);
}
.fooder .fooder-top .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes-text {
  font-size: var(--18);
  font-weight: 600;
  color: var(--c);
  line-height: 1.1;
}
.fooder .fooder-top .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes-text a:hover {
  text-decoration: underline;
}
.fooder .fooder-top .fooder-contact .fooder-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fooder .fooder-top .fooder-contact .fooder-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: var(--c);
  margin-right: var(--d10);
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-contact .fooder-share a:hover {
  transform: translateY(-2px);
}
.fooder .fooder-top .fooder-contact .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-top .fooder-contact .fooder-share a i {
  color: #fff;
  font-size: var(--20);
}
.fooder .fooder-bom {
  border-top: 1px solid rgba(25, 38, 25, 0.15);
  padding: var(--d30) 0 var(--d38);
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-size: var(--18);
  line-height: 1.1;
  font-weight: 600;
}
.fooder .fooder-bom .fooder-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-bom .fooder-link a {
  margin-right: var(--d24);
}
.fooder .fooder-bom .fooder-link a:first-child {
  padding-right: var(--d24);
  position: relative;
}
.fooder .fooder-bom .fooder-link a:first-child::after {
  position: absolute;
  width: 1px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background-color: #666666;
}
.pro {
  position: relative;
}
.bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  display: none;
}
.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-product {
  padding-top: var(--d120);
}
.indexcontent .i-product .i-product-title {
  text-align: center;
  margin-bottom: var(--d16);
}
.indexcontent .i-product .i-product-text {
  margin-bottom: var(--d70);
}
.indexcontent .i-product .i-product-swiper {
  margin-bottom: var(--d70);
}
.indexcontent .i-product .i-product-swiperbox {
  position: relative;
}
.indexcontent .i-product .i-product-swiperbox .i-product-but {
  position: absolute;
  top: 50%;
}
.indexcontent .i-product .i-product-swiperbox .i-product-prev {
  left: -15px;
  transform: translate(-100%, -50%);
}
.indexcontent .i-product .i-product-swiperbox .i-product-next {
  right: -15px;
  transform: translate(100%, -50%);
}
.indexcontent .i-applications {
  padding-top: var(--d130);
}
.indexcontent .i-applications .i-applications-title {
  text-align: center;
  margin-bottom: var(--d16);
}
.indexcontent .i-applications .i-applications-text {
  margin-bottom: var(--d40);
}
.indexcontent .i-applications .i-applications-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: var(--d70);
  margin-bottom: calc(var(--d30) * -1);
}
.indexcontent .i-applications .i-applications-list .i-applications-list2 {
  margin-right: var(--d16);
  margin-bottom: var(--d30);
}
.indexcontent .i-applications .i-applications-list .i-applications-list2:hover .i-applications-list3 {
  background-color: var(--c);
  color: #fff;
}
.indexcontent .i-applications .i-applications-list .i-applications-list2:last-child {
  margin-right: 0;
}
.indexcontent .i-applications .i-applications-list .i-applications-list2 .i-applications-list3 {
  padding: var(--d16) var(--d55);
  border-radius: 12px;
  border: 1px solid var(--c);
  font-size: var(--20);
  line-height: 1;
  font-family: 'CalSans', Arial, sans-serif;
  transition: all 0.5s;
  cursor: pointer;
}
.indexcontent .i-applications .i-applications-list .action .i-applications-list3 {
  background-color: var(--c);
  color: #fff;
}
.indexcontent .i-applications .i-applications-swiperbox {
  position: relative;
}
.indexcontent .i-applications .i-applications-swiperbox .i-applications-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}
.indexcontent .i-applications .i-applications-swiperbox .i-applications-re {
  position: relative;
}
.indexcontent .i-applications .i-applications-swiperbox .swiper-action {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 10;
}
.indexcontent .i-design {
  padding-top: var(--d130);
}
.indexcontent .i-design .i-design-title {
  text-align: center;
  margin-bottom: var(--d70);
}
.indexcontent .i-design .i-design-box {
  width: 100%;
}
.indexcontent .i-design .i-design-box .i-design-img {
  width: 100%;
  margin-bottom: -50%;
  position: relative;
  z-index: 10;
}
.indexcontent .i-design .i-design-box .i-design-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-design .i-design-box .i-design-bg {
  width: 100%;
}
.indexcontent .i-design .i-design-box .i-design-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-design .i-design-box .i-design-sw-title {
  margin-top: var(--d30);
  text-align: center;
  font-size: var(--24);
  line-height: 1.3;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.indexcontent .i-design .i-design-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: var(--d20) 0;
}
.indexcontent .i-design .i-design-pagination .swiper-pagination-bullet-active {
  background-color: var(--c);
}
.indexcontent .i-turflory {
  padding-top: var(--d158);
}
.indexcontent .i-turflory .turflory {
  width: 100%;
}
.indexcontent .i-turflory .turflory img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-turflory .i-turflory-con {
  margin-bottom: var(--d100);
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box {
  margin-top: calc(var(--d30) * -1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-left {
  width: calc(790 / 1650 * 100%);
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-left .i-turflory-type {
  margin-bottom: var(--d30);
  color: var(--c);
  font-size: var(--20);
  font-family: 'CalSans', Arial, sans-serif;
  line-height: 1.36;
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right {
  padding-top: var(--d10);
  width: calc(570 / 1650 * 100%);
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-video {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d60);
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-video:hover .img-box img {
  transform: scale(1.1);
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-video .i-turflory-img {
  width: calc(280 / 570 * 100%);
  position: relative;
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-video .i-turflory-img .img-box {
  padding-bottom: calc(350 / 560 * 100%);
  border-radius: 6px;
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-video .i-turflory-img .i-turflory-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background-color: rgba(16, 111, 74, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border-radius: 50%;
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-video .i-turflory-img .i-turflory-icon i {
  font-size: var(--16);
  color: #fff;
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-video .i-turflory-v-text {
  width: calc(290 / 570 * 100%);
  padding-left: var(--d20);
  color: var(--c);
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-more2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--c);
  transition: all 0.5s;
  padding: 5px 5px 5px var(--d24);
  border-radius: 12px;
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-more2:hover {
  background-color: var(--c);
  border-color: var(--c);
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-more2:hover .i-turflory-more-tit {
  color: #fff;
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-more2:hover .i-turflory-more-icon {
  background-color: #fff;
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-more2:hover .i-turflory-more-icon i {
  color: var(--c);
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-more2 .i-turflory-more-tit {
  font-size: var(--14);
  line-height: 1;
  color: var(--c);
  font-weight: 700;
  margin-right: var(--d40);
  transition: all 0.5s;
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-more2 .i-turflory-more-icon {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-more2 .i-turflory-more-icon i {
  color: #fff;
  font-size: var(--20);
  transition: all 0.5s;
}
.indexcontent .i-turflory .i-turflory-vr a {
  width: 100%;
}
.indexcontent .i-turflory .i-turflory-vr .i-turflory-vr-img {
  width: 100%;
  position: relative;
}
.indexcontent .i-turflory .i-turflory-vr .i-turflory-vr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-turflory .i-turflory-vr .i-turflory-vr-img .i-turflory-vr-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  background-color: rgba(16, 111, 74, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.indexcontent .i-turflory .i-turflory-vr .i-turflory-vr-img .i-turflory-vr-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(16, 111, 74, 0.75);
  border-radius: 50%;
  animation: playan2 3s linear infinite normal;
}
.indexcontent .i-turflory .i-turflory-vr .i-turflory-vr-img .i-turflory-vr-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(16, 111, 74, 0.75);
  border-radius: 50%;
  animation: playan2 3s linear infinite normal;
  animation-delay: 1.5s;
}
.indexcontent .i-turflory .i-turflory-vr .i-turflory-vr-img .i-turflory-vr-icon i {
  font-size: var(--26);
  color: #fff;
  z-index: 10;
  position: relative;
}
.indexcontent .i-advantages .i-advantages-bg {
  width: 100%;
  position: relative;
}
.indexcontent .i-advantages .i-advantages-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-img {
  width: 39.0625vw;
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages-list2 {
  position: absolute;
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages-list2:nth-child(2n) {
  flex-direction: row-reverse;
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages-list2 .i-advantages-list-title {
  font-size: var(--d24);
  color: #fff;
  line-height: 1.3;
  font-family: 'CalSans', Arial, sans-serif;
  min-width: 100px;
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages-list2 img {
  width: 262px;
  object-fit: cover;
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages1 {
  top: 22%;
  left: 12%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transform: translate(-100%, -100%);
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages1 .i-advantages-list-title {
  margin-right: var(--d34);
  transform: translateY(-50%);
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages2 {
  top: 33%;
  right: 10%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transform: translate(100%, -100%);
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages2 .i-advantages-list-title {
  margin-left: var(--d34);
  transform: translateY(-50%);
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages3 {
  bottom: 47%;
  left: 12%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translate(-100%, 100%);
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages3 .i-advantages-list-title {
  margin-right: var(--d34);
  transform: translateY(50%);
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages4 {
  bottom: 34%;
  right: 10%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translate(100%, 100%);
}
.indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages4 .i-advantages-list-title {
  margin-left: var(--d34);
  transform: translateY(50%);
}
.indexcontent .i-news {
  padding-top: var(--d120);
  background-color: #FAFFF7;
}
.indexcontent .i-news .i-news-title {
  width: 814px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d16);
}
.indexcontent .i-news .i-news-text {
  margin-bottom: var(--d70);
}
.indexcontent .i-news .i-news-list {
  margin-bottom: calc(var(--d30) * -1);
}
.indexcontent .i-news .i-news-list .i-news-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-turf {
  padding-top: var(--d120);
  background-color: #FAFFF7;
  position: relative;
  padding-bottom: var(--d135);
}
.indexcontent .i-turf .i-turf-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.indexcontent .i-turf .i-turf-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-turf .i-turf-title {
  width: 814px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d16);
  position: relative;
  z-index: 10;
}
.indexcontent .i-turf .i-turf-text {
  margin-bottom: var(--d70);
  position: relative;
  z-index: 10;
  text-align: center;
}
.indexcontent .i-turf .i-turf-list {
  position: relative;
  z-index: 10;
  margin-bottom: calc(var(--d40) * -1);
}
.indexcontent .i-turf .i-turf-list .i-turf-list2 {
  margin-bottom: var(--d40);
}
.indexcontent .i-turf .i-turf-list .i-turf-list2 .i-turf-list3 {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid rgba(16, 111, 74, 0.25);
  padding: var(--d60) var(--d50);
}
.indexcontent .i-turf .i-turf-list .i-turf-list2 .i-turf-list3:hover .i-turf-icon i {
  transform: rotateY(180deg);
}
.indexcontent .i-turf .i-turf-list .i-turf-list2 .i-turf-list3:hover .i-turf-list-title {
  color: var(--c);
}
.indexcontent .i-turf .i-turf-list .i-turf-list2 .i-turf-list3 .i-turf-icon {
  margin-bottom: var(--d36);
}
.indexcontent .i-turf .i-turf-list .i-turf-list2 .i-turf-list3 .i-turf-icon i {
  font-size: var(--56);
  display: block;
  color: var(--c);
  transition: all 0.5s;
}
.indexcontent .i-turf .i-turf-list .i-turf-list2 .i-turf-list3 .i-turf-list-title {
  margin-bottom: var(--d16);
  text-align: center;
  transition: all 0.5s;
}
.indexcontent .i-turf .i-turf-list .i-turf-list2 .i-turf-list3 .i-turf-list-text {
  text-align: center;
}
.indexcontent .i-installation {
  background-color: var(--c);
  padding: var(--d50) 0;
}
.indexcontent .i-installation .i-installation-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .i-installation .i-installation-box .i-installation-titlebox {
  width: 725px;
}
.indexcontent .i-installation .i-installation-box .i-installation-titlebox .i-installation-title {
  margin-bottom: var(--d16);
}
.indexcontent .i-installation .i-installation-box .i-installation-titlebox .i-installation-title .title {
  color: #fff;
}
.indexcontent .i-installation .i-installation-box .i-installation-titlebox .i-installation-text {
  color: #fff;
}
.indexcontent .i-installation .i-installation-box .i-installation-more {
  border-radius: 6px;
  border: 1px solid #fff;
}
.indexcontent .i-installation .i-installation-box .i-installation-more .i-installation-more2 {
  padding: var(--d18) var(--d44);
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
  font-family: 'CalSans', Arial, sans-serif;
}
.indexcontent .i-installation .i-installation-box .i-installation-more .i-installation-more2:hover {
  background-color: #fff;
  color: var(--c);
}
.index-text {
  width: 930px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.i-exhibit {
  position: relative;
}
.i-exhibit .i-exhibit-img {
  width: 100%;
}
.i-exhibit .i-exhibit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-exhibit .i-exhibit-textbox {
  width: 100%;
  position: absolute;
  bottom: var(--d124);
}
.i-exhibit .i-exhibit-textbox .i-exhibit-textbox2 {
  width: 816px;
  max-width: 100%;
}
.i-exhibit .i-exhibit-textbox .i-exhibit-textbox2 .title {
  color: #fff;
}
.i-exhibit .i-exhibit-textbox .i-exhibit-textbox2 .i-exhibit-text {
  color: #fff;
}
.product-box {
  padding: var(--d20) var(--d20) var(--d40);
  border: 1px solid rgba(16, 111, 74, 0.25);
  border-radius: 12px;
  background-color: #fff;
}
.product-box:hover .img-box img {
  transform: scale(1.1);
}
.product-box:hover .product-textbox .product-list-title h3 {
  color: var(--c);
}
.product-box .product-img {
  padding-bottom: var(--d30);
}
.product-box .product-img .img-box {
  border-radius: 6px;
  padding-bottom: calc(525 / 700 * 100%);
}
.product-box .product-textbox .product-list-title {
  margin-bottom: var(--d12);
}
.product-box .product-textbox .product-list-title h3 {
  font-size: var(--24);
  line-height: 1.36;
  color: #192619;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'CalSans', Arial, sans-serif;
}
.product-box .product-textbox .product-list-text {
  padding-bottom: var(--d26);
}
.product-box .product-textbox .product-list-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-box .product-list-care {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-box .product-list-care .product-type {
  font-size: var(--20);
  line-height: 1;
  color: #106f4a;
  font-weight: 500;
}
.product-box .product-list-care .product-care i {
  font-size: var(--20);
}
.solution-box {
  height: 100%;
}
.solution-box:hover .img-box img {
  transform: scale(1.1);
}
.solution-box:hover .solution-textbox .solution-list-title h3 {
  color: var(--c);
}
.solution-box:hover .solution-more2 {
  background-color: var(--c);
  color: #fff;
}
.solution-box .solution-img {
  margin-bottom: var(--d40);
}
.solution-box .solution-img .img-box {
  padding-bottom: calc(665 / 1060 * 100%);
  border-radius: 12px;
}
.solution-box .solution-textbox {
  padding: 0 var(--d15);
}
.solution-box .solution-textbox .solution-list-title {
  text-align: center;
  margin-bottom: var(--d16);
}
.solution-box .solution-textbox .solution-list-title h3 {
  transition: all 0.5s;
  font-size: var(--30);
  line-height: 1.3;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.solution-box .solution-textbox .solution-list-text {
  margin-bottom: var(--d42);
  font-size: var(--18);
  line-height: 1.6;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.solution-box .solution-more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-box .solution-more2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d17) var(--d44);
  font-size: var(--16);
  line-height: 1;
  color: var(--c);
  font-family: 'CalSans', Arial, sans-serif;
  border-radius: 12px;
  border: 1px solid var(--c);
  transition: all 0.5s;
}
.cases-box {
  height: 100%;
  border-radius: 12px;
  border: 1px solid rgba(16, 111, 74, 0.25);
  padding: var(--d20) var(--d20) var(--d40);
}
.cases-box:hover .img-box img {
  transform: scale(1.1);
}
.cases-box:hover .cases-list-textbox .cases-list-title h3 {
  color: var(--c);
}
.cases-box .cases-img {
  margin-bottom: var(--d40);
}
.cases-box .cases-img .img-box {
  border-radius: 6px;
  padding-bottom: calc(605 / 965 * 100%);
}
.cases-box .cases-list-textbox .cases-list-title {
  margin-bottom: var(--d12);
}
.cases-box .cases-list-textbox .cases-list-title h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.5s;
}
.cases-box .cases-list-textbox .cases-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cases-box .cases-date {
  margin-top: var(--d26);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--c);
  font-weight: 500;
  font-size: var(--16);
  line-height: 1;
}
.cases-box .cases-date i {
  font-size: var(--16);
  font-weight: 400;
  margin-right: 6px;
}
.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-butbox .swiper-but:first-child {
  margin-right: var(--d16);
}
.swiper-but {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #106f4a;
  transition: all 0.5s;
  cursor: pointer;
}
.swiper-but:hover {
  background-color: var(--c);
}
.swiper-but:hover i {
  color: #fff;
}
.swiper-but i {
  font-size: var(--16);
  transition: all 0.5s;
}
.other-banner {
  position: relative;
}
.other-banner .other-imgbox {
  width: 100%;
  overflow: hidden;
}
.other-banner .other-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: an1 4.8s ease forwards;
}
.other-banner .other-textbox {
  position: absolute;
  z-index: 10;
  width: 52.91667vw;
  max-width: 100%;
  top: 30%;
  background: linear-gradient(90deg, rgba(16, 111, 74, 0.85) 0%, rgba(16, 111, 74, 0.05) 100%);
  padding: var(--d60) 0;
  padding-left: var(--p);
}
.other-banner .other-textbox .other-titlebox .other-title1 {
  margin-bottom: 6px;
  color: #fff;
  font-size: var(--26);
  line-height: 1.3;
  font-family: 'CalSans', Arial, sans-serif;
}
.other-banner .other-textbox .other-titlebox .other-title2 {
  margin-bottom: var(--d16);
}
.other-banner .other-textbox .other-titlebox .other-title2 h2 {
  font-size: var(--52);
  line-height: 1.3;
  color: #fff;
  font-family: 'CalSans', Arial, sans-serif;
}
.other-banner .other-textbox .other-text {
  padding-right: var(--d185);
  font-size: var(--20);
  line-height: 1.6;
  color: #fff;
}
.productcontent .p-product {
  padding: var(--d120) 0;
  background-color: #F8FCF4;
}
.productcontent .p-product .p-product-title {
  text-align: center;
  margin-bottom: var(--d50);
}
.productcontent .p-product .p-product-list {
  margin-bottom: calc(var(--d60) * -1);
}
.productcontent .p-product .p-product-list .p-product-list2 {
  margin-bottom: var(--d60);
}
.productcontent .p-product .p-product-list .p-product-list2 .solution-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.productcontent .p-product .p-product-list .p-product-list2 .solution-box .solution-box2 {
  margin-bottom: var(--d20);
}
.productcontent .p-product .p-product-list .p-product-list2 .solution-box .solution-textbox .solution-list-text {
  -webkit-line-clamp: 4;
  margin-bottom: 0;
}
.productcontent .p-recommended {
  padding: var(--d120) 0;
}
.productcontent .p-recommended .p-recommended-title {
  text-align: center;
  margin-bottom: var(--d50);
}
.productcontent .p-recommended-swiper {
  height: 1128px;
  margin-bottom: var(--d70);
}
.productcontent .p-recommended-swiper .swiper-wrapper {
  justify-content: space-between;
}
.productcontent .p-recommended-swiper .swiper-slide {
  height: calc((100% - 70px) / 2) !important;
}
.productcontent .p-recommended-swiper .swiper-slide .product-box {
  height: 100%;
}
.productcontent .p-welcome {
  padding: var(--d120) 0;
  background-color: var(--c);
}
.productcontent .p-welcome .p-welcome-title {
  width: 1334px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d70);
  text-align: center;
}
.productcontent .p-welcome .p-welcome-title .title {
  color: #fff;
}
.productcontent .p-welcome .p-welcome-box {
  display: flex;
  justify-content: space-between;
}
.productcontent .p-welcome .p-welcome-box .p-welcome-left {
  width: calc(810 / 1650 * 100%);
}
.productcontent .p-welcome .p-welcome-box .p-welcome-left .p-welcome-img {
  border-radius: 12px;
  overflow: hidden;
}
.productcontent .p-welcome .p-welcome-box .p-welcome-left .p-welcome-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productcontent .p-welcome .p-welcome-box .p-welcome-right {
  padding-top: var(--d20);
  width: calc(790 / 1650 * 100%);
}
.productcontent .p-welcome .p-welcome-box .p-welcome-right .p-welcome-textbox {
  font-size: var(--22);
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
}
.productcontent .p-features {
  padding: var(--d120) 0 var(--d170);
}
.productcontent .p-features .p-features-title {
  margin-bottom: var(--d70);
  text-align: center;
}
.productcontent .p-features .p-features-box {
  display: flex;
  justify-content: space-between;
}
.productcontent .p-features .p-features-box .p-features-left {
  padding-top: var(--d40);
  width: calc(790 / 1650 * 100%);
}
.productcontent .p-features .p-features-box .p-features-left .p-features-con-title {
  font-size: var(--30);
  line-height: 1.3;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d30);
}
.productcontent .p-features .p-features-box .p-features-left .p-features-textbox {
  font-size: var(--22);
  line-height: 1.6;
  font-weight: 500;
}
.productcontent .p-features .p-features-box .p-features-right {
  width: calc(810 / 1650 * 100%);
}
.productcontent .p-features .p-features-box .p-features-right .p-features-img {
  border-radius: 12px;
  overflow: hidden;
}
.productcontent .p-features .p-features-box .p-features-right .p-features-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productcontent .p-service {
  background-color: #f8fcf4;
  padding: var(--d120) 0;
}
.productcontent .p-service .p-service-title {
  margin-bottom: var(--d16);
}
.productcontent .p-service .p-service-title .title {
  text-align: center;
  color: var(--c);
}
.productcontent .p-service .p-service-text {
  text-align: center;
  margin-bottom: var(--d70);
}
.productcontent .p-service .p-service-list {
  justify-content: center;
  margin-bottom: calc(var(--d30) * -1);
  padding-bottom: var(--d70);
}
.productcontent .p-service .p-service-list .p-service-list2 {
  margin-bottom: var(--d30);
}
.productcontent .p-service .p-service-list .p-service-list2 .p-service-list3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.productcontent .p-service .p-service-list .p-service-list2 .p-service-list3:hover .p-service-icon i {
  transform: rotateY(180deg);
}
.productcontent .p-service .p-service-list .p-service-list2 .p-service-list3 .p-service-icon {
  margin-bottom: var(--d30);
}
.productcontent .p-service .p-service-list .p-service-list2 .p-service-list3 .p-service-icon i {
  font-size: var(--56);
  transition: all 0.5s;
  display: block;
  color: var(--c);
}
.productcontent .p-service .p-service-list .p-service-list2 .p-service-list3 .p-service-list-title {
  text-align: center;
  font-size: var(--20);
  line-height: 1.3;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.productcontent .p-service .p-service-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productcontent .p-service .p-service-but .p-service-but2 {
  padding: var(--d18) var(--d44);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  border-radius: 12px;
  cursor: pointer;
  font-size: var(--16);
  line-height: 1;
  color: var(--c);
  font-family: 'CalSans', Arial, sans-serif;
  transition: all 0.5s;
}
.productcontent .p-service .p-service-but .p-service-but2:hover {
  background-color: var(--c);
  color: #fff;
}
.productcontent .p-feedback {
  padding: var(--d120) 0;
}
.productcontent .p-feedback .p-feedback-title {
  text-align: center;
  margin-bottom: var(--d70);
}
.productcontent .p-feedback .p-feedback-list {
  margin-bottom: calc(var(--d30) * -1);
}
.productcontent .p-feedback .p-feedback-list .p-feedback-list2 {
  margin-bottom: var(--d30);
}
.productcontent .p-feedback .p-feedback-list .p-feedback-list2 .p-feedback-list3 {
  padding: var(--d40) var(--d50);
  border-radius: 12px;
  border: 1px solid rgba(16, 111, 74, 0.25);
}
.productcontent .p-feedback .p-feedback-list .p-feedback-list2 .p-feedback-list3:hover .p-feedback-titlebox .p-feedback-icon {
  background-color: var(--c);
}
.productcontent .p-feedback .p-feedback-list .p-feedback-list2 .p-feedback-list3:hover .p-feedback-titlebox .p-feedback-icon i {
  color: #fff;
}
.productcontent .p-feedback .p-feedback-list .p-feedback-list2 .p-feedback-list3 .p-feedback-titlebox {
  margin-bottom: var(--d16);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.productcontent .p-feedback .p-feedback-list .p-feedback-list2 .p-feedback-list3 .p-feedback-titlebox .p-feedback-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #e0ecd4;
  margin-right: var(--d12);
  display: flex;
  justify-content: center;
  align-items: center;
}
.productcontent .p-feedback .p-feedback-list .p-feedback-list2 .p-feedback-list3 .p-feedback-titlebox i {
  font-size: var(--24);
  transition: all 0.5s;
  color: var(--c);
}
.productcontent .p-feedback .p-feedback-list .p-feedback-list2 .p-feedback-list3 .p-feedback-list-title {
  font-size: var(--24);
  line-height: 1.3;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.productlistcontent .productlist {
  padding-top: var(--d90);
  padding-bottom: var(--d120);
}
.productlistcontent .productlist .productlist-con-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d70);
}
.productlistcontent .productlist .productlist-con-box .productlist-con-img {
  width: calc(390 / 1230 * 100%);
  border-radius: 12px;
  overflow: hidden;
}
.productlistcontent .productlist .productlist-con-box .productlist-con-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productlistcontent .productlist .productlist-con-box .productlist-con-textbox {
  width: calc(810 / 1230 * 100%);
  padding-top: var(--d16);
}
.productlistcontent .productlist .productlist-con-box .productlist-con-textbox .productlist-title {
  font-size: var(--36);
  line-height: 1.3;
  margin-bottom: var(--d16);
  font-family: 'CalSans', Arial, sans-serif;
  color: #192619;
}
.productlistcontent .productlist .productlist-list {
  padding-bottom: var(--d70);
  margin-bottom: calc(var(--d40) * -1);
}
.productlistcontent .productlist .productlist-list .productlist-list2 {
  margin-bottom: var(--d40);
}
.productlistcontent .choose {
  padding: var(--d120) 0;
  background-color: #f8fcf4;
}
.productlistcontent .choose .choose-title {
  width: 834px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d70);
  text-align: center;
}
.productlistcontent .choose .choose-list {
  margin-bottom: calc(var(--d30) * -1);
  padding-bottom: var(--d70);
}
.productlistcontent .choose .choose-list .choose-list2 {
  margin-bottom: var(--d30);
}
.productlistcontent .choose .choose-list .choose-list2 .choose-list3 {
  padding: var(--d60) var(--d50);
  border-radius: 12px;
  border: 1px solid rgba(16, 111, 74, 0.25);
  height: 100%;
}
.productlistcontent .choose .choose-list .choose-list2 .choose-list3 .choose-titlebox {
  margin-bottom: var(--d16);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.productlistcontent .choose .choose-list .choose-list2 .choose-list3 .choose-titlebox .choose-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #e0ecd4;
  margin-right: var(--d12);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--24);
  color: var(--c);
  font-family: 'CalSans', Arial, sans-serif;
}
.productlistcontent .choose .choose-list .choose-list2 .choose-list3 .choose-list-title {
  font-size: var(--24);
  line-height: 1.3;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.productlistcontent .choose .choose-text {
  width: 1002px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: var(--20);
  line-height: 1.6;
  color: var(--c);
  font-weight: 500;
}
.pagination {
  margin: 0 calc(var(--d8) * -1);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 var(--d8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'CalSans', Arial, sans-serif;
  font-size: var(--16);
  color: var(--c);
  border: 1px solid rgba(16, 111, 74, 0.25);
  transition: all 0.5s;
}
.pagination a:hover {
  border-color: var(--c);
  color: #fff;
  background-color: var(--c);
}
.pagination .active a {
  border-color: var(--c);
  color: #fff;
  background-color: var(--c);
}
.s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.s-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu .s-menu1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.s-menu .s-menu1 .s-menu2 {
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #666;
  font-weight: 700;
}
.s-menu .s-menu1 .s-menu2:last-child {
  margin-right: 0;
}
.s-menu .s-menu1 .action {
  color: var(--c);
}
.gmt-box {
  padding-top: var(--d24);
  padding-bottom: var(--d60);
  display: flex;
  justify-content: space-between;
}
.gmt-box .gmt-left {
  width: calc(390 / 1650 * 100%);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #f8fcf4;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list {
  padding: var(--d16);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  margin-bottom: var(--d14);
  border-radius: 12px;
  border: 1px solid rgba(16, 111, 74, 0.25);
  transition: all 0.5s;
  background-color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover {
  border-color: var(--c);
  background-color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 .menubut .gmt-but i {
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 a {
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: var(--d20);
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but i {
  color: var(--c);
  transition: all 0.5s;
  font-size: var(--16);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: var(--d18) var(--d20);
  font-size: var(--16);
  line-height: 1;
  color: var(--c);
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'CalSans', Arial, sans-serif;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a i {
  color: var(--c);
  font-size: var(--14);
  margin-right: var(--d12);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a span {
  width: 90%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  display: none;
  padding: var(--d22) var(--d20) var(--d34) var(--d40);
  background-color: var(--c);
  border-top: 1px dashed #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  transition: all 0.5s;
  position: relative;
  margin-bottom: var(--d15);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  display: block;
  width: 100%;
  font-size: var(--16);
  line-height: calc(19 / 16);
  color: #fff;
  position: relative;
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a {
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a {
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open {
  border-color: var(--c);
  background-color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but i {
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 a {
  color: #fff;
}
.gmt-box .gmt-rigth {
  width: calc(1260 / 1650 * 100%);
  padding-left: var(--d30);
}
.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  border-radius: 5px;
  padding: var(--d10);
  background-color: var(--c);
  margin-bottom: var(--d30);
  color: #fff;
}
.search-note .hot {
  margin-bottom: var(--d30);
}
.detailscontent .detproduct {
  padding-bottom: var(--d90);
}
.detailscontent .detproduct .detproduct-nav {
  display: flex;
  align-items: center;
  margin-bottom: var(--d40);
}
.detailscontent .detproduct .detproduct-nav .detproduct-nav2 {
  margin-right: var(--d10);
}
.detailscontent .detproduct .detproduct-nav .detproduct-nav2:last-child {
  margin-right: 0;
}
.detailscontent .detproduct .detproduct-nav .detproduct-nav2 .detproduct-nav3 {
  padding: var(--d18) var(--d44);
  border: 1px solid rgba(16, 111, 74, 0.25);
  border-radius: 12px;
  color: var(--c);
  font-family: 'CalSans', Arial, sans-serif;
  cursor: pointer;
  font-size: var(--16);
  line-height: 1;
  transition: all 0.5s;
}
.detailscontent .detproduct .detproduct-nav .detproduct-nav2 .detproduct-nav3:hover {
  background-color: var(--c);
  border-color: var(--c);
  color: #fff;
}
.detailscontent .detproduct .detproduct-nav .action .detproduct-nav3 {
  background-color: var(--c);
  border-color: var(--c);
  color: #fff;
}
.detailscontent .detproduct .detproduct-box .detproduct-box2 {
  display: none;
}
.detailscontent .detproduct .detproduct-box .action {
  display: block;
}
.detailscontent .detproduct .detproduct-box .content-title {
  font-size: var(--26);
  line-height: 1.36;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d26);
}
.detailscontent .inquire {
  position: relative;
  background-color: #f8fcf4;
  padding: var(--d90) 0;
}
.detailscontent .inquire .inquire-box {
  display: flex;
  justify-content: space-between;
}
.detailscontent .inquire .inquire-box .inquire-left {
  width: calc(720 / 1650 * 100%);
}
.detailscontent .inquire .inquire-box .inquire-left .inquire-title {
  width: 398px;
  max-width: 100%;
  font-size: var(--36);
  line-height: 1.3;
  color: #192619;
  margin-bottom: var(--d40);
  font-family: 'CalSans', Arial, sans-serif;
}
.detailscontent .inquire .inquire-box .inquire-left .inquire-text {
  font-size: var(--20);
  line-height: 1.6;
  font-weight: 500;
}
.detailscontent .inquire .inquire-box .inquire-right {
  width: calc(810 / 1650 * 100%);
}
.detailscontent .related {
  padding-top: var(--d90);
  padding-bottom: var(--d120);
}
.detailscontent .related .related-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d40);
}
.detailscontent .related .related-titlebox .related-title {
  font-size: var(--36);
  line-height: 1.3;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.inquire-form .inquire-form-title {
  font-size: var(--36);
  line-height: 1.3;
  color: #192619;
  margin-bottom: var(--d40);
  font-family: 'CalSans', Arial, sans-serif;
}
.inquire-form .product-input .input-box {
  background-color: var(--c);
  color: #fff;
}
.inquire-form ul {
  --bs-gutter-x: 1rem;
}
.inquire-form .input-box {
  padding: var(--d17) var(--d20);
  border: 1px solid rgba(16, 111, 74, 0.25);
  border-radius: 6px;
  font-size: var(--16);
  line-height: 1;
  color: #192619;
  width: 100%;
  background-color: transparent;
  margin-bottom: var(--d20);
}
.inquire-form .input-box::placeholder {
  color: #666666;
  transition: all 0.5s;
}
.inquire-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.inquire-form .textarea-box {
  height: 200px;
  margin-bottom: var(--d50);
}
.inquire-form .submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.inquire-form .submit .view-but {
  width: 100%;
}
.inquire-form .submit .view-but .view-but2 {
  padding: var(--d18) 0;
  border-radius: 12px;
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  width: 100%;
  background-color: var(--c);
  font-family: 'CalSans', Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.inquire-form .submit .view-but .view-but2:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.inquire-form .submit .view-but .view-but2::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.top {
  height: 200px;
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.details-content {
  display: flex;
  justify-content: space-between;
  padding: var(--d90) 0;
}
.details-content .img-box {
  padding-bottom: calc(525 / 700 * 100%);
}
.details-content .details-left {
  width: calc(810 / 1650 * 100%);
}
.details-content .details-left .details-sw-but {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  color: #DCDCDC;
  transition: all 0.5s;
}
.details-content .details-left .details-sw-but:hover {
  color: var(--c);
  border-color: var(--c);
}
.details-content .details-left .details-sw-but i {
  color: 12px;
}
.details-content .details-left .details-prev i {
  transform: rotate(180deg);
}
.details-content .details-left .details-imgbox {
  width: 100%;
}
.details-content .details-left .details-imgbox .details-swiperbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  padding: 1px;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border-color: var(--c);
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::after {
  width: var(--d56);
  height: var(--d56);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(16, 111, 74, 0.75);
  content: '';
  z-index: 10;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::before {
  font-family: 'iconfont' !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e60b";
  font-size: var(--16);
  color: #fff;
  z-index: 11;
  line-height: 1;
  border-radius: 50%;
}
.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: var(--d10);
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #F5F5F5;
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 .swiper-slide {
  background-color: #FFFFFF;
}
.details-content .details-right {
  width: calc(790 / 1650 * 100%);
  padding-top: var(--d10);
}
.details-content .details-right .details-title {
  margin-bottom: var(--d16);
}
.details-content .details-right .details-title h2 {
  font-size: var(--36);
  line-height: 1.3;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.details-content .details-right .rating-box {
  margin-bottom: var(--d16);
}
.details-content .details-right .details-textbox {
  padding-bottom: var(--d38);
  border-bottom: 1px solid var(--c);
  margin-bottom: var(--d40);
}
.details-content .details-right .details-textbox .details-text-title {
  font-size: var(--20);
  font-family: 'CalSans', Arial, sans-serif;
  line-height: 1.36;
  color: var(--c);
  margin-bottom: var(--d26);
}
.details-content .details-right .details-textbox .details-text {
  color: var(--c);
}
.details-content .details-right .questions {
  padding-bottom: var(--d38);
  border-bottom: 1px solid var(--c);
  margin-bottom: var(--d40);
}
.details-content .details-right .questions .questions-title {
  font-size: var(--20);
  line-height: 1.36;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d12);
}
.details-content .details-right .details-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d70);
}
.details-content .details-right .details-share p {
  font-size: var(--20);
  line-height: 1.26;
  color: #202833;
  margin-bottom: var(--d20);
  font-family: 'CalSans', Arial, sans-serif;
}
.details-content .details-right .details-but {
  width: 100%;
}
.details-content .details-right .details-but:first-child {
  margin-bottom: var(--d16);
}
.details-content .details-right .details-but:hover a .details-buttit {
  border-color: var(--c);
  color: #fff;
  background-color: var(--c);
}
.details-content .details-right .details-but a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.details-content .details-right .details-but a .details-buttit {
  width: 100%;
  font-size: var(--16);
  line-height: 1;
  text-align: center;
  padding: var(--d20) 0;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border: 1px solid rgba(16, 111, 74, 0.25);
  background-color: transparent;
  color: var(--c);
  font-family: 'CalSans', Arial, sans-serif;
}
.rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
}
.rating .rating2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.rating .rating2:last-child {
  margin-right: 0;
}
.rating .rating2 i {
  font-size: var(--d30);
  color: #facd25;
}
.rating .rating2 .icon-star-full {
  position: absolute;
  top: 0;
  left: 0;
  color: #facd25;
  opacity: 0;
}
.rating .ratingaction .icon-star-full {
  opacity: 1;
}
.solutioncontent .solutions {
  position: relative;
  padding: var(--d120) 0;
}
.solutioncontent .solutions .solutions-title {
  text-align: center;
  margin-bottom: var(--d16);
}
.solutioncontent .solutions .solutions-text {
  margin-bottom: var(--d50);
}
.solutioncontent .solutions .solutions-list {
  margin-bottom: calc(var(--d60) * -1);
}
.solutioncontent .solutions .solutions-list .solutions-list2 {
  margin-bottom: var(--d60);
}
.solutioncontent .faq {
  padding: var(--d120) 0;
  background-color: #f8fcf4;
  position: relative;
}
.solutioncontent .faq .faq-title {
  margin-bottom: var(--d70);
  text-align: center;
}
.solutioncontent .cases {
  position: relative;
  padding: var(--d120) 0;
}
.solutioncontent .cases .cases-title {
  text-align: center;
  margin-bottom: var(--d16);
}
.solutioncontent .cases .cases-text {
  margin-bottom: var(--d70);
}
.solutioncontent .cases .cases-list {
  margin-bottom: calc(var(--d40) * -1);
}
.solutioncontent .cases .cases-list .cases-list2 {
  margin-bottom: var(--d40);
}
.solutioncontent .cases .cases-box .cases-list-textbox .cases-list-title h3 {
  display: block;
}
.solutioncontent .cases .cases-box .cases-list-textbox .cases-list-text {
  display: block;
}
.join-list .join-list2 {
  border-bottom: 1px solid #c8d9b8;
  padding-bottom: var(--d36);
  margin-bottom: var(--d36);
}
.join-list .join-list2:last-child {
  margin-bottom: 0;
}
.join-list .join-list2 .join-list3 .join-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.join-list .join-list2 .join-list3 .join-titlebox:hover .join-list-title {
  color: var(--c);
}
.join-list .join-list2 .join-list3 .join-titlebox .join-list-title {
  width: calc(100% - 30px);
  font-size: var(--24);
  line-height: 1.36;
  font-family: 'CalSans', Arial, sans-serif;
  color: #192619;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-list-title i {
  font-size: var(--34);
  margin-right: var(--d12);
  transition: all 0.5s;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon {
  width: var(--14);
  height: var(--14);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon i {
  font-size: var(--26);
  color: #192619;
  transition: all 0.5s;
}
.join-list .join-list2 .join-list3 .join-titlebox .join-mes .join-icon .icon-minus-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--c);
  opacity: 0;
}
.join-list .join-list2 .join-list3 .join-textbox {
  padding-top: var(--d12);
  display: none;
}
.join-list .open .join-list3 .join-titlebox .join-list-title {
  color: var(--c);
}
.join-list .open .join-list3 .join-titlebox .join-mes .join-icon .icon-minus-fill {
  opacity: 1;
}
.join-list .open .join-list3 .join-titlebox .join-mes .join-icon .icon-plus-fill {
  opacity: 0;
}
.solutiondetailscontent .solutiondetails {
  padding: var(--d120) 0;
}
.solutiondetailscontent .solutiondetails .solutiondetails-box {
  display: flex;
  justify-content: space-between;
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox,
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox2 {
  width: calc(840 / 1650 * 100%);
  padding-right: var(--d70);
  padding-top: var(--d10);
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox .solutiondetails-title,
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox2 .solutiondetails-title {
  margin-bottom: var(--d16);
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox .solutiondetails-title2,
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox2 .solutiondetails-title2 {
  font-size: var(--20);
  line-height: 1.36;
  color: var(--c);
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d40);
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox .solutiondetails-text,
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox2 .solutiondetails-text {
  margin-bottom: var(--d70);
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox .solutiondetails-butbox,
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox2 .solutiondetails-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox .solutiondetails-butbox .solutiondetails-but .solutiondetails-but2,
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox2 .solutiondetails-butbox .solutiondetails-but .solutiondetails-but2 {
  padding: var(--d18) var(--d44);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  border-radius: 12px;
  font-size: var(--16);
  line-height: 1;
  color: var(--c);
  transition: all 0.5s;
  font-family: 'CalSans', Arial, sans-serif;
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox .solutiondetails-butbox .solutiondetails-but .solutiondetails-pro-but2,
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox2 .solutiondetails-butbox .solutiondetails-but .solutiondetails-pro-but2 {
  background-color: var(--c);
  color: #fff;
  margin-right: var(--d16);
  position: relative;
  overflow: hidden;
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox .solutiondetails-butbox .solutiondetails-but .solutiondetails-pro-but2:hover::before,
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox2 .solutiondetails-butbox .solutiondetails-but .solutiondetails-pro-but2:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox .solutiondetails-butbox .solutiondetails-but .solutiondetails-pro-but2::before,
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox2 .solutiondetails-butbox .solutiondetails-but .solutiondetails-pro-but2::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox .solutiondetails-butbox .solutiondetails-but .solutiondetails-con-but2:hover,
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox2 .solutiondetails-butbox .solutiondetails-but .solutiondetails-con-but2:hover {
  background-color: var(--c);
  color: #fff;
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-imgbox {
  width: calc(810 / 1650 * 100%);
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-imgbox .solutiondetails-img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-imgbox .solutiondetails-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutiondetailscontent .solutiondetails .solutiondetails-box .solutiondetails-textbox2 {
  padding-right: 0;
  padding-left: var(--d70);
}
.solutiondetailscontent .solutiondetails2 {
  background-color: #F8FCF4;
}
.solutiondetailscontent .s-related {
  background-color: #f8fcf4;
  padding: var(--d120) 0;
}
.solutiondetailscontent .s-related .s-related-title {
  text-align: center;
  margin-bottom: var(--d70);
}
.solutiondetailscontent .s-related .s-related-list {
  margin-bottom: calc(var(--d30) * -1);
}
.solutiondetailscontent .s-related .s-related-list .s-related-list2 {
  margin-bottom: var(--d30);
}
.solutiondetailscontent .s-related .s-related-list .s-related-list2 .product-box {
  background-color: transparent;
}
.solutiondetailscontent .advantages {
  padding: var(--d120) 0;
}
.solutiondetailscontent .advantages .advantages-title {
  width: 994px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--d70);
}
.solutiondetailscontent .advantages .advantages-list {
  margin-bottom: calc(var(--d30) * -1);
}
.solutiondetailscontent .advantages .advantages-list .advantages-list2 {
  margin-bottom: var(--d30);
}
.solutiondetailscontent .advantages .advantages-list .advantages-list2 .advantages-list3 {
  padding: var(--d40) var(--d30);
  border-radius: 12px;
  border: 1px solid rgba(16, 111, 74, 0.25);
  height: 100%;
}
.solutiondetailscontent .advantages .advantages-list .advantages-list2 .advantages-list3 .advantages-list-title {
  margin-bottom: var(--d16);
}
.solutiondetailscontent .advantages .advantages-list .advantages-list2 .advantages-list3 .advantages-list-title h3 {
  font-size: var(--24);
  line-height: 1.3;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
}
.aboutcontent .qingdao {
  padding-top: var(--d120);
  padding-bottom: var(--d90);
}
.aboutcontent .qingdao .qingdao-title {
  text-align: center;
  margin-bottom: var(--d40);
}
.aboutcontent .qingdao .qingdao-text {
  margin-bottom: var(--d70);
}
.aboutcontent .qingdao .qingdao-list {
  margin-bottom: calc(var(--d30) * -1);
}
.aboutcontent .qingdao .qingdao-list .qingdao-list2 {
  margin-bottom: var(--d30);
}
.aboutcontent .qingdao .qingdao-list .qingdao-list2 .qingdao-list3 {
  border-radius: 12px;
  border: 1px solid rgba(16, 111, 74, 0.25);
  padding: var(--d30);
  height: 100%;
}
.aboutcontent .qingdao .qingdao-list .qingdao-list2 .qingdao-list3 .qingdao-num {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--c);
  margin-bottom: var(--d16);
}
.aboutcontent .qingdao .qingdao-list .qingdao-list2 .qingdao-list3 .qingdao-list-title {
  text-align: center;
}
.aboutcontent .a-video {
  position: relative;
}
.aboutcontent .a-video .a-video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .a-video .a-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(16, 111, 74, 0.75);
  z-index: 10;
}
.aboutcontent .a-video .a-video-play i {
  color: #fff;
  font-size: var(--16);
}
.aboutcontent .factory {
  padding: var(--d120) 0;
  background-color: #f8fcf4;
}
.aboutcontent .factory .factory-title {
  text-align: center;
  margin-bottom: var(--d70);
}
.aboutcontent .factory .factory-swiper {
  margin-bottom: var(--d70);
}
.aboutcontent .factory .factory-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.aboutcontent .factory .factory-box:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .factory .factory-box .img-box {
  padding-bottom: calc(500 / 795 * 100%);
}
.aboutcontent .factory .factory-box .factory-sw-title {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: var(--d10);
  background-color: rgba(16, 111, 74, 0.75);
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: var(--20);
  line-height: 1.36;
  color: #fff;
  font-family: 'CalSans', Arial, sans-serif;
}
.newscontent {
  padding: var(--d120) 0;
}
.newscontent .news-title {
  text-align: center;
  width: 814px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d16);
}
.newscontent .news-text {
  margin-bottom: var(--d70);
}
.newscontent .news-list {
  margin-bottom: var(--d70);
}
.newscontent .news-list .news-list2 {
  margin-bottom: var(--d20);
}
.newscontent .news-list .news-list2:last-child {
  margin-bottom: 0;
}
.newscontent .news-list .news-list2 .news-list3 {
  padding: var(--d20);
  border-radius: 12px;
  border: 1px solid rgba(16, 111, 74, 0.25);
  display: flex;
  justify-content: flex-start;
}
.newscontent .news-list .news-list2 .news-list3 .news-imgbox {
  width: calc(430 / 1610 * 100%);
}
.newscontent .news-list .news-list2 .news-list3 .news-imgbox .img-box {
  padding-bottom: calc(540 / 860 * 100%);
  border-radius: 6px;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox {
  width: calc(1096 / 1610 * 100%);
  margin-left: var(--d40);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d30);
  font-size: var(--16);
  font-weight: 500;
  color: var(--c);
  line-height: 1;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-date i {
  font-size: var(--16);
  margin-right: 6px;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-title {
  margin-bottom: var(--d12);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-title h3 {
  font-size: var(--30);
  line-height: 1.36;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: var(--d30);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-view2 {
  font-size: var(--16);
  color: var(--c);
  line-height: 1;
  font-family: 'CalSans', Arial, sans-serif;
}
.newscontent .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customerscontent {
  padding: var(--d120) 0;
}
.customerscontent .customers-title {
  text-align: center;
  margin-bottom: var(--d16);
}
.customerscontent .customers-text {
  margin-bottom: var(--d70);
}
.customerscontent .map {
  width: 100%;
  position: relative;
}
.customerscontent .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customerscontent .map .map2 {
  display: none;
}
.customerscontent .map .map-list .map-list2 {
  position: absolute;
}
.customerscontent .map .map-list .map-list2:hover .map-icon i {
  animation: icon 0.75s;
}
@keyframes icon {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.customerscontent .map .map-list .map-list2 .map-icon i {
  font-size: 24px;
  color: var(--c);
  transition: all 0.5s;
  display: block;
}
.customerscontent .map .map-list .map-list2 .map-title {
  top: 50%;
  position: absolute;
  font-size: var(--18);
  color: #000;
  white-space: nowrap;
  font-family: 'CalSans', Arial, sans-serif;
}
.customerscontent .map .map-list .map-list2 .map-title1 {
  right: -6px;
  transform: translate(100%, -50%);
}
.customerscontent .map .map-list .map-list2 .map-title2 {
  left: -6px;
  transform: translate(-100%, -50%);
}
.customerscontent .map .map-list .united {
  left: 3.9%;
  top: 26.15%;
}
.customerscontent .map .map-list .germany {
  left: 6.8%;
  top: 30.8%;
}
.customerscontent .map .map-list .france {
  left: 5%;
  top: 35%;
}
.customerscontent .map .map-list .italy {
  left: 8.75%;
  top: 38.9%;
}
.customerscontent .map .map-list .russia {
  left: 14.75%;
  top: 25.4%;
}
.customerscontent .map .map-list .saudi {
  left: 16.65%;
  top: 50.4%;
}
.customerscontent .map .map-list .brazil {
  left: 12.8%;
  top: 56.3%;
}
.customerscontent .map .map-list .emirates1 {
  left: 19.15%;
  top: 42.4%;
}
.customerscontent .map .map-list .emirates2 {
  left: 19.8%;
  top: 50.7%;
}
.customerscontent .map .map-list .korea {
  left: 41.2%;
  top: 42.2%;
}
.customerscontent .map .map-list .singapore {
  left: 33.6%;
  top: 63.7%;
}
.customerscontent .map .map-list .australia {
  left: 40.1%;
  top: 84.45%;
}
.customerscontent .map .map-list .zealand {
  left: 52.4%;
  top: 93.9%;
}
.customerscontent .map .map-list .canada {
  left: 73.2%;
  top: 26.55%;
}
.customerscontent .map .map-list .us {
  left: 76.45%;
  top: 39%;
}
.customerscontent .map .map-list .mexico {
  left: 77.8%;
  top: 48.3%;
}
.customerscontent .map .map-list .colombia {
  left: 84.8%;
  top: 60.3%;
}
.customerscontent .map .map-list .argentina {
  left: 87.4%;
  top: 78.9%;
}
.contactcontent {
  padding: var(--d120) 0;
}
.contactcontent .contact-box {
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact-box .contact-left {
  width: calc(571 / 1650 * 100%);
}
.contactcontent .contact-box .contact-left .contact-title {
  margin-bottom: var(--d16);
}
.contactcontent .contact-box .contact-left .contact-text {
  margin-bottom: var(--d40);
}
.contactcontent .contact-box .contact-left .contact-mes {
  width: 390px;
  max-width: 100%;
  margin-bottom: var(--d70);
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 {
  margin-bottom: var(--d26);
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 a:hover {
  color: var(--c);
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 i {
  font-size: var(--20);
  color: #192619;
  margin-right: var(--d12);
  transform: translateY(3px);
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-text {
  font-size: var(--18);
  line-height: 1.4;
  transition: all 0.5s;
}
.contactcontent .contact-box .contact-left .contact-follow .contact-follow-title {
  font-size: var(--22);
  line-height: 1;
  color: #192619;
  font-family: 'CalSans', Arial, sans-serif;
  margin-bottom: var(--d26);
}
.contactcontent .contact-box .contact-left .contact-follow .contact-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contactcontent .contact-box .contact-left .contact-follow .contact-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: var(--c);
  margin-right: var(--d10);
  transition: all 0.5s;
}
.contactcontent .contact-box .contact-left .contact-follow .contact-share a:hover {
  transform: translateY(-2px);
}
.contactcontent .contact-box .contact-left .contact-follow .contact-share a:last-child {
  margin-right: 0;
}
.contactcontent .contact-box .contact-left .contact-follow .contact-share a i {
  color: #fff;
  font-size: var(--20);
}
.contactcontent .contact-box .contact-right {
  width: calc(810 / 1650 * 100%);
}
.contact-form ul {
  --bs-gutter-x: 1rem;
}
.contact-form .input-box {
  padding: var(--d17) var(--d20);
  border: 1px solid rgba(16, 111, 74, 0.25);
  border-radius: 6px;
  font-size: var(--16);
  line-height: 1;
  color: #192619;
  width: 100%;
  background-color: transparent;
  margin-bottom: var(--d20);
}
.contact-form .input-box::placeholder {
  color: #666666;
  transition: all 0.5s;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .textarea-box {
  height: 160px;
  margin-bottom: var(--d50);
}
.contact-form .submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.contact-form .submit .view-but {
  width: 100%;
}
.contact-form .submit .view-but .view-but2 {
  padding: var(--d18) 0;
  border-radius: 12px;
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  width: 100%;
  background-color: var(--c);
  font-family: 'CalSans', Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.contact-form .submit .view-but .view-but2:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.contact-form .submit .view-but .view-but2::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.cart {
  padding-top: var(--d120);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.cart .cart-form {
  padding-bottom: var(--d120);
}
.cart .cartcontent {
  padding-bottom: var(--d100);
}
.cart .cart-box .img-box {
  padding-bottom: calc(470 / 735 * 100%);
}
.cart .cart-box .title-inquiry-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .title-inquiry-info .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.cart .cart-box .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f5f7fa;
  content: "";
  position: absolute;
}
.cart .cart-box .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .inquiry-list .number-box span {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}
.cart .cart-box .inquiry-list .number-box span:hover {
  background-color: #254b9e;
  color: #fff;
}
.cart .cart-box .inquiry-list .number-box .ipt-num {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
.cart .cart-box .inquiry-list .iclose {
  position: relative;
  cursor: pointer;
}
.cart .cart-box .inquiry-list .iclose:hover::after {
  color: #254b9e;
}
.cart .cart-box .inquiry-list .iclose::after {
  font-family: "iconfont" !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ec7b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  z-index: 10;
}
.cart .cart-box .checkbox {
  width: 10%;
}
.cart .cart-box .pimg,
.cart .cart-box .number {
  width: 20%;
}
.cart .cart-box .pname {
  width: 40%;
}
.cart .cart-box .pname2 {
  display: none;
}
.cart .cart-box .operation {
  width: 10%;
}
.cart .cart-box .det-tit {
  width: 100%;
  position: relative;
  color: #000;
  font-size: var(--20);
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.cart .cart-box .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
  bottom: 0;
  left: 0;
}
.cart .cart-box .pimg-pname-num {
  display: none;
}
.cart .cart-box .pimg-pname-num p {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .cart .cart-box .title-inquiry-info .item {
    font-size: 14px;
    padding: 10px;
  }
  .cart .cart-box .inquiry-list .item {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .cart .cart-box .pimg,
  .cart .cart-box .pname,
  .cart .cart-box .number {
    display: none;
  }
  .cart .cart-box .pimg-pname-num {
    display: block;
    width: 80%;
  }
  .cart .cart-box .pimg-pname-num .cart-img {
    max-width: 300px;
  }
}
@media (max-width: 540px) {
  .cart .cart-box .checkbox span,
  .cart .cart-box .operation span {
    display: none;
  }
}
.newsdetcon {
  position: relative;
  padding-bottom: var(--d120);
  padding-top: var(--d120);
}
.newsdetcon .form-title {
  margin-bottom: var(--d20);
}
.newsdetcon .news-formbox .form-title h2 {
  color: #003366;
}
.newsdetcon .news-formbox .more-but .more-box {
  background-color: #003366;
}
.newsdetcon .news-formbox .input-box {
  color: #003366;
  background-color: #F7F8FA;
}
.newsdetcon .news-formbox .input-box::placeholder {
  transition: all 0.5s;
  color: #496683;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .index-news-date {
  font-size: var(--18);
  line-height: 1;
  margin-bottom: var(--d20);
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d30);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d40);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: var(--c);
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--d50);
}
.newsdetcon .contact-form .input-box {
  background-color: #F6F6F6;
}
.newsdetcon .contact-form .product-input {
  margin-bottom: var(--d20);
}
.newsdetcon .contact-form .product-input .input-box {
  background-color: #222;
  font-size: var(--22);
  line-height: calc(20 / 22);
  color: #fff;
  font-weight: 700;
}
.newsdetcon .contact-form .submit {
  position: relative;
  left: 50%;
  background-color: transparent;
  transform: translateX(-50%);
}
.newsdetcon .contact-form .submit .view-but2 {
  background-color: var(--c);
  color: #fff;
}
.newsdetcon .contact-form .submit .view-but2:hover {
  background-color: #111111;
}
.newsdetcon .contact-form .submit .view-but2 i {
  color: #fff;
}
.sitemapcontent .sitemap-content {
  padding-top: var(--d120);
  padding-bottom: var(--d120);
}
.sitemapcontent .sitemap-content .sitemap-title {
  margin-bottom: var(--d60);
}
.sitemapcontent .sitemap-content .list1 .list2 {
  margin-bottom: var(--d30);
}
.sitemapcontent .sitemap-content .list1 .list2:last-child {
  margin-bottom: 0;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3 {
  max-width: 100%;
  width: 400px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  color: var(--c);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: var(--c);
  color: #fff;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 {
  padding-top: 20px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 .list2-2 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--c);
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: var(--c);
}
.privacycontent {
  padding-top: var(--d120);
  padding-bottom: var(--d120);
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.tfg {
  padding-top: 40px;
}
.container {
  max-width: 1650px;
  padding: 0;
}
@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }
  :root {
    --p: calc((100vw - 1480px) / 2);
    --d185: 145px;
  }
  .fooder .fooder-top .fooder-navbox {
    padding: 0px 45.25px;
  }
  .productcontent .p-recommended-swiper {
    height: 1035px;
    margin-bottom: var(--d70);
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  .header .header-box2 .header-content2 {
    height: 90px;
  }
  :root {
    --p: calc((100vw - 1260px) / 2);
    --d700: 600px;
    --d357: 285px;
    --d330: 270px;
    --d208: 130px;
    --d185: 110px;
    --d180: 110px;
    --d170: 110px;
    --d160: 100px;
    --d158: 100px;
    --d150: 100px;
    --d145: 100px;
    --d140: 90px;
    --d138: 90px;
    --d135: 90px;
    --d130: 90px;
    --d124: 90px;
    --d120: 90px;
    --d118: 75px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d90: 70px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d70: 50px;
    --d66: 40px;
    --d64: 40px;
    --d60: 35px;
    --d58: 35px;
    --d56: 35px;
    --d55: 35px;
    --d52: 30px;
    --d50: 30px;
    --d45: 30px;
    --d44: 30px;
    --d42: 30px;
    --d40: 30px;
    --d38: 30px;
    --d34: 24px;
    --d36: 24px;
    --d35: 24px;
    --d30: 24px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d17: 10px;
    --d12: 8px;
    --90: 75px;
    --80: 65px;
    --75: 65px;
    --68: 60px;
    --64: 54px;
    --60: 50px;
    --56: 45px;
    --52: 42px;
    --48: 38px;
    --45: 36px;
    --44: 36px;
    --38: 34px;
    --36: 34px;
    --34: 30px;
    --32: 30px;
    --26: 22px;
    --24: 22px;
    --20: 18px;
    --18: 16px;
  }
  .productcontent .p-recommended-swiper {
    height: 900px;
    margin-bottom: var(--d70);
  }
  .productcontent .p-feedback .p-feedback-list .p-feedback-list2 .p-feedback-list3 .p-feedback-titlebox .p-feedback-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .productcontent .p-recommended-swiper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
  }
  .header .header-box2 .header-content2 .logo {
    width: 120px;
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav {
    width: 580px;
  }
  .fooder .fooder-top .fooder-logobox {
    width: 260px;
  }
}
@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1em;
  }
  .container {
    max-width: 1060px;
  }
  :root {
    --p: calc((100vw - 1060px) / 2);
    --d700: 450px;
    --d357: 205px;
    --d330: 205px;
    --d208: 80px;
    --d185: 80px;
    --d180: 80px;
    --d170: 80px;
    --d160: 75px;
    --d158: 75px;
    --d150: 70px;
    --d145: 70px;
    --d140: 60px;
    --d138: 60px;
    --d135: 60px;
    --d130: 60px;
    --d124: 60px;
    --d120: 60px;
    --d118: 60px;
    --d115: 60px;
    --d110: 60px;
    --d100: 60px;
    --d96: 40px;
    --d90: 40px;
    --d86: 40px;
    --d80: 30px;
    --d78: 30px;
    --d70: 30px;
    --d56: 25px;
    --d55: 25px;
    --d48: 30px;
    --d42: 30px;
    --d40: 20px;
    --d38: 20px;
    --d36: 18px;
    --d32: 18px;
    --d30: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 10px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d12: 6px;
    --90: 66px;
    --75: 50px;
    --68: 50px;
    --65: 50px;
    --64: 48px;
    --60: 45px;
    --56: 38px;
    --52: 38px;
    --50: 38px;
    --48: 36px;
    --45: 30px;
    --44: 30px;
    --40: 32px;
    --38: 30px;
    --36: 28px;
    --32: 28px;
    --30: 24px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --17: 15px;
    --16: 14px;
  }
  .contactcontent .contact-box .contact-left .contact-follow .contact-share a {
    width: 38px;
    height: 38px;
  }
  .other-banner .other-textbox {
    width: 61.91667vw;
  }
  .productlistcontent .choose .choose-list .choose-list2 .choose-list3 .choose-titlebox .choose-icon,
  .productcontent .p-feedback .p-feedback-list .p-feedback-list2 .p-feedback-list3 .p-feedback-titlebox .p-feedback-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .productcontent .p-recommended-swiper {
    height: 783px;
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav {
    width: 520px;
  }
  .fooder .fooder-top .fooder-logobox .fooder-logo {
    width: 120px;
  }
  .fooder .fooder-top .fooder-navbox {
    padding: 0px 10px;
  }
  .fooder .fooder-bom {
    font-size: 14px;
  }
  .fooder .fooder-bom .fooder-link a:first-child {
    padding-right: 10px;
  }
  .fooder .fooder-bom .fooder-link a {
    margin-right: 10px;
  }
  .header .header-search .search-con .search-icon {
    width: 30px;
    height: 30px;
  }
  .header .header-language .header-language2 {
    padding: 12px 8px;
  }
  .header .header-language .header-language2 .language {
    margin: 0 2px 0 4px;
  }
  .header .header-language .header-language2 .icon-diqiu1 {
    font-size: 16px;
  }
  .fooder .fooder-top .fooder-contact .fooder-share a {
    width: 38px;
    height: 38px;
  }
  .header .header-cart a {
    width: 42px;
    height: 42px;
  }
  .index-banner .swiper-textbox .swiper-textbox2 .swiper-more2 .swiper-more-icon,
  .fooder .fooder-top .fooder-logobox .food-form .submit {
    width: 38px;
    height: 38px;
  }
  .swiper-but {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
  :root {
    --p: calc((100vw - 860px) / 2);
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d90: 55px;
    --d88: 55px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d45: 20px;
    --d44: 20px;
    --d42: 20px;
    --d26: 15px;
    --d25: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --128: 100px;
    --90: 50px;
    --75: 45px;
    --68: 45px;
    --64: 38px;
    --52: 32px;
    --48: 30px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }
  .customerscontent .map .map1 {
    display: none;
  }
  .map-list {
    display: none;
  }
  .customerscontent .map .map2 {
    display: block;
  }
  .contactcontent .contact-box {
    flex-direction: column;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-imgbox {
    width: calc(454 / 1610 * 100%);
  }
  .newscontent .news-list .news-list2 .news-list3 .news-textbox {
    width: calc(1000 / 1610 * 100%);
  }
  .detailscontent .inquire .inquire-box,
  .details-content {
    flex-direction: column;
  }
  .contactcontent .contact-box .contact-left,
  .detailscontent .inquire .inquire-box .inquire-left,
  .details-content .details-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .contactcontent .contact-box .contact-right,
  .detailscontent .inquire .inquire-box .inquire-right,
  .details-content .details-right {
    width: 100%;
  }
  .other-banner .other-textbox {
    width: 100%;
    top: unset;
    bottom: 30px;
  }
  .other-banner {
    height: 400px;
  }
  .other-banner .other-imgbox {
    height: 100%;
  }
  .gmt-box .gmt-left {
    display: none;
  }
  .s-menu {
    display: block;
  }
  .gmt-box .gmt-rigth {
    padding-left: 0;
    width: 100%;
  }
  .pagination a {
    width: 40px;
    height: 40px;
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav {
    width: 100%;
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav .fooder-nav2 {
    width: 32%;
  }
  .productcontent .p-welcome .p-welcome-box {
    flex-direction: column;
  }
  .productcontent .p-features .p-features-box .p-features-left,
  .productcontent .p-welcome .p-welcome-box .p-welcome-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .productcontent .p-features .p-features-box .p-features-right,
  .productcontent .p-welcome .p-welcome-box .p-welcome-right {
    width: 100%;
  }
  .indexcontent .i-turflory .i-turflory-vr .i-turflory-vr-img .i-turflory-vr-icon {
    width: 60px;
    height: 60px;
  }
  .productcontent .p-features .p-features-box,
  .indexcontent .i-turflory .i-turflory-con .i-turflory-box {
    flex-direction: column;
  }
  .indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-left {
    width: 100%;
  }
  .indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right {
    width: 100%;
    padding-top: var(--d30);
  }
  .indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages-list2 img {
    width: 100px;
  }
  .fooder .fooder-top .fooder-navbox {
    width: 100%;
    padding: 0;
    margin: var(--d30) 0;
    border: none;
  }
  .fooder .fooder-bom {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder .fooder-top .fooder-contact {
    width: 100%;
  }
  .fooder .fooder-top {
    flex-direction: column;
  }
  .fooder .fooder-top .fooder-logobox {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --d700: 264px;
    --d330: 100px;
    --d170: 80px;
    --d158: 70px;
    --d150: 70px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d58: 28px;
    --d24: 20px;
    --80: 40px;
    --60: 40px;
    --52: 30px;
    --48: 28px;
    --45: 26px;
    --44: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
  .newscontent .news-list .news-list2 .news-list3 {
    flex-direction: column;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-imgbox {
    width: 100%;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-textbox {
    width: 100%;
    margin-left: 0;
    margin-top: var(--d30);
  }
  .productlistcontent .productlist .productlist-con-box .productlist-con-img {
    width: 100%;
  }
  .productlistcontent .productlist .productlist-con-box {
    flex-direction: column;
  }
  .productlistcontent .productlist .productlist-con-box .productlist-con-textbox {
    width: 100%;
  }
  .productcontent .p-recommended-swiper {
    height: 710px;
  }
  .fooder .fooder-top .fooder-navbox .fooder-nav {
    width: 100%;
  }
  .swiper-but {
    width: 38px;
    height: 38px;
  }
  .indexcontent .i-applications .i-applications-list {
    flex-direction: column;
  }
  .indexcontent .i-applications .i-applications-list .i-applications-list2 {
    margin-right: 0;
  }
  .indexcontent .i-installation .i-installation-box {
    flex-direction: column;
    align-items: flex-end;
  }
  .indexcontent .i-installation .i-installation-box .i-installation-titlebox {
    width: 100%;
    margin-bottom: var(--d20);
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .header .header-box2 .header-content2 {
    height: 60px;
  }
  :root {
    --p: 5%;
    --d357: 85px;
    --d208: 60px;
    --d185: 60px;
    --d180: 60px;
    --d170: 60px;
    --d160: 50px;
    --d158: 50px;
    --d150: 50px;
    --d145: 50px;
    --d138: 40px;
    --d135: 40px;
    --d130: 40px;
    --d124: 40px;
    --d120: 40px;
    --d118: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d75: 40px;
    --d42: 20px;
    --d30: 18px;
    --d24: 15px;
    --d22: 8px;
    --d18: 8px;
    --d17: 8px;
    --80: 38px;
    --75: 38px;
    --64: 36px;
    --60: 34px;
    --56: 30px;
    --52: 28px;
    --50: 28px;
    --38: 28px;
    --36: 24px;
    --32: 20px;
    --22: 18px;
    --18: 14px;
  }
  .indexcontent .i-product .i-product-swiperbox .i-product-but {
    display: none;
  }
  .productcontent .p-recommended-swiper {
    height: auto;
  }
  .i-exhibit {
    height: 300px;
  }
  .i-exhibit .i-exhibit-img {
    height: 100%;
  }
  .indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-video {
    flex-direction: column;
  }
  .indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-video .i-turflory-img {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-applications .i-applications-list .i-applications-list2 .i-applications-list3 {
    padding: var(--d16);
  }
  .indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages-list2 img {
    display: none;
  }
  .indexcontent .i-turflory .i-turflory-con .i-turflory-box .i-turflory-right .i-turflory-video .i-turflory-v-text {
    width: 100%;
    padding-left: 0;
  }
  .index-banner {
    height: 360px;
  }
  .index-banner .banner-swiper {
    height: 100%;
  }
  .index-banner .banner-swiper .swiper-slide {
    height: 100%;
  }
  .index-banner .banner-swiper .swiper-slide .slide-inner {
    padding-bottom: 0;
    height: 100%;
  }
  .index-banner .banner-swiper .swiper-slide .slide-inner img {
    position: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header .header-box1 .header-content1 .header-mes {
    display: none;
  }
  .header {
    position: sticky;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .header .header-box2 {
    background-color: var(--c);
  }
  .header .s-nav i {
    background-color: #fff;
  }
  .fooder {
    padding-bottom: 52px;
  }
  .tfg {
    padding-top: 0;
  }
  .header .header-box2 .header-content2 .logo {
    width: 80px;
  }
  .indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-img {
    width: 30.0625vw;
  }
  .indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages1 .i-advantages-list-title {
    margin-right: 5px;
  }
  .indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages2 .i-advantages-list-title {
    margin-left: 5px;
  }
  .indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages3 .i-advantages-list-title {
    margin-right: 5px;
  }
  .indexcontent .i-advantages .i-advantages-bg .i-advantages-con .i-advantages-list .i-advantages4 .i-advantages-list-title {
    margin-left: 5px;
  }
}
@media (max-width: 576px) {
  :root {
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d208: 30px;
    --d180: 30px;
    --d170: 30px;
    --d160: 30px;
    --d158: 30px;
    --d150: 30px;
    --d145: 30px;
    --d138: 30px;
    --d135: 30px;
    --d130: 30px;
    --d124: 30px;
    --d120: 30px;
    --d118: 30px;
    --d110: 30px;
    --d105: 30px;
    --d100: 30px;
    --d90: 30px;
    --d88: 30px;
    --d80: 30px;
    --d75: 30px;
    --d70: 30px;
    --d64: 20px;
    --d50: 20px;
    --d44: 15px;
    --d42: 15px;
    --d40: 15px;
    --d38: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 8px;
    --90: 35px;
    --80: 30px;
    --75: 28px;
    --68: 28px;
    --65: 28px;
    --64: 28px;
    --60: 28px;
    --44: 26px;
    --40: 26px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
    --15: 14px;
  }
  .header .header-language .header-language2 .language {
    display: none;
  }
  .header .header-search .search-con .search-tit {
    display: none;
  }
  .header .header-search .search-con {
    padding: 5px;
  }
  .header .header-language .header-language2 .icon-jiantou_shang-copy {
    display: none;
  }
  .fooder .fooder-top .fooder-logobox .fooder-logo {
    width: 90px;
  }
  .fooder .fooder-bom .fooder-link {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
