* {
  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 img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-object-fit: cover;
     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;
}
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 .art-bottom {
  display: none !important;
}

.art-mask {
  display: none !important;
}

.breadcrumb {
  margin-bottom: 0;
}

.editor-content p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
}

@media (max-width: 768px) {
  .editor-content p {
    font-size: 14px;
  }
}
.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 {
  font-weight: normal;
  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 .firstRow td {
  color: #000000;
}

.table-box table.rowspan1 tr:first-child,
.table-box table.rowspan2 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(2),
.table-box table.rowspan4 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(2),
.table-box table.rowspan5 tr:nth-child(3),
.table-box table.rowspan5 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(5) {
  background-color: #2E82EA !important;
  color: #fff;
  font-weight: bold;
}

@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%;
}

body {
  font-family: "Inter", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}

@font-face {
  font-family: "KronaOne";
  font-weight: 400;
  font-style: normal;
  src: local("KronaOne Regular"), local("KronaOne-Regular"), url("../../app/fonts/KronaOne-Regular.woff2") format("woff2"), url("../../app/fonts/KronaOne-Regular.woff") format("woff"), url("../../app/fonts/KronaOne-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: local("Inter18pt Regular"), local("Inter18pt-Regular"), url("../../app/fonts/Inter18pt-Regular.woff2") format("woff2"), url("../../app/fonts/Inter18pt-Regular.woff") format("woff"), url("../../app/fonts/Inter18pt-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: local("Inter18pt Medium"), local("Inter18pt-Medium"), url("../../app/fonts/Inter18pt-Medium.woff2") format("woff2"), url("../../app/fonts/Inter18pt-Medium.woff") format("woff"), url("../../app/fonts/Inter18pt-Medium.ttf") format("truetype");
  font-display: swap;
}
:root {
  --p: calc((100vw - 1620px) / 2);
  --p2: 56px;
  --d220: 220px;
  --d198: 198px;
  --d170: 170px;
  --d158: 158px;
  --d150: 150px;
  --d148: 148px;
  --d141: 141px;
  --d130: 130px;
  --d128: 128px;
  --d120: 120px;
  --d110: 110px;
  --d104: 104px;
  --d100: 100px;
  --d96: 96px;
  --d94: 94px;
  --d90: 90px;
  --d88: 88px;
  --d85: 85px;
  --f85: -85px;
  --d80: 80px;
  --d77: 77px;
  --d73: 73px;
  --d70: 70px;
  --d67: 67px;
  --d63: 63px;
  --d60: 60px;
  --d55: 55px;
  --d50: 50px;
  --d48: 48px;
  --d45: 45px;
  --d40: 40px;
  --d38: 38px;
  --d33: 33px;
  --d30: 30px;
  --f30: -30px;
  --d26: 26px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d18: 18px;
  --d16: 16px;
  --d14: 14px;
  --d12: 12px;
  --200: 200px;
  --64: 64px;
  --60: 60px;
  --54: 54px;
  --48: 48px;
  --44: 44px;
  --40: 40px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --14: 14px;
}

.kronaone {
  font-family: "KronaOne", Arial, sans-serif;
}

.title {
  font-size: var(--64);
  line-height: 1.203125;
  color: #222222;
  font-weight: 500;
}

.title2 {
  text-transform: uppercase;
  font-size: var(--18);
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: var(--d24);
}

.title3 {
  font-size: var(--64);
  line-height: 1;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
}

.text26 {
  font-size: var(--18);
  line-height: 1.444444;
  color: #555555;
}

.text30 {
  font-size: var(--18);
  line-height: 1.666667;
  color: #555555;
}

.text32 {
  font-size: var(--18);
  line-height: 1.7777778;
  color: #373737;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  border-bottom: 1px solid rgba(254, 245, 243, 0.2);
  transition: all 0.5s;
}
.header .header-box .header-content {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-box .header-content .header-left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 999;
}
.header .header-box .header-content .header-left .header-navbox {
  height: 100%;
  width: 70px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
}
.header .header-box .header-content .header-left .logo {
  height: 78.42857%;
}
.header .header-box .header-content .header-left .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .header-box .header-content .header-left .logo a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box .header-content .header-right {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box .header-content .header-right .header-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}
.header .header-box .header-content .header-right .header-list .header-list2 {
  transition: all 0.5s;
  position: relative;
  height: 100%;
  margin-right: 50px;
}
.header .header-box .header-content .header-right .header-list .header-list2:last-child {
  margin-right: 0;
}
.header .header-box .header-content .header-right .header-list .header-list2:hover .header-list3 a {
  color: var(--c);
}
.header .header-box .header-content .header-right .header-list .header-list2:hover .header-list3 a i {
  opacity: 1 !important;
}
.header .header-box .header-content .header-right .header-list .header-list2:hover .more {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
}
.header .header-box .header-content .header-right .header-list .header-list2 .header-list3 {
  height: 100%;
  transition: all 0.5s;
  position: relative;
  font-size: var(--18);
  line-height: 1.5;
  color: #fff;
}
.header .header-box .header-content .header-right .header-list .header-list2 .header-list3:hover span::after {
  width: 100%;
}
.header .header-box .header-content .header-right .header-list .header-list2 .header-list3 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.header .header-box .header-content .header-right .header-list .header-list2 .header-list3 a span {
  position: relative;
}
.header .header-box .header-content .header-right .header-list .header-list2 .header-list3 a i {
  font-size: 9px;
  margin-left: 8px;
}
.header .header-box .header-content .header-right .header-list .header-list2 .more-button {
  display: none;
}
.header .header-box .header-content .header-right .header-list .action .header-list3 a {
  color: var(--c);
}
.header .header-box .header-content .header-right .header-list .action .header-list3 a i {
  opacity: 1;
}
.header .header-box .header-content .header-right .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: left;
}
.header .header-box .header-content .header-right .more a {
  transition: all 0.5s;
}
.header .header-box .header-content .header-right .more a:hover {
  background-color: var(--c) !important;
  color: #fff !important;
}
.header .header-box .header-content .header-right .more .more-1-list {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
}
.header .header-box .header-content .header-right .more .more-1-list .more-1-list2 {
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.header .header-box .header-content .header-right .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;
}
.header .header-box .header-content .header-right .more .more-1-list .more-1-list2 .more-1-list2:hover {
  color: var(--c);
}
.header .header-box .header-content .header-right .more .more-1-list .more-1-list2:hover .more2 {
  opacity: 1;
  transform: translate(100%, 0) rotateY(0deg);
  visibility: visible;
}
.header .header-box .header-content .header-right .more .more-1-list .more-1-list2 a {
  padding: 10px 20px;
  white-space: nowrap;
  display: block;
}
.header .header-box .header-content .header-right .header-but {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .header-box .header-content .header-right .header-but .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 10px;
}
.header .header-box .header-content .header-right .header-but .header-search .search-con {
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: var(--16);
}
.header .header-box .header-content .header-right .header-but .header-search .search-con i {
  font-size: var(--20);
  margin-right: var(--d16);
}
.header .header-box .header-content .header-right .header-but .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-box .header-content .header-right .header-but .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-box .header-content .header-right .header-but .header-search .search .search-box .input-text {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-box .header-content .header-right .header-but .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-box .header-content .header-right .header-but .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-box .header-content .header-right .header-but .header-shopping {
  height: 100%;
  border-left: 1px solid rgba(254, 245, 243, 0.2);
}
.header .header-box .header-content .header-right .header-but .header-shopping a {
  width: 154px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.header .header-box .header-content .header-right .header-but .header-shopping a i {
  font-size: var(--20);
  color: #fff;
  margin-right: var(--d16);
}
.header .header-box .header-content .header-right .header-but .header-contact {
  height: 100%;
}
.header .header-box .header-content .header-right .header-but .header-contact a {
  width: 180px;
  height: 100%;
  background-color: #CD0000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  color: #fff;
}

.headeraction {
  background-color: #222222;
}

.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: flex;
  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);
}

.header-nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transition: all 0.5s;
  transform: translateX(-101%);
}
.header-nav .header-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-nav .header-nav2 {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  padding-top: 147px;
  width: 455px;
  height: 100%;
  max-width: 100%;
  padding-left: 4.6875vw;
  padding-right: 4.16667vw;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.header-nav .header-nav2 .header-list .header-list2 {
  margin-bottom: var(--d20);
}
.header-nav .header-nav2 .header-list .header-list2:hover .header-list3 a {
  color: #CD0000;
}
.header-nav .header-nav2 .header-list .header-list2:hover .header-list3 .more-button i {
  opacity: 1;
}
.header-nav .header-nav2 .header-list .header-list2 .header-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: var(--d20);
}
.header-nav .header-nav2 .header-list .header-list2 .header-list3 a {
  font-size: var(--20);
  line-height: 1.2;
  color: #222222;
  width: 80%;
}
.header-nav .header-nav2 .header-list .header-list2 .header-list3 .more-button {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.header-nav .header-nav2 .header-list .header-list2 .header-list3 .more-button i {
  font-size: var(--24);
  display: block;
  opacity: 0;
  transition: all 0.5s;
}
.header-nav .header-nav2 .header-list .header-list2 .more {
  margin-top: var(--d20);
  margin-bottom: var(--d30);
  display: none;
}
.header-nav .header-nav2 .header-list .header-list2 .more .more-1-list .more-1-list2 {
  margin-bottom: var(--d20);
}
.header-nav .header-nav2 .header-list .header-list2 .more .more-1-list .more-1-list2:hover .more-1-list3 a {
  color: #CD0000;
}
.header-nav .header-nav2 .header-list .header-list2 .more .more-1-list .more-1-list2:hover .more-1-list3::after {
  background-color: #CD0000;
}
.header-nav .header-nav2 .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
  font-size: var(--18);
  position: relative;
  color: #555555;
  padding-left: 15px;
  margin-left: 10px;
}
.header-nav .header-nav2 .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background-color: #555555;
}
.header-nav .header-nav2 .header-list .header-list2 .more .more-1-list .more-1-list2:last-child {
  margin-bottom: 0;
}
.header-nav .header-nav2 .header-list .header-list2 .more .more-1-list .action .more-1-list3 a {
  color: #CD0000;
}
.header-nav .header-nav2 .header-list .header-list2 .more .more-1-list .action .more-1-list3::after {
  background-color: #CD0000;
}
.header-nav .header-nav2 .header-list .action .header-list3 a {
  color: #CD0000;
}

.header-navact {
  transform: none;
}

.xs-online {
  width: 100%;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  background-color: #CD0000;
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
}
.xs-online ul li::before {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  display: block;
}
.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);
}
.xs-online ul .xs-online-mail a::before {
  content: "\e609";
}
.xs-online ul .xs-online-contact a::before {
  content: "\e677";
}
.xs-online ul .xs-online-tel a::before {
  content: "\e60d";
}
.xs-online ul .xs-online-product a::before {
  content: "\e619";
}
.xs-online ul .xs-online-top a::before {
  content: "\e60a";
}

