* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
p {
  padding: 0;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
input,
textarea {
  border: none;
  resize: none;
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box iframe,
.img-box video,
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.fszero h1 {
  margin: 0;
}
[lang=zh-CN] .share-cn {
  display: block;
}
[lang=zh-CN] .share-other {
  display: none;
}
.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
@-ms-viewport {
  width: auto !important;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
select,
button,
input,
textarea {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none !important;
}
img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.art-video-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.art-video-player .art-bottom {
  display: none !important;
}
.art-mask {
  display: none !important;
}
.breadcrumb {
  margin-bottom: 0;
}
.editor-content ul,
.editor-content ol {
  padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
  list-style: inherit;
}
.editor-content .table-box {
  font-size: 16px;
  line-height: 1.875;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .editor-content .table-box {
    font-size: 14px;
  }
}
.editor-content .table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
  width: 25% !important;
  height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
  font-weight: 400;
  padding: 15px 20px !important;
  border: 1px solid #e6e6e6;
}
@media (max-width: 480px) {
  .editor-content .table-box table td,
  .editor-content .table-box table th {
    padding: 8px !important;
  }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.editor-content .table-box table th {
  text-align: center;
}
.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.table-box {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}
.table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto;
  height: auto;
}
.table-box table td,
.table-box table th {
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.table-box table tr p,
.table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.table-box table td,
.table-box table th {
  text-align: left;
}
.table-box table.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: bold;
}
@media (max-width: 1200px) {
  .table-box {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-box table td,
  .table-box table th {
    padding: 8px !important;
  }
}
label {
  width: 100%;
}
.box-follow .img-box > img {
  display: none !important;
  height: auto;
}
.box-follow iframe[src=''],
.box-follow iframe[data-src=''] {
  display: none;
  border: 1px solid #000;
}
.box-follow iframe[src=''] + img,
.box-follow iframe[data-src=''] + img {
  display: block !important;
}
.tranlanguage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.tranlanguage p {
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .tranlanguage p {
    font-size: 14px;
  }
}
.tranlanguage p img {
  width: 24px;
  margin-right: 10px;
}
.tranlanguage p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
  margin-left: 10px;
  margin-top: -4px;
}
.tranlanguage ul {
  position: absolute;
  min-width: 100%;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none;
  padding: 10px 0;
}
.tranlanguage ul li a {
  display: block;
  padding: 10px 10px;
}
.tranlanguage ul li a img {
  width: 30px;
  object-fit: cover;
}
.fancybox-slide--iframe .fancybox-content {
  min-width: 80vw;
  min-height: 80vh;
}
body {
  font-family: 'MonaSans', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #666666;
  color: #666666;
}
i {
  line-height: 1;
}
@font-face {
  font-family: 'MonaSans';
  font-weight: 400;
  font-style: normal;
  src: local('MonaSans Regular'), local('MonaSans-Regular'), url('../../app/fonts/MonaSans-Regular.woff2') format('woff2'), url('../../app/fonts/MonaSans-Regular.woff') format('woff'), url('../../app/fonts/MonaSans-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'MonaSans';
  font-weight: 500;
  font-style: normal;
  src: local('MonaSans Medium'), local('MonaSans-Medium'), url('../../app/fonts/MonaSans-Medium.woff2') format('woff2'), url('../../app/fonts/MonaSans-Medium.woff') format('woff'), url('../../app/fonts/MonaSans-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'MonaSans';
  font-weight: 600;
  font-style: normal;
  src: local('MonaSans SemiBold'), local('MonaSans-SemiBold'), url('../../app/fonts/MonaSans-SemiBold.woff2') format('woff2'), url('../../app/fonts/MonaSans-SemiBold.woff') format('woff'), url('../../app/fonts/MonaSans-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'MonaSans';
  font-weight: 700;
  font-style: normal;
  src: local('MonaSans Bold'), local('MonaSans-Bold'), url('../../app/fonts/MonaSans-Bold.woff2') format('woff2'), url('../../app/fonts/MonaSans-Bold.woff') format('woff'), url('../../app/fonts/MonaSans-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'MonaSans';
  font-weight: 800;
  font-style: normal;
  src: local('MonaSans Black'), local('MonaSans-Black'), url('../../app/fonts/MonaSans-Black.woff2') format('woff2'), url('../../app/fonts/MonaSans-Black.woff') format('woff'), url('../../app/fonts/MonaSans-Black.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'BricolageGrotesque';
  font-weight: 400;
  font-style: normal;
  src: local('BricolageGrotesque Regular'), local('BricolageGrotesque-Regular'), url('../../app/fonts/BricolageGrotesque-Regular.woff2') format('woff2'), url('../../app/fonts/BricolageGrotesque-Regular.woff') format('woff'), url('../../app/fonts/BricolageGrotesque-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'BricolageGrotesque';
  font-weight: 400;
  font-style: normal;
  src: local('BricolageGrotesque Regular'), local('BricolageGrotesque-Regular'), url('../../app/fonts/BricolageGrotesque-Regular.woff2') format('woff2'), url('../../app/fonts/BricolageGrotesque-Regular.woff') format('woff'), url('../../app/fonts/BricolageGrotesque-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'BricolageGrotesque';
  font-weight: 500;
  font-style: normal;
  src: local('BricolageGrotesque Medium'), local('BricolageGrotesque-Medium'), url('../../app/fonts/BricolageGrotesque    -Medium.woff2') format('woff2'), url('../../app/fonts/BricolageGrotesque-Medium.woff') format('woff'), url('../../app/fonts/BricolageGrotesque-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'BricolageGrotesque';
  font-weight: 600;
  font-style: normal;
  src: local('BricolageGrotesque SemiBold'), local('BricolageGrotesque-SemiBold'), url('../../app/fonts/BricolageGrotesque-SemiBold.woff2') format('woff2'), url('../../app/fonts/BricolageGrotesque-SemiBold.woff') format('woff'), url('../../app/fonts/BricolageGrotesque-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'BricolageGrotesque';
  font-weight: 700;
  font-style: normal;
  src: local('BricolageGrotesque Bold'), local('BricolageGrotesque-Bold'), url('../../app/fonts/BricolageGrotesque-Bold.woff2') format('woff2'), url('../../app/fonts/BricolageGrotesque-Bold.woff') format('woff'), url('../../app/fonts/BricolageGrotesque-Bold.ttf') format('truetype');
  font-display: swap;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1650vw) / 2);
  --c: #1B3885;
  --c2: #004880;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d286: 286px;
  --d243: 243px;
  --d225: 225px;
  --d208: 208px;
  --d190: 190px;
  --d185: 185px;
  --d180: 180px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d150: 150px;
  --d147: 147px;
  --d145: 145px;
  --d140: 140px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d86: 86px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --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;
  --d18: 18px;
  --d17: 17px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --110: 110px;
  --100: 100px;
  --92: 92px;
  --90: 90px;
  --80: 80px;
  --75: 75px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --44: 44px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
.bricolagegrotesque {
  font-family: 'BricolageGrotesque', Arial, sans-serif;
}
.type-title {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.type-title span {
  color: var(--c);
}
.title {
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  font-weight: 600;
  font-size: var(--64);
  line-height: calc(76 / 64);
  color: #222222;
}
.title span {
  color: var(--c);
}
.title2 {
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  font-weight: 600;
  font-size: var(--56);
  line-height: calc(67 / 56);
  color: #222222;
}
.title2 span {
  color: var(--c);
}
.text16-24 {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
@keyframes playan1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}
@keyframes playan3 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
  background: rgba(35, 39, 51, 0.1);
  backdrop-filter: blur(3.65px);
}
.header .header-box1 {
  background-color: transparent;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .header-box1 .header-content1 .logo {
  width: 172px;
}
.header .header-box1 .header-content1 .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .header-box1 .header-content1 .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .header-navbox {
  height: 100%;
}
.header .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: var(--d30);
}
.header .header-search .search-con i {
  color: #fff;
  font-size: var(--20);
}
.header .header-search .search {
  position: absolute;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
  width: 20vw;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  visibility: hidden;
}
.header .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header .header-search .search .search-box .input-text {
  width: 95%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-cart {
  margin-right: var(--d30);
  position: relative;
}
.header .header-cart .cart-dot {
  padding: 4px;
  background-color: var(--c);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
.header .header-cart a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-cart a i {
  font-size: var(--20);
  color: #fff;
}
.header .header-language {
  position: relative;
}
.header .header-language .header-language2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: var(--d10) var(--d16);
  border-radius: 10px;
  cursor: pointer;
  font-size: var(--16);
  background-color: var(--c);
}
.header .header-language .header-language2 .language {
  margin: 0 var(--d8);
}
.header .header-language .header-language2 i {
  font-size: var(--20);
  color: #fff;
}
.header .header-language:hover .more {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
}
.header .header-language a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 5px 10px;
}
.header .header-language .more {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  min-width: 100%;
  text-align: center;
}
.header .header-language .more a {
  transition: all 0.5s;
}
.header .header-language .more a:hover {
  color: var(--c) !important;
}
.header .header-language .more .more-1-list {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
}
.header .header-language .more .more-1-list .more-1-list2 {
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.header .header-language .more .more-1-list .more-1-list2 .more-1-list2:hover {
  color: var(--c);
}
.header .header-language .more .more-1-list .more-1-list2 a {
  padding: 10px 20px;
  white-space: nowrap;
  display: block;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 15px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .s-nav-action i {
  background-color: #000;
}
.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 {
  background-color: var(--c);
}
.header-list2 {
  font-family: 'RedHatDisplay', Arial, sans-serif;
}
.index-header {
  position: fixed;
}
.index-header .header-box1 {
  background-color: transparent;
}
@media (min-width: 1201px) {
  .header-nav {
    height: 100%;
    display: flex !important;
    align-items: flex-end;
  }
  .header-nav .header-list {
    display: flex;
    height: 100%;
    margin-right: 90px;
  }
  .header-nav .header-list .header-list2 {
    transition: all 0.5s;
    position: relative;
    margin-right: 80px;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    font-size: var(--16);
    line-height: calc(24 / 16);
    color: #fff;
    font-weight: 500;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3 span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .header-list3 span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3:hover span::after {
    width: 100%;
  }
  .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:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .header-list2:hover .product-more {
    opacity: 1;
    transform: translate(0%, 0%) !important;
    visibility: visible;
  }
  .header-nav .header-list .action .header-list3 span::after {
    width: 100%;
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    text-align: center;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    color: var(--c) !important;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .more .more-1-list .more-1-list2 .more2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header-nav .header-list {
    margin-right: 55px;
  }
  .header-nav .header-list .header-list2 {
    margin-right: 50px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav .header-list {
    margin-right: 55px;
  }
  .header-nav .header-list .header-list2 {
    margin-right: 50px;
  }
}
@media (max-width: 1200px) {
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 70px;
    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 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .more {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action .header-list3 a {
    color: var(--c);
  }
}
.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.s-nav i {
  width: 21px;
  height: 2px;
  background-color: #003366;
  transition: all 0.5s;
}
.s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.s-nav-action i:nth-child(2) {
  opacity: 0;
}
.s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  background-color: var(--c);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xs-online ul li i {
  font-size: 14px;
  color: #fff;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: '';
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-family: 'iconfont' !important;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.24);
  padding: 8px 5px;
  border-radius: 4px;
}
.online-wrap .online a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-bottom: 8px;
}
.online-wrap .online a .cart-num {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.online-wrap .online a:hover {
  background-color: var(--c);
}
.online-wrap .online a i {
  font-size: 22px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #DCDCDC;
  transition: all 0.5s;
}
.online-wrap .online a:hover i {
  color: #fff;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  color: #000;
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.online-wrap .online a .show-num .show-img {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
}
.online-wrap .online a .show-num .show-img::after,
.online-wrap .online a .show-num span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  transform: translate(100%, -50%);
  vertical-align: middle;
  border-width: 10px 0px 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  object-fit: cover;
}
.online-wrap .online a:hover {
  color: #fff !important;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: calc(100%);
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: '+';
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .show {
  right: 0 !important;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}
.online-wrap .icon-gouwuchefill {
  position: relative;
}
.online-wrap .icon-gouwuchefill .gouwuchefill-num {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #000;
}
.online-wrap .online-show {
  background-color: rgba(107, 6, 43, 0.3);
}
@media (max-width: 1400px) {
  .online-wrap .online {
    transform: translateY(-50%) scale(0.8);
    transform-origin: right;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .banner-mesbox {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .banner-sw-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .banner-sw-but:hover i {
  color: var(--c);
}
.index-banner .banner-sw-but i {
  font-size: var(--24);
  color: #fff;
  transition: all 0.5s;
}
.index-banner .banner-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 var(--d32);
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #FFFFFFB0;
  margin: 0 11px;
  width: 12px;
  height: 12px;
  position: relative;
  transition: all 0.5s;
}
.index-banner .banner-pagination .swiper-pagination-bullet::after {
  width: 200%;
  height: 200%;
  content: '';
  border-radius: 50%;
  border: 1px solid var(--c);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active {
  background-color: var(--c);
}
.index-banner .banner-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .slide-inner {
  padding-bottom: calc(970 / 1920 * 100%);
  position: relative;
}
.index-banner .banner-video video {
  object-fit: cover;
}
.index-banner .banner-video,
.index-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder {
  padding-top: var(--d130);
  background-color: #232733;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fooder .fooder-top {
  padding-bottom: var(--d80);
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-top .fooder-title {
  font-size: var(--24);
  line-height: calc(30 / 24);
  margin-bottom: var(--d24);
  color: #fff;
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  font-weight: 500;
}
.fooder .fooder-top .fooder-text {
  color: #F5F5F5;
  letter-spacing: 0.02em;
  margin-bottom: var(--d24);
}
.fooder .fooder-top .fooder-form {
  width: 422px;
}
.fooder .fooder-top .fooder-form .fooder-form-content {
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d24);
}
.fooder .fooder-top .fooder-form .fooder-form-content .input-text {
  width: calc(100% - 42px);
  background-color: transparent;
  padding: 0 var(--d15);
  color: #fff;
}
.fooder .fooder-top .fooder-form .fooder-form-content .input-text::placeholder {
  color: #F5F5F5;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-form .fooder-form-content .input-text:focus::placeholder {
  opacity: 0.3;
}
.fooder .fooder-top .fooder-form .fooder-form-content .form-submit {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-form .fooder-form-content .form-submit:hover {
  background-color: var(--c);
}
.fooder .fooder-top .fooder-form .fooder-form-content .form-submit:hover i {
  color: #fff;
}
.fooder .fooder-top .fooder-form .fooder-form-content .form-submit i {
  font-size: var(--24);
  color: #1B3885;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-products .fooder-nav {
  height: 285px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.fooder .fooder-top .fooder-products .fooder-nav2 {
  margin-bottom: var(--d16);
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #F5F5F5;
  margin-right: var(--d40);
}
.fooder .fooder-top .fooder-mes {
  width: 331px;
}
.fooder .fooder-top .fooder-mes .fooder-list .fooder-list2 {
  display: flex;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
  margin-bottom: var(--d16);
}
.fooder .fooder-top .fooder-mes .fooder-list .fooder-list2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-mes .fooder-list .fooder-list2 .fooder-icon {
  margin-right: var(--d16);
}
.fooder .fooder-top .fooder-mes .fooder-list .fooder-list2 .fooder-icon i {
  font-size: var(--16);
}
.fooder .fooder-bom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d24) 0 var(--d28);
  color: #D9D9D9;
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.fooder .fooder-bom .fooder-right2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-bom .fooder-right2 .fooder-sitemapbox {
  margin-right: var(--d40);
}
.fooder .fooder-bom .fooder-right2 .privacy-nav {
  margin-right: var(--d32);
}
.fooder .fooder-bom .fooder-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-bom .fooder-share a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666666;
  transition: all 0.5s;
  margin-right: var(--d10);
}
.fooder .fooder-bom .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-bom .fooder-share a:hover {
  border-color: #fff;
}
.fooder .fooder-bom .fooder-share a:hover i {
  color: #fff;
}
.fooder .fooder-bom .fooder-share a i {
  font-size: var(--20);
  color: #666666;
  transition: all 0.5s;
}
.indexcontent .i-about {
  padding-top: var(--d105);
  padding-bottom: var(--d330);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.indexcontent .i-about .i-about-title1 {
  text-align: center;
  margin-bottom: var(--d16);
}
.indexcontent .i-about .i-about-title2 {
  text-align: center;
  max-width: 100%;
  width: 840px;
  margin: 0 auto;
  margin-bottom: var(--d16);
}
.indexcontent .i-about .i-about-text {
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d56);
  width: 1064px;
  max-width: 100%;
}
.indexcontent .i-about .i-about-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-about .i-about-butbox .more-butbox {
  margin-right: var(--d30);
}
.indexcontent .i-product {
  padding: var(--d130) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.indexcontent .i-product .i-product-nav {
  --bs-gutter-x: 0;
  margin-bottom: var(--d40);
  border-top: 1px solid #D9D9D9;
}
.indexcontent .i-product .i-product-nav .i-product-nav2 .i-product-nav3 {
  padding-top: var(--d24);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid transparent;
  transition: all 0.5s;
  font-size: var(--16);
  line-height: calc(24 / 16);
  font-weight: 500;
  color: #222;
}
.indexcontent .i-product .i-product-nav .action .i-product-nav3 {
  border-color: var(--c);
  color: var(--c);
}
.indexcontent .i-product .i-product-swiper {
  position: relative;
}
.indexcontent .i-product .i-product-swiper .i-product-mesbox {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-product .i-product-swiper .i-product-box {
  display: flex;
  justify-content: center;
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-top {
  margin-bottom: var(--d20);
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox {
  width: calc(840 / 1650 * 100%);
  padding: var(--d100) var(--d50) var(--d56);
  background-color: var(--c);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox .i-product-sw-title {
  padding-bottom: var(--d25);
  margin-bottom: var(--d56);
  position: relative;
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox .i-product-sw-title::after {
  width: 80px;
  height: 2px;
  background-color: #D9D9D9;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox .i-product-sw-title h3 {
  font-size: var(--32);
  line-height: calc(24 / 32);
  color: #fff;
  font-weight: 500;
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox .i-product-sw-text {
  color: #F5F5F5;
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox .i-product-sw-text p {
  padding-left: var(--d12);
  position: relative;
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox .i-product-sw-text p::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #F5F5F5;
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox .i-product-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--d16);
  border-top: 1px solid #D9D9D9;
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox .i-product-more:hover .i-product-moretext {
  text-decoration: underline;
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox .i-product-more .i-product-moretext {
  color: #FFFFFF;
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox .i-product-more .i-product-icon {
  font-size: var(--16);
  color: #FFFFFF;
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-img {
  width: calc(810 / 1650 * 100%);
  padding: var(--d55) var(--d52) var(--d55) var(--d22);
}
.indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-img .img-box {
  padding-bottom: calc(470 / 735 * 100%);
}
.indexcontent .i-product-title1 {
  margin-bottom: var(--d16);
}
.indexcontent .i-product-title2 {
  margin-bottom: var(--d16);
}
.indexcontent .i-product-textbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d80);
}
.indexcontent .i-product-textbox .i-product-text {
  width: calc(1193 / 1650 * 100%);
  max-width: 100%;
}
.indexcontent .i-product-textbox .more-butbox .more-butbox2 {
  background-color: transparent;
  color: #222222;
  border: 1px solid #222;
}
.indexcontent .i-choose {
  padding: var(--d100) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.indexcontent .i-choose .text,
.indexcontent .i-choose .title,
.indexcontent .i-choose .type-title {
  color: #fff;
}
.indexcontent .i-choose .i-product-text {
  width: calc(960 / 1650 * 100%);
}
.indexcontent .i-choose .i-choose-mesbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-choose .i-choose-mesbox .swiper-but {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.indexcontent .i-choose .i-choose-mesbox .swiper-but:hover {
  background-color: #fff;
}
.indexcontent .i-choose .i-choose-mesbox .swiper-but:hover i {
  color: var(--c);
}
.indexcontent .i-choose .i-choose-mesbox .swiper-but i {
  color: #fff;
}
.indexcontent .i-choose .i-choose-mesbox .i-choose-prev {
  margin-right: var(--d10);
}
.indexcontent .i-choose .i-choose-swiper .swiper-wrapper {
  align-items: stretch;
}
.indexcontent .i-choose .i-choose-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.indexcontent .i-choose .i-choose-box {
  border-radius: 10px;
  border: 1px solid #FFFFFF75;
  padding: var(--d40) var(--d40) var(--d64);
  height: 100%;
  transition: all 0.5s;
}
.indexcontent .i-choose .i-choose-box:hover {
  background-color: #fff;
}
.indexcontent .i-choose .i-choose-box:hover .i-choose-icon {
  background-color: var(--c);
}
.indexcontent .i-choose .i-choose-box:hover .i-choose-icon i {
  color: #fff;
}
.indexcontent .i-choose .i-choose-box:hover .i-choose-sw-text {
  color: #666666;
}
.indexcontent .i-choose .i-choose-box:hover .i-choose-sw-title {
  color: var(--c);
}
.indexcontent .i-choose .i-choose-box .i-choose-icon {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background-color: #fff;
  margin-bottom: var(--d32);
  border-radius: 50%;
}
.indexcontent .i-choose .i-choose-box .i-choose-icon i {
  font-size: var(--24);
  color: var(--c);
}
.indexcontent .i-choose .i-choose-box .i-choose-sw-title {
  font-size: var(--20);
  line-height: calc(24 / 20);
  color: #fff;
  transition: all 0.5s;
  margin-bottom: var(--d16);
  font-weight: 500;
}
.indexcontent .i-choose .i-choose-box .i-choose-sw-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
}
.indexcontent .i-world .i-world-title {
  padding-top: var(--d130);
  padding-bottom: var(--d56);
  text-align: center;
}
.indexcontent .i-world .i-world-title .i-world-title1 {
  margin-bottom: var(--d16);
}
.indexcontent .i-world .i-world-title .i-world-title2 {
  margin-bottom: var(--d16);
}
.indexcontent .i-world .i-world-title .i-world-text {
  width: 1193px;
  max-width: 100%;
  margin: 0 auto;
}
.indexcontent .i-world .i-world-map {
  position: relative;
  padding: var(--d20) 0 var(--d10);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.indexcontent .i-world .i-world-map .i-world-map2 {
  position: relative;
}
.indexcontent .i-world .i-world-map .i-world-map2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-world .i-world-map .i-world-map2 .map-list2 {
  position: absolute;
  top: 31.6%;
  left: 81.3%;
  width: 0.6%;
}
.indexcontent .i-world .i-world-map .i-world-map2 .map-list2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--c);
  animation: playan2 3s linear infinite normal;
  border-radius: 50%;
}
.indexcontent .i-world .i-world-map .i-world-map2 .map-list2 .map-dot {
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--c);
  border-radius: 50%;
}
.indexcontent .i-news {
  padding: var(--d130) 0;
}
.indexcontent .i-news .i-news-title1 {
  text-align: center;
  margin-bottom: var(--d16);
}
.indexcontent .i-news .i-news-title2 {
  text-align: center;
  margin-bottom: var(--d16);
}
.indexcontent .i-news .i-news-text {
  width: 1193px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d56);
}
.indexcontent .i-news .i-news-swiperbox {
  position: relative;
}
.indexcontent .i-news .i-news-swiperbox .i-news-sw-but {
  position: absolute;
  top: 50%;
}
.indexcontent .i-news .i-news-swiperbox .i-news-prev {
  left: -30px;
  transform: translate(-100%, -50%);
}
.indexcontent .i-news .i-news-swiperbox .i-news-next {
  right: -30px;
  transform: translate(100%, -50%);
}
.i-video {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i-video::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../img/video_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  animation: playan1 10s linear forwards;
}
.i-video .i-video2 {
  width: 38%;
  height: 38%;
  background-color: var(--c);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i-video .i-video2 i {
  color: var(--16);
  color: #fff;
}
.news-box {
  background-color: #F5F5F5;
  border-radius: 10px;
}
.news-box:hover .img-box img {
  transform: scale(1.1);
}
.news-box:hover .news-textbox .news-textbox2 .news-list-title h3 {
  color: var(--c);
}
.news-box:hover .news-textbox .news-morebox {
  color: var(--c);
}
.news-box .news-imgbox {
  position: relative;
}
.news-box .news-imgbox .img-box {
  padding-bottom: calc(525 / 795 * 100%);
  border-radius: 10px;
}
.news-box .news-imgbox .news-date {
  padding: var(--d8) var(--d18);
  position: absolute;
  top: var(--d20);
  left: 0;
  background-color: var(--c);
  font-size: var(--18);
  line-height: calc(24 / 18);
  color: #fff;
  z-index: 10;
}
.news-box .news-textbox {
  padding: var(--d20);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.news-box .news-textbox .news-list-title {
  margin-bottom: var(--d16);
}
.news-box .news-textbox .news-list-title h3 {
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  font-size: var(--20);
  line-height: calc(30 / 20);
  color: #222222;
  transition: all 0.5s;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-box .news-textbox .news-list-text {
  margin-bottom: var(--d50);
}
.news-box .news-textbox .news-list-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-box .news-textbox .news-morebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(229, 229, 229, 0.4);
  padding-top: var(--d10);
  transition: all 0.5s;
  color: #666666;
}
.news-box .news-textbox .news-morebox .news-icon i {
  font-size: var(--16);
}
.numbox .numbox-list {
  --bs-gutter-x: 0;
}
.numbox .numbox-list .numbox-list2 .numbox-list3 {
  padding: var(--d44) var(--d30);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #204095 0%, #1B3885 100%);
}
.numbox .numbox-list .numbox-list2 .numbox-list3 .numbox-icon {
  margin-right: var(--d30);
}
.numbox .numbox-list .numbox-list2 .numbox-list3 .numbox-icon i {
  font-size: var(--90);
  color: #84A8D5;
}
.numbox .numbox-list .numbox-list2 .numbox-list3 .numbox-content {
  width: 290px;
  max-width: 100%;
}
.numbox .numbox-list .numbox-list2 .numbox-list3 .numbox-content .numbox-numbox {
  display: flex;
  align-items: center;
  font-size: var(--56);
  line-height: calc(67 / 56);
  color: #fff;
  font-weight: 500;
}
.numbox .numbox-list .numbox-list2 .numbox-list3 .numbox-content .numbox-title {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
}
.swiper-but {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 4px;
  transition: all 0.5s;
  cursor: pointer;
}
.swiper-but:hover {
  background-color: var(--c);
}
.swiper-but:hover i {
  color: #fff;
}
.swiper-but i {
  transition: all 0.5s;
  font-size: var(--22);
  color: #222;
}
.more-butbox .more-butbox2 {
  border-radius: 4px;
  background-color: var(--c);
  padding: var(--d10) var(--d30);
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
}
.other-banner {
  position: relative;
}
.other-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-banner .other-titlebox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.other-banner .other-titlebox .other-title {
  font-size: var(--68);
  line-height: calc(79 / 68);
  color: #fff;
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  margin-bottom: var(--d8);
}
.other-banner .other-titlebox .bread {
  color: #fff;
}
.other-banner .other-titlebox .bread i {
  font-size: var(--16);
  margin-right: var(--d20);
  display: inline;
}
.other-banner .other-titlebox .bread .bread-list {
  font-size: var(--14);
  line-height: calc(24 / 14);
  display: inline;
}
.other-banner .other-titlebox .bread .bread-list .bread-list2 {
  display: inline;
}
.other-banner .other-titlebox .bread .bread-list .bread-list2:last-child::after {
  display: none;
}
.other-banner .other-titlebox .bread .bread-list .bread-list2::after {
  content: '>';
  margin: 0 var(--d18);
}
.productcontent {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
  background-color: #F5F5F5;
}
.productcontent .product-title {
  margin-bottom: var(--d24);
}
.productcontent .product-text {
  margin-bottom: var(--d56);
}
.productcontent .product-list {
  margin-bottom: calc(var(--d30) * -1);
  padding-bottom: var(--d80);
}
.productcontent .product-list .product-list2 {
  margin-bottom: var(--d30);
}
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: calc(var(--d16) * -1);
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  background-color: #fff;
  font-size: var(--16);
  transition: all 0.5s;
  margin-right: var(--d16);
}
.pagination a i {
  font-size: var(--16);
  transition: all 0.5s;
}
.pagination a:hover {
  background: var(--c) !important;
  color: #fff !important;
}
.pagination a:hover i {
  color: #fff !important;
}
.pagination .active a {
  background: var(--c) !important;
  color: #fff !important;
}
.pagination .active a i {
  color: #fff !important;
}
.gmt-box {
  display: flex;
  justify-content: space-between;
}
.gmt-box .gmt-left {
  width: calc(360 / 1650 * 100%);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 100px;
  left: 0;
  width: 100%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  margin-bottom: var(--d10);
  transition: all 0.5s;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 a {
  color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 .menubut i {
  color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  position: relative;
  border-radius: 4px;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--30);
  font-weight: 400;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: all 0.5s;
  color: #222222;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut i {
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  display: block;
  width: 80%;
  position: relative;
  z-index: 10;
  padding: var(--d14) var(--d10);
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  font-size: var(--20);
  line-height: calc(24 / 20);
  color: #222222;
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  display: none;
  padding: var(--d24) var(--d10);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  transition: all 0.5s;
  position: relative;
  margin-bottom: var(--d20);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  display: block;
  width: 100%;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #666666;
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  padding-left: var(--d24);
  position: relative;
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a::after {
  content: '•';
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--c);
  transition: all 0.5s;
  font-size: var(--30);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--d24);
  height: var(--d24);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a {
  color: var(--c);
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a {
  color: var(--c);
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open:hover .gmt-list3 a {
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open:hover .gmt-list3 .menubut i {
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 {
  background-color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 a {
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut i {
  color: #fff;
  transform: rotate(90deg);
}
.gmt-box .gmt-rigth {
  width: calc(1290 / 1650 * 100%);
  padding-left: var(--d60);
}
.s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.s-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu .s-menu1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.s-menu .s-menu1 .s-menu2 {
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #666;
  font-weight: 700;
}
.s-menu .s-menu1 .s-menu2:last-child {
  margin-right: 0;
}
.s-menu .s-menu1 .action {
  color: var(--c);
}
.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: #000;
}
.search-note .hot {
  margin-bottom: var(--d30);
}
.product-list3 {
  background-color: #fff;
  border-radius: 10px;
}
.product-list3:hover .img-box img {
  transform: scale(1.1);
}
.product-list3:hover .product-imgbox .product-icon {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.product-list3:hover .product-titlebox .product-titlebox2 {
  background-color: var(--c);
}
.product-list3:hover .product-titlebox .product-titlebox2 h3 {
  color: #fff;
}
.product-list3 .product-imgbox {
  padding: var(--d50) var(--d18);
  position: relative;
}
.product-list3 .product-imgbox .img-box {
  padding-bottom: calc(470 / 735 * 100%);
}
.product-list3 .product-imgbox .product-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 54px;
  height: 54px;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: all 0.5s;
  opacity: 0;
}
.product-list3 .product-imgbox .product-icon i {
  color: #fff;
  font-size: var(--24);
}
.product-list3 .product-titlebox {
  padding: var(--d12);
  padding-top: 0;
}
.product-list3 .product-titlebox .product-titlebox2 {
  background-color: #F5F5F5;
  transition: all 0.5s;
  padding: var(--d12);
  border-radius: 4px;
}
.product-list3 .product-titlebox .product-titlebox2 h3 {
  font-size: var(--20);
  line-height: calc(24 / 20);
  font-weight: 500;
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  color: #222222;
  transition: all 0.5s;
}
.detailscontent {
  background-color: #F5F5F5;
}
.details {
  background-color: #fff;
  padding-top: var(--d80);
}
.details-con {
  position: relative;
  padding-bottom: var(--d80);
}
.top {
  position: absolute;
  height: 80px;
  transform: translateY(-200%);
  top: 0;
  left: 0;
  pointer-events: none;
}
.content-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d32);
}
.content-title-box .content-title {
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  font-weight: 500;
  font-size: var(--38);
  line-height: calc(45.6 / 38);
  color: #222222;
}
.detproduct-text {
  font-size: var(--16);
  line-height: calc(30 / 16);
  width: 1320px;
  max-width: 100%;
}
.like {
  background-color: #F5F5F5;
  padding: var(--d100) 0;
  position: relative;
}
.like .like-swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.like .like-swiper-butbox .swiper-but {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--c);
}
.like .like-swiper-butbox .swiper-but:hover {
  background-color: var(--c);
}
.like .like-swiper-butbox .swiper-but:hover i {
  color: #fff;
}
.like .like-swiper-butbox .swiper-but i {
  color: var(--c);
}
.like .like-swiper-butbox .like-prev {
  margin-right: var(--d10);
}
.inquiry .inquiry-text {
  margin-bottom: var(--d24);
}
.inquiry-form .product-input {
  width: 100%;
}
.inquiry-form .product-input .input-box {
  padding: var(--d16) var(--d24);
  background-color: var(--c);
  font-size: var(--14);
  line-height: calc(17 / 14);
  color: #fff;
  letter-spacing: 0.02em;
  border-radius: 4px;
}
.inquiry-form .input-box {
  width: 100%;
  margin-bottom: var(--d18);
  font-size: var(--14);
  line-height: calc(17 / 14);
  color: #222;
  letter-spacing: 0.02em;
  border-radius: 4px;
  background-color: #F5F5F5;
  padding: var(--d16) var(--d24);
}
.inquiry-form .input-box::placeholder {
  color: #666;
  transition: all 0.5s;
}
.inquiry-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.inquiry-form .textarea-box {
  height: 194px;
  margin-bottom: var(--d24);
}
.inquiry-form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #04396A;
  padding: 4px var(--d56);
  font-size: var(--16);
  line-height: calc(32 / 16);
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
}
.inquiry-form .submit:hover {
  background-color: var(--c);
}
.inquiry-form .submit i {
  font-size: var(--16);
  line-height: 1;
  margin-left: var(--d8);
}
.details-content {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d100);
  padding-bottom: var(--d140);
}
.details-content .details-left {
  width: calc(840 / 1650 * 100%);
}
.details-content .details-left .img-box {
  padding-bottom: calc(470 / 735 * 100%);
}
.details-content .details-left .details-sw-but {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  color: #DCDCDC;
  transition: all 0.5s;
}
.details-content .details-left .details-sw-but:hover {
  color: var(--c);
  border-color: var(--c);
}
.details-content .details-left .details-sw-but i {
  color: 12px;
}
.details-content .details-left .details-prev i {
  transform: rotate(180deg);
}
.details-content .details-left .details-imgbox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.details-content .details-left .details-imgbox .details-swiperbox {
  width: calc(154 / 840 * 100%);
  padding-right: var(--d16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 494px;
  padding: 1px;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  padding: 18px 6px;
  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: "\ea83";
  font-size: 32px;
  color: #fff;
  z-index: 10;
  line-height: 1;
  border-radius: 50%;
}
.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: calc(686 / 840 * 100%);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: var(--d14);
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #F5F5F5;
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 .swiper-slide {
  padding: 90px 30px;
  background-color: #FFFFFF;
}
.details-content .details-right {
  width: calc(810 / 1650 * 100%);
  padding-left: var(--d90);
  padding-top: var(--d45);
  padding-bottom: var(--d30);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.details-content .details-right .details-title {
  margin-bottom: var(--d40);
}
.details-content .details-right .details-title h2 {
  font-size: var(--38);
  line-height: calc(48.6 / 38);
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  color: #222222;
  font-weight: 500;
}
.details-content .details-right .details-textbox {
  margin-bottom: var(--d30);
}
.details-content .details-right .details-textbox .details-texttitle {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #666666;
  font-weight: 600;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: var(--d18);
  margin-bottom: var(--d18);
}
.details-content .details-right .details-textbox .details-text {
  font-size: var(--16);
  line-height: calc(28 / 16);
}
.details-content .details-right .details-share {
  display: flex;
  align-items: center;
  margin-bottom: var(--d40);
}
.details-content .details-right .details-share p {
  font-size: var(--16);
  line-height: calc(24 / 16);
  font-weight: 500;
  color: #000000;
  margin-right: var(--d22);
}
.details-content .details-right .details-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-content .details-right .details-but {
  width: 48%;
}
.details-content .details-right .details-but:hover .details-buttit {
  background-color: var(--c);
}
.details-content .details-right .details-but a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.details-content .details-right .details-but a .details-buttit {
  width: 100%;
  font-size: var(--16);
  line-height: calc(24 / 16);
  text-align: center;
  padding: var(--d12) 0;
  border-radius: 6px;
  color: #fff;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border: 1px solid var(--c);
}
.details-content .details-right .details-but a .details-buttit i {
  transition: all 0.5s;
  font-size: var(--20);
  margin-right: var(--d16);
}
.details-content .details-right .details-but2:hover a .details-buttit {
  color: #fff;
}
.details-content .details-right .details-but2 a .details-buttit {
  background-color: transparent;
  color: var(--c);
}
.write {
  font-size: var(--18);
  line-height: calc(22 / 18);
  cursor: pointer;
}
.write:hover {
  color: var(--c);
}
.reviews-form {
  margin-bottom: var(--d60);
}
.reviews-form .consult-list2 {
  margin-bottom: var(--d10);
}
.reviews-form .input-box {
  width: 100%;
  color: #001937;
  font-size: var(--16);
  padding: var(--d17) var(--d20);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  border-radius: 4px;
}
.reviews-form .input-box span {
  margin-right: var(--d20);
  color: #666;
}
.reviews-form .input-box::placeholder {
  color: #666;
  transition: all 0.5s;
}
.reviews-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.reviews-form .textarea-box {
  height: 171px;
  margin-bottom: var(--d25);
}
.reviews-form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 4px var(--d56);
  font-size: var(--16);
  line-height: calc(32 / 16);
  color: #222222;
  border-radius: 50px;
  transition: all 0.5s;
  border: 1px solid #222222;
}
.reviews-form .submit:hover {
  background-color: var(--c);
  color: #fff;
}
.reviews-form .submit i {
  font-size: var(--16);
  line-height: 1;
  margin-left: var(--d8);
}
.reviews-list .reviews-list2 {
  margin-bottom: var(--d40);
}
.reviews-list .reviews-list2:last-child {
  margin-bottom: 0;
}
.reviews-list .reviews-list-titlebox {
  display: flex;
  align-items: center;
}
.reviews-list .reviews-list-titlebox .reviews-list-title {
  font-size: var(--26);
  line-height: calc(32 / 26);
  margin-bottom: var(--d12);
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  color: #000000;
  margin-right: var(--d50);
}
.reviews-list .reviews-rating {
  font-size: var(--18);
  margin-bottom: var(--d20);
  display: flex;
  align-items: center;
}
.reviews-list .reviews-rating .reviews-rating-title {
  margin-right: var(--d20);
  font-weight: 500;
  font-size: var(--18);
  color: #000;
}
.reviews-list .reviews-list-text {
  font-size: var(--16);
  line-height: 1.5;
}
.rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rating .rating2 {
  position: relative;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.rating .rating2:last-child {
  margin-right: 0;
}
.rating .rating2 i {
  font-size: 14px;
  height: 14px;
  line-height: 1;
  color: var(--c);
}
.rating .rating2 .icon-star-full {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--c);
  opacity: 0;
}
.rating .ratingaction .icon-star-full {
  opacity: 1;
}
.details-nav {
  width: 100%;
  position: sticky;
  top: 80px;
  z-index: 100;
  border-top: 1px solid #D9D9D9;
  background-color: #f2f2f2;
}
.details-nav .navbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.details-nav .navbox .navbox2 {
  margin-right: var(--d36);
}
.details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.details-nav .navbox .navbox2 a {
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d14) var(--d25);
  font-size: var(--16);
  line-height: calc(23 / 16);
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 50px;
}
.details-nav .navbox .navbox2:hover a {
  color: #fff;
  background-color: var(--c);
}
.details-nav .navbox .action a {
  color: #fff;
  background-color: var(--c);
}
.aboutcontent .a-about {
  padding-top: var(--d100);
  padding-bottom: var(--d110);
  position: relative;
}
.aboutcontent .a-about .a-about-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 20.05208vw;
  line-height: 1;
  width: 100%;
  text-align: center;
  color: rgba(34, 34, 34, 0.02);
  pointer-events: none;
  font-weight: 700;
}
.aboutcontent .a-about .a-about-title1 {
  text-align: center;
}
.aboutcontent .a-about .a-about-title2 {
  text-align: center;
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d50);
}
.aboutcontent .a-about .a-about-text {
  text-align: center;
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
}
.aboutcontent .a-video {
  position: relative;
}
.aboutcontent .a-video .i-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutcontent .a-video .i-video::after {
  filter: brightness(0) invert(1);
}
.aboutcontent .a-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .honor {
  padding: var(--d100) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.aboutcontent .honor .honor-title {
  text-align: center;
  margin-bottom: var(--d56);
}
.aboutcontent .honor .honor-swiperbox {
  position: relative;
}
.aboutcontent .honor .honor-swiperbox .honor-sw-but {
  position: absolute;
  top: 50%;
  z-index: 100;
}
.aboutcontent .honor .honor-swiperbox .honor-prev {
  left: 0;
  transform: translate(-50%, -100%);
}
.aboutcontent .honor .honor-swiperbox .honor-next {
  right: 0;
  transform: translate(50%, -100%);
}
.aboutcontent .honor .honor-swiperbox .swiper-slide {
  cursor: pointer;
}
.aboutcontent .honor .honor-swiperbox .swiper-slide:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .honor .honor-swiperbox .swiper-slide:hover .honor-sw-img::after {
  opacity: 1;
}
.aboutcontent .honor .honor-swiperbox .swiper-slide:hover .honor-sw-title {
  color: var(--c);
}
.aboutcontent .honor .honor-swiperbox .img-box {
  padding-bottom: calc(825 / 585 * 100%);
}
.aboutcontent .honor .honor-swiperbox .honor-sw-img {
  margin-bottom: var(--d24);
  position: relative;
}
.aboutcontent .honor .honor-swiperbox .honor-sw-img::after {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
  border-radius: 6px;
  content: '\ec32';
  z-index: 10;
  border: 4px solid var(--c);
  font-family: 'iconfont' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--56);
  color: #FFFFFF;
  opacity: 0;
}
.aboutcontent .honor .honor-swiperbox .honor-sw-title {
  font-size: var(--20);
  line-height: calc(24 / 20);
  color: #222222;
  font-weight: 500;
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  transition: all 0.5s;
}
.aboutcontent .display {
  padding: var(--d130) 0;
}
.aboutcontent .display .display-title {
  margin-bottom: var(--d16);
}
.aboutcontent .display .display-textbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d48);
}
.aboutcontent .display .display-textbox .display-text {
  width: calc(1320 / 1650 * 100%);
  max-width: 100%;
}
.aboutcontent .display .display-textbox .display-mesbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .display .display-textbox .display-mesbox .display-prev {
  margin-right: var(--d10);
}
.aboutcontent .display .display-swiper .display-imgbox .img-box {
  padding-bottom: calc(680 / 780 * 100%);
  border-radius: 10px;
}
.aboutcontent .display .display-swiper .display-imgbox .display-imgbox2 {
  margin-bottom: var(--d35);
  cursor: pointer;
}
.aboutcontent .display .display-swiper .display-imgbox .display-imgbox2:hover img {
  transform: scale(1.1);
}
.aboutcontent .display .display-swiper .display-imgbox .display-imgbox2:last-child {
  margin-bottom: 0;
}
.newscontent {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}
.newscontent .news-list {
  margin-bottom: calc(var(--d40) * -1);
  padding-bottom: var(--d80);
}
.newscontent .news-list .news-list2 {
  margin-bottom: var(--d40);
}
.newscontent .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newscontent .pagination a {
  background-color: #F5F5F5;
}
.downloadcontent {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}
.downloadcontent .download-list {
  margin-bottom: calc(var(--d30) * -1);
  padding-bottom: var(--d80);
}
.downloadcontent .download-list .download-list2 {
  margin-bottom: var(--d30);
}
.downloadcontent .download-list .download-list2 .download-list3 {
  padding: var(--20);
  padding-right: var(--d50);
  background-color: #F5F5F5;
  display: flex;
  justify-content: space-between;
}
.downloadcontent .download-list .download-list2 .download-list3:hover .img-box img {
  transform: scale(1.1);
}
.downloadcontent .download-list .download-list2 .download-list3:hover .download-textbox .download-list-title h3 {
  color: var(--c);
  text-decoration: underline;
}
.downloadcontent .download-list .download-list2 .download-list3:hover .download-textbox .download-list-icon {
  color: var(--c);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-img {
  width: calc(580 / 1570 * 100%);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-img .img-box {
  border-radius: 10px;
  padding-bottom: calc(320 / 580 * 100%);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
  width: calc(950 / 1570 * 100%);
  padding-top: var(--d64);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-type {
  display: flex;
  align-items: center;
  font-size: var(--16);
  line-height: calc(24 / 16);
  margin-bottom: var(--d16);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-type .size {
  margin-right: var(--d50);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-list-title {
  margin-bottom: var(--d16);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-list-title h3 {
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  transition: all 0.5s;
  color: #222222;
  font-size: var(--20);
  line-height: calc(30 / 20);
  font-weight: 500;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-list-text {
  margin-bottom: var(--d20);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-list-icon {
  padding-top: var(--d16);
  border-top: 1px solid #D9D9D9;
  transition: all 0.5s;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-list-icon i {
  background-color: #F5F5F5;
  margin-right: var(--d16);
  font-size: var(--20);
}
.downloadcontent .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.downloadcontent .pagination a {
  background-color: #F5F5F5;
}
.newsdetcon {
  position: relative;
  padding-bottom: var(--d100);
  padding-top: var(--d130);
}
.newsdetcon .form-title {
  margin-bottom: var(--d20);
}
.newsdetcon .news-formbox .form-title h2 {
  color: #003366;
}
.newsdetcon .news-formbox .more-but .more-box {
  background-color: #003366;
}
.newsdetcon .news-formbox .input-box {
  color: #003366;
  background-color: #F7F8FA;
}
.newsdetcon .news-formbox .input-box::placeholder {
  transition: all 0.5s;
  color: #496683;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .index-news-date {
  font-size: var(--18);
  line-height: 1;
  margin-bottom: var(--d20);
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d30);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d40);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: var(--c);
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--d50);
}
.newsdetcon .contact-formbox {
  width: 100%;
}
.newsdetcon .contact-formbox .getquote-form {
  padding: 0;
}
.contactcontent {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}
.contactcontent .contact-box {
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact-box .contact-left {
  width: calc(930 / 1650 * 100%);
}
.contactcontent .contact-box .contact-left .contact-title {
  margin-bottom: var(--d16);
}
.contactcontent .contact-box .contact-left .contact-text {
  margin-bottom: var(--d56);
}
.contactcontent .contact-box .contact-right {
  width: calc(570 / 1650 * 100%);
  background-color: var(--c);
  border-radius: 10px;
  padding: var(--d40) var(--d40) var(--d60);
}
.contactcontent .contact-box .contact-right .contact-right-title {
  width: 358px;
  max-width: 100%;
  font-size: var(--32);
  line-height: calc(42 / 32);
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: var(--d52);
}
.contactcontent .contact-box .contact-right .contact-list {
  width: 100%;
  margin-bottom: var(--d66);
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 {
  padding: var(--d20) var(--d32);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: var(--d10);
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-icon {
  margin-right: var(--d32);
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-icon i {
  font-size: var(--30);
  color: #fff;
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-textbox .contact-list-title {
  margin-bottom: var(--d8);
  font-size: var(--22);
  line-height: calc(33 / 22);
  color: #fff;
  font-weight: 500;
}
.contactcontent .contact-box .contact-right .contact-list .contact-list2 .contact-textbox .contact-list-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #FFFFFF;
}
.contactcontent .contact-box .contact-right .contact-social {
  padding-top: var(--d24);
  border-top: 1px solid #395295;
}
.contactcontent .contact-box .contact-right .contact-social .contact-social-title {
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #FFFFFF;
  margin-bottom: var(--d16);
}
.contactcontent .contact-box .contact-right .contact-social .contact-social-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contactcontent .contact-box .contact-right .contact-social .contact-social-content a {
  display: block;
  margin-right: var(--d40);
}
.contactcontent .contact-box .contact-right .contact-social .contact-social-content a:hover i {
  color: #fff;
}
.contactcontent .contact-box .contact-right .contact-social .contact-social-content a:last-child {
  margin-right: 0;
}
.contactcontent .contact-box .contact-right .contact-social .contact-social-content a i {
  font-size: var(--30);
  color: #5F88C8;
  transition: all 0.5s;
}
.contact-form ul li {
  margin-bottom: var(--d30);
}
.contact-form .contact-form-title {
  font-family: 'BricolageGrotesque', Arial, sans-serif;
  font-size: var(--16);
  line-height: calc(22 / 16);
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: var(--d12);
  color: #222222;
}
.contact-form .input-box {
  width: 100%;
  padding: var(--d12) var(--d16);
  border-radius: 6px;
  border: 1px solid #EAEAEA;
}
.contact-form .textarea-box {
  height: 218px;
  margin-bottom: var(--d30);
}
.contact-form .contact-but {
  padding: var(--d8) var(--d55);
  background-color: var(--c);
  border-radius: 4px;
  color: #FFFFFF;
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.contact-form .contact-but span {
  margin-right: var(--d8);
}
.sitemapcontent .sitemap-content {
  padding: var(--d120) 0;
}
.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: var(--d120) 0;
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.cart {
  padding-top: var(--d100);
}
.cart .cartcontent {
  padding-bottom: var(--d100);
}
.cart .cart-box .img-box {
  padding-bottom: calc(470 / 735 * 100%);
}
.cart .cart-box .title-inquiry-info {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .title-inquiry-info .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.cart .cart-box .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f5f7fa;
  content: "";
  position: absolute;
}
.cart .cart-box .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .inquiry-list .number-box span {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -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: 1650px;
  padding: 0;
  position: relative;
}
@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }
  .indexcontent .i-news .i-news-swiperbox .i-news-prev {
    left: -10px;
  }
  .indexcontent .i-news .i-news-swiperbox .i-news-next {
    right: -10px;
  }
  .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
    width: 100%;
    height: 430px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --d700: 600px;
    --d357: 285px;
    --d330: 270px;
    --d208: 130px;
    --d180: 110px;
    --d170: 110px;
    --d150: 100px;
    --d145: 100px;
    --d140: 90px;
    --d130: 90px;
    --d120: 90px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d90: 70px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d70: 50px;
    --d66: 40px;
    --d64: 40px;
    --d60: 35px;
    --d56: 35px;
    --d55: 35px;
    --d52: 30px;
    --d50: 30px;
    --d45: 30px;
    --d40: 30px;
    --d38: 30px;
    --d36: 24px;
    --d35: 24px;
    --d30: 24px;
    --d24: 15px;
    --d20: 10px;
    --d18: 10px;
    --d12: 8px;
    --90: 75px;
    --80: 65px;
    --75: 65px;
    --68: 60px;
    --64: 54px;
    --60: 50px;
    --56: 45px;
    --44: 36px;
    --38: 34px;
    --34: 30px;
    --32: 30px;
    --26: 22px;
    --24: 22px;
    --20: 18px;
    --18: 16px;
  }
  .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
    height: 344px;
  }
  .details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 .swiper-slide {
    padding: 60px 20px;
  }
  .fooder .fooder-top .fooder-form {
    width: 300px;
  }
  .fooder .fooder-top .fooder-mes {
    width: 275px;
  }
  .contactcontent .contact-box .contact-right {
    width: calc(650 / 1650 * 100%);
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1060px;
  }
  :root {
    --d700: 450px;
    --d357: 205px;
    --d330: 205px;
    --d208: 80px;
    --d180: 80px;
    --d170: 80px;
    --d150: 70px;
    --d145: 70px;
    --d140: 60px;
    --d130: 60px;
    --d120: 60px;
    --d110: 60px;
    --d100: 60px;
    --d96: 40px;
    --d90: 40px;
    --d86: 40px;
    --d80: 30px;
    --d70: 30px;
    --d56: 25px;
    --d55: 25px;
    --d48: 33px;
    --d40: 20px;
    --d38: 20px;
    --d32: 20px;
    --d30: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 16px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --90: 66px;
    --75: 50px;
    --68: 50px;
    --65: 50px;
    --64: 48px;
    --60: 45px;
    --56: 38px;
    --50: 38px;
    --44: 30px;
    --40: 32px;
    --38: 30px;
    --34: 28px;
    --32: 28px;
    --30: 24px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --17: 15px;
    --16: 14px;
  }
  .contact-form .textarea-box {
    height: 147px;
  }
  .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
    height: 290px;
  }
  .indexcontent .i-choose .i-choose-box .i-choose-icon {
    width: 44px;
    height: 44px;
  }
  .fooder .fooder-top .fooder-mes {
    width: 230px;
  }
  .fooder .fooder-top .fooder-form {
    width: 285px;
  }
  .fooder .fooder-top .fooder-products .fooder-nav {
    height: 255px;
  }
  .fooder .fooder-top .fooder-form .fooder-form-content .form-submit {
    width: 30px;
    height: 30px;
  }
  .fooder-left2 {
    width: 50%;
  }
  .index-banner .banner-mesbox {
    bottom: 28px;
  }
  .index-banner .banner-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1200px) {
  .header .header-box1 .header-content1 {
    height: 60px;
  }
  .details-nav {
    top: 60px;
  }
  .container {
    max-width: 860px;
  }
  :root {
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d90: 55px;
    --d88: 55px;
    --d70: 40px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d45: 20px;
    --d44: 20px;
    --d25: 15px;
    --d15: 10px;
    --d10: 8px;
    --90: 50px;
    --75: 45px;
    --68: 45px;
    --64: 38px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }
  .contactcontent .contact-box {
    flex-direction: column-reverse;
  }
  .contactcontent .contact-box .contact-right {
    margin-bottom: var(--d30);
    width: 100%;
  }
  .contactcontent .contact-box .contact-left {
    width: 100%;
  }
  .downloadcontent .download-list .download-list2 .download-list3 {
    flex-direction: column;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-img {
    width: 100%;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
    width: 100%;
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    padding-right: 0;
  }
  .details-nav .navbox {
    overflow-x: scroll;
  }
  .details-content {
    flex-direction: column;
  }
  .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
    height: 470px;
  }
  .details-prev {
    min-width: 30px;
    margin-right: 15px;
    transform: rotate(-90deg);
  }
  .details-next {
    min-width: 30px;
    margin-left: 15px;
    transform: rotate(-90deg);
  }
  .details-content .details-right {
    padding-left: 0;
    width: 100%;
  }
  .details-content .details-left {
    width: 100%;
  }
  .s-menu {
    display: block;
  }
  .gmt-box .gmt-left {
    display: none;
  }
  .gmt-box .gmt-rigth {
    width: 100%;
    padding-left: 0;
  }
  .header .header-box1 .header-content1 .logo {
    width: 140px;
  }
  .fooder .fooder-top {
    flex-direction: column;
  }
  .fooder .fooder-top .fooder-form {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .fooder .fooder-top .fooder-mes {
    width: 100%;
    margin-top: var(--d30);
  }
  .indexcontent .i-product .i-product-swiper .i-product-box {
    flex-direction: column-reverse;
  }
  .indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-img {
    width: 100%;
  }
  .indexcontent .i-product .i-product-swiper .i-product-box .i-product-sw-textbox {
    width: 100%;
  }
  .swiper-but {
    width: 40px;
    height: 40px;
  }
  .indexcontent .i-news .i-news-swiperbox .i-news-prev {
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
  }
  .indexcontent .i-news .i-news-swiperbox .i-news-next {
    right: 0;
    transform: translate(0, -50%);
    z-index: 10;
  }
  .indexcontent .i-news .i-news-swiperbox {
    padding: 0 50px;
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 700px;
  }
  :root {
    --d700: 264px;
    --d330: 100px;
    --d170: 80px;
    --d150: 70px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d58: 28px;
    --d24: 20px;
    --80: 40px;
    --60: 40px;
    --44: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
  .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
    height: 380px;
  }
  .pagination a {
    width: 48px;
    height: 40px;
  }
  .fooder .fooder-bom {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder-left2 {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .fooder .fooder-bom .fooder-right2 {
    width: 100%;
    justify-content: space-between;
  }
  .i-video {
    transform: scale(0.8);
  }
  .aboutcontent .a-video {
    height: 200px;
  }
  .aboutcontent .a-video .i-video {
    transform: translate(-50%, -50%) scale(0.8);
  }
  .numbox .numbox-list .numbox-list2 .numbox-list3 {
    justify-content: flex-start;
  }
  .numbox .numbox-list .numbox-list2 .numbox-list3 .numbox-icon {
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .numbox .numbox-list .numbox-list2 .numbox-list3 .numbox-content {
    width: auto;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  :root {
    --d357: 85px;
    --d208: 60px;
    --d180: 60px;
    --d170: 60px;
    --d150: 50px;
    --d145: 50px;
    --d130: 40px;
    --d120: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d30: 18px;
    --d24: 15px;
    --d22: 8px;
    --d18: 8px;
    --80: 38px;
    --75: 38px;
    --64: 36px;
    --60: 34px;
    --56: 30px;
    --50: 28px;
    --38: 28px;
    --32: 20px;
    --22: 18px;
  }
  .aboutcontent .display .display-textbox {
    flex-direction: column;
  }
  .aboutcontent .display .display-textbox .display-text {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .details-content .details-left .details-imgbox {
    flex-direction: column;
  }
  .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    width: 100%;
  }
  .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
    height: auto;
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    flex-direction: row;
  }
  .other-banner {
    height: 200px;
  }
  .fooder {
    padding-bottom: 52px;
  }
  .indexcontent .i-product-textbox {
    flex-direction: column;
  }
  .indexcontent .i-product-textbox .i-product-text {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .fooder .fooder-top .fooder-products .fooder-nav {
    height: auto;
  }
}
@media (max-width: 540px) {
  :root {
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d208: 30px;
    --d180: 30px;
    --d170: 30px;
    --d150: 30px;
    --d145: 30px;
    --d130: 30px;
    --d120: 30px;
    --d110: 30px;
    --d105: 30px;
    --d100: 30px;
    --d90: 30px;
    --d88: 30px;
    --d80: 40px;
    --d70: 30px;
    --d64: 20px;
    --d50: 10px;
    --d44: 10px;
    --d40: 15px;
    --d38: 15px;
    --d30: 15px;
    --d16: 8px;
    --90: 35px;
    --80: 30px;
    --75: 28px;
    --68: 28px;
    --65: 28px;
    --64: 28px;
    --60: 28px;
    --44: 30px;
    --40: 26px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
  }
  .details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 .swiper-slide {
    padding: 20px;
  }
  .like .like-swiper-butbox .swiper-but {
    width: 34px;
    height: 34px;
  }
  .pagination a {
    width: 34px;
    height: 34px;
  }
  .fooder .fooder-bom .fooder-right2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder .fooder-bom .fooder-share {
    margin-top: var(--d20);
  }
  .fooder .fooder-bom .fooder-share a {
    width: 34px;
    height: 34px;
  }
  .swiper-but {
    width: 34px;
    height: 34px;
  }
  .header .header-box1 .header-content1 .logo {
    width: 90px;
  }
  .indexcontent .i-choose .i-choose-box .i-choose-icon {
    width: 34px;
    height: 34px;
  }
  .numbox .numbox-list .numbox-list2 .numbox-list3 .numbox-icon {
    width: 40px;
  }
}
