* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
p {
  padding: 0;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
input,
textarea {
  border: none;
  resize: none;
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box iframe,
.img-box video,
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.fszero h1 {
  margin: 0;
}
[lang=zh-CN] .share-cn {
  display: block;
}
[lang=zh-CN] .share-other {
  display: none;
}
.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
@-ms-viewport {
  width: auto !important;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
select,
button,
input,
textarea {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none !important;
}
img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.art-video-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.art-video-player .art-bottom {
  display: none !important;
}
.art-mask {
  display: none !important;
}
.breadcrumb {
  margin-bottom: 0;
}
.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: var(--16);
  line-height: 1.8;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto;
  height: auto;
}
.table-box table td,
.table-box table th {
  padding: var(--d10) var(--d30);
  border: 1px solid #D9D9D9;
}
.table-box table.rowspan1 tr:first-child,
.table-box table.rowspan2 tr:nth-child(1),
.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: var(--c);
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1200px) {
  .table-box {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-box table td,
  .table-box table th {
    padding: 8px !important;
  }
}
label {
  width: 100%;
}
.box-follow .img-box > img {
  display: none !important;
  height: auto;
}
.box-follow iframe[src=''],
.box-follow iframe[data-src=''] {
  display: none;
  border: 1px solid #000;
}
.box-follow iframe[src=''] + img,
.box-follow iframe[data-src=''] + img {
  display: block !important;
}
.tranlanguage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.tranlanguage p {
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .tranlanguage p {
    font-size: 14px;
  }
}
.tranlanguage p img {
  width: 24px;
  margin-right: 10px;
}
.tranlanguage p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
  margin-left: 10px;
  margin-top: -4px;
}
.tranlanguage ul {
  position: absolute;
  min-width: 100%;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none;
  padding: 10px 0;
}
.tranlanguage ul li a {
  display: block;
  padding: 10px 10px;
}
.tranlanguage ul li a img {
  width: 30px;
  object-fit: cover;
}
.fancybox-slide--iframe .fancybox-content {
  min-width: 80vw;
  min-height: 80vh;
}
body {
  font-family: 'InterTight', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #000000;
  color: #000000;
  background-color: #fff;
}
i {
  line-height: 1;
}
@font-face {
  font-family: 'InterTight';
  font-weight: 400;
  font-style: normal;
  src: local('InterTight Regular'), local('InterTight-Regular'), url('../../app/fonts/InterTight-Regular.woff2') format('woff2'), url('../../app/fonts/InterTight-Regular.woff') format('woff'), url('../../app/fonts/InterTight-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  src: local('InterTight Medium'), local('InterTight-Medium'), url('../../app/fonts/InterTight-Medium.woff2') format('woff2'), url('../../app/fonts/InterTight-Medium.woff') format('woff'), url('../../app/fonts/InterTight-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'InterTight';
  font-weight: 600;
  font-style: normal;
  src: local('InterTight SemiBold'), local('InterTight-SemiBold'), url('../../app/fonts/InterTight-SemiBold.woff2') format('woff2'), url('../../app/fonts/InterTight-SemiBold.woff') format('woff'), url('../../app/fonts/InterTight-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplay';
  font-weight: 400;
  font-style: normal;
  src: local('ClashDisplay Regular'), local('ClashDisplay-Regular'), url('../../app/fonts/ClashDisplay-Regular.woff2') format('woff2'), url('../../app/fonts/ClashDisplay-Regular.woff') format('woff'), url('../../app/fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplay';
  font-weight: 500;
  font-style: normal;
  src: local('ClashDisplay Medium'), local('ClashDisplay-Medium'), url('../../app/fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../../app/fonts/ClashDisplay-Medium.woff') format('woff'), url('../../app/fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplay';
  font-weight: 600;
  font-style: normal;
  src: local('ClashDisplay SemiBold'), local('ClashDisplay-SemiBold'), url('../../app/fonts/ClashDisplay-Semibold.woff2') format('woff2'), url('../../app/fonts/ClashDisplay-SemiBold.woff') format('woff'), url('../../app/fonts/ClashDisplay-SemiBold.ttf') format('truetype');
  font-display: swap;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1680px) / 2);
  --g86: 5.375rem;
  --g80: 5rem;
  --g70: 4.375rem;
  --g50: 3.125rem;
  --g40: 2.5rem;
  --c: #0A2DB0;
  --c2: linear-gradient(90deg, #0B33C6 0%, #69BD7C 100%);
  --c3: #0B33C6;
  --r150: 150px;
  --r85: 85px;
  --r72: 72px;
  --r70: 70px;
  --r60: 60px;
  --r56: 56px;
  --r50: 50px;
  --r48: 48px;
  --r46: 46px;
  --r45: 45px;
  --r44: 44px;
  --r40: 40px;
  --r38: 38px;
  --r36: 36px;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d300: 300px;
  --d286: 286px;
  --d243: 243px;
  --d225: 225px;
  --d212: 212px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d185: 185px;
  --d183: 183px;
  --d180: 180px;
  --d176: 176px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d158: 158px;
  --d150: 150px;
  --d147: 147px;
  --d145: 145px;
  --d140: 140px;
  --d138: 138px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d95: 95px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d86: 86px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d65: 65px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d42: 42px;
  --d40: 40px;
  --d38: 38px;
  --d36: 36px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d19: 19px;
  --d18: 18px;
  --d17: 17px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --162: 162px;
  --128: 128px;
  --110: 110px;
  --100: 100px;
  --96: 96px;
  --92: 92px;
  --90: 90px;
  --80: 80px;
  --76: 76px;
  --75: 75px;
  --72: 72px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --62: 62px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --54: 54px;
  --52: 52px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --45: 45px;
  --44: 44px;
  --42: 42px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --25: 25px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --19: 19px;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
.clashdisplay {
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.title {
  font-size: var(--48);
  line-height: calc(58 / 48);
  font-weight: 600;
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.text16-26 {
  font-size: var(--16);
  line-height: calc(26 / 16);
}
.text16-24 {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.text16-19 {
  font-size: var(--16);
  line-height: calc(19 / 16);
}
.setSlow1 {
  animation: an1 1s ease forwards;
}
@keyframes playan1 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes playan3 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes playan4 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes an1 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.header {
  position: sticky;
  top: 0px;
  z-index: 10000;
  width: 100%;
  transition: all 0.5s;
  background-color: #fff;
}
.header .header-box .header-content {
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #BFBFBF;
}
.header .header-content2 {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  z-index: 10;
}
.header .header-logo {
  display: flex;
  align-items: center;
}
.header .header-logo .logo {
  width: 184px;
}
.header .header-logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.header .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.5s;
}
.header .header-cart {
  margin-right: var(--d22);
}
.header .header-cart .header-cart2 {
  width: var(--r40);
  height: var(--r40);
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-cart .header-cart2 i {
  font-size: var(--24);
  color: #fff;
}
.header .header-mes {
  margin-right: var(--d38);
}
.header .header-mes .header-mes2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-mes .header-mes2 .header-mes-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
  margin-right: var(--d17);
}
.header .header-mes .header-mes2 .header-mes-icon i {
  color: #fff;
  font-size: var(--22);
}
.header .header-mes .header-mes2 .header-mes-text {
  font-family: 'ClashDisplay', Arial, sans-serif;
  font-size: var(--16);
  color: #020202;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 10px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
}
.header .s-nav-action i {
  background-color: var(--c) !important;
}
.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.headeraction {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
}
@media (min-width: 1201px) {
  .header-search {
    margin-right: var(--d22);
  }
  .header-search .search-con {
    display: none;
  }
  .header-search .submit {
    display: none;
  }
  .header-search .search-box {
    display: flex;
    justify-content: center;
    width: 360px;
    border: 1px solid #DBDBDB;
    border-radius: 50px;
    overflow: hidden;
  }
  .header-search .search-icon {
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-search .search-icon i {
    font-size: var(--18);
    color: #000000;
  }
  .header-search .input-text {
    width: calc(100% - 34px);
    padding: var(--d10);
  }
  .header-search .input-text::placeholder {
    color: #000;
    transition: all 0.5s;
  }
  .header-search .input-text:focus::placeholder {
    opacity: 0.3;
  }
  .header-nav {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: flex-end;
  }
  .header-nav .header-list {
    display: flex;
    height: 100%;
    margin-right: 32px;
  }
  .header-nav .header-list .header-list2 {
    transition: all 0.5s;
    position: relative;
    margin-right: 110px;
    height: 100%;
  }
  .header-nav .header-list .header-list2:hover::after {
    width: 90%;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2::after {
    width: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    height: 5px;
    background-color: var(--c);
    content: '';
    position: absolute;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    transition: all 0.5s;
    font-size: var(--16);
    color: #000000;
    font-family: 'ClashDisplay', Arial, sans-serif;
    padding: 0 var(--d17);
    font-weight: 500;
  }
  .header-nav .header-list .header-list2 .header-list3 span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .header-list2 a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header-nav .header-list .header-list2 a i {
    margin-left: 6px;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .header-list2:hover .product-more {
    opacity: 1;
    transform: translate(0%, 0%) !important;
    visibility: visible;
  }
  .header-nav .header-list .action::after {
    width: 90%;
  }
  .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;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    background-color: var(--c) !important;
    color: #fff !important;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .more .more-1-list .more-1-list2 .more2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    border-radius: 15px;
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 1800px) and (min-width: 1600px) {
  .header-nav .header-list .header-list2 {
    margin-right: 70px;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header-nav .header-list .header-list2 {
    margin-right: 70px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav .header-list .header-list2 {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .header-search {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-right: var(--d40);
  }
  .header-search .search-icon {
    display: none;
  }
  .header-search .search-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
  }
  .header-search .search-con img {
    width: var(--22);
  }
  .header-search .search-con span {
    font-size: var(--15);
    line-height: calc(18 / 15);
    text-decoration: underline;
    color: #555555;
    margin-left: var(--d15);
  }
  .header-search .search-con i {
    font-size: var(--16);
    transition: all 0.5s;
    color: #000000;
  }
  .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-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-search .search .search-box .input-text {
    width: 95%;
    font-size: 14px;
    font-weight: 400;
  }
  .header-search .search .search-box .submit {
    background-color: transparent;
    border: none;
    padding-right: 10px;
  }
  .header-search .open {
    opacity: 1;
    transform: translate(0%, 100%);
    visibility: visible;
    z-index: 100;
  }
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 80px;
    width: 100%;
  }
  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2:first-child .header-list3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: block;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    display: none;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .more {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action .header-list3 a {
    color: var(--c);
  }
}
.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.s-nav i {
  width: 21px;
  height: 2px;
  background-color: #003366;
  transition: all 0.5s;
}
.s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.s-nav-action i:nth-child(2) {
  opacity: 0;
}
.s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  background-color: var(--c);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xs-online ul li i {
  font-size: 14px;
  color: #fff;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: '';
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-family: 'iconfont' !important;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.online-wrap .online-wrap2 {
  transition: all 0.5s;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1100;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.online-wrap .online {
  transition: all 0.5s;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  pointer-events: auto;
}
.online-wrap .online a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 50%;
  margin-bottom: 7px;
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.5);
}
.online-wrap .online a:hover {
  background-color: var(--c2);
}
.online-wrap .online a i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
}
.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: 50px 0 0 50px;
  background-color: var(--c2);
  padding: 0 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
}
.online-wrap .online a .show-num .show-img::after,
.online-wrap .online a .show-num span::after {
  position: absolute;
  top: 50%;
  right: -2px;
  display: inline-block;
  width: 28px;
  height: 100%;
  content: "";
  transform: translate(100%, -50%);
  background-color: var(--c2);
}
.online-wrap .online a .show-num span {
  height: 55px;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  object-fit: cover;
}
.online-wrap .online a:hover {
  color: #fff !important;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: calc(70%);
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: '+';
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}
.online-wrap .online-icon {
  position: relative;
  line-height: 1;
}
.online-wrap .icon-cart {
  position: relative;
}
.online-wrap .icon-cart .cart-num {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(40%, -40%);
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 10;
  font-size: 12px;
}
.online-show {
  right: 0 !important;
}
@media (max-width: 1400px) {
  .online-wrap .online-wrap2 {
    transform: scale(0.8);
    right: 10px;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-wrap2 {
    top: unset;
    right: -101%;
    bottom: 120px;
  }
  .online-wrap .online-btn {
    display: block;
  }
}
.pro {
  position: relative;
}
.top {
  position: absolute;
  top: 0;
  pointer-events: none;
  height: 150px;
  transform: translateY(-100%);
  left: 0;
}
.swiper .swiper-wrapper {
  align-items: stretch;
}
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .slide-inner {
  padding-bottom: calc(820 / 1920 * 100%);
  position: relative;
}
.index-banner .banner-butbox {
  position: absolute;
  right: var(--p);
  bottom: var(--d75);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d10);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6.15px);
  border-radius: 6px;
}
.index-banner .banner-butbox .banner-butbox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d12);
}
.index-banner .banner-butbox .banner-butbox2 .banner-prev {
  margin-right: var(--d8);
}
.index-banner .banner-butbox .banner-img {
  width: 103px;
  height: 58px;
}
.index-banner .banner-butbox .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.index-banner .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .swiper-slide iframe,
.index-banner .swiper-slide .banner-video,
.index-banner .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .banner-video video {
  object-fit: cover;
}
.swiper-but {
  width: var(--r36);
  height: var(--r36);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: all 0.5s;
}
.swiper-but i {
  display: block;
  font-size: 12px;
  color: #000;
  transition: all 0.5s;
}
.swiper-but:hover {
  background-color: var(--c);
}
.swiper-but:hover i {
  color: #fff;
}
.indexcontent .i-product {
  padding-top: var(--d95);
}
.indexcontent .i-product .i-product-title {
  width: 922px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 6px;
  text-align: center;
}
.indexcontent .i-product .i-product-text {
  text-align: center;
  width: 778px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: var(--d100);
}
.indexcontent .i-product .i-product-list {
  --bs-gutter-x: 1.25rem;
  margin-bottom: calc(var(--d24) * -1);
}
.indexcontent .i-product .i-product-list .i-product-list2 {
  margin-bottom: var(--d24);
}
.indexcontent .i-product .con-but {
  padding-top: var(--d80);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.indexcontent .i-about {
  padding-top: var(--d140);
  position: relative;
  overflow: hidden;
}
.indexcontent .i-about .i-about-bg {
  position: absolute;
  top: 24.96875vw;
  right: 0;
  width: 15.70833vw;
  height: 23.15625vw;
  background: rgba(0, 54, 254, 0.31);
  filter: blur(115.75px);
  transform: rotate(-154.7deg);
}
.indexcontent .i-about .i-about-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d72);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-type {
  margin-bottom: var(--d25);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-title {
  font-size: var(--128);
  line-height: calc(91 / 128);
  color: #0B33C6;
  font-weight: 600;
  margin-bottom: var(--d50);
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-title2 {
  margin-bottom: var(--d22);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-text {
  margin-bottom: var(--d16);
  width: 695px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.indexcontent .i-about .i-about-box .i-about-right {
  margin-top: var(--d52);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-num {
  margin-bottom: calc(var(--d36) * -1);
  display: flex;
  flex-direction: column;
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-num .i-about-num2 {
  margin-bottom: var(--d36);
}
.indexcontent .i-about .i-about-img {
  position: relative;
}
.indexcontent .i-about .i-about-img .i-about-video {
  position: absolute;
  right: calc(15.83333vw + var(--p));
  top: 0;
  transform: translateY(-70%);
}
.indexcontent .i-about .i-about-img .i-about-video .i-about-videobox {
  width: 342px;
  height: 342px;
  border-radius: 50%;
  position: relative;
}
.indexcontent .i-about .i-about-img .i-about-video .i-about-videobox::after {
  width: calc(380 / 342 * 100%);
  height: calc(380 / 342 * 100%);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.indexcontent .i-about .i-about-img .i-about-video .i-about-videobox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.indexcontent .i-about .i-about-img .i-about-video .i-about-videobox .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.indexcontent .i-about .i-about-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
}
.indexcontent .i-about .i-about-list {
  margin-left: auto;
  width: 58.125vw;
  min-width: 1116px;
  padding: var(--d72);
  padding-right: var(--p);
  display: flex;
  justify-content: space-between;
  background-image: url('../img/i_about_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px 0px 0px 0px;
  margin-top: calc(var(--d80) * -1);
  position: relative;
  z-index: 10;
}
.indexcontent .i-about .i-about-list .i-about-list2:first-child {
  width: 265px;
}
.indexcontent .i-about .i-about-list .i-about-list2:last-child {
  width: 442px;
}
.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3 {
  color: #fff;
}
.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-list-title {
  font-size: var(--24);
  line-height: 1;
  margin-bottom: var(--d24);
  font-weight: 600;
}
.indexcontent .i-chose {
  padding-top: var(--d170);
  padding-bottom: var(--d180);
}
.indexcontent .i-chose .i-chose-title {
  text-align: center;
  margin-bottom: var(--d26);
}
.indexcontent .i-chose .i-chose-text {
  width: 500px;
  margin: 0 auto;
  margin-bottom: var(--d96);
  text-align: center;
  max-width: 100%;
}
.indexcontent .i-chose .i-chose-list {
  margin-bottom: calc(var(--d46) * -1);
  --bs-gutter-x: var(--g50);
  padding: 0 var(--d86);
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 {
  margin-bottom: var(--d46);
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: var(--d105) var(--d56) var(--d56);
  transition: all 0.5s;
  border: 1px solid #BAC6F0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3::after {
  width: 100%;
  height: 200px;
  border-radius: 50%;
  content: '';
  background: linear-gradient(180deg, rgba(11, 51, 198, 0.05) 0%, rgba(255, 255, 255, 0) 40.51%);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  transition: all 0.5s;
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3:hover {
  background-color: #0B33C6;
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3:hover::after {
  background: var(--c);
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3:hover i,
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3:hover h3,
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3:hover .i-chose-list-text,
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3:hover .i-chose-list-num {
  color: #fff !important;
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3 .i-chose-textbox {
  position: relative;
  z-index: 10;
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3 .i-chose-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3 .i-chose-icon i {
  font-size: var(--54);
  margin-bottom: var(--d45);
  color: var(--c);
  transition: all 0.5s;
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3 .i-chose-list-title {
  text-align: center;
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3 .i-chose-list-title h3 {
  font-size: var(--20);
  line-height: calc(24 / 20);
  color: #000000;
  margin-bottom: var(--d22);
  transition: all 0.5s;
  font-family: 'ClashDisplay', Arial, sans-serif;
  font-weight: 600;
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3 .i-chose-list-text {
  text-align: center;
  color: #767676;
  margin-bottom: var(--d16);
  transition: all 0.5s;
}
.indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3 .i-chose-list-num {
  font-size: var(--64);
  line-height: calc(58 / 64);
  font-family: 'ClashDisplay', Arial, sans-serif;
  font-weight: 600;
  color: #D2D9F4;
  position: relative;
  z-index: 10;
}
.indexcontent .i-blogs {
  padding-top: var(--d124);
  padding-bottom: var(--d158);
  position: relative;
}
.indexcontent .i-blogs .i-blogs-bg1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
}
.indexcontent .i-blogs .i-blogs-bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-blogs .i-blogs-bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 297px;
}
.indexcontent .i-blogs .i-blogs-bg2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-blogs .container {
  position: relative;
  z-index: 10;
}
.indexcontent .i-blogs .i-blogs-title {
  text-align: center;
}
.indexcontent .i-blogs .i-blogs-title h2 {
  color: #000000;
}
.indexcontent .i-blogs .i-blogs-text {
  text-align: center;
  margin-bottom: var(--d80);
}
.indexcontent .i-blogs .i-blogs-list {
  margin-bottom: calc(var(--d30) * -1);
  --bs-gutter-x: var(--g40);
}
.indexcontent .i-blogs .i-blogs-list .i-blogs-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-blogs .i-blogs-list .i-blogs-list2 .i-blogs-list3:hover .img-box img {
  transform: scale(1.1);
}
.indexcontent .i-blogs .i-blogs-list .i-blogs-list2 .i-blogs-list3:hover .i-blogs-list-title h3 {
  color: var(--c);
}
.indexcontent .i-blogs .i-blogs-list .i-blogs-list2 .i-blogs-list3 .i-blogs-img {
  margin-bottom: var(--d20);
}
.indexcontent .i-blogs .i-blogs-list .i-blogs-list2 .i-blogs-list3 .i-blogs-img .img-box {
  border-radius: 20px;
  padding-bottom: calc(230 / 410 * 100%);
}
.indexcontent .i-blogs .i-blogs-list .i-blogs-list2 .i-blogs-list3 .i-blogs-textbox .i-blogs-date {
  display: flex;
  align-items: center;
  color: #7D7D7D;
  font-size: var(--16);
  line-height: calc(24 / 16);
  margin-bottom: var(--d14);
}
.indexcontent .i-blogs .i-blogs-list .i-blogs-list2 .i-blogs-list3 .i-blogs-textbox .i-blogs-date i {
  font-size: var(--24);
  margin-right: 5px;
}
.indexcontent .i-blogs .i-blogs-list .i-blogs-list2 .i-blogs-list3 .i-blogs-textbox .i-blogs-list-title {
  margin-bottom: var(--d14);
}
.indexcontent .i-blogs .i-blogs-list .i-blogs-list2 .i-blogs-list3 .i-blogs-textbox .i-blogs-list-title h3 {
  font-size: var(--24);
  line-height: calc(30 / 24);
  font-weight: 700;
  transition: all 0.5s;
}
.indexcontent .i-blogs .i-blogs-list .i-blogs-list2 .i-blogs-list3 .i-blogs-textbox .i-blogs-list-text {
  color: #7D7D7D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.i-ready {
  padding-top: var(--d147);
  padding-bottom: var(--d124);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.i-ready .i-ready-title {
  margin-bottom: var(--d20);
}
.i-ready .i-ready-title h2 {
  text-align: center;
  font-size: var(--64);
  line-height: 1;
  font-weight: 600;
  color: #fff;
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.i-ready .i-ready-text {
  margin-bottom: var(--d50);
  text-align: center;
  font-size: var(--24);
  line-height: 1;
  color: #fff;
}
.i-ready .i-ready-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.i-ready .i-ready-form .i-ready-form-title {
  text-align: center;
  font-size: var(--36);
  line-height: calc(44 / 36);
  color: #fff;
  margin-bottom: var(--d22);
}
.i-ready .i-ready-form-content {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.23);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(17.2px);
  border-radius: 100px;
  width: 603px;
  max-width: 100%;
  overflow: hidden;
}
.i-ready .i-ready-form-content .input-text {
  padding: var(--d20);
  background-color: transparent;
  width: 80%;
  color: #fff;
  font-size: var(--14);
  line-height: calc(17 / 14);
}
.i-ready .i-ready-form-content .input-text::placeholder {
  color: #fff;
  transition: all 0.5s;
}
.i-ready .i-ready-form-content .input-text:focus::placeholder {
  opacity: 0.3;
}
.i-ready .i-ready-form-content .form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 0 var(--d32);
}
.i-ready .i-ready-form-content .form-submit i {
  color: #fff;
  font-size: var(--22);
}
.i-about-num3 .i-about-numbox {
  display: flex;
  align-items: flex-end;
  font-size: var(--48);
  line-height: 1;
  color: #000000;
  font-family: 'ClashDisplay', Arial, sans-serif;
  font-weight: 600;
}
.i-about-num3 .i-about-numbox span {
  color: #D33300;
}
.i-about-num3 .i-about-numbox .tip {
  font-weight: 500;
  font-size: var(--20);
  margin-left: 4px;
}
.i-about-num3 .i-about-num-title {
  font-size: var(--16);
  line-height: calc(26 / 16);
  display: inline;
}
.product-box {
  padding: var(--d32) var(--d10) var(--d10);
  position: relative;
  background-color: #F6F6F6;
  border-radius: 0px 50px 0px 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.product-box:hover::after {
  opacity: 1;
}
.product-box:hover .img-box img {
  transform: scale(1.1);
}
.product-box:hover .product-titlebox h3 {
  color: #fff !important;
}
.product-box:hover .product-list-view {
  color: #fff !important;
}
.product-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(156.44deg, #0B33C6 7.66%, #051960 93.92%);
  opacity: 0;
  transition: all 0.5s;
}
.product-box .product-titlebox {
  padding-bottom: var(--d30);
  position: relative;
  z-index: 10;
}
.product-box .product-titlebox .product-list-title {
  margin-bottom: var(--d10);
}
.product-box .product-titlebox .product-list-title h3 {
  font-size: var(--24);
  line-height: calc(30 / 24);
  color: #000000;
  font-family: 'ClashDisplay', Arial, sans-serif;
  font-weight: 600;
  transition: all 0.5s;
}
.product-box .product-titlebox .product-list-view {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--14);
  line-height: calc(17 / 14);
  color: #737373;
  transition: all 0.5s;
}
.product-box .product-titlebox .product-list-view i {
  font-style: var(--15);
  margin-left: 1px;
}
.product-box .product-list-imgbox {
  position: relative;
  z-index: 10;
}
.product-box .product-list-imgbox .img-box {
  border-radius: 20px;
}
.product-box .product-list-imgbox .product-cart {
  position: absolute;
  width: var(--r40);
  height: var(--r40);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: var(--d12);
  right: var(--d16);
  background-color: var(--c);
  z-index: 20;
}
.product-box .product-list-imgbox .product-cart i {
  font-size: var(--24);
  color: #fff;
}
.con-but .con-but2 {
  padding: var(--d14) var(--d40);
  background: var(--c2);
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  line-height: calc(12 / 14);
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.con-but .con-but2:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.con-but .con-but2::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.con-but .con-but2 i {
  font-size: 10px;
  margin-left: var(--d8);
}
.fooder .fooder-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--d60);
  padding-bottom: var(--d105);
}
.fooder .fooder-content .fooder-top .fooder-title h2 {
  text-align: center;
  font-size: var(--96);
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.fooder .fooder-content .fooder-top .fooder-text {
  text-align: center;
  font-size: var(--36);
  line-height: 1;
  color: #fff;
  font-family: 'ClashDisplay', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: var(--d80);
}
.fooder .fooder-content .fooder-bom {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.fooder .fooder-content .fooder-bom a:hover {
  text-decoration: underline;
}
.fooder .fooder-content .fooder-bom .fooder-con-title {
  font-size: var(--32);
  line-height: 1;
  margin-bottom: var(--d36);
  font-weight: 500;
}
.fooder .fooder-content .fooder-bom .fooder-navbox .fooder-navbox2 {
  display: flex;
  flex-direction: column;
}
.fooder .fooder-content .fooder-bom .fooder-navbox .fooder-navbox2 a {
  font-size: var(--16);
  line-height: calc(24 / 16);
  display: block;
  margin-bottom: var(--d12);
}
.fooder .fooder-content .fooder-bom .fooder-navbox .fooder-navbox2 a:last-child {
  margin-bottom: 0;
}
.fooder .fooder-content .fooder-bom .fooder-contact {
  width: 397px;
}
.fooder .fooder-content .fooder-bom .fooder-contact .fooder-mes .fooder-mes2 {
  margin-bottom: var(--d12);
  font-size: var(--16);
  line-height: calc(30 / 16);
}
.fooder .fooder-content .fooder-bom .fooder-contact .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-content .fooder-bom .fooder-right {
  width: 427px;
}
.fooder .fooder-content .fooder-bom .fooder-right > a {
  display: block;
  margin: var(--d20) 0;
}
.fooder .fooder-content .fooder-bom .fooder-right .fooder-share {
  margin-bottom: var(--d36);
}
.fooder .fooder-content .fooder-bom .fooder-right .fooder-share a {
  opacity: 0.3;
  transition: all 0.5s;
  margin-right: var(--d16);
}
.fooder .fooder-content .fooder-bom .fooder-right .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-content .fooder-bom .fooder-right .fooder-share a:hover {
  opacity: 1;
}
.fooder .fooder-content .fooder-bom .fooder-right .fooder-share a i {
  font-size: var(--24);
}
.fooder .fooder-content .fooder-bom .fooder-right .fooder-copyright {
  font-size: var(--16);
  line-height: 1.5;
}
.fooder .fooder-content .fooder-bom .fooder-right .food-privacy a:first-child::after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.fooder .fooder-content .fooder-bom .fooder-right .food-privacy .cnzz {
  margin-left: var(--d30);
}
.share-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-box .share-box2 {
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.share-box .share-box2:nth-child(1) .share-box3 {
  color: #0037FF;
}
.share-box .share-box2:nth-child(2) .share-box3 {
  color: #FFFFFF;
}
.share-box .share-box2:nth-child(3) .share-box3 {
  color: #0B33C6;
}
.share-box .share-box2 .share-box3 {
  padding: var(--d105) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.share-box .share-box2 .share-box3 .share-icon {
  margin-bottom: var(--d10);
}
.share-box .share-box2 .share-box3 .share-icon i {
  font-size: var(--45);
}
.share-box .share-box2 .share-box3 .share-title {
  text-align: center;
  font-size: var(--16);
  line-height: calc(20 / 16);
}
.other-banner {
  position: relative;
}
.other-banner .other-img {
  width: 100%;
}
.other-banner .other-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-banner .other-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--64);
  color: #fff;
  font-weight: 700;
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.video-icon {
  width: var(--r85);
  height: var(--r85);
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(4.85192px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border-radius: 50%;
}
.video-icon::after {
  width: calc(76.64 / 85 * 100%);
  height: calc(76.64 / 85 * 100%);
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  border-radius: 50%;
}
.video-icon i {
  position: relative;
  z-index: 10;
  color: #0170BB;
  font-size: var(--34);
}
.aboutcontent .company {
  padding-top: var(--d120);
  padding-bottom: var(--d158);
}
.aboutcontent .company .company-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d60);
}
.aboutcontent .company .company-box .company-video {
  width: calc(621 / 1680 * 100%);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.aboutcontent .company .company-box .company-video .company-vidoe-img {
  position: relative;
  height: 100%;
}
.aboutcontent .company .company-box .company-video .company-vidoe-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .company .company-box .company-video .company-vidoe-img .video-icon {
  position: absolute;
  right: var(--d58);
  bottom: var(--d50);
}
.aboutcontent .company .company-box .company-box-textbox {
  width: calc(1059 / 1680 * 100%);
  padding-left: var(--d80);
  padding-right: var(--d45);
}
.aboutcontent .company .company-box .company-box-textbox .company-title {
  margin-bottom: var(--d25);
}
.aboutcontent .company .company-box .company-box-textbox .company-name {
  font-size: var(--128);
  line-height: calc(91 / 128);
  color: var(--c3);
  margin-bottom: var(--d50);
  font-weight: 700;
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.aboutcontent .company .company-box .company-box-textbox .company-textbox .company-text-title {
  margin-bottom: var(--d24);
}
.aboutcontent .company .company-con-text {
  width: 673px;
  font-weight: 600;
  font-size: var(--24);
  line-height: calc(33 / 24);
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d60);
  text-align: center;
  color: #0B33C6;
}
.aboutcontent .company .company-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(var(--d30) * -1);
  padding: 0 var(--d170);
}
.aboutcontent .company .company-list .company-list2 {
  margin-bottom: var(--d30);
}
.aboutcontent .culture {
  position: relative;
  padding-top: var(--d183);
  margin-bottom: var(--d300);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.aboutcontent .culture .culture-bg {
  position: absolute;
  width: 16.6875vw;
  height: 13.29167vw;
  bottom: -7.8125vw;
  right: 1vw;
  background: rgba(0, 54, 254, 0.17);
  filter: blur(115.75px);
  transform: rotate(180deg);
  z-index: -1;
}
.aboutcontent .culture .container {
  position: relative;
  z-index: 10;
}
.aboutcontent .culture .culture-title {
  text-align: center;
  margin-bottom: var(--d115);
}
.aboutcontent .culture .culture-title .title {
  color: #fff;
}
.aboutcontent .culture .culture-list {
  --bs-gutter-x: var(--g40);
  transform: translateY(var(--d115));
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3 {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #000000;
  padding: var(--d72) var(--d52);
  height: 100%;
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-list-title {
  margin-bottom: var(--d30);
  padding-bottom: var(--d30);
  position: relative;
  text-align: center;
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-list-title::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background-color: #E79A3E;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-list-title h3 {
  font-size: var(--d36);
  line-height: calc(47 / 36);
  font-weight: 700;
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-list-text {
  text-align: center;
  color: #7C7C7C;
}
.aboutcontent .honor {
  padding-bottom: var(--d158);
  overflow: hidden;
}
.aboutcontent .honor .honor-bg {
  position: absolute;
  width: 33.0099vw;
  height: 12.60312vw;
  left: -11vw;
  bottom: 0;
  z-index: -1;
  background: rgba(15, 66, 255, 0.31);
  filter: blur(115.75px);
  transform: rotate(-128.56deg);
}
.aboutcontent .honor .honor-title {
  margin-bottom: var(--d24);
}
.aboutcontent .honor .honor-title h2 {
  text-align: center;
}
.aboutcontent .honor .honor-text {
  width: 450px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d88);
}
.aboutcontent .honor .honor-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d40);
}
.aboutcontent .honor .honor-nav .honor-nav2 {
  margin-right: var(--d90);
  font-size: var(--20);
  line-height: calc(24 / 20);
  font-weight: 500;
  cursor: pointer;
}
.aboutcontent .honor .honor-nav .honor-nav2:last-child {
  margin-right: 0;
}
.aboutcontent .honor .honor-nav .action {
  text-decoration: underline;
  color: #0170BB;
}
.aboutcontent .honor .img-box {
  padding-bottom: calc(1015 / 750 * 100%);
}
.aboutcontent .honor .honor-swiper .honor-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: var(--d50);
  z-index: 10;
}
.aboutcontent .honor .honor-swiper .honor-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--d50);
  z-index: 10;
}
.aboutcontent .honor .honor-swiper .swiper-slide {
  transform: scale(0.8);
  transition: all 0.5s;
}
.aboutcontent .honor .honor-swiper .swiper-slide-active {
  transform: scale(1);
}
.aboutcontent .factory {
  padding-top: var(--d176);
  padding-bottom: var(--d212);
}
.aboutcontent .factory .factory-title {
  text-align: center;
  margin-bottom: var(--d24);
}
.aboutcontent .factory .factory-text {
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d72);
  width: 535px;
  max-width: 100%;
}
.aboutcontent .factory .factory-swiper .img-box {
  padding-bottom: calc(690 / 1080 * 100%);
  border-radius: 20px;
}
.aboutcontent .factory .factory-swiper .factory-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: var(--d30);
  z-index: 10;
}
.aboutcontent .factory .factory-swiper .factory-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: var(--d30);
  z-index: 10;
}
.aboutcontent .factory .factory-con {
  cursor: pointer;
}
.aboutcontent .factory .factory-con:hover img {
  transform: scale(1.1);
}
.aboutcontent .factory .factory-con .factory-list-img {
  margin-bottom: var(--d28);
}
.aboutcontent .factory .factory-con .factory-list-title h3 {
  font-size: var(--24);
  line-height: calc(30 / 24);
  font-weight: 500;
}
.honor-sw-box {
  position: relative;
}
.re-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}
.re {
  position: relative;
}
.swiper-action {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 10;
}
.crumbs {
  width: 100%;
  position: absolute;
  transform: translateY(-100%);
  padding: var(--d22) 0;
  background: rgba(11, 51, 198, 0.48);
  color: #fff;
  z-index: 10;
}
.crumbs .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.crumbs i {
  font-size: var(--16);
  margin-right: 11px;
}
.crumbs .crumbs-list {
  display: inline;
}
.crumbs .crumbs-list .crumbs-list2 {
  display: inline;
  font-size: var(--16);
  line-height: 1;
  transition: all 0.5s;
  opacity: 0.3;
}
.crumbs .crumbs-list .crumbs-list2:hover {
  opacity: 1;
}
.crumbs .crumbs-list .crumbs-list2::after {
  content: '>';
  opacity: 0.3;
  color: #fff;
}
.crumbs .crumbs-list .crumbs-list2:last-child::after {
  display: none;
}
.crumbs .crumbs-list .action {
  opacity: 1;
}
.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  border-radius: 5px;
  padding: var(--d10);
  background-color: var(--c);
  margin-bottom: var(--d30);
  color: #fff;
}
.search-note .hot {
  margin-bottom: var(--d30);
}
.productcontent {
  padding-top: var(--d78);
  padding-bottom: var(--d68);
}
.productcontent .product-title {
  text-align: center;
  margin-bottom: 6px;
}
.productcontent .product-text {
  width: 685px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d66);
  font-size: var(--16);
  line-height: calc(19 / 16);
}
.productcontent .product-nav {
  --bs-gutter-x: 0.3125rem;
  margin-bottom: -5px;
  padding-bottom: var(--d20);
}
.productcontent .product-nav .product-nav2 {
  margin-bottom: 5px;
}
.productcontent .product-nav .product-nav2 .product-nav3 {
  background: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 89px;
  height: 100%;
  padding: var(--d18) var(--d46);
  border-radius: 20px 20px 0px 0px;
  font-size: var(--24);
  line-height: calc(26 / 24);
  font-family: 'ClashDisplay', Arial, sans-serif;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.productcontent .product-nav .product-nav2 .product-nav3:hover {
  color: #fff;
}
.productcontent .product-nav .product-nav2 .product-nav3:hover::after {
  opacity: 1;
}
.productcontent .product-nav .product-nav2 .product-nav3 span {
  position: relative;
  z-index: 10;
}
.productcontent .product-nav .product-nav2 .product-nav3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(93.83deg, #0B33C6 3.28%, #051860 100%);
  opacity: 0;
  transition: all 0.5s;
}
.productcontent .product-nav .action .product-nav3 {
  color: #fff;
}
.productcontent .product-nav .action .product-nav3::after {
  opacity: 1;
}
.productcontent .product-2-navbox {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(93.83deg, #0B33C6 3.28%, #051860 100%);
  border-radius: 20px 20px 0px 0px;
  padding: var(--d42) var(--d78);
  padding-bottom: 2px;
  color: #fff;
  overflow: hidden;
}
.productcontent .product-2-navbox .product-name {
  width: calc(262 / 1524 * 100%);
  font-size: var(--24);
  line-height: calc(34 / 24);
  font-weight: 600;
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.productcontent .product-2-navbox .product-2-navbox2 {
  padding-bottom: var(--d40);
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(1262 / 1524 * 100%);
}
.productcontent .product-2-navbox .product-2-navbox2::-webkit-scrollbar {
  height: 7px;
}
.productcontent .product-2-navbox .product-2-navbox2::-webkit-scrollbar-track {
  height: 1px;
  background: transparent;
  border-radius: 3px;
  margin: 3px 0;
}
.productcontent .product-2-navbox .product-2-navbox2::-webkit-scrollbar-thumb {
  height: 7px;
  background: #FFFFFF;
  border-radius: 3px;
}
.productcontent .product-2-navbox .product-2-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  height: 135px;
  flex-wrap: wrap;
  position: relative;
}
.productcontent .product-2-navbox .product-2-nav .product-2-nav2 {
  width: 190px;
  margin-right: 78px;
}
.productcontent .product-2-navbox .product-2-nav .product-2-nav2 .product-2-nav3 {
  font-size: var(--18);
  line-height: calc(21 / 18);
  padding: var(--d12) 0;
  font-family: 'ClashDisplay', Arial, sans-serif;
  display: inline-block;
}
.productcontent .product-list {
  margin-bottom: calc(var(--d40) * -1);
  padding-bottom: var(--d78);
  padding-top: var(--d40);
}
.productcontent .product-list .product-list2 {
  margin-bottom: var(--d40);
}
.details-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d20);
  padding-right: var(--d58);
  background-color: #F6F6F6;
  border-radius: 20px;
  margin-top: var(--d60);
  margin-bottom: var(--d32);
}
.details-content .details-left {
  width: calc(580 / 1582 * 100%);
}
.details-content .details-left .swiper-slide {
  border-radius: 20px;
  background-color: #fff;
}
.details-content .details-left .details-imgbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-content .details-left .details-imgbox .swiper-slide {
  overflow: hidden;
}
.details-content .details-left .details-imgbox .details-swiperbox {
  width: calc(132 / 580 * 100%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 100%;
  padding: 1px;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #F5F5F5;
  overflow: hidden;
  background-color: #FFFFFF;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border-color: var(--c);
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::before {
  font-family: 'iconfont' !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e60e";
  font-size: var(--36);
  color: var(--c);
  z-index: 11;
  line-height: 1;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: calc(433 / 580 * 100%);
  overflow: hidden;
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border: 1px solid #F5F5F5;
}
.details-content .details-right {
  width: calc(1002 / 1582 * 100%);
  padding-left: var(--d48);
}
.details-content .details-right .details-right2 {
  height: 100%;
}
.details-content .details-right .details-right2 .details-type {
  font-size: var(--20);
  line-height: calc(25 / 20);
  color: var(--c3);
  margin-bottom: 3px;
}
.details-content .details-right .details-right2 .details-title {
  margin-bottom: var(--d22);
  padding-bottom: var(--d22);
  position: relative;
}
.details-content .details-right .details-right2 .details-title::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0A2DB0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.details-content .details-right .details-right2 .details-title h2 {
  font-size: var(--32);
  line-height: calc(38 / 32);
  color: #333;
  font-weight: 700;
}
.details-content .details-right .details-right2 .details-textbox {
  margin-bottom: var(--d32);
  font-size: var(--16);
  line-height: calc(28 / 16);
  color: #000000;
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.details-content .details-right .details-right2 .details-share {
  display: flex;
  align-items: center;
}
.details-content .details-right .details-right2 .details-share p {
  font-size: var(--15);
  line-height: calc(18 / 15);
  margin-right: var(--d20);
  color: #000000;
}
.details-content .details-right .details-right2 .details-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d34);
}
.details-content .details-right .details-right2 .details-butbox .details-butbox2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.details-content .details-right .details-right2 .details-butbox .details-butbox2 i {
  font-size: var(--24);
  position: relative;
  z-index: 10;
  margin-left: var(--d18);
}
.details-content .details-right .details-right2 .details-butbox .details-butbox2 > div:first-child {
  margin-right: var(--d8);
}
.details-content .details-right .details-right2 .details-butbox .details-butbox2 .details-but .details-but2 {
  background-color: #BBBBBB;
  font-size: var(--16);
  line-height: calc(19 / 16);
  padding: var(--d10) var(--d40);
  min-width: 250px;
  font-size: var(--20);
  line-height: calc(25 / 20);
  color: #fff;
  font-weight: 500;
  font-family: 'ClashDisplay', Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.details-content .details-right .details-right2 .details-butbox .details-butbox2 .details-but .details-but2 span {
  position: relative;
  z-index: 10;
}
.details-content .details-right .details-right2 .details-butbox .details-butbox2 .details-but .details-but2:hover::after {
  opacity: 1;
}
.details-content .details-right .details-right2 .details-butbox .details-butbox2 .details-but .details-but2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--c2);
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
}
.details-navbox {
  position: sticky;
  top: 138px;
  left: 0;
  z-index: 1000;
  background-color: var(--c2);
  border-bottom: 1px solid #0B33C6;
  background-color: #fff;
}
.details-navbox .details-nav {
  position: relative;
  z-index: 10;
}
.details-navbox .details-nav .navbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.details-navbox .details-nav .navbox .navbox2 {
  font-size: var(--16);
  line-height: calc(20 / 16);
  white-space: nowrap;
  transition: all 0.5s;
  position: relative;
  color: #000;
  margin-right: var(--d10);
  font-family: 'ClashDisplay', Arial, sans-serif;
  font-weight: 500;
  min-width: 256px;
}
.details-navbox .details-nav .navbox .navbox2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d25) var(--d50);
  border-radius: 20px 20px 0px 0px;
  background-color: #F6F6F6;
  transition: all 0.5s;
}
.details-navbox .details-nav .navbox .navbox2:hover a {
  background-color: var(--c);
  color: #fff;
}
.details-navbox .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.details-navbox .details-nav .navbox .action a {
  background-color: var(--c);
  color: #fff;
}
.details {
  padding: var(--d84) var(--d40) var(--d115);
}
.details .prodetails {
  margin-bottom: var(--d158);
}
.details .prodetails .prodetails-title {
  font-size: var(--32);
  line-height: calc(39 / 32);
  margin-bottom: var(--d32);
  font-family: 'ClashDisplay', Arial, sans-serif;
  font-weight: 700;
}
.details .inquiry .inquiry-title {
  margin-bottom: var(--d40);
  font-size: var(--40);
  line-height: calc(50 / 40);
  font-family: 'ClashDisplay', Arial, sans-serif;
  font-weight: 600;
}
.contact-form .form-title {
  font-size: var(--16);
  line-height: calc(22 / 16);
  margin-bottom: var(--d10);
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.contact-form ul {
  --bs-gutter-x: 1.25rem;
}
.contact-form ul li {
  margin-bottom: var(--d20);
}
.contact-form .input-box {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: var(--d15) var(--d28);
  font-size: var(--14);
  line-height: calc(20 / 14);
  border-radius: 6px;
  border: 1px solid #DEDEDE;
}
.contact-form .input-box::placeholder {
  color: #B1B1B1;
  transition: all 0.5s;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .textarea-box {
  margin-bottom: var(--d20);
  height: 200px;
}
.contact-form .submit {
  background-color: transparent;
}
.contact-form .submit .con-but {
  padding-top: var(--d50);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.contact-form .submit .con-but .con-but2 {
  border-radius: 5px;
  padding: var(--d10) var(--d90);
  font-size: var(--20);
  line-height: calc(25 / 20);
}
.productdetails {
  padding-bottom: var(--d135);
}
.productdetails .related .related-title {
  margin-bottom: var(--d66);
  text-align: center;
}
.casescontent {
  padding-top: var(--d78);
  padding-bottom: var(--d190);
}
.casescontent .cases-title {
  text-align: center;
  margin-bottom: 6px;
}
.casescontent .cases-text {
  width: 685px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d66);
  font-size: var(--16);
  line-height: calc(19 / 16);
}
.casescontent .cases-list {
  margin-bottom: calc(var(--d78) * -1);
  padding-bottom: var(--d140);
}
.casescontent .cases-list .cases-list2 {
  margin-bottom: var(--d78);
}
.casescontent .cases-list .cases-list2 .cases-list3 .img-box {
  padding-bottom: calc(540 / 795 * 100%);
  border-radius: 20px;
}
.casescontent .cases-list .cases-list2 .cases-list3 .cases-img {
  margin-bottom: var(--d30);
}
.casescontent .cases-list .cases-list2 .cases-list3 .cases-list-textbox {
  padding-right: var(--d93);
}
.casescontent .cases-list .cases-list2 .cases-list3 .cases-list-textbox .cases-list-title {
  margin-bottom: var(--d14);
}
.casescontent .cases-list .cases-list2 .cases-list3 .cases-list-textbox .cases-list-title h3 {
  font-size: var(--24);
  line-height: calc(30 / 24);
  font-weight: 700;
  font-family: 'ClashDisplay', Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.casescontent .cases-list .cases-list2 .cases-list3 .cases-list-textbox .cases-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #7D7D7D;
  margin-bottom: var(--d25);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev,
.pagination .next {
  width: var(--r38);
  height: var(--r38);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
}
.pagination .prev a,
.pagination .next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #C1C1C1;
  transition: all 0.5s;
  border-radius: 50%;
  color: #C1C1C1;
}
.pagination .prev a span,
.pagination .next a span {
  line-height: 1;
}
.pagination .prev a i,
.pagination .next a i {
  font-size: var(--18);
}
.pagination .prev a:hover,
.pagination .next a:hover {
  background-color: var(--c) !important;
  border-color: var(--c) !important;
  color: #fff !important;
}
.pagination .pagination-page li {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #c1c1c1;
  transition: all 0.5s;
}
.pagination .pagination-page li:hover {
  color: var(--c2);
}
.pagination .pagination-page {
  margin: 0 var(--d12);
}
.pagination li {
  margin-right: var(--d10);
}
.pagination .active a {
  color: var(--c) !important;
}
.newscontent {
  padding-top: var(--d93);
  padding-bottom: var(--d110);
}
.newscontent .news-title {
  text-align: center;
  margin-bottom: 6px;
}
.newscontent .news-text {
  width: 685px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d66);
  font-size: var(--16);
  line-height: calc(19 / 16);
}
.newscontent .news-list {
  margin-bottom: var(--d93);
}
.newscontent .news-list .news-list2 {
  margin-bottom: var(--d50);
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: var(--d50);
}
.newscontent .news-list .news-list2:last-child {
  margin-bottom: 0;
}
.newscontent .news-list .news-list2 .news-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newscontent .news-list .news-list2 .news-list3:hover .img-box img {
  transform: scale(1.1);
}
.newscontent .news-list .news-list2 .news-list3:hover .news-list-title h3 {
  color: var(--c) !important;
}
.newscontent .news-list .news-list2 .news-list3 .news-img {
  width: calc(465 / 1680 * 100%);
}
.newscontent .news-list .news-list2 .news-list3 .news-img .img-box {
  padding-bottom: calc(230 / 410 * 100%);
  border-radius: 20px;
}
.newscontent .news-list .news-list2 .news-list3 .news-list-textbox {
  width: calc(1215 / 1680 * 100%);
  padding-left: var(--d30);
}
.newscontent .news-list .news-list2 .news-list3 .news-list-textbox .news-list-date {
  display: flex;
  align-items: center;
  color: #7D7D7D;
  font-size: var(--16);
  line-height: calc(24 / 16);
  margin-bottom: var(--d24);
}
.newscontent .news-list .news-list2 .news-list3 .news-list-textbox .news-list-date i {
  font-size: var(--24);
  margin-right: 5px;
}
.newscontent .news-list .news-list2 .news-list3 .news-list-textbox .news-list-title {
  margin-bottom: var(--d14);
}
.newscontent .news-list .news-list2 .news-list3 .news-list-textbox .news-list-title h3 {
  font-size: var(--24);
  line-height: calc(30 / 24);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  transition: all 0.5s;
}
.newscontent .news-list .news-list2 .news-list3 .news-list-textbox .news-list-text {
  margin-bottom: var(--d24);
  color: #7D7D7D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.contactcontent {
  padding-top: var(--d105);
  padding-bottom: var(--d164);
}
.contactcontent .contact-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d115);
}
.contactcontent .contact-box .contact-left {
  width: calc(820 / 1680 * 100%);
  padding-right: var(--d80);
}
.contactcontent .contact-box .contact-left .contact-title h2 {
  font-size: var(--64);
  line-height: calc(100 / 64);
  font-weight: 700;
  font-family: 'ClashDisplay', Arial, sans-serif;
  color: #0A2DB0;
}
.contactcontent .contact-box .contact-left .contact-text {
  font-size: var(--20);
  line-height: calc(30 / 20);
  margin-bottom: var(--d80);
  color: #8D8D8D;
}
.contactcontent .contact-box .contact-left .contact-mes {
  margin-bottom: calc(var(--d68) * -1);
  padding-bottom: var(--d56);
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 {
  padding-bottom: var(--d68);
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 {
  display: flex;
  align-items: flex-start;
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-icon {
  width: var(--r60);
  height: var(--r60);
  min-width: var(--r60);
  border-radius: 10px;
  background-color: #0A2DB0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d20);
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-icon i {
  font-size: var(--38);
  color: #fff;
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-con .contact-mes-title {
  font-size: var(--32);
  line-height: calc(40 / 32);
  font-family: 'ClashDisplay', Arial, sans-serif;
  font-weight: 700;
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-con .contact-mes-text {
  font-size: var(--20);
  line-height: calc(30 / 20);
  font-family: 'ClashDisplay', Arial, sans-serif;
}
.contactcontent .contact-box .contact-left .contact-share {
  border-top: 1px solid #C7C7C7;
  padding-top: var(--d56);
  display: flex;
  align-items: center;
}
.contactcontent .contact-box .contact-left .contact-share p {
  font-size: var(--18);
  line-height: calc(30 / 18);
  font-weight: 500;
  margin-right: var(--d12);
}
.contactcontent .contact-box .contact-left .contact-share a {
  color: #0A2DB0;
  transition: all 0.5s;
  margin-right: var(--d16);
}
.contactcontent .contact-box .contact-left .contact-share a:last-child {
  margin-right: 0;
}
.contactcontent .contact-box .contact-left .contact-share a:hover {
  opacity: 1;
}
.contactcontent .contact-box .contact-left .contact-share a i {
  font-size: var(--24);
}
.contactcontent .contact-box .contact-right {
  width: calc(860 / 1680 * 100%);
  padding: var(--d64) var(--d50) var(--d52);
  background: linear-gradient(132.64deg, #0B33C6 5.82%, #68BB7D 98.03%);
  border-radius: 20px;
}
.contactcontent .contact-box .contact-right .contact-form .form-title {
  font-size: var(--15);
  line-height: calc(18 / 15);
  color: #fff;
  padding-left: var(--d15);
}
.contactcontent .contact-box .contact-right .contact-form .input-box {
  padding: var(--d30) var(--d28);
  font-size: var(--14);
  line-height: calc(15 / 12);
}
.contactcontent .contact-box .contact-right .contact-form .submit .con-but .con-but2 {
  background: linear-gradient(92.39deg, #0A2DB0 0.3%, #3960F1 36.13%, #3960F1 59.07%, #031037 99.67%);
  border-radius: 6px;
  font-size: var(--16);
  line-height: calc(19 / 16);
  padding: var(--d30) var(--d140);
}
.contactcontent .contact-box .contact-right .contact-form .submit .con-but .con-but2 i {
  font-size: var(--19);
  margin-left: var(--d8);
}
.contactcontent .contact-map {
  overflow: hidden;
  border-radius: 20px;
}
.contactcontent .contact-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsdetcon {
  position: relative;
  padding-bottom: var(--d100);
  padding-top: var(--d60);
}
.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 {
  white-space: nowrap;
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d40);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: var(--c);
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--d50);
}
.sitemapcontent {
  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 var(--c);
  color: var(--c);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: var(--c);
  color: #fff;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 {
  padding-top: 20px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 .list2-2 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--c);
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: var(--c);
}
.privacycontent {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.cart {
  padding-top: var(--d120);
  padding-bottom: var(--d120);
}
.cart .cartcontent {
  padding-bottom: var(--d100);
}
.cart .cart-box .title-inquiry-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .title-inquiry-info .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.cart .cart-box .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f5f7fa;
  content: "";
  position: absolute;
}
.cart .cart-box .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .inquiry-list .number-box span {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.cart .cart-box .inquiry-list .number-box span:hover {
  background-color: #254b9e;
  color: #fff;
}
.cart .cart-box .inquiry-list .number-box .ipt-num {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
.cart .cart-box .inquiry-list .iclose {
  position: relative;
  cursor: pointer;
}
.cart .cart-box .inquiry-list .iclose:hover::after {
  color: #254b9e;
}
.cart .cart-box .inquiry-list .iclose::after {
  font-family: "iconfont" !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ec7b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  z-index: 10;
}
.cart .cart-box .checkbox {
  width: 10%;
}
.cart .cart-box .pimg,
.cart .cart-box .number {
  width: 20%;
}
.cart .cart-box .pname {
  width: 40%;
}
.cart .cart-box .pname2 {
  display: none;
}
.cart .cart-box .operation {
  width: 10%;
}
.cart .cart-box .det-tit {
  width: 100%;
  position: relative;
  color: #000;
  font-size: var(--20);
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.cart .cart-box .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
  bottom: 0;
  left: 0;
}
.cart .cart-box .pimg-pname-num {
  display: none;
}
.cart .cart-box .pimg-pname-num p {
  margin-bottom: 20px;
}
.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;
  }
}
.container {
  max-width: 1680px;
  padding: 0;
}
@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }
  :root {
    --p: calc((100vw - 1480px) / 2);
  }
  .indexcontent .i-about .i-about-img .i-about-video .i-about-videobox {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --p: calc((100vw - 1260px) / 2);
    --g86: 4.375rem;
    --g70: 3.375rem;
    --r150: 100px;
    --r85: 75px;
    --r60: 55px;
    --d700: 600px;
    --d357: 285px;
    --d330: 270px;
    --d300: 250px;
    --d243: 150px;
    --d225: 150px;
    --d212: 150px;
    --d208: 150px;
    --d200: 120px;
    --d190: 110px;
    --d185: 110px;
    --d183: 110px;
    --d180: 110px;
    --d176: 110px;
    --d170: 110px;
    --d168: 100px;
    --d162: 100px;
    --d164: 100px;
    --d160: 100px;
    --d158: 100px;
    --d155: 100px;
    --d150: 100px;
    --d147: 100px;
    --d145: 100px;
    --d140: 90px;
    --d138: 90px;
    --d135: 90px;
    --d130: 90px;
    --d128: 90px;
    --d124: 90px;
    --d120: 90px;
    --d118: 75px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d95: 70px;
    --d90: 70px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d72: 50px;
    --d70: 50px;
    --d68: 40px;
    --d66: 40px;
    --d64: 40px;
    --d62: 40px;
    --d60: 35px;
    --d58: 35px;
    --d56: 35px;
    --d55: 35px;
    --d54: 35px;
    --d52: 30px;
    --d50: 30px;
    --d46: 30px;
    --d45: 30px;
    --d44: 30px;
    --d42: 30px;
    --d40: 30px;
    --d38: 30px;
    --d34: 24px;
    --d36: 24px;
    --d35: 24px;
    --d30: 24px;
    --d28: 20px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d17: 10px;
    --d16: 10px;
    --d12: 8px;
    --128: 100px;
    --120: 100px;
    --90: 75px;
    --80: 65px;
    --75: 65px;
    --72: 65px;
    --70: 65px;
    --68: 60px;
    --66: 60px;
    --64: 54px;
    --62: 52px;
    --60: 50px;
    --56: 45px;
    --54: 42px;
    --52: 42px;
    --48: 38px;
    --45: 36px;
    --44: 36px;
    --42: 36px;
    --38: 34px;
    --36: 30px;
    --34: 30px;
    --32: 30px;
    --28: 26px;
    --26: 22px;
    --24: 22px;
    --20: 18px;
    --19: 18px;
    --18: 16px;
  }
  .details-content .details-right .details-right2 .details-butbox .details-butbox2 .details-but .details-but2 {
    width: 200px;
  }
  .fooder .fooder-content .fooder-bom .fooder-contact {
    width: 300px;
  }
  .fooder .fooder-content .fooder-bom .fooder-right {
    width: 360px;
  }
  .indexcontent .i-about .i-about-img .i-about-video .i-about-videobox {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1em;
  }
  .container {
    max-width: 1060px;
  }
  :root {
    --p: calc((100vw - 1060px) / 2);
    --g86: 2.375rem;
    --g80: 3rem;
    --g70: 2.175rem;
    --g50: 2rem;
    --g40: 1.5rem;
    --r85: 65px;
    --r60: 50px;
    --r56: 50px;
    --r50: 45px;
    --r46: 40px;
    --r44: 40px;
    --r40: 35px;
    --d700: 450px;
    --d357: 205px;
    --d330: 205px;
    --d300: 205px;
    --d243: 100px;
    --d225: 100px;
    --d212: 100px;
    --d208: 80px;
    --d200: 80px;
    --d190: 80px;
    --d185: 80px;
    --d183: 80px;
    --d180: 80px;
    --d176: 80px;
    --d170: 80px;
    --d168: 75px;
    --d162: 75px;
    --d164: 75px;
    --d160: 75px;
    --d158: 75px;
    --d155: 75px;
    --d150: 70px;
    --d147: 70px;
    --d145: 70px;
    --d140: 60px;
    --d138: 60px;
    --d135: 60px;
    --d130: 60px;
    --d128: 60px;
    --d124: 60px;
    --d120: 60px;
    --d118: 60px;
    --d115: 60px;
    --d110: 60px;
    --d100: 60px;
    --d96: 40px;
    --d95: 40px;
    --d93: 40px;
    --d90: 40px;
    --d86: 40px;
    --d80: 30px;
    --d78: 30px;
    --d72: 30px;
    --d70: 30px;
    --d68: 30px;
    --d62: 30px;
    --d56: 25px;
    --d55: 25px;
    --d54: 28px;
    --d48: 30px;
    --d42: 30px;
    --d40: 20px;
    --d38: 20px;
    --d36: 18px;
    --d32: 18px;
    --d30: 20px;
    --d28: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 10px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --d12: 10px;
    --160: 80px;
    --128: 80px;
    --120: 66px;
    --96: 66px;
    --90: 66px;
    --75: 50px;
    --72: 50px;
    --70: 50px;
    --68: 50px;
    --66: 50px;
    --65: 50px;
    --64: 48px;
    --62: 46px;
    --60: 45px;
    --56: 38px;
    --54: 38px;
    --52: 38px;
    --50: 38px;
    --48: 36px;
    --45: 30px;
    --44: 30px;
    --42: 30px;
    --40: 30px;
    --38: 30px;
    --36: 28px;
    --34: 28px;
    --32: 24px;
    --30: 24px;
    --28: 20px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --19: 16px;
    --17: 15px;
    --16: 14px;
  }
  .details-content .details-right .details-right2 .details-butbox {
    flex-direction: column;
    align-items: flex-start;
  }
  .details-navbox {
    top: 115px;
  }
  .details-content .details-right .details-right2 .details-butbox .details-butbox2 {
    margin-bottom: var(--d30);
  }
  .productcontent .product-2-navbox .product-2-nav .product-2-nav2 {
    margin-right: 50px;
  }
  .header .header-logo .logo {
    width: 140px;
  }
  .header .header-box .header-content {
    height: 66px;
  }
  .indexcontent .i-about .i-about-img .i-about-video {
    right: calc(162px + var(--p));
    transform: translateY(-60%);
  }
  .indexcontent .i-about .i-about-img .i-about-video .i-about-videobox {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
  :root {
    --p: calc((100vw - 860px) / 2);
    --r38: 35px;
    --r36: 30px;
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d300: 150px;
    --d243: 80px;
    --d225: 80px;
    --d212: 80px;
    --d90: 55px;
    --d88: 55px;
    --d68: 30px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d46: 20px;
    --d45: 20px;
    --d44: 20px;
    --d42: 20px;
    --d26: 15px;
    --d25: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --128: 80px;
    --120: 50px;
    --90: 50px;
    --75: 45px;
    --70: 45px;
    --68: 45px;
    --66: 40px;
    --64: 38px;
    --62: 36px;
    --54: 32px;
    --52: 32px;
    --48: 30px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --25: 18px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-list-textbox {
    width: calc(1100 / 1680 * 100%);
  }
  .newscontent .news-list .news-list2 .news-list3 .news-img {
    width: calc(580 / 1680 * 100%);
  }
  .contactcontent .contact-box {
    flex-direction: column;
  }
  .contactcontent .contact-box .contact-right {
    width: 100%;
  }
  .contactcontent .contact-box .contact-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .details-content {
    flex-direction: column;
  }
  .other-banner .other-img {
    height: 200px;
  }
  .details-content .details-left {
    width: 100%;
  }
  .details-content .details-right {
    margin-top: var(--d30);
  }
  .productcontent .product-2-navbox {
    flex-direction: column;
  }
  .details-content .details-right {
    width: 100%;
    padding-left: 0;
  }
  .productcontent .product-2-navbox .product-name {
    width: 100%;
    margin-bottom: 20px;
  }
  .productcontent .product-2-navbox .product-2-navbox2 {
    width: 100%;
  }
  .productcontent .product-nav .product-nav2 .product-nav3 {
    min-height: 75px;
  }
  .indexcontent .i-about .i-about-list .i-about-list2 {
    width: 45% !important;
  }
  .fooder .fooder-content .fooder-bom {
    flex-wrap: wrap;
  }
  .fooder .fooder-content .fooder-bom .fooder-right {
    width: 100%;
    padding-top: var(--d20);
  }
  .indexcontent .i-chose .i-chose-list .i-chose-list2 .i-chose-list3 {
    padding: var(--d50);
  }
  .indexcontent .i-about .i-about-list {
    width: 100%;
    padding: var(--d72) var(--p);
    min-width: unset;
  }
  .indexcontent .i-about .i-about-img .i-about-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .indexcontent .i-about .i-about-box {
    flex-direction: column;
  }
  .indexcontent .i-about .i-about-box .i-about-right .i-about-num {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --r56: 46px;
    --r50: 35px;
    --r44: 35px;
    --d700: 264px;
    --d330: 100px;
    --d300: 100px;
    --d170: 80px;
    --d158: 70px;
    --d155: 70px;
    --d150: 70px;
    --d147: 65px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d93: 40px;
    --d68: 30px;
    --d58: 28px;
    --d54: 28px;
    --d24: 20px;
    --120: 50px;
    --96: 50px;
    --80: 40px;
    --70: 40px;
    --60: 40px;
    --52: 30px;
    --48: 28px;
    --45: 26px;
    --44: 26px;
    --42: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
  .newscontent .news-list .news-list2 .news-list3 {
    flex-direction: column;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-list-textbox {
    width: 100%;
    padding-left: 0;
  }
  .newscontent .news-list .news-list2 .news-list3 .news-img {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .aboutcontent .company .company-box {
    flex-direction: column-reverse;
  }
  .aboutcontent .culture .culture-list {
    transform: none;
  }
  .aboutcontent .culture .culture-list .culture-list2 {
    margin-bottom: var(--d30);
  }
  .aboutcontent .company .company-box .company-box-textbox {
    padding: 0;
    width: 100%;
    margin-bottom: var(--d50);
  }
  .aboutcontent .company .company-list {
    padding: 0;
  }
  .aboutcontent .company .company-box .company-video {
    width: 100%;
  }
  .index-banner .banner-butbox {
    bottom: 20px;
  }
  .indexcontent .i-about .i-about-img {
    height: 300px;
  }
  .indexcontent .i-about .i-about-img .i-about-video .i-about-videobox {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .fooder {
    padding-bottom: 52px;
  }
  :root {
    --p: 5%;
    --d357: 85px;
    --d300: 85px;
    --d243: 60px;
    --d225: 60px;
    --d212: 60px;
    --d208: 60px;
    --d200: 60px;
    --d190: 60px;
    --d185: 60px;
    --d183: 60px;
    --d180: 60px;
    --d176: 60px;
    --d170: 60px;
    --d168: 50px;
    --d162: 50px;
    --d164: 50px;
    --d160: 50px;
    --d158: 50px;
    --d155: 50px;
    --d150: 50px;
    --d147: 50px;
    --d145: 50px;
    --d138: 40px;
    --d135: 40px;
    --d130: 40px;
    --d128: 40px;
    --d124: 40px;
    --d120: 40px;
    --d118: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d84: 40px;
    --d75: 40px;
    --d54: 20px;
    --d52: 20px;
    --d42: 20px;
    --d30: 18px;
    --d24: 15px;
    --d22: 8px;
    --d20: 8px;
    --d18: 8px;
    --d17: 8px;
    --120: 40px;
    --80: 38px;
    --75: 38px;
    --70: 36px;
    --66: 36px;
    --64: 36px;
    --62: 36px;
    --60: 34px;
    --56: 30px;
    --54: 28px;
    --52: 28px;
    --50: 28px;
    --38: 28px;
    --36: 24px;
    --32: 20px;
    --22: 18px;
    --18: 14px;
    --15: 14px;
    --14: 12px;
  }
  .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    width: 100%;
    height: auto !important;
  }
  .details-content .details-left .details-imgbox {
    flex-direction: column;
  }
  .i-ready .i-ready-form-content .input-text {
    padding: 10px;
  }
  .index-banner .banner-butbox {
    position: unset;
    justify-content: flex-end;
  }
  .index-banner .banner-butbox .banner-butbox2 .banner-but {
    border: 1px solid var(--c);
  }
}
@media (max-width: 576px) {
  :root {
    --r46: 30px;
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d243: 50px;
    --d225: 50px;
    --d212: 50px;
    --d208: 30px;
    --d200: 30px;
    --d190: 30px;
    --d185: 30px;
    --d183: 30px;
    --d180: 30px;
    --d176: 30px;
    --d170: 30px;
    --d168: 30px;
    --d162: 30px;
    --d164: 30px;
    --d160: 30px;
    --d158: 30px;
    --d155: 30px;
    --d150: 30px;
    --d147: 30px;
    --d145: 30px;
    --d138: 30px;
    --d135: 30px;
    --d130: 30px;
    --d128: 30px;
    --d124: 30px;
    --d120: 30px;
    --d118: 30px;
    --d110: 30px;
    --d105: 30px;
    --d100: 30px;
    --d90: 30px;
    --d88: 30px;
    --d80: 30px;
    --d75: 30px;
    --d72: 30px;
    --d70: 30px;
    --d64: 20px;
    --d50: 20px;
    --d48: 20px;
    --d44: 15px;
    --d42: 15px;
    --d40: 15px;
    --d38: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 8px;
    --128: 50px;
    --120: 35px;
    --90: 35px;
    --80: 30px;
    --75: 28px;
    --72: 28px;
    --70: 28px;
    --68: 28px;
    --66: 28px;
    --65: 28px;
    --64: 28px;
    --62: 28px;
    --60: 28px;
    --44: 26px;
    --44: 24px;
    --40: 24px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
    --15: 14px;
  }
  .details-navbox {
    top: 96px;
  }
  .details-navbox .details-nav .navbox .navbox2 {
    min-width: 183px;
  }
  .details-content .details-right .details-right2 .details-butbox .details-butbox2 {
    flex-direction: column;
  }
  .details-content .details-right .details-right2 .details-butbox .details-butbox2 > div:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .productcontent .product-nav .product-nav2 .product-nav3 {
    font-size: 14px;
  }
  .aboutcontent .company .company-list {
    flex-wrap: wrap;
  }
  .aboutcontent .company .company-list .company-list2 {
    width: 50%;
  }
  .share-box .share-box2 .share-box3 .share-icon i {
    font-size: 20px;
  }
  .aboutcontent .honor .honor-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutcontent .honor .honor-nav .honor-nav2 {
    text-align: left;
    margin-bottom: var(--d30);
  }
  .header .header-cart .header-cart2 {
    width: 30px;
    height: 30px;
  }
  .header .header-cart .header-cart2 i {
    font-size: 14px;
  }
  .fooder .fooder-content .fooder-bom .fooder-contact {
    width: 100%;
    padding-top: 20px;
  }
  .header .header-logo .logo {
    width: 100px;
  }
  .header .header-box .header-content {
    height: 44px;
  }
  .indexcontent .i-about .i-about-box .i-about-right .i-about-num {
    flex-wrap: wrap;
  }
  .indexcontent .i-about .i-about-box .i-about-right .i-about-num .i-about-num2 {
    width: 50%;
  }
  .indexcontent .i-about .i-about-list {
    flex-direction: column;
  }
  .productcontent .product-2-navbox .product-2-nav .product-2-nav2 {
    width: 118px;
  }
  .productcontent .product-nav .product-nav2 .product-nav3 {
    min-height: 50px;
  }
  .indexcontent .i-about .i-about-list .i-about-list2 {
    width: 100% !important;
  }
  .indexcontent .i-about .i-about-list .i-about-list2:first-child {
    margin-bottom: 20px;
  }
}