.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px;
  border-radius: 50px;
}
.online-wrap .online a {
  width: 44px;
  height: 44px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  font-size: 25px;
  color: rgb(255, 255, 255);
  transition: all 0.5s;
  border-radius: 50%;
  transition: all 0.5s;
  margin-bottom: var(--d14);
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a i {
  font-size: 22px;
  line-height: 22px;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.online-wrap .online a:hover {
  background-color: #CD0000;
}
.online-wrap .online a:hover::after {
  opacity: 1;
}
.online-wrap .online a:hover::before {
  opacity: 1;
}
.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;
}
.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;
  -o-object-fit: cover;
     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: 100%;
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     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);
    right: 10px;
  }
}
@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);
  }
}
.fooder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--d70);
  font-size: var(--16);
  line-height: 1.875;
  color: #fff;
}
.fooder a {
  transition: all 0.5s;
}
.fooder a:hover {
  color: #CD0000 !important;
}
.fooder .fooder-top {
  padding-bottom: var(--d198);
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-top .fooder-left {
  width: 485px;
  max-width: 100%;
}
.fooder .fooder-top .fooder-left .fooder-massage {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: var(--d73);
}
.fooder .fooder-top .fooder-nav {
  text-transform: uppercase;
}
.fooder .fooder-top .fooder-right .fooder-nav {
  text-align: right;
}
.fooder .fooder-top .fooder-right .fooder-share {
  margin-top: var(--d33);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fooder .fooder-top .fooder-right .fooder-share a {
  margin-right: 26px;
  color: #606060;
}
.fooder .fooder-top .fooder-right .fooder-share a i {
  font-size: var(--18);
  line-height: 1;
}
.fooder .fooder-top .fooder-right .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-wordBox {
  width: 1083px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: var(--d24);
}
.fooder .fooder-wordBox .fooder-word {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: var(--200);
}
.fooder .fooder-wordBox .fooder-word2 {
  text-transform: uppercase;
  width: 100%;
  text-align: right;
  color: #fff;
  line-height: 1.2;
  font-size: var(--40);
}
.fooder .fooder-bottom {
  padding-bottom: var(--d38);
}

.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .slide-inner {
  padding-bottom: 44.7916667%;
  position: relative;
}
.index-banner .banner-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-video,
.index-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-pagination {
  position: absolute;
  bottom: var(--d67);
  z-index: 10;
  text-align: left;
  padding-left: 13.28125vw;
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 34px;
  height: 34px;
  background-color: transparent;
  margin: 0;
  margin-right: 1.77083vw;
  transform: rotateX(180deg) rotateZ(180deg);
  display: inline-block;
}
.index-banner .banner-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active circle {
  fill: #CD0000;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active .path {
  animation: paginationan 5s linear forwards;
}

@keyframes paginationan {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 2828;
  }
}
.i-showcase-products {
  position: relative;
}
.i-showcase-products:hover::after {
  width: 55.29412%;
}
.i-showcase-products:hover .cart-icon {
  opacity: 1;
}
.i-showcase-products:hover a .i-showcase-swiper-title {
  font-weight: 700;
}
.i-showcase-products::after {
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 6px;
  background-color: #CD0000;
  content: "";
}
.i-showcase-products .cart-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.31);
  -webkit-backdrop-filter: blur(10.5px);
          backdrop-filter: blur(10.5px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 10;
  opacity: 0;
  transition: all 0.5s;
}
.i-showcase-products .cart-icon i {
  font-size: var(--24);
  line-height: 1;
  color: #222222;
}
.i-showcase-products .img-box {
  background-color: #F3F3F3;
}
.i-showcase-products .img-box img {
  mix-blend-mode: multiply;
}
.i-showcase-products a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  clip-path: polygon(9% 0%, 90% 0%, 100% 6%, 100% 92%, 90% 100%, 8% 100%, 0% 93%, 0% 7%);
  padding: var(--d45) 0;
}
.i-showcase-products a .i-showcase-swiper-num {
  text-align: center;
  font-size: var(--20);
  line-height: 1.2;
  color: #222222;
  margin-bottom: var(--d55);
}
.i-showcase-products a .i-showcase-swiper-img {
  margin-bottom: var(--d45);
}
.i-showcase-products a .i-showcase-swiper-title {
  padding: 0 var(--d16);
  font-size: var(--20);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes playan1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes playan2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
.video-play {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background-image: url("../img/video_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: var(--d100);
  animation: playan1 10s linear infinite normal;
}
.video-play i {
  font-size: 40px;
  color: #CD0000;
  animation: playan2 10s linear infinite normal;
}

.indexcontent .i-showcase {
  padding: var(--d100) 0;
}
.indexcontent .i-showcase .i-showcase-title {
  margin-bottom: var(--d20);
  text-align: center;
}
.indexcontent .i-showcase .i-showcase-text {
  margin: 0 auto;
  text-align: center;
  width: 594px;
  max-width: 100%;
  margin-bottom: var(--d63);
}
.indexcontent .i-showcase .i-showcase-swiperbox {
  margin-bottom: var(--d63);
}
.indexcontent .i-showcase .i-showcase-swiperbox .i-showcase-swiper {
  padding-bottom: 6px;
}
.indexcontent .i-showcase .i-showcase-butbox {
  position: relative;
}
.indexcontent .i-showcase .i-showcase-butbox a {
  display: block;
  height: 32px;
  width: 80px;
  margin: 0 auto;
}
.indexcontent .i-showcase .i-showcase-butbox i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.indexcontent .i-showcase .i-showcase-butbox .i1 {
  left: calc(50% - 12px);
}
.indexcontent .i-showcase .i-showcase-butbox .i3 {
  left: calc(50% + 12px);
}
.indexcontent .i-showcase .i-showcase-butbox .i4 {
  left: calc(50% - 12px);
  top: calc(50% + 12px);
}
.indexcontent .i-showcase .i-showcase-butbox .i5 {
  top: calc(50% + 12px);
}
.indexcontent .i-showcase .i-showcase-butbox .i6 {
  left: calc(50% + 12px);
  top: calc(50% + 12px);
}
.indexcontent .i-showcase .i-showcase-butbox:hover .i4 {
  top: 50%;
  left: calc(50% - 24px);
}
.indexcontent .i-showcase .i-showcase-butbox:hover .i6 {
  top: calc(50% - 12px);
  left: 50%;
}
.indexcontent .i-journey {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.indexcontent .i-journey::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  content: "";
  width: 80px;
  height: 430px;
  background-color: #222222;
}
.indexcontent .i-journey .i-journey-img {
  width: 38.28125vw;
  line-height: 0;
}
.indexcontent .i-journey .i-journey-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .i-journey .i-journey-textbox {
  width: calc(100% - 38.28125vw);
  padding-left: 168px;
  padding-top: var(--d130);
}
.indexcontent .i-journey .i-journey-textbox .i-journey-textbox2 {
  width: 769px;
  position: relative;
}
.indexcontent .i-journey .i-journey-textbox .i-journey-textbox2 .i-journey-text1 {
  margin-bottom: var(--d38);
  font-size: var(--20);
  color: #CD0000;
  line-height: 1.6;
}
.indexcontent .i-journey .i-journey-textbox .i-journey-textbox2 .i-journey-title {
  margin-bottom: var(--d70);
}
.indexcontent .i-journey .i-journey-textbox .i-journey-textbox2 .i-journey-text2 {
  margin-bottom: var(--d158);
}
.indexcontent .i-industrial {
  padding-top: var(--d100);
}
.indexcontent .i-industrial .i-industrial-titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d67);
}
.indexcontent .i-industrial .i-industrial-titlebox .i-industrial-title {
  width: 566px;
  position: relative;
}
.indexcontent .i-industrial .i-industrial-titlebox .i-industrial-title span {
  position: absolute;
  right: 0;
  bottom: 12px;
  line-height: 1.22222;
  color: #CD0000;
  font-size: var(--18);
}
.indexcontent .i-industrial .i-industrial-titlebox .i-industrial-text {
  width: 793px;
  max-width: 100%;
}
.indexcontent .i-industrial .i-industrial-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--d120);
}
.indexcontent .i-industrial .i-industrial-content .i-industrial-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.indexcontent .i-industrial .i-industrial-content .i-industrial-img .img-box {
  padding-bottom: 61.257862%;
  transition: all 0.5s;
}
.indexcontent .i-industrial .i-industrial-content .i-industrial-img::before {
  font-family: "iconfont" !important;
  right: 30px;
  bottom: 30px;
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  content: "\e727";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  color: #555555;
  opacity: 0;
  transition: all 0.5s;
  z-index: 10;
}
.indexcontent .i-industrial .i-industrial-content .i-industrial-img::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  content: "";
  height: 100%;
  background-image: url("../img/i-industriali-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-backdrop-filter: blur(15.3000001907px);
          backdrop-filter: blur(15.3000001907px);
  z-index: 10;
}
.indexcontent .i-industrial .i-industrial-content .i-industrial-content2 {
  width: 795px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.indexcontent .i-industrial .i-industrial-content .i-industrial-content2:hover .i-industrial-img .img-box {
  padding-bottom: 67.924528%;
}
.indexcontent .i-industrial .i-industrial-content .i-industrial-content2:hover .i-industrial-img::before {
  opacity: 1;
}
.indexcontent .i-industrial .i-industrial-content .i-industrial-content2:hover .i-industrial-img-title {
  opacity: 0;
}
.indexcontent .i-industrial .i-industrial-content .i-industrial-content2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .i-industrial .i-industrial-content .i-industrial-content2 .i-industrial-img-title {
  position: absolute;
  bottom: -30px;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  color: #000;
  font-size: var(--18);
  line-height: 1.222222;
  letter-spacing: 0.09em;
  transition: all 0.5s;
}
.indexcontent .i-industrial .i-industrial-num {
  padding-bottom: var(--d94);
  border-bottom: 1px solid #555555;
  display: flex;
  justify-content: flex-start;
}
.indexcontent .i-industrial .i-industrial-num .i-industrial-num2 {
  padding-left: var(--d50);
  margin-right: var(--d220);
}
.indexcontent .i-industrial .i-industrial-num .i-industrial-num2:last-child {
  margin-right: 0;
}
.indexcontent .i-industrial .i-industrial-num .i-industrial-num2 .i-industrial-num3 {
  display: flex;
}
.indexcontent .i-industrial .i-industrial-num .i-industrial-num2 .i-industrial-num3 .numbox {
  font-size: var(--54);
  line-height: 1.203704;
  color: #222222;
  margin-right: 8px;
}
.indexcontent .i-industrial .i-industrial-num .i-industrial-num2 .i-industrial-num3 .tip {
  color: #CD0000;
  font-size: var(--16);
  margin-top: 9px;
  line-height: 1.1875;
}
.indexcontent .i-industrial .i-industrial-num .i-industrial-num2 .i-industrial-title {
  font-size: var(--18);
  color: #555555;
  line-height: 1.2222;
}
.indexcontent .i-information {
  padding-top: var(--d100);
  padding-bottom: var(--d148);
}
.indexcontent .i-information .i-information-titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .i-information .i-information-titleBox .i-information-title {
  margin-bottom: var(--d20);
}
.indexcontent .i-information .i-information-text {
  margin-bottom: var(--d70);
}
.indexcontent .i-information .i-information-list {
  --bs-gutter-x: 5rem;
}
.indexcontent .i-information .i-information-list .i-information-list2:hover .img-box img {
  transform: scale(1.1);
}
.indexcontent .i-information .i-information-list .i-information-list2:hover .i-information-title h3 {
  color: #CD0000;
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-date {
  font-size: var(--14);
  line-height: 1.2143;
  color: #555555;
  text-align: right;
  margin-bottom: var(--d12);
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-img {
  margin-bottom: var(--d22);
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-img .img-box {
  padding-bottom: 57.51295%;
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-title {
  width: 384px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexcontent .i-information .i-information-list .i-information-list2 .i-information-title h3 {
  transition: all 0.5s;
  font-size: var(--20);
  line-height: 1.5;
  color: #222222;
  font-weight: 400;
}

.more-box a {
  display: inline-block;
}
.more-box .more-box2 {
  display: flex;
  align-items: center;
}
.more-box .more-box2:hover .more-but1::after {
  opacity: 0;
}
.more-box .more-but1 {
  width: 200px;
  height: 50px;
  background-image: url("../img/subtract.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.more-box .more-but1::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/subtract2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
}
.more-box .more-but1 .more-title {
  position: relative;
  z-index: 10;
  font-size: var(--18);
  color: #fff;
  text-transform: uppercase;
}
.more-box .more-but2 {
  width: 50px;
  height: 50px;
  background-image: url("../img/but.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-box .more-but2 i {
  font-size: var(--24);
  color: #2C2C2C;
}

.other-banner {
  width: 100%;
  position: relative;
}
.other-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-banner .products-titlebox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.other-banner .products-titlebox .title2 {
  color: #CD0000;
}
.other-banner .products-titlebox .products-title {
  margin-bottom: var(--d63);
}
.other-banner .products-titlebox .products-title h2 {
  color: #fff;
}
.other-banner .products-titlebox .crumbs {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: var(--d26) 0;
  width: 915px;
  max-width: 100%;
}
.other-banner .products-titlebox .crumbs i {
  display: inline-block;
  color: #fff;
  margin-right: var(--d12);
  font-size: var(--20);
  line-height: 1;
}
.other-banner .products-titlebox .crumbs .crumbs-list {
  display: inline;
}
.other-banner .products-titlebox .crumbs .crumbs-list .crumbs-list2 {
  display: inline;
  color: #fff;
  font-size: var(--16);
}
.other-banner .products-titlebox .crumbs .crumbs-list .crumbs-list2::after {
  content: ">";
}
.other-banner .products-titlebox .crumbs .crumbs-list .crumbs-list2:last-child::after {
  display: none;
}

.about-nav {
  position: sticky;
  top: 70px;
  left: 0;
  z-index: 999;
}
.about-nav .about-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-nav .about-nav-list .about-nav-list2 {
  width: 20%;
  height: 60px;
  transition: all 0.5s;
  background-color: #222222;
  text-transform: uppercase;
}
.about-nav .about-nav-list .about-nav-list2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #fff;
}
.about-nav .about-nav-list .about-nav-list2:hover {
  background-color: #CD0000;
}
.about-nav .about-nav-list .action {
  background-color: #CD0000;
}

.aboutcontent .a-company {
  padding-top: var(--d130);
  padding-bottom: var(--d150);
}
.aboutcontent .a-company .a-company-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.aboutcontent .a-company .a-company-box .a-company-imgbox {
  width: 465px;
  max-width: 100%;
  position: relative;
}
.aboutcontent .a-company .a-company-box .a-company-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .a-company .a-company-box .a-company-imgbox .video-play {
  top: unset;
  right: var(--d33);
  bottom: var(--d33);
  background-image: url("../img/video_bg2.png");
}
.aboutcontent .a-company .a-company-box .a-company-imgbox .video-play i {
  color: #fff;
}
.aboutcontent .a-company .a-company-box .a-company-textbox {
  width: 1050px;
  max-width: 100%;
  padding-left: var(--d120);
}
.aboutcontent .a-company .a-company-box .a-company-textbox .a-company-title {
  margin-bottom: var(--d55);
}
.aboutcontent .a-company .a-company-box .a-company-textbox .a-company-text {
  color: #373737;
  margin-bottom: var(--d104);
}
.aboutcontent .a-company .a-company-box .a-company-textbox .a-company-text2 {
  width: 426px;
  max-width: 100%;
  font-size: var(--16);
  line-height: 1.5;
  color: #1C1C1C;
  margin-bottom: var(--d16);
}
.aboutcontent .a-company .a-company-box .a-company-textbox .a-company-text3 {
  color: #222222;
  font-size: var(--32);
  line-height: 1.25;
  text-transform: uppercase;
}
.aboutcontent .a-advantages {
  padding-top: var(--d120);
  padding-bottom: var(--d104);
  background-color: #C49C61;
}
.aboutcontent .a-advantages .a-advantages-box {
  display: flex;
  justify-content: space-between;
}
.aboutcontent .a-advantages .a-advantages-box .a-advantages-textbox {
  width: 555px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutcontent .a-advantages .a-advantages-box .a-advantages-textbox .title2 {
  color: #fff;
}
.aboutcontent .a-advantages .a-advantages-box .a-advantages-textbox .a-advantages-text {
  font-size: var(--22);
  line-height: 1.45454;
  color: #fff;
}
.aboutcontent .a-advantages .a-advantages-box .a-advantages-list {
  width: 706px;
  max-width: 100%;
}
.aboutcontent .a-advantages .a-advantages-box .a-advantages-list .a-advantages-list2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 87px;
  margin-bottom: var(--d60);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.aboutcontent .a-advantages .a-advantages-box .a-advantages-list .a-advantages-list2:last-child {
  margin-bottom: 0;
}
.aboutcontent .a-advantages .a-advantages-box .a-advantages-list .a-advantages-list2 .a-advantages-list-text {
  font-size: var(--16);
  line-height: 1.1875;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .a-advantages .a-advantages-box .a-advantages-list .a-advantages-list2 .a-advantages-num {
  font-size: var(--54);
  line-height: 1.481481;
  color: #fff;
}
.aboutcontent .a-factory {
  padding-top: var(--d128);
}
.aboutcontent .a-factory .a-factory-titlebox {
  width: 1259px;
  max-width: 100%;
  margin-bottom: var(--d110);
}
.aboutcontent .a-factory .a-factory-titlebox .a-factory-title {
  margin-bottom: var(--d24);
}
.aboutcontent .a-factory .a-factory-titlebox .a-factory-text {
  color: #373737;
}
.aboutcontent .a-story {
  padding-top: var(--d128);
  padding-bottom: var(--d141);
}
.aboutcontent .a-story .a-story-tiilebox {
  padding-bottom: var(--d77);
}
.aboutcontent .a-story .a-story-tiilebox .a-story-title {
  margin-bottom: var(--d24);
}
.aboutcontent .a-story .a-story-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: var(--f30);
  padding-bottom: var(--d60);
  flex-wrap: wrap;
}
.aboutcontent .a-story .a-story-list .a-story-list2 {
  margin-right: var(--d30);
  margin-bottom: var(--d30);
  width: 18.95061%;
  cursor: pointer;
}
.aboutcontent .a-story .a-story-list .a-story-list2:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .a-story .a-story-list .a-story-list2 .img-box {
  padding-bottom: 142.2764%;
}
.aboutcontent .a-story .a-story-list .a-story-list2:last-child {
  margin-right: 0;
}
.aboutcontent .a-culture {
  padding-top: var(--d120);
  padding-bottom: var(--d130);
}
.aboutcontent .a-culture .a-culture-titlebox {
  margin-bottom: var(--d12);
}
.aboutcontent .a-culture .a-culture-titlebox .a-culture-title {
  margin-bottom: var(--d24);
}
.aboutcontent .a-culture .a-culture-titlebox .a-culture-text {
  margin-bottom: 8px;
}
.aboutcontent .a-culture .a-culture-titlebox .a-culture-text2 {
  text-align: right;
  float: right;
  width: 426px;
  font-size: var(--32);
  line-height: 1.25;
  color: #222222;
}
.aboutcontent .a-culture .a-culture-list {
  width: 1360px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.aboutcontent .a-culture .a-culture-list2 {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.aboutcontent .a-culture .a-culture-list2:nth-child(1), .aboutcontent .a-culture .a-culture-list2:nth-child(2) {
  justify-content: flex-start;
}
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3 {
  width: 50%;
  transition: all 0.5s;
  background-image: url("../img/a_culture_bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3:hover::after {
  opacity: 1;
}
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3:hover .a-culture-text,
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3:hover .a-culture-title,
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3:hover .a-culture-icon,
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3:hover .a-culture-num {
  color: #fff;
}
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3::after {
  background-image: url("../img/a_culture_bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
}
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3 .a-culture-textbox {
  position: inherit;
  padding: var(--d30);
  z-index: 10;
}
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3 .a-culture-icon {
  color: #000;
  transition: all 0.5s;
  margin-bottom: var(--d22);
  line-height: 1;
}
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3 .a-culture-icon i {
  font-size: var(--40);
}
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3 .a-culture-title {
  font-size: var(--20);
  line-height: 1.2;
  color: #222222;
  margin-bottom: 8px;
  transition: all 0.5s;
}
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3 .a-culture-text {
  font-size: var(--14);
  color: #222222;
  line-height: 1.214286;
  margin-bottom: var(--d18);
  transition: all 0.5s;
  text-transform: capitalize;
}
.aboutcontent .a-culture .a-culture-list2 .a-culture-list3 .a-culture-num {
  width: 100%;
  text-align: right;
  font-size: var(--14);
  line-height: 1.214286;
  color: #555555;
  transition: all 0.5s;
}
.aboutcontent .a-base {
  padding-top: var(--d120);
  padding-bottom: var(--d150);
}
.aboutcontent .a-base .a-base-titlebox {
  width: 1116px;
  max-width: 100%;
  margin-bottom: var(--d73);
}
.aboutcontent .a-base .a-base-titlebox .a-base-title {
  margin-bottom: var(--d24);
}
.aboutcontent .a-base .a-base-titlebox .a-base-text {
  color: #373737;
}
.aboutcontent .a-base .a-base-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.aboutcontent .a-base .a-base-content .a-base-imgbox {
  width: 926px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.aboutcontent .a-base .a-base-content .a-base-imgbox .a-base-img {
  width: 448px;
  position: relative;
}
.aboutcontent .a-base .a-base-content .a-base-imgbox .a-base-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .a-base .a-base-content .a-base-imgbox .a-base-img .a-base-imgtitle {
  padding-top: var(--d12);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #121212;
  font-size: var(--20);
  line-height: 1.2;
  transform: translateY(100%);
}
.aboutcontent .a-base .a-base-content .a-base-imgbox .a-base-img1 {
  margin-right: var(--d30);
}
.aboutcontent .a-base .a-base-content .a-base-list {
  width: 493px;
}
.aboutcontent .a-base .a-base-content .a-base-list .a-base-list2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--20);
  line-height: 2.4;
}
.aboutcontent .a-base .a-base-content .a-base-list .a-base-list2 i {
  font-size: var(--20);
  color: #CD0000;
  line-height: 1;
  margin-right: var(--d22);
}
.aboutcontent .a-strength {
  background-color: #222222;
  position: relative;
  padding-top: var(--d85);
  overflow: hidden;
}
.aboutcontent .a-strength .a-strength-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 69.94792vw;
}
.aboutcontent .a-strength .a-strength-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .a-strength .a-strength-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 877px;
  max-width: 100%;
  margin-bottom: var(--d63);
}
.aboutcontent .a-strength .a-strength-titlebox .title2 {
  color: #DEDEDE;
  margin-bottom: var(--d12);
}
.aboutcontent .a-strength .a-strength-titlebox .a-strength-title {
  width: 650px;
}
.aboutcontent .a-strength .a-strength-titlebox .a-strength-title h2 {
  color: #fff;
}
.aboutcontent .a-strength .a-strength-img {
  line-height: 0;
}
.aboutcontent .a-strength .a-strength-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .a-strength .a-strength-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.aboutcontent .a-strength .a-strength-content .a-strength-left {
  display: flex;
  justify-content: flex-start;
}
.aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-img1 {
  width: 427px;
  max-width: 100%;
  margin-right: var(--d40);
}
.aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-left-textbox {
  width: 426px;
}
.aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-left-textbox .a-strength-left-title {
  font-size: var(--32);
  line-height: 1.25;
  color: #fff;
}
.aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-left-textbox .a-strength-left-title2 {
  font-size: var(--16);
  line-height: 1.5;
  color: #DEDEDE;
  margin-bottom: var(--d70);
}
.aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-left-textbox .a-strength-left-text {
  font-size: var(--16);
  line-height: 1.5;
  color: #DEDEDE;
}
.aboutcontent .a-strength .a-strength-content .a-strength-right {
  display: flex;
  justify-content: flex-end;
}
.aboutcontent .a-strength .a-strength-content .a-strength-right .a-strength-img2 {
  width: 288px;
  margin-right: var(--d60);
}
.aboutcontent .a-strength .a-strength-content .a-strength-right .a-strength-img2:last-child {
  margin-right: 0;
}
.aboutcontent .a-create {
  padding-top: var(--d100);
  padding-bottom: var(--d110);
}
.aboutcontent .a-create .more-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .a-create .title2 {
  text-align: center;
  margin-bottom: var(--d12);
}
.aboutcontent .a-create .a-create-title {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d16);
  text-align: center;
}
.aboutcontent .a-create .a-create-text {
  width: 1244px;
  max-width: 100%;
  margin: 0 auto;
  font-size: var(--16);
  line-height: 1.625;
  text-align: center;
  color: #555555;
  margin-bottom: var(--d100);
}
.aboutcontent .a-create .more-box2 {
  justify-content: center;
}
.aboutcontent .a-history .a-history-top {
  position: sticky;
  top: 70px;
  left: 0;
  padding-top: var(--d120);
  background-color: #fff;
  z-index: 100;
}
.aboutcontent .a-history .a-history-top .a-history-top2 {
  position: relative;
}
.aboutcontent .a-history .a-history-top .a-history-top2::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutcontent .a-history .a-history-top .a-history-titlebox {
  margin-bottom: var(--d90);
  padding-bottom: var(--d16);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.aboutcontent .a-history .a-history-top .a-history-titlebox .a-history-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .a-history .a-history-top .a-history-titlebox .a-history-butbox .a-history-but {
  width: 70px;
  height: 43px;
  background-image: url("../img/a_history_but1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.aboutcontent .a-history .a-history-top .a-history-titlebox .a-history-butbox .a-history-but:hover::after {
  opacity: 1;
}
.aboutcontent .a-history .a-history-top .a-history-titlebox .a-history-butbox .a-history-but:hover i {
  color: #2C2C2C;
}
.aboutcontent .a-history .a-history-top .a-history-titlebox .a-history-butbox .a-history-but::after {
  background-image: url("../img/a_history_but2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: all 0.5s;
}
.aboutcontent .a-history .a-history-top .a-history-titlebox .a-history-butbox .a-history-but i {
  font-size: var(--d24);
  color: rgba(44, 44, 44, 0.3);
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}
.aboutcontent .a-history .a-history-top .a-history-titlebox .a-history-butbox .a-history-but:first-child {
  margin-right: var(--d45);
}
.aboutcontent .a-history .a-history-top .a-history-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.aboutcontent .a-history .a-history-top .a-history-nav::-webkit-scrollbar {
  display: none;
}
.aboutcontent .a-history .a-history-top .a-history-nav .a-history-nav2 {
  min-width: 80px;
  margin-right: var(--d48);
  font-size: var(--16);
  line-height: 1.1875;
  color: #CDCDCD;
  padding-bottom: 11px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
.aboutcontent .a-history .a-history-top .a-history-nav .a-history-nav2::after {
  content: "";
  background-color: #CD0000;
  height: 1px;
  width: 0%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  transition: all 0.5s;
}
.aboutcontent .a-history .a-history-top .a-history-nav .a-history-nav2:hover {
  color: #CD0000;
}
.aboutcontent .a-history .a-history-top .a-history-nav .a-history-nav2:hover::after {
  width: 100%;
}
.aboutcontent .a-history .a-history-top .a-history-nav .a-history-nav2:last-child {
  margin-right: 0;
}
.aboutcontent .a-history .a-history-top .a-history-nav .action {
  color: #CD0000;
}
.aboutcontent .a-history .a-history-top .a-history-nav .action::after {
  width: 100%;
}
.aboutcontent .a-history .a-history-list {
  padding-top: var(--d100);
  padding-bottom: var(--d198);
  position: relative;
}
.aboutcontent .a-history .a-history-list::after {
  height: 100%;
  width: 1px;
  top: 0;
  right: 675px;
  background-color: #000000;
  content: "";
  position: absolute;
}
.aboutcontent .a-history .a-history-list .a-history-list2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d170);
}
.aboutcontent .a-history .a-history-list .a-history-list2:last-child {
  margin-bottom: 0;
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-textbox {
  width: 630px;
  max-width: 100%;
  margin-left: 105px;
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-textbox .a-history-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-textbox .a-history-date .a-history-years {
  font-size: var(--48);
  line-height: 1.208333;
  color: #222222;
  font-weight: 500;
  margin-right: var(--d18);
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-textbox .a-history-date .a-history-tip {
  font-size: var(--18);
  line-height: 1.22222;
  font-weight: 500;
  color: #CD0000;
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-textbox .a-history-text {
  color: #222222;
  font-size: var(--22);
  line-height: 1.45454;
  margin-bottom: var(--d33);
  text-transform: uppercase;
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-textbox .a-history-text2 {
  min-height: 106px;
  margin-bottom: var(--d26);
  font-size: var(--16);
  line-height: 1.625;
  color: #555555;
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-textbox .a-history-time {
  font-size: var(--16);
  line-height: 1.625;
  color: #555555;
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-img {
  width: 675px;
  position: relative;
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-img .a-history-imgdate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 112px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #CD0000;
  z-index: 10;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, 50%);
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-img .a-history-imgdate .a-history-num {
  font-size: var(--28);
  line-height: 1.214286;
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-img .a-history-imgdate .a-history-img-years {
  font-size: var(--16);
  line-height: 1.1875;
}
.aboutcontent .a-history .a-history-list .a-history-list2 .a-history-img .img-box {
  padding-bottom: 59.259259%;
}
.aboutcontent .a-quality {
  padding-top: var(--d120);
  padding-bottom: var(--d141);
}
.aboutcontent .a-quality .a-quality-title {
  margin-bottom: var(--d110);
}
.aboutcontent .a-quality .a-quality-list .a-quality-list2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--d50);
}
.aboutcontent .a-quality .a-quality-list .a-quality-list2:last-child {
  margin-bottom: 0;
}
.aboutcontent .a-quality .a-quality-list .a-quality-list2:nth-child(2n) {
  flex-direction: row-reverse;
}
.aboutcontent .a-quality .a-quality-list .a-quality-list2:nth-child(2n) .a-quality-imgbox .a-quality-num {
  left: 0;
  transform: translateX(-50%);
}
.aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-imgbox {
  width: 705px;
  margin-right: var(--d40);
  position: relative;
}
.aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-imgbox .img-box {
  padding-bottom: 69.50355%;
}
.aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-imgbox .a-quality-num {
  position: absolute;
  right: 0;
  top: var(--d45);
  width: 80px;
  height: 80px;
  background-color: #CD0000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: var(--60);
  z-index: 10;
  transform: translateX(50%);
}
.aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-textbox {
  width: calc(100% - 705px);
  padding-top: var(--d198);
}
.aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-textbox .a-quality-list-title {
  color: #121212;
  font-size: var(--24);
  line-height: 1.33333;
  text-transform: uppercase;
  margin-bottom: var(--d16);
}
.aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-textbox .a-quality-text {
  font-size: var(--16);
  line-height: 1.5;
  color: #373737;
}

.a-factory-list {
  margin-bottom: calc(-1 * var(--d30));
}
.a-factory-list .a-factory-list2 {
  margin-bottom: var(--d30);
}
.a-factory-list .a-factory-list2:hover img {
  transform: scale(1.1);
}
.a-factory-list .a-factory-list2 .img-box {
  cursor: pointer;
  padding-bottom: 61.30268%;
}

.productcontent {
  padding-bottom: var(--d110);
}
.productcontent .product-navbox {
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 100;
}
.productcontent .product-navbox .product-but {
  margin-right: var(--d26);
  position: relative;
}
.productcontent .product-navbox .product-but:hover .product-nav2 {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
}
.productcontent .product-navbox .product-but:last-child {
  margin-right: 0;
}
.productcontent .product-navbox .product-but a {
  padding: var(--d14) var(--d33) var(--d14) var(--d40);
  background-color: #222222;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  line-height: 1.22222;
  color: #fff;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.productcontent .product-navbox .product-but a:hover {
  background-color: #CD0000;
}
.productcontent .product-navbox .product-but .product-nav2 {
  position: absolute;
  visibility: hidden;
  transform: translate(-50%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  bottom: 0;
  left: 50%;
  background-color: #222222;
  z-index: 10;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  white-space: nowrap;
}
.productcontent .product-navbox .product-but .product-nav2 .product-nav-list {
  width: 100%;
}
.productcontent .product-navbox .product-but .product-nav2 .product-nav-list .product-nav-list2 {
  width: 100%;
}
.productcontent .product-navbox .product-but .product-nav2 .product-nav-list .product-nav-list2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: var(--d14) var(--d33) var(--d14) var(--d40);
  text-align: center;
  font-size: var(--16);
  line-height: 1.22222;
  color: #fff;
}
.productcontent .product-navbox .product-but .product-nav2 .product-nav-list .product-nav-list2 a:hover {
  background-color: #CD0000;
  color: #fff;
}
.productcontent .product-navbox .product-but .product-nav2 .product-nav-list .action a {
  background-color: #CD0000;
  color: #fff;
}
.productcontent .product-navbox .action > a {
  background-color: #CD0000;
}
.productcontent .product-list {
  padding-top: var(--d73);
  margin-bottom: var(--f85);
  padding-bottom: var(--d90);
}
.productcontent .product-list .product-list2 {
  margin-bottom: var(--d85);
}

.detailscontent .details {
  background-color: #F3F3F3;
}
.detailscontent .details .details-content {
  display: flex;
  justify-content: space-between;
  padding: var(--d96) 0;
}
.detailscontent .details .details-content .details-imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 550px;
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 {
  width: 100%;
  overflow: hidden;
  padding: 1px;
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 .swiper-slide {
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 .swiper-slide-thumb-active {
  border: 1px solid #CD0000;
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 .swiper-video {
  position: relative;
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 .swiper-video::after {
  font-family: "iconfont" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: #CD0000;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  content: "";
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 .swiper-video::before {
  font-family: "iconfont" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e650";
  font-size: 16px;
  color: #fff;
  z-index: 10;
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #D9D9D9;
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 .swiper-slide {
  overflow: hidden;
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.detailscontent .details .details-content .details-textbox {
  width: calc(100% - 550px);
  padding-left: var(--d100);
}
.detailscontent .details .details-content .details-textbox .details-titlebox {
  display: flex;
  justify-content: space-between;
}
.detailscontent .details .details-content .details-textbox .details-title {
  width: 721px;
  max-width: 100%;
  margin-bottom: var(--d33);
}
.detailscontent .details .details-content .details-textbox .details-title h2 {
  font-size: var(--44);
  font-weight: 500;
  color: #000;
  line-height: 1.204545;
}
.detailscontent .details .details-content .details-textbox .details-share {
  transform-origin: right;
  transform: scale(0.875);
}
.detailscontent .details .details-content .details-textbox .details-description {
  margin-bottom: var(--d120);
}
.detailscontent .details .details-content .details-textbox .details-description .description-title {
  margin-bottom: 15px;
  font-size: var(--18);
  line-height: 1.111;
  color: #CD0000;
  font-weight: 500;
}
.detailscontent .details .details-content .details-textbox .details-description .description-text {
  width: 721px;
  max-width: 100%;
  font-size: var(--16);
  line-height: 1.25;
  color: rgba(69, 69, 69, 0.7);
}
.detailscontent .details .details-content .details-textbox .details-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.detailscontent .details .details-content .details-textbox .details-butbox .details-but1 {
  margin-right: var(--d55);
}
.detailscontent .details .details-content .details-textbox .details-butbox .details-but2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.5s;
  color: #222222;
}
.detailscontent .details .details-content .details-textbox .details-butbox .details-but2 a:hover {
  color: #CD0000;
}
.detailscontent .details .details-content .details-textbox .details-butbox .details-but2 a:hover i {
  color: #CD0000;
}
.detailscontent .details .details-content .details-textbox .details-butbox .details-but2 a span {
  margin-right: var(--d20);
  font-size: var(--18);
}
.detailscontent .details .details-content .details-textbox .details-butbox .details-but2 a i {
  color: #222222;
  font-size: var(--20);
  transition: all 0.5s;
}
.detailscontent .details-nav {
  position: sticky;
  top: 70px;
  left: 0;
  z-index: 999;
}
.detailscontent .details-nav .navbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
}
.detailscontent .details-nav .navbox .navbox2 {
  background-color: #222222;
  height: 100%;
  flex: 1;
  transition: all 0.5s;
}
.detailscontent .details-nav .navbox .navbox2:first-child {
  flex: none;
  padding-left: var(--p);
  padding-right: var(--p2);
}
.detailscontent .details-nav .navbox .navbox2:last-child {
  flex: none;
  padding-right: var(--p);
  padding-left: var(--p2);
}
.detailscontent .details-nav .navbox .navbox2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  color: #fff;
  text-transform: uppercase;
}
.detailscontent .details-nav .navbox .navbox2:hover {
  background-color: #CD0000;
}
.detailscontent .details-nav .navbox .action {
  background-color: #CD0000;
}
.detailscontent .top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  transform: translateY(-100%);
}
.detailscontent .detproductbox {
  padding-top: var(--d96);
  padding-bottom: var(--d120);
}
.detailscontent .detproductbox .content-title {
  margin-bottom: var(--d33);
}
.detailscontent .detproductbox .content-title h3 {
  font-size: var(--40);
  line-height: 1.2;
  text-transform: uppercase;
  color: #222222;
}
.detailscontent .detproductbox .detproduct {
  position: relative;
  margin-bottom: var(--d88);
}
.detailscontent .detproductbox .detproduct .detproduct-textbox {
  width: 1150px;
  max-width: 100%;
}
.detailscontent .detproductbox .detproduct .detproduct-textbox .detproduct-title {
  font-weight: 500;
  font-size: var(--20);
  line-height: 1.3;
  color: #222222;
  margin-bottom: var(--d20);
}
.detailscontent .detproductbox .detproduct .detproduct-textbox .detproduct-text {
  font-size: var(--16);
  line-height: 1.875;
  color: #555555;
}
.detailscontent .detproductbox .parameters {
  position: relative;
  margin-bottom: var(--d88);
}
.detailscontent .detproductbox .faq {
  position: relative;
}
.detailscontent .detproductbox .faq .faq-list1 {
  padding-top: var(--d50);
  padding-bottom: var(--d60);
  position: relative;
}
.detailscontent .detproductbox .faq .faq-list1::after {
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.detailscontent .detproductbox .faq .faq-list1 .faq-list2 {
  margin-bottom: var(--d20);
}
.detailscontent .detproductbox .faq .faq-list1 .faq-list2:last-child {
  margin-bottom: 0;
}
.detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-titlebox {
  padding: var(--d14) var(--d16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F3F3F3;
  cursor: pointer;
  transition: all 0.5s;
  color: #222222;
}
.detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-titlebox:hover .faq-icon i {
  color: #CD0000;
}
.detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-titlebox .faq-icon {
  height: 28px;
}
.detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-titlebox .faq-icon i {
  font-size: var(--28);
  line-height: 1;
  color: #222222;
  transition: all 0.5s;
}
.detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-titlebox .faq-list-title {
  width: calc(100% - 32px - 36px);
  padding: 0 20px;
  font-size: var(--20);
  line-height: 1.2;
  font-weight: 400;
}
.detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-titlebox .faq-plue {
  height: 28px;
  position: relative;
}
.detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-titlebox .faq-plue i {
  transition: transform 0.5s;
  display: inline-block;
  font-size: var(--28);
  line-height: 1;
  transition: all 0.5s;
}
.detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-titlebox .faq-plue .icon-jianhao {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-list-text {
  width: calc(100% - 32px - 36px);
  padding: 20px 40px 18px 52px;
  margin: 0 auto;
  display: none;
  font-size: var(--18);
  line-height: 1.33333;
  color: #555555;
  font-weight: 400;
  background-color: transparent;
}
.detailscontent .detproductbox .faq .faq-list1 .open .faq-titlebox .faq-icon i {
  color: #CD0000;
}
.detailscontent .detproductbox .faq .faq-list1 .open .faq-titlebox .faq-plue .icon-jiahao {
  opacity: 0;
}
.detailscontent .detproductbox .faq .faq-list1 .open .faq-titlebox .faq-plue .icon-jianhao {
  opacity: 1;
}
.detailscontent .detproductbox .consult {
  position: relative;
  padding-bottom: var(--d88);
}
.detailscontent .detproductbox .consult .consult-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d45);
}
.detailscontent .detproductbox .consult .consult-titlebox .content-title {
  margin-bottom: 0;
}
.detailscontent .detproductbox .consult .consult-titlebox .write {
  font-size: var(--14);
  line-height: 1.2142857;
  color: #222222;
  text-decoration: underline;
  cursor: pointer;
}
.detailscontent .detproductbox .consult .consult-titlebox .write:hover {
  color: #CD0000;
}
.detailscontent .detproductbox .consult .consult-form {
  display: none;
}
.detailscontent .detproductbox .consult .consult-form .consult-list {
  padding-top: var(--d50);
  margin-bottom: var(--d30);
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 {
  margin-bottom: 10px;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2:last-child {
  margin-bottom: 0;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .input-box {
  width: 100%;
  border: 1px solid #E5E9ED;
  color: #222222;
  font-size: var(--16);
  line-height: 1.1875;
  letter-spacing: 0.03em;
  padding: 13px 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .input-box .rating {
  margin-left: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .input-box .rating .rating2 {
  position: relative;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .input-box .rating .rating2:last-child {
  margin-right: 0;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .input-box .rating .rating2 i {
  font-size: 14px;
  height: 14px;
  line-height: 1;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .input-box .rating .rating2 .icon-xing2 {
  position: absolute;
  top: 0;
  left: 0;
  color: #CD0000;
  opacity: 0;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .input-box .rating .ratingaction .icon-xing2 {
  opacity: 1;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .input-box::-moz-placeholder {
  color: #515151;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .input-box::placeholder {
  color: #515151;
  transition: all 0.5s;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .input-box:focus::-moz-placeholder {
  color: #515151;
  opacity: 0.3;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .input-box:focus::placeholder {
  color: #515151;
  opacity: 0.3;
}
.detailscontent .detproductbox .consult .consult-form .consult-list .consult-list2 .textarea-box {
  height: 128px;
}
.detailscontent .detproductbox .consult .consult-form .submit {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  background-color: transparent;
}
.detailscontent .detproductbox .customer {
  position: relative;
  padding-bottom: var(--d88);
}
.detailscontent .detproductbox .customer .customer-form ul {
  --bs-gutter-x: 1.25rem;
}
.detailscontent .detproductbox .customer .customer-form .product-input {
  width: 100%;
  margin-bottom: var(--d20);
}
.detailscontent .detproductbox .customer .customer-form .product-input .input-box {
  background-color: #222222;
  color: #fff;
  margin-bottom: 0;
}
.detailscontent .detproductbox .customer .customer-form .input-box {
  width: 100%;
  padding: 16px 34px;
  background-color: #F4F4F4;
  margin-bottom: 10px;
  font-size: var(--18);
  color: #222222;
}
.detailscontent .detproductbox .customer .customer-form .textarea-box {
  height: 218px;
  margin-bottom: var(--d33);
}
.detailscontent .detproductbox .customer .customer-form .submit {
  background-color: transparent;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
.detailscontent .detproductbox .related {
  position: relative;
}
.detailscontent .detproductbox .related .related-swiper {
  padding-bottom: 6px;
}

.informationcontent {
  padding-top: var(--d94);
  padding-bottom: var(--d100);
}
.informationcontent .information-title {
  margin-bottom: var(--d94);
}
.informationcontent .information-list {
  width: 100%;
  margin-bottom: var(--d80);
}
.informationcontent .information-list .information-list2 {
  width: 100%;
  margin-bottom: var(--d110);
}
.informationcontent .information-list .information-list2:last-child {
  margin-bottom: 0;
}
.informationcontent .information-list .information-list2:nth-child(2n) .information-list3 {
  flex-direction: row-reverse;
}
.informationcontent .information-list .information-list2:nth-child(2n) .information-list3 .information-imgbox {
  margin-right: 0;
  margin-left: var(--d60);
}
.informationcontent .information-list .information-list2 .information-list3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.informationcontent .information-list .information-list2 .information-list3:hover .img-box img {
  transform: scale(1.1);
}
.informationcontent .information-list .information-list2 .information-list3:hover .information-textbox .information-list-title h3 {
  color: #CD0000;
}
.informationcontent .information-list .information-list2 .information-list3 .information-imgbox {
  width: 554px;
  margin-right: var(--d60);
}
.informationcontent .information-list .information-list2 .information-list3 .information-imgbox .img-box {
  padding-bottom: 57.51295%;
}
.informationcontent .information-list .information-list2 .information-list3 .information-textbox {
  width: 721px;
}
.informationcontent .information-list .information-list2 .information-list3 .information-textbox .information-date {
  font-size: var(--14);
  color: #555555;
  line-height: 1.2142857;
  margin-bottom: var(--d18);
}
.informationcontent .information-list .information-list2 .information-list3 .information-textbox .information-list-title {
  margin-bottom: var(--d22);
}
.informationcontent .information-list .information-list2 .information-list3 .information-textbox .information-list-title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--26);
  line-height: 1.230769;
  transition: all 0.5s;
}
.informationcontent .information-list .information-list2 .information-list3 .information-textbox .information-text {
  margin-bottom: var(--d85);
  font-size: var(--16);
  line-height: 1.25;
  color: rgba(69, 69, 69, 0.7);
}
.informationcontent .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.reviewscon {
  background-color: #F4F4F4;
  padding: 20px 30px 16px;
}
.reviewscon .reviews-titbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 16px;
  position: relative;
}
.reviewscon .reviews-titbox::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D9D9D9;
}
.reviewscon .reviews-titbox .reviews-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reviewscon .reviews-titbox .reviews-name span {
  font-weight: bold;
  color: #222222;
  font-size: 16px;
  margin-right: 16px;
}
.reviewscon .reviews-titbox .reviews-name .star li {
  display: inline-block;
  margin-right: 4px;
}
.reviewscon .reviews-titbox .reviews-name .star li:last-child {
  margin-right: 0;
}
.reviewscon .reviews-titbox .reviews-name .star li i {
  font-size: 12px;
  color: #666666;
}
.reviewscon .reviews-titbox .reviews-name .star li .action {
  color: #FFBF00;
}
.reviewscon .reviews-titbox .reviews-date i {
  color: #BF0003;
  font-size: 14px;
  margin-right: 10px;
}
.reviewscon .reviews-titbox .reviews-date span {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
}
.reviewscon .reviews-text {
  font-weight: normal;
  color: #444444;
  font-size: 14px;
  line-height: 1.5em;
}

.newsdetcon {
  padding: var(--d120) 0;
  background-color: #fff;
}
.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::-moz-placeholder {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #496683;
}
.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(--d36);
}
.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: #003366;
}
.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(--d60);
}
.newsdetcon .contact-formbox {
  width: 100%;
}
.newsdetcon .contact-formbox .getquote-form {
  padding: 0;
}

.downloadcontent {
  padding: var(--d100) 0;
}
.downloadcontent .download-titlebox {
  margin-bottom: var(--d94);
}
.downloadcontent .download-list {
  margin-bottom: var(--d80);
}
.downloadcontent .download-list .download-list2 {
  padding-bottom: var(--d48);
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: var(--d55);
}
.downloadcontent .download-list .download-list2:hover .img-box img {
  transform: scale(1.1);
}
.downloadcontent .download-list .download-list2:last-child {
  margin-bottom: 0;
}
.downloadcontent .download-list .download-list2 a {
  display: block;
  width: 100%;
  height: 100%;
}
.downloadcontent .download-list .download-list2 .download-list3 {
  display: flex;
  justify-content: space-between;
}
.downloadcontent .download-list .download-list2 .download-list3 .img-box {
  padding-bottom: 65.896%;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-img {
  width: 432px;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
  width: calc(100% - 432px);
  padding-left: var(--d33);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-butbox .download-messagebox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-butbox .download-messagebox .download-message {
  padding: 8px var(--d24);
  margin-right: var(--d16);
  border: 1px solid #D9D9D9;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-butbox .download-messagebox .download-message:last-child {
  margin-right: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  padding: 0 10px;
  font-size: var(--20);
  line-height: 1;
  color: #000;
  transition: all 0.5s;
}
.pagination li:hover {
  color: #CD0000;
}
.pagination li:hover i {
  color: #CD0000;
}
.pagination li a {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li i {
  font-size: var(--20);
  color: #D5D5D5;
  transition: all 0.5s;
}
.pagination .active {
  color: #CD0000;
}
.pagination .prev {
  padding-right: 0;
}
.pagination .next {
  padding-left: 0;
}

.contactcontent {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}
.contactcontent .contact-titlebox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: var(--d141);
}
.contactcontent .contact-titlebox .contact-titlebox2 {
  width: 509px;
  margin-right: var(--d148);
  text-transform: uppercase;
}
.contactcontent .contact-titlebox .contact-text {
  width: 342px;
}
.contactcontent .contact-content {
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact-img {
  width: 345px;
  line-height: 0;
}
.contactcontent .contact-img .img-box {
  padding-bottom: 159.4202898551%;
}
.contactcontent .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactcontent .contact-message {
  display: flex;
  justify-content: center;
}
.contactcontent .contact-message .contact-message-title {
  font-size: var(--24);
  line-height: 1.33333;
  color: #555555;
  margin-right: var(--d33);
}
.contactcontent .contact-message .contact-list {
  width: 315px;
  max-width: 100%;
}
.contactcontent .contact-message .contact-list .contact-list2 a:hover {
  color: #CD0000;
}
.contactcontent .contact-message .contact-list .contact-list2 {
  margin-bottom: var(--d26);
}
.contactcontent .contact-message .contact-list .contact-list2:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-message .contact-list .contact-list2 .contact-list-title {
  color: #BDBDBD;
  margin-bottom: 8px;
  font-size: var(--16);
  line-height: 1.5;
}
.contactcontent .contact-message .contact-list .contact-list2 a,
.contactcontent .contact-message .contact-list .contact-list2 p {
  font-size: var(--16);
  line-height: 1.75;
  display: block;
  color: #555555;
  transition: all 0.5s;
}
.contactcontent .contact-form {
  width: 537px;
}

.contact-form li {
  margin-bottom: var(--d33);
}
.contact-form .input-title {
  font-size: var(--16);
  line-height: 1.5;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.contact-form .input-box {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 8px;
  font-size: var(--14);
  line-height: 1.714286;
  color: #555555;
  border-bottom: 1px solid #555555;
}
.contact-form .input-box::-moz-placeholder {
  color: #555555;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-form .input-box::placeholder {
  color: #555555;
  transition: all 0.5s;
}
.contact-form .input-box:focus::-moz-placeholder {
  opacity: 0.3;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .submit {
  background-color: transparent;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}

.cart {
  padding-top: var(--d100);
  background-color: #F9F9F9;
}
.cart .cart-box .img-box {
  padding-bottom: 73.52941%;
}
.cart .cart-box .title-inquiry-info {
  background-color: #fff;
  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;
  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";
  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;
}
.cart .detailscontent .requestbox {
  padding-top: var(--36);
  padding-bottom: var(--64);
}

@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;
  }
}
.sitemapcontent .sitemap-content {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.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 #CD0000;
  color: #CD0000;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: #CD0000;
  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;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.privacycontent .privacy-box {
  padding: var(--d100) 0;
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}

.container {
  max-width: 1620px;
  padding: 0;
  position: relative;
}

.container2 {
  max-width: 1410px;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .online-wrap .online {
    transform: translateY(-50%) scale(0.8);
    right: 10px;
  }
}
@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);
  }
}
@media (max-width: 1700px) {
  :root {
    --p: calc((100vw - 1420px) / 2);
  }
  .indexcontent .i-journey .i-journey-textbox {
    padding-left: 130px;
  }
  .aboutcontent .a-base .a-base-content .a-base-imgbox .a-base-img {
    width: 370px;
    position: relative;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-right .a-strength-img2 {
    width: 228px;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-img1 {
    width: 360px;
  }
  .detailscontent .details .details-content .details-textbox .details-title {
    width: 580px;
  }
  .container {
    max-width: 1420px;
    padding: 0;
  }
}
@media (max-width: 1600px) {
  :root {
    --p: calc((100vw - 1320px) / 2);
    --200: 150px;
    --d198: 120px;
    --d130: 80px;
    --d100: 70px;
    --d94: 52px;
    --d55: 40px;
    --d60: 44px;
    --64: 50px;
    --44: 32px;
    --32: 28px;
    --20: 18px;
  }
  .contactcontent .contact-form {
    width: 440px;
  }
  .detailscontent .details .details-content .details-textbox .details-title {
    width: 503px;
  }
  .aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-imgbox {
    width: 628px;
  }
  .aboutcontent .a-history .a-history-list .a-history-list2 .a-history-img {
    width: 590px;
    position: relative;
  }
  .aboutcontent .a-history .a-history-list::after {
    right: 588px;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-left-textbox {
    width: 379px;
  }
  .indexcontent .i-information .i-information-list {
    --bs-gutter-x: 2rem;
  }
  .indexcontent .i-industrial .i-industrial-titlebox .i-industrial-title {
    width: 435px;
    position: relative;
  }
  .indexcontent .i-industrial .i-industrial-content .i-industrial-content2 {
    width: 650px;
  }
  .indexcontent .i-industrial .i-industrial-titlebox .i-industrial-text {
    width: 700px;
  }
  .indexcontent .i-journey .i-journey-textbox .i-journey-textbox2 {
    width: 684px;
    position: relative;
  }
  .indexcontent .i-journey::after {
    width: 63px;
    height: 380px;
  }
  .indexcontent .i-journey .i-journey-textbox {
    padding-left: 90px;
  }
  .header .header-box .header-content .header-right .header-list .header-list2 {
    margin-right: 30px;
  }
  .container2,
  .container {
    max-width: 1320px;
    padding: 0;
  }
}
@media (max-width: 1400px) {
  :root {
    --p: calc((100vw - 1120px) / 2);
    --d220: 130px;
    --d198: 86px;
    --d150: 100px;
    --d148: 100px;
    --d141: 100px;
    --d128: 60px;
    --d120: 60px;
    --d110: 50px;
    --d104: 50px;
    --d100: 50px;
    --d85: 36px;
    --f85: -36px;
    --d88: 43px;
    --d90: 36px;
    --d73: 30px;
    --d77: 40px;
    --d70: 30px;
    --d60: 40px;
    --d67: 30px;
    --d63: 25px;
    --d60: 25px;
    --d55: 24px;
    --d50: 30px;
    --d45: 36px;
    --d40: 20px;
    --d26: 14px;
    --d24: 16px;
    --d22: 16px;
    --d18: 16px;
    --200: 130px;
    --64: 36px;
    --60: 48px;
    --54: 40px;
    --44: 28px;
    --48: 40px;
    --40: 24px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --18: 16px;
  }
  .header .header-box .header-content .header-right .header-but .header-contact a {
    width: 110px;
  }
  .header .header-box .header-content .header-right .header-but .header-shopping a {
    width: 120px;
  }
  .contactcontent .contact-img {
    width: 270px;
    line-height: 0;
  }
  .contactcontent .contact-form {
    width: 330px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-img {
    width: 300px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
    width: calc(100% - 300px);
  }
  .detailscontent .details-nav .navbox .navbox2 a {
    font-size: 14px;
  }
  .detailscontent .details .details-content .details-textbox .details-title {
    width: 440px;
  }
  .detailscontent .details .details-content .details-imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 440px;
  }
  .detailscontent .details .details-content .details-textbox {
    width: calc(100% - 440px);
    padding-left: var(--d100);
  }
  .aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-textbox {
    width: calc(100% - 623px);
  }
  .aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-imgbox .a-quality-num {
    width: 60px;
    height: 60px;
  }
  .aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-imgbox {
    width: 570px;
  }
  .aboutcontent .a-history .a-history-list .a-history-list2 .a-history-img {
    width: 550px;
  }
  .aboutcontent .a-history .a-history-list::after {
    right: 545px;
  }
  .aboutcontent .a-history .a-history-list .a-history-list2 .a-history-textbox {
    width: 530px;
    margin-left: 50px;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-right .a-strength-img2 {
    width: 186px;
  }
  .aboutcontent .a-base .a-base-content .a-base-imgbox {
    justify-content: flex-start;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-img1 {
    width: 310px;
  }
  .aboutcontent .a-base .a-base-content .a-base-imgbox .a-base-img {
    width: 290px;
  }
  .aboutcontent .a-advantages .a-advantages-box .a-advantages-list {
    width: 522px;
  }
  .about-nav .about-nav-list .about-nav-list2 {
    height: 45px;
  }
  .about-nav .about-nav-list .about-nav-list2 a {
    font-size: 14px;
  }
  .indexcontent .i-journey .i-journey-textbox .i-journey-textbox2 {
    width: 589px;
    position: relative;
  }
  .indexcontent .i-industrial .i-industrial-content .i-industrial-content2 {
    width: 550px;
  }
  .indexcontent .i-industrial .i-industrial-titlebox .i-industrial-title {
    width: 315px;
    position: relative;
  }
  .indexcontent .i-journey .i-journey-textbox {
    padding-left: 55px;
  }
  .video-play {
    width: 70px;
    height: 70px;
  }
  .more-box .more-but2 {
    width: 40px;
    height: 40px;
  }
  .more-box .more-but1 {
    width: 170px;
    height: 40px;
  }
  .video-play i {
    font-size: 30px;
  }
  .container2,
  .container {
    max-width: 1120px;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  :root {
    --p: calc((100vw - 800px) / 2);
    --d170: 120px;
    --d130: 40px;
    --d94: 30px;
    --d141: 60px;
    --d96: 56px;
    --d63: 30px;
    --d48: 24px;
    --d60: 30px;
    --d33: 10px;
    --d20: 10px;
    --200: 100px;
    --64: 34px;
    --32: 24px;
  }
  .contactcontent .contact-titlebox .contact-titlebox2 {
    margin: 0;
  }
  .contactcontent .contact-content {
    flex-wrap: wrap;
  }
  .contactcontent .contact-form {
    width: 100%;
    margin-top: var(--d30);
  }
  .download-textbox2 {
    margin-bottom: var(--d30);
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-img {
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
    width: 100%;
    padding: 0;
    margin-top: var(--d30);
  }
  .downloadcontent .download-list .download-list2 .download-list3 {
    flex-direction: column;
  }
  .informationcontent .information-list .information-list2 .information-list3 .information-imgbox {
    margin: 0 auto !important;
    max-width: 100% !important;
    width: 600px !important;
  }
  .informationcontent .information-list .information-list2 .information-list3 .information-textbox {
    width: 100%;
    margin-top: var(--d30);
  }
  .informationcontent .information-list .information-list2 .information-list3 {
    flex-direction: column !important;
  }
  .i-showcase-products .cart-icon {
    width: 50px;
    height: 50px;
  }
  .detailscontent .details-nav .navbox {
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .detailscontent .details-nav .navbox .navbox2 {
    padding: 0 !important;
    flex: none !important;
    min-width: 200px;
  }
  .detailscontent .details .details-content {
    flex-direction: column;
  }
  .detailscontent .details .details-content .details-imgbox {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
  .detailscontent .details .details-content .details-textbox {
    width: 100%;
    padding: 0;
    margin-top: var(--d30);
  }
  .aboutcontent .a-quality .a-quality-list .a-quality-list2:nth-child(2n) .a-quality-imgbox .a-quality-num {
    left: unset;
    transform: translateX(50%);
  }
  .aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-imgbox {
    width: 90%;
    margin: 0;
  }
  .aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-textbox {
    width: 100%;
    padding-top: var(--d30);
  }
  .aboutcontent .a-quality .a-quality-list .a-quality-list2 {
    flex-direction: column !important;
  }
  .aboutcontent .a-history .a-history-list .a-history-list2 {
    flex-direction: column;
  }
  .aboutcontent .a-history .a-history-list .a-history-list2 .a-history-textbox .a-history-text2 {
    min-height: auto;
  }
  .aboutcontent .a-history .a-history-list .a-history-list2 .a-history-img {
    width: 80%;
    margin: 0 auto;
  }
  .aboutcontent .a-history .a-history-list::after {
    display: none;
  }
  .aboutcontent .a-history .a-history-list .a-history-list2 .a-history-textbox {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .aboutcontent .a-base .a-base-content {
    flex-direction: column-reverse;
  }
  .aboutcontent .a-base .a-base-content .a-base-list {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .aboutcontent .a-base .a-base-content .a-base-imgbox .a-base-img1 {
    margin-right: 0;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-right {
    width: 100%;
    justify-content: space-between;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-left {
    width: 100%;
    margin-bottom: var(--d30);
    justify-content: space-between;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-left-textbox {
    width: 47%;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-img1 {
    margin-right: 0;
    width: 47%;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-right .a-strength-img2 {
    margin: 0;
    width: 47%;
  }
  .aboutcontent .a-strength .a-strength-titlebox {
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutcontent .a-strength .a-strength-titlebox .a-strength-title {
    width: 100%;
  }
  .aboutcontent .a-strength .a-strength-content {
    flex-direction: column;
  }
  .aboutcontent .a-base .a-base-content .a-base-imgbox .a-base-img {
    width: 47%;
  }
  .aboutcontent .a-base .a-base-content .a-base-imgbox {
    width: 100%;
    justify-content: space-between;
  }
  .aboutcontent .a-culture .a-culture-titlebox .a-culture-text2 {
    float: none;
    width: 100%;
  }
  .aboutcontent .a-culture .a-culture-list {
    margin-top: 20px;
  }
  .aboutcontent .a-culture .a-culture-list2 {
    width: 100%;
    justify-content: flex-start;
  }
  .aboutcontent .a-culture .a-culture-list2:nth-child(2n) {
    justify-content: flex-end;
  }
  .aboutcontent .a-advantages .a-advantages-box {
    flex-direction: column;
  }
  .aboutcontent .a-story .a-story-list .a-story-list2 {
    width: 20.95061%;
  }
  .aboutcontent .a-advantages .a-advantages-box .a-advantages-list .a-advantages-list2 {
    height: 70px;
  }
  .aboutcontent .a-advantages .a-advantages-box .a-advantages-textbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .aboutcontent .a-advantages .a-advantages-box .a-advantages-list {
    width: 100%;
  }
  .about-nav .about-nav-list .about-nav-list2 a {
    font-size: 12px;
  }
  .aboutcontent .a-company .a-company-box {
    display: block;
  }
  .aboutcontent .a-company .a-company-box .a-company-textbox .a-company-text {
    margin-bottom: 20px;
  }
  .aboutcontent .a-company .a-company-box .a-company-imgbox {
    float: left;
    width: 300px;
    margin-right: 10px;
  }
  .aboutcontent .a-company .a-company-box .a-company-textbox .a-company-text2 {
    width: 100%;
  }
  .header .header-box .header-content {
    height: 55px;
  }
  .header .header-box .header-content .header-right .header-but .header-shopping a {
    width: 120px;
  }
  .header .header-box .header-content .header-right .header-but .header-contact a {
    width: 130px;
  }
  .header .header-box .header-content .header-right .header-but .header-search .search-con {
    width: 145px;
  }
  .header .header-box .header-content .header-left .header-navbox {
    width: 55px;
  }
  .detailscontent .details-nav,
  .aboutcontent .a-history .a-history-top {
    top: 55px;
  }
  .about-nav {
    top: 55px;
  }
  .indexcontent .i-industrial .i-industrial-content .i-industrial-content2 {
    width: 388px;
  }
  .indexcontent .i-industrial .i-industrial-num .i-industrial-num2 {
    padding: 0;
    margin: 0;
    width: 32.33%;
  }
  .indexcontent .i-industrial .i-industrial-num {
    justify-content: space-between;
  }
  .indexcontent .i-industrial .i-industrial-titlebox .i-industrial-title {
    width: 100%;
    margin-bottom: 15px;
  }
  .indexcontent .i-industrial .i-industrial-titlebox {
    flex-direction: column;
  }
  .indexcontent .i-journey::after {
    width: 40px;
    height: 337px;
  }
  .indexcontent .i-journey .i-journey-textbox .i-journey-textbox2 {
    width: 455px;
    position: relative;
  }
  .indexcontent .i-journey .i-journey-textbox {
    padding-left: 40px;
  }
  .index-banner .banner-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
  .header-nav .header-nav2 {
    padding-top: 100px;
  }
  .container2,
  .container {
    max-width: 800px;
    padding: 0;
  }
  .header .header-box .header-content .header-right .header-list {
    display: none;
  }
}
@media (max-width: 980px) {
  :root {
    --p: calc((100vw - 700px) / 2);
    --d198: 100px;
    --d150: 56px;
    --d148: 60px;
    --d141: 60px;
    --d128: 40px;
    --d33: 18px;
    --200: 54px;
    --64: 30px;
    --54: 35px;
    --18: 14px;
    --16: 14px;
  }
  .contactcontent .contact-img {
    width: 230px;
    line-height: 0;
  }
  .download-title {
    margin-bottom: var(--d30);
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-butbox {
    flex-direction: column;
    align-items: flex-start;
  }
  .download-messagebox {
    margin-bottom: var(--f30);
    padding-bottom: var(--d30);
    flex-wrap: wrap;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-butbox .download-messagebox .download-message {
    margin-bottom: var(--d30);
  }
  .download-but {
    width: 100%;
  }
  .download-but .more-box2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-nav .header-nav2 .header-list .header-list2 .header-list3 .more-button i {
    opacity: 1 !important;
  }
  .productcontent .product-navbox {
    transform: none;
    margin-top: var(--d70);
  }
  .aboutcontent .a-story .a-story-list .a-story-list2 {
    width: 45%;
  }
  .a-factory-list2 {
    margin-bottom: 15px;
  }
  .about-nav {
    width: 100vw;
  }
  .about-nav .about-nav-list {
    overflow: scroll;
    justify-content: flex-start;
  }
  .about-nav .about-nav-list .about-nav-list2 {
    white-space: nowrap;
    min-width: 195px;
  }
  .indexcontent .i-journey {
    flex-direction: column-reverse;
  }
  .indexcontent .i-journey .i-journey-textbox {
    width: 100%;
    padding: 0 var(--p);
  }
  .indexcontent .i-information .i-information-list2 {
    margin-bottom: 15px;
  }
  .indexcontent .i-journey .i-journey-textbox .i-journey-textbox2 .i-journey-text2 {
    margin-bottom: var(--d50);
  }
  .indexcontent .i-journey .i-journey-img {
    margin: 0 auto;
    margin-top: var(--d30);
  }
  .indexcontent .i-journey .i-journey-textbox .i-journey-textbox2 {
    width: 100%;
  }
  .indexcontent .i-journey::after {
    display: none;
  }
  .fooder .fooder-top .fooder-left {
    width: 360px;
    max-width: 100%;
  }
  .i-industrial-content {
    flex-direction: column;
  }
  .indexcontent .i-industrial .i-industrial-content .i-industrial-content2 .i-industrial-img-title {
    margin-top: var(--d12);
    position: unset;
  }
  .indexcontent .i-industrial .i-industrial-content .i-industrial-content2 {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .indexcontent .i-industrial .i-industrial-content .i-industrial-content2:last-child {
    margin-bottom: 0;
  }
  .container2,
  .container {
    max-width: 700px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  :root {
    --p: 5vw;
    --d141: 30px;
    --d170: 60px;
    --d100: 40px;
    --d198: 34px;
    --d120: 40px;
    --d38: 15px;
    --d48: 22px;
    --d85: 40px;
    --d70: 25px;
    --60: 30px;
    --44: 22px;
    --32: 20px;
    --22: 16px;
  }
  .header-nav .header-nav2 {
    padding-top: 70px;
  }
  .contactcontent .contact-img {
    order: 2;
    width: 300px;
    margin: 0 auto;
    margin-top: var(--d30);
  }
  .contactcontent .contact-titlebox .contact-text {
    width: 100%;
  }
  .contactcontent .contact-titlebox .contact-titlebox2 {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .contactcontent .contact-message {
    width: 100%;
    flex-direction: column;
  }
  .contactcontent .contact-titlebox {
    flex-direction: column;
  }
  .contactcontent .contact-message .contact-list {
    width: 100%;
  }
  .detailscontent .details-nav .navbox {
    height: 46px;
  }
  .detailscontent .detproductbox .customer .customer-form .input-box {
    width: 100%;
    padding: 10px 18px;
    margin-bottom: 10px;
  }
  .detailscontent .details-nav .navbox .navbox2 {
    min-width: 180px;
  }
  .detailscontent .details .details-content .details-textbox .details-titlebox {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .detailscontent .details .details-content .details-textbox .details-title {
    width: 100%;
    margin-top: 10px;
  }
  .other-banner .products-titlebox .products-title {
    margin-bottom: 10px;
  }
  .aboutcontent .a-quality .a-quality-list .a-quality-list2 .a-quality-imgbox .a-quality-num {
    width: 45px;
    height: 45px;
  }
  .detailscontent .details-nav,
  .aboutcontent .a-history .a-history-top {
    top: 50px;
  }
  .aboutcontent .a-history .a-history-top .a-history-titlebox .a-history-butbox .a-history-but {
    width: 50px;
    height: 30px;
  }
  .aboutcontent .a-history .a-history-top .a-history-titlebox .a-history-butbox .a-history-but:first-child {
    margin-right: 10px;
  }
  .aboutcontent .a-history .a-history-list .a-history-list2 .a-history-img .a-history-imgdate {
    transform: translate(-50%, 50%) scale(0.6);
  }
  .aboutcontent .a-culture .a-culture-titlebox .a-culture-text2 {
    text-align: left;
  }
  .aboutcontent .a-base .a-base-content .a-base-list .a-base-list2 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .aboutcontent .a-culture .a-culture-list2 .a-culture-list3 {
    width: 100%;
    margin-bottom: 15px;
    background-image: none;
    background-color: #C49C61;
    clip-path: polygon(7% 0%, 93% 0%, 100% 7%, 100% 93%, 93% 100%, 7% 100%, 0% 93%, 0% 7%);
  }
  .other-banner {
    height: 150px;
  }
  .aboutcontent .a-company .a-company-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .aboutcontent .a-company .a-company-box .a-company-textbox {
    padding-left: 0;
  }
  .aboutcontent .a-company .a-company-box .a-company-imgbox {
    float: none;
    width: 300px;
    margin: 0 auto;
    margin-top: var(--d30);
  }
  .indexcontent .i-information .i-information-list .i-information-list2 .i-information-title {
    width: 100%;
  }
  .i-information {
    position: relative;
  }
  .i-information .more-box {
    position: absolute;
    bottom: -40px;
    right: 0;
  }
  .header {
    position: sticky;
    background-color: #222222;
  }
  .video-play {
    top: 0;
    right: 0;
  }
  .indexcontent .i-journey .i-journey-img {
    width: 400px;
    max-width: 100%;
  }
  .indexcontent .i-industrial .i-industrial-titlebox .i-industrial-title span {
    position: unset;
  }
  .fooder .fooder-top {
    flex-direction: column;
  }
  .fooder .fooder-top .fooder-right .fooder-nav {
    text-align: left;
  }
  .fooder {
    padding-bottom: 56px;
  }
  .index-banner .banner-pagination {
    bottom: 5px;
  }
  .index-banner .banner-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .container2,
  .container {
    max-width: 90%;
    padding: 0;
  }
}
@media (max-width: 540px) {
  :root {
    --d141: 40px;
    --d150: 30px;
    --d96: 30px;
    --d120: 30px;
    --d100: 30px;
    --d88: 25px;
    --d94: 20px;
    --d24: 15px;
    --d45: 26px;
    --d33: 10px;
    --d40: 10px;
    --d55: 16px;
    --d30: 15px;
    --f30: -15px;
    --d16: 10px;
    --d14: 10px;
    --64: 24px;
    --54: 30px;
    --28: 20px;
    --22: 14px;
  }
  .contact-form .input-title {
    margin-bottom: 0;
  }
  .detailscontent .detproductbox .consult .consult-titlebox {
    flex-direction: column;
    align-items: flex-start;
  }
  .detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-titlebox .faq-icon {
    height: 20px;
  }
  .detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-titlebox .faq-list-title {
    width: calc(100% - 10px - 36px);
  }
  .detailscontent .detproductbox .faq .faq-list1 .faq-list2 .faq-list-text {
    width: calc(100% + 27px - 36px);
  }
  .details-butbox {
    flex-direction: column;
  }
  .detailscontent .details .details-content .details-textbox .details-butbox .details-but2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
  }
  .productcontent .product-navbox .product-but {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .productcontent .product-navbox .product-but a {
    width: 100%;
  }
  .productcontent .product-navbox {
    flex-direction: column;
  }
  .aboutcontent .a-base .a-base-content .a-base-imgbox .a-base-img .a-base-imgtitle {
    position: unset;
    transform: none;
    margin-bottom: 10px;
  }
  .aboutcontent .a-base .a-base-content .a-base-imgbox {
    flex-wrap: wrap;
  }
  .aboutcontent .a-base .a-base-content .a-base-imgbox .a-base-img {
    width: 100%;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-img1 {
    width: 100%;
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-left .a-strength-left-textbox {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .aboutcontent .a-strength .a-strength-content .a-strength-left {
    flex-direction: column-reverse;
  }
  .fooder {
    line-height: 1.5;
  }
  .about-nav .about-nav-list .about-nav-list2 {
    height: 35px;
  }
  .fooder .fooder-wordBox .fooder-word2 {
    font-size: 20px;
  }
  .aboutcontent .a-advantages .a-advantages-box .a-advantages-list .a-advantages-list2 {
    height: 50px;
  }
  .indexcontent .i-industrial .i-industrial-num {
    flex-direction: column;
  }
  .indexcontent .i-industrial .i-industrial-num .i-industrial-num2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .indexcontent .i-industrial .i-industrial-content .i-industrial-img::before {
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
  }
  .indexcontent .i-showcase .i-showcase-swiperbox {
    margin-bottom: 15px;
  }
  .detailscontent .details-nav,
  .aboutcontent .a-history .a-history-top {
    top: 50px;
  }
  .header .header-box .header-content .header-left .header-navbox {
    height: 50px;
    margin-right: 5px;
  }
  .about-nav {
    top: 50px;
  }
  .header .header-box .header-content .header-left .logo {
    height: 60%;
  }
  .header .header-box .header-content .header-right .header-but .header-search .search-con {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .header-box .header-content .header-right .header-but .header-contact a {
    width: 85px;
  }
  .header .header-box .header-content .header-right .header-but .header-search {
    margin-right: 0;
  }
  .header .header-box .header-content .header-right .header-but .header-shopping a {
    width: 50px;
  }
  .header .header-box .header-content .header-right .header-but .header-shopping a i {
    margin-right: 0;
  }
  .header .header-box .header-content .header-right .header-but .header-shopping a span {
    display: none;
  }
  .header .header-box .header-content .header-right .header-but .header-search .search-con i {
    margin-right: 0;
  }
  .header .header-box .header-content .header-right .header-but .header-search .search-con span {
    display: none;
  }
  .header .header-box .header-content {
    height: 50px;
  }
  .indexcontent .i-journey .i-journey-textbox .i-journey-textbox2 .i-journey-text1 {
    margin-bottom: 10px;
  }
  .indexcontent .i-journey .i-journey-textbox .i-journey-textbox2 .i-journey-title {
    margin-bottom: 10px;
  }
  .video-play {
    width: 45px;
    height: 45px;
  }
  .video-play i {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */