* {
  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 {
  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: 'InstrumentSans', 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: #222222;
}
i {
  line-height: 1;
}
@font-face {
  font-family: 'InstrumentSans';
  font-weight: 400;
  font-style: normal;
  src: local('InstrumentSans Regular'), local('InstrumentSans-Regular'), url('../../app/fonts/InstrumentSans-Regular.woff2') format('woff2'), url('../../app/fonts/InstrumentSans-Regular.woff') format('woff'), url('../../app/fonts/InstrumentSans-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'InstrumentSans';
  font-weight: 500;
  font-style: normal;
  src: local('InstrumentSans Medium'), local('InstrumentSans-Medium'), url('../../app/fonts/InstrumentSans-Medium.woff2') format('woff2'), url('../../app/fonts/InstrumentSans-Medium.woff') format('woff'), url('../../app/fonts/InstrumentSans-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  font-weight: 400;
  font-style: normal;
  src: local('Syne-Bold'), local('Syne-Bold'), url('../../app/fonts/Syne-Bold.woff2') format('woff2'), url('../../app/fonts/Syne-Bold.woff') format('woff'), url('../../app/fonts/Syne-Bold.ttf') format('truetype');
  font-display: swap;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1660vw) / 2);
  --c: #F7A026;
  --c2: #002C4D;
  --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;
  --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;
  --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;
}
.syne {
  font-family: 'Syne', Arial, sans-serif;
}
.title {
  font-size: var(--80);
  line-height: 1;
  color: #000;
  letter-spacing: -0.05em;
  font-family: 'Syne', Arial, sans-serif;
}
.title110 {
  font-size: var(--110);
  line-height: calc(100 / 110);
  letter-spacing: -0.05em;
  color: var(--c);
  font-family: 'Syne', Arial, sans-serif;
}
.text16-24 {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.text16-26 {
  font-size: var(--16);
  line-height: calc(26 / 16);
}
.text20-30 {
  font-size: var(--20);
  line-height: calc(30 / 20);
}
@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(2);
  }
}
.header {
  position: fixed;
  padding-top: 15px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
}
.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: 70px;
}
.header .header-box1 .header-content1 .logo {
  width: 108px;
}
.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-navbox {
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 0 47px;
}
.header .header-box1 .header-content1 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .header-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-cart {
  position: relative;
  margin-right: 6px;
}
.header .header-cart .header-dot {
  width: 9px;
  height: 9px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--c);
  top: 0;
  right: 0;
  transform: translate(-50%, 50%);
}
.header .header-search {
  margin-right: 6px;
}
.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%;
}
.header .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .search-box {
  background-color: #fff;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  width: 365px;
}
.header .search-box .input-text {
  width: 80%;
  font-size: 15px;
  font-weight: 400;
  background-color: transparent;
  padding-left: 30px;
  color: #222222;
}
.header .search-box .input-text::placeholder {
  color: #222222;
  transition: all 0.5s;
}
.header .search-box .input-text:focus::placeholder {
  opacity: 0.3;
}
.header .search-box .submit {
  width: 20%;
  background-color: transparent;
  border: none;
  padding-right: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .search-box .submit i {
  color: #fff;
  font-size: 15px;
}
.header .header-language {
  position: relative;
}
.header .header-language .header-language2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: 'Syne', Arial, sans-serif;
  cursor: pointer;
}
.header .header-language .header-language2 .language {
  padding-left: 12px;
  padding-right: 26px;
}
.header .header-language .header-language2 .icon-sanjiaoxing {
  font-size: 10px;
}
.header .header-language:hover .more {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
}
.header .header-language a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  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);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  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: #fff;
}
.header .header-language .more .more-1-list .more-1-list2 .more2 {
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, 0) rotateY(-50deg);
  visibility: hidden;
  transform-origin: left;
  opacity: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.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:hover .more2 {
  opacity: 1;
  transform: translate(100%, 0) rotateY(0deg);
  visibility: visible;
}
.header .header-language .more .more-1-list .more-1-list2 a {
  padding: 10px 20px;
  white-space: nowrap;
  display: block;
}
.header .head-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.header .head-icon:hover {
  background-color: #fff;
}
.header .head-icon:hover i {
  color: #000;
}
.header .head-icon i {
  transition: all 0.5s;
  font-size: var(--22);
  color: #fff;
}
.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);
}
.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%;
  }
  .header-nav .header-list .header-list2 {
    font-size: var(--18);
    color: #222222;
    position: relative;
    transition: all 0.5s;
    margin-right: 50px;
  }
  .header-nav .header-list .header-list2:hover {
    color: var(--c);
  }
  .header-nav .header-list .header-list2:hover .header-list3 span::after {
    width: 100%;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    font-size: var(--16);
    color: #fff;
    font-weight: 500;
  }
  .header-nav .header-list .header-list2 .header-list3 span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .header-list2 a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header-nav .header-list .header-list2: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 .action {
    font-weight: 500;
    color: var(--c);
  }
  .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: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    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: #fff;
  }
  .more .more-1-list .more-1-list2 .more2 {
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header-nav .header-list .header-list2 {
    margin-right: 35px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav .header-list .header-list2 {
    margin-right: 35px;
  }
}
@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 a {
    color: var(--c) !important;
  }
}
.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: 10000;
  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.1);
  backdrop-filter: blur(5px);
  border-radius: 50px;
}
.online-wrap .online a {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #ffffff;
  transition: all 0.5s;
}
.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 i {
  font-size: 22px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  opacity: 0.6;
  transition: all 0.5s;
}
.online-wrap .online a:hover i {
  opacity: 1;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  color: #000;
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.online-wrap .online a .show-num .show-img {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  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);
    right: 10px;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
.headeraction {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
.fooder {
  background-color: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 10;
}
.fooder .fooder-top2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--d115);
  padding-bottom: var(--d70);
}
.fooder .fooder-top2 .fooder-titlebox .fooder-title {
  font-family: 'Syne', Arial, sans-serif;
  font-size: var(--90);
  line-height: calc(80 / 90);
}
.fooder .fooder-top2 .fooder-titlebox .fooder-title1 {
  color: #fff;
}
.fooder .fooder-top2 .fooder-titlebox .fooder-title2 {
  color: var(--c);
}
.fooder .fooder-top2 .fooder-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-end;
}
.fooder .fooder-top2 .fooder-right .fooder-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-top2 .fooder-right .fooder-share a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-right: 6px;
  transition: all 0.5s;
}
.fooder .fooder-top2 .fooder-right .fooder-share a:hover {
  background-color: var(--c);
  border-color: var(--c);
}
.fooder .fooder-top2 .fooder-right .fooder-share a i {
  font-size: var(--16);
  color: #fff;
}
.fooder .fooder-top2 .fooder-right .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-top2 .fooder-right .fooder-share a i {
  font-size: var(--16);
  color: #fff;
}
.fooder .fooder-bom {
  background-color: #12121266;
  padding-top: var(--d96);
  padding-bottom: var(--d145);
}
.fooder .fooder-bom .fooder-bom2 {
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-bom .fooder-bom2 .fooder-mes {
  width: 350px;
}
.fooder .fooder-bom .fooder-bom2 .fooder-mes .fooder-mes2 {
  margin-bottom: var(--d26);
}
.fooder .fooder-bom .fooder-bom2 .fooder-mes .fooder-mes2:hover .fooder-mes-title {
  opacity: 1;
}
.fooder .fooder-bom .fooder-bom2 .fooder-mes .fooder-mes2:hover a .fooder-mes-text {
  color: var(--c);
}
.fooder .fooder-bom .fooder-bom2 .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-bom .fooder-bom2 .fooder-mes .fooder-mes2 a .fooder-mes-text {
  transition: all 0.5s;
  font-weight: 500;
  font-size: var(--d24);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
}
.fooder .fooder-bom .fooder-bom2 .fooder-mes .fooder-mes2 .fooder-mes-text {
  font-weight: 500;
  font-size: var(--d18);
  line-height: calc(22 / 18);
  color: #fff;
  letter-spacing: -0.02em;
}
.fooder .fooder-bom .fooder-bom2 .fooder-mes .fooder-mes2 .fooder-mes-title {
  color: #fff;
  opacity: 0.5;
  font-size: var(--16);
  letter-spacing: -0.02em;
  margin-bottom: var(--d10);
  transition: all 0.5s;
}
.fooder .fooder-bom .fooder-bom2 .fooder-nav a {
  font-size: var(--18);
  line-height: calc(38 / 18);
  color: #fff;
  letter-spacing: -0.02em;
  display: block;
  transition: all 0.5s;
}
.fooder .fooder-bom .fooder-bom2 .fooder-nav a:hover {
  color: var(--c);
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 {
  width: 560px;
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-form {
  width: 100%;
  margin-bottom: var(--d50);
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-form .fooder-form-title {
  font-size: var(--18);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: var(--d30);
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-form .fooder-form-content {
  display: flex;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-form .input-text {
  width: calc(100% - 50px);
  padding: var(--d15) var(--d25);
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  background-color: transparent;
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-form .input-text::placeholder {
  color: #FFFFFF;
  opacity: 0.5;
  transition: all 0.5s;
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-form .input-text:focus::placeholder {
  opacity: 0.3;
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-form .form-submit {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-form .form-submit i {
  color: var(--c);
  font-size: var(--18);
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-copyrightbox {
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: #fff;
  opacity: 0.4;
  margin-bottom: var(--d16);
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-sitemapbox {
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: #fff;
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-sitemapbox a {
  opacity: 0.4;
  transition: all 0.5s;
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-sitemapbox a:hover {
  opacity: 1;
  color: var(--c);
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-sitemapbox .sitemap-nav {
  margin-right: var(--d20);
  padding-right: var(--d20);
  position: relative;
}
.fooder .fooder-bom .fooder-bom2 .fooder-right2 .fooder-sitemapbox .sitemap-nav::after {
  top: 50%;
  transform: translateY(-50%);
  content: '';
  right: 0;
  height: 8px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  opacity: 0.4;
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .banner-pagination {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: var(--d50) !important;
  top: unset;
  z-index: 10;
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  margin: 0 var(--d24) !important;
}
.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(960 / 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;
}
.indexcontent .i-trusted {
  padding: var(--d120) 0;
}
.indexcontent .i-trusted .i-trusted-title {
  width: 772px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d30);
  text-align: center;
}
.indexcontent .i-trusted .i-trusted-text {
  text-align: center;
  max-width: 100%;
  width: 930px;
  margin: 0 auto;
  margin-bottom: var(--d90);
}
.indexcontent .i-trusted .i-trusted-swiper {
  margin-bottom: var(--d50);
}
.indexcontent .i-meets {
  padding-top: var(--d180);
  padding-bottom: var(--d286);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.indexcontent .i-meets .i-meets-title {
  width: 919px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d55);
}
.indexcontent .i-meets .i-meets-title h2 {
  color: #fff;
}
.indexcontent .i-meets .i-meets-title2 {
  font-size: var(--30);
  line-height: 1;
  color: var(--c);
  font-family: 'Syne', Arial, sans-serif;
  text-align: center;
  margin-bottom: var(--d24);
}
.indexcontent .i-meets .i-meets-text {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  margin-bottom: var(--d40);
}
.indexcontent .i-meets .more-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-service {
  padding-top: var(--d160);
  padding-bottom: var(--d115);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.indexcontent .i-service .i-service-box {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-service .i-service-box .i-service-left {
  width: calc(810 / 1650 * 100%);
}
.indexcontent .i-service .i-service-box .i-service-left .i-service-textbox {
  position: sticky;
  top: 120px;
  left: 0;
}
.indexcontent .i-service .i-service-box .i-service-left .i-service-textbox .i-service-title {
  margin-bottom: var(--d40);
}
.indexcontent .i-service .i-service-box .i-service-left .i-service-textbox .i-service-title h2 {
  font-size: var(--92);
  line-height: 1;
  color: #fff;
  font-family: 'Syne', Arial, sans-serif;
}
.indexcontent .i-service .i-service-box .i-service-left .i-service-textbox .i-service-title h2 span {
  color: var(--c);
}
.indexcontent .i-service .i-service-box .i-service-left .i-service-textbox .i-service-text {
  width: 700px;
  max-width: 100%;
  color: #fff;
}
.indexcontent .i-service .i-service-box .i-service-right {
  width: calc(560 / 1650 * 100%);
}
.indexcontent .i-service .i-service-box .i-service-right .i-service-list .i-service-list2 {
  margin-bottom: var(--d30);
  padding: var(--d40);
  min-height: 310px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7.5px);
  border-radius: 10px;
  position: relative;
  transition: all 0.5s;
}
.indexcontent .i-service .i-service-box .i-service-right .i-service-list .i-service-list2:hover {
  background-color: #F7A02680;
}
.indexcontent .i-service .i-service-box .i-service-right .i-service-list .i-service-list2:hover .i-service-num {
  background-color: var(--c);
  color: #000000;
}
.indexcontent .i-service .i-service-box .i-service-right .i-service-list .i-service-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-service .i-service-box .i-service-right .i-service-list .i-service-list2 .i-service-num {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  right: 0;
  top: var(--d40);
  transform: translateX(50%);
  background-color: #000000;
  color: #fff;
  transition: all 0.5s;
  font-size: var(--22);
  line-height: 1;
  font-family: 'Syne', Arial, sans-serif;
}
.indexcontent .i-service .i-service-box .i-service-right .i-service-list .i-service-list2 .i-service-list-title {
  margin-bottom: var(--d20);
}
.indexcontent .i-service .i-service-box .i-service-right .i-service-list .i-service-list2 .i-service-list-title h3 {
  font-size: var(--30);
  line-height: 1;
  font-family: 'Syne', Arial, sans-serif;
  letter-spacing: -0.02em;
  color: #fff;
}
.indexcontent .i-service .i-service-box .i-service-right .i-service-list .i-service-list2 .i-service-list-text {
  font-size: var(--18);
  line-height: calc(24 / 18);
  color: #fff;
  width: 410px;
  max-width: 100%;
}
.indexcontent .i-range {
  padding-top: var(--d120);
}
.indexcontent .i-range .i-range-title {
  text-align: center;
  margin-bottom: var(--d30);
}
.indexcontent .i-range .i-range-text {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--d90);
}
.indexcontent .i-range .i-range-list {
  margin-bottom: calc(var(--d30) * -1);
}
.indexcontent .i-range .i-range-list .i-range-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3 {
  padding: var(--d30) var(--d10) var(--d20);
  background-color: #F0F0F0;
  transition: all 0.5s;
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3:hover {
  background-color: #000000;
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3:hover .i-range-img .i-range-textbox {
  opacity: 1;
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3:hover .i-range-list-title h3 {
  color: var(--c);
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3:hover .i-range-view {
  color: #fff;
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3:hover .i-range-view i {
  color: var(--c);
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3 .i-range-list-title {
  margin-bottom: var(--d30);
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3 .i-range-list-title h3 {
  font-size: var(--28);
  line-height: 1;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3 .i-range-img {
  margin-bottom: var(--d20);
  position: relative;
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3 .i-range-img .i-range-textbox {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(247, 160, 38, 0.7);
  -webkit-clip-path: polygon(3% 0%, 96% 0%, 100% 7%, 100% 93%, 97% 100%, 3% 100%, 0% 93%, 0% 7%);
  clip-path: polygon(3% 0%, 96% 0%, 100% 7%, 100% 93%, 97% 100%, 3% 100%, 0% 93%, 0% 7%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--d40);
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #000000;
  opacity: 0;
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3 .i-range-img .i-range-textbox p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3 .i-range-img .img-box {
  padding-bottom: calc(290 / 510 * 100%);
  -webkit-clip-path: polygon(3% 0%, 96% 0%, 100% 7%, 100% 93%, 97% 100%, 3% 100%, 0% 93%, 0% 7%);
  clip-path: polygon(3% 0%, 96% 0%, 100% 7%, 100% 93%, 97% 100%, 3% 100%, 0% 93%, 0% 7%);
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3 .i-range-view {
  display: flex;
  align-items: center;
  font-size: var(--16);
  line-height: 1;
  color: #000000;
  transition: all 0.5s;
}
.indexcontent .i-range .i-range-list .i-range-list2 .i-range-list3 .i-range-view i {
  transition: all 0.5s;
  color: #999999;
  margin-right: var(--d12);
}
.indexcontent .i-news {
  padding-top: var(--d120);
  padding-bottom: var(--d120);
  position: relative;
}
.indexcontent .i-news .i-news-bg {
  width: 43.02083vw;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  pointer-events: none;
}
.indexcontent .i-news .i-news-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-news .i-news-bg2 {
  position: absolute;
  width: 36.30208vw;
  height: 36.30208vw;
  background: rgba(247, 160, 38, 0.3);
  filter: blur(350px);
  left: -10%;
  bottom: -30%;
}
.indexcontent .i-news .i-news-title {
  text-align: center;
  margin-bottom: var(--d30);
}
.indexcontent .i-news .i-news-text {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--d40);
}
.indexcontent .i-news .more-but {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d90);
}
.indexcontent .i-news .i-news-list .i-news-list2 {
  margin-bottom: var(--d10);
}
.indexcontent .i-news .i-news-list .i-news-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  border: 1px solid #F0F0F0;
  transition: all 0.5s;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox:hover {
  background-color: #000;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox:hover .i-news-date {
  background-color: var(--c);
  color: #000;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox:hover .i-news-right .i-news-list-title h3 {
  color: #fff;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox:hover .i-news-right .i-news-but .i-news-but2 {
  background-color: var(--c);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-list-img {
  position: absolute;
  width: 291px;
  top: 50%;
  transform: translate(100px, -50%);
  right: calc(95px + 46px);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-list-img .img-box {
  padding-bottom: calc(490 / 795 * 100%);
  border-radius: 6px;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-date {
  transition: all 0.5s;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000000;
  font-size: var(--18);
  line-height: 1;
  letter-spacing: -0.02em;
  border-radius: 0px 10px 10px 0px;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right {
  width: calc(100% - 160px);
  padding: var(--d17) var(--d22) var(--d17) var(--d90);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  transition: all 0.5s;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right .i-news-list-title {
  width: 777px;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right .i-news-list-title h3 {
  font-size: var(--22);
  line-height: calc(26 / 22);
  color: #000000;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right .i-news-but {
  width: 46px;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right .i-news-but .i-news-but2 {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: #F0F0F0;
  border-radius: 50%;
  transition: all 0.5s;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right .i-news-but .i-news-but2 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right .i-news-but .i-news-but2 .icon-jianhao {
  display: none;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-textbox {
  padding-left: calc(var(--d90) + 160px);
  padding-right: var(--d20);
  padding-bottom: var(--d30);
  padding-top: var(--d40);
  display: none;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-textbox .i-news-list-text {
  width: 777px;
  margin-bottom: var(--d26);
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-textbox .i-news-list-more {
  display: flex;
  align-items: center;
  font-size: var(--16);
  letter-spacing: -0.05em;
  color: #000000;
}
.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-textbox .i-news-list-more i {
  margin-right: var(--d12);
  color: var(--c);
  font-size: var(--18);
}
.indexcontent .i-news .i-news-list .open .i-news-list-titlebox {
  background-color: #000;
}
.indexcontent .i-news .i-news-list .open .i-news-list-titlebox .i-news-list-img {
  opacity: 1;
  transform: translate(0, -50%);
}
.indexcontent .i-news .i-news-list .open .i-news-list-titlebox .i-news-date {
  background-color: var(--c);
  color: #000;
}
.indexcontent .i-news .i-news-list .open .i-news-list-titlebox .i-news-right .i-news-list-title h3 {
  color: #fff;
}
.indexcontent .i-news .i-news-list .open .i-news-list-titlebox .i-news-right .i-news-but .i-news-but2 {
  background-color: var(--c);
}
.indexcontent .i-news .i-news-list .open .i-news-list-titlebox .i-news-right .i-news-but .i-news-but2 .icon-jianhao {
  display: block;
}
.indexcontent .i-news .i-news-list .open .i-news-list-titlebox .i-news-right .i-news-but .i-news-but2 .icon-jiahao {
  display: none;
}
.swiper-content-butbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-but i {
  font-size: var(--16);
  color: #CCCCCC;
  transition: all 0.5s;
}
.swiper-but:hover i {
  color: var(--c);
}
.sw-pagination {
  margin: 0 var(--d45);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sw-pagination .swiper-pagination-bullet {
  margin: 0 var(--d12) !important;
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: #E8E8E8;
  position: relative;
}
.sw-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(26 / 6 * 100%);
  height: calc(26 / 6 * 100%);
  content: '';
  border-radius: 50%;
  background-image: url('../img/i_trusted_page.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  animation: playan1 3s infinite linear;
  opacity: 0;
}
.sw-pagination .swiper-pagination-bullet-active {
  background-color: var(--c);
}
.sw-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.product-content {
  padding: var(--d30) var(--d10) var(--d20);
  background-color: #F0F0F0;
  transition: all 0.5s;
}
.product-content:hover {
  background-color: #000000;
}
.product-content:hover .img-box img {
  transform: scale(1.1);
}
.product-content:hover .product-list-tip {
  color: var(--c);
}
.product-content:hover .product-list-text {
  color: #fff;
}
.product-content:hover .product-view {
  color: #fff;
}
.product-content:hover .product-view i {
  color: var(--c);
}
.product-content .product-list-tip {
  transition: all 0.5s;
  font-size: var(--36);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: var(--d14);
}
.product-content .product-list-text {
  transition: all 0.5s;
  width: 248px;
  margin-left: auto;
  max-width: 100%;
  font-size: var(--14);
  line-height: calc(18 / 14);
  color: #444444;
  margin-bottom: var(--d26);
}
.product-content .product-list-imgbox {
  margin-bottom: var(--d20);
}
.product-content .product-list-imgbox .img-box {
  padding-bottom: calc(630 / 740 * 100%);
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);
  clip-path: polygon(5% 0%, 95% 0%, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);
}
.product-content .product-view {
  display: flex;
  font-size: var(--16);
  letter-spacing: -0.02em;
  color: #000000;
  transition: all 0.5s;
}
.product-content .product-view i {
  transition: all 0.5s;
  font-size: var(--14);
  margin-right: var(--d12);
}
.aboutcontent {
  padding-bottom: var(--d120);
  overflow: hidden;
}
.aboutcontent .a-partner {
  padding-top: var(--d225);
  padding-bottom: var(--d120);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 10;
}
.aboutcontent .a-partner .a-partner-title {
  width: 1031px;
  max-width: 100%;
  margin-bottom: var(--d50);
}
.aboutcontent .a-partner .a-partner-title span {
  color: #fff;
}
.aboutcontent .a-partner .a-partner-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d140);
}
.aboutcontent .a-partner .a-partner-box .a-partner-videobox {
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .a-partner .a-partner-box .a-partner-videobox .a-partner-video {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.aboutcontent .a-partner .a-partner-box .a-partner-videobox .a-partner-video::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  animation: playan2 3s infinite linear;
  background-color: var(--c);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 2s;
}
.aboutcontent .a-partner .a-partner-box .a-partner-videobox .a-partner-video::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: playan2 3s infinite linear;
  background-color: var(--c);
  animation-delay: 1s;
}
.aboutcontent .a-partner .a-partner-box .a-partner-videobox .a-partner-video .a-partner-video2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
}
.aboutcontent .a-partner .a-partner-box .a-partner-videobox .a-partner-video .a-partner-video2::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--c);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: playan2 3s infinite linear;
}
.aboutcontent .a-partner .a-partner-box .a-partner-videobox .a-partner-video .a-partner-video2::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.aboutcontent .a-partner .a-partner-box .a-partner-videobox .a-partner-video .a-partner-video2 i {
  font-size: var(--24);
  color: var(--c);
  position: relative;
  z-index: 100;
}
.aboutcontent .a-partner .a-partner-box .a-partner-content {
  width: 1090px;
}
.aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-content-title {
  color: var(--c);
  font-size: var(--30);
  line-height: 1;
  margin-bottom: var(--d40);
}
.aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-content-text {
  color: #fff;
  margin-bottom: var(--d90);
  font-size: var(--18);
  line-height: calc(32 / 18);
  font-weight: 500;
}
.aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-list .a-partner-list2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d30);
}
.aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-list .a-partner-list2:hover .a-partner-icon i {
  transform: rotateY(180deg);
}
.aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-list .a-partner-list2:last-child {
  margin-bottom: 0;
}
.aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-list .a-partner-list2 .a-partner-icon {
  border-radius: 50%;
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-list .a-partner-list2 .a-partner-icon i {
  transition: all 0.5s;
  font-size: var(--36);
  color: var(--c);
}
.aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-list .a-partner-list2 .a-partner-list-textbox {
  width: calc(100% - 70px);
  font-family: 'Syne', Arial, sans-serif;
  padding-left: var(--d40);
}
.aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-list .a-partner-list2 .a-partner-list-textbox .a-partner-list-title {
  font-size: var(--40);
  line-height: calc(56 / 40);
  color: var(--c);
  letter-spacing: -0.05em;
}
.aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-list .a-partner-list2 .a-partner-list-textbox .a-partner-list-text {
  font-size: var(--28);
  line-height: calc(40 / 28);
  color: #fff;
}
.aboutcontent .a-partner .a-partner-sw {
  position: relative;
}
.aboutcontent .a-partner .a-partner-sw .a-partner-but {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.aboutcontent .a-partner .a-partner-sw .a-partner-but:hover i {
  color: var(--c);
}
.aboutcontent .a-partner .a-partner-sw .a-partner-but i {
  transition: all 0.5s;
  font-size: var(--30);
  color: rgba(255, 255, 255, 0.4);
}
.aboutcontent .a-partner .a-partner-sw .a-partner-prev {
  left: 0;
  transform: translateY(-50%);
}
.aboutcontent .a-partner .a-partner-sw .a-partner-next {
  right: 0;
  transform: translateY(-50%);
}
.aboutcontent .a-partner .a-partner-sw .roundabout_box {
  width: 100%;
  height: 550px;
}
.aboutcontent .a-partner .a-partner-sw .roundabout_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.aboutcontent .a-partner .a-partner-sw .roundabout_box .roundabout-moveable-item {
  position: relative;
}
.aboutcontent .a-partner .a-partner-sw .roundabout_box .roundabout-moveable-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  transition: all 0.5s;
}
.aboutcontent .a-partner .a-partner-sw .roundabout_box .roundabout-in-focus::after {
  opacity: 0;
}
.aboutcontent .a-partner .a-partner-sw .roundabout-holder {
  list-style: none;
  width: 70%;
  height: 100%;
  margin: 0 auto;
}
.aboutcontent .a-vr {
  position: relative;
  padding-top: var(--d130);
}
.aboutcontent .a-vr .a-vr-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48.90625vw;
  height: 48.90625vw;
  background: rgba(247, 160, 38, 0.5);
  filter: blur(350px);
  pointer-events: none;
}
.aboutcontent .a-vr .img-box {
  padding-bottom: calc(680 / 1650 * 100%);
}
.aboutcontent .a-excellence {
  padding-top: var(--d120);
}
.aboutcontent .a-excellence .a-excellence-title {
  width: 772px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d30);
}
.aboutcontent .a-excellence .a-excellence-text {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--d90);
}
.aboutcontent .a-excellence .excellence-swiper .swiper-wrapper {
  align-items: stretch;
}
.aboutcontent .a-excellence .excellence-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.aboutcontent .a-excellence .excellence-swiper .swiper-wrapper .swiper-slide .item {
  height: 100%;
}
.aboutcontent .a-excellence .excellence-content {
  padding: var(--d52) var(--d25) var(--d25);
  background-color: #F0F0F0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 6px;
  overflow: hidden;
}
.aboutcontent .a-excellence .excellence-content:hover {
  background-color: #000;
}
.aboutcontent .a-excellence .excellence-content:hover .img-box {
  border-radius: 6px;
}
.aboutcontent .a-excellence .excellence-content:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .a-excellence .excellence-content:hover .excellence-sw-titlebox .excellence-sw-title h3 {
  color: var(--c);
}
.aboutcontent .a-excellence .excellence-content:hover .excellence-sw-titlebox .excellence-icon i {
  color: var(--c);
}
.aboutcontent .a-excellence .excellence-content .excellence-sw-titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d66);
}
.aboutcontent .a-excellence .excellence-content .excellence-sw-titlebox .excellence-sw-title {
  width: calc(330 / 530 * 100%);
}
.aboutcontent .a-excellence .excellence-content .excellence-sw-titlebox .excellence-sw-title h3 {
  font-size: var(--24);
  line-height: calc(30 / 24);
  color: #000;
  font-weight: 500;
  transition: all 0.5s;
}
.aboutcontent .a-excellence .excellence-content .excellence-sw-titlebox .excellence-icon i {
  font-size: var(--30);
  color: #000000;
  transition: all 0.5s;
}
.aboutcontent .a-excellence .excellence-content .excellence-img {
  width: 100%;
}
.aboutcontent .a-excellence .excellence-content .excellence-img .img-box {
  padding-bottom: calc(630 / 960 * 100%);
}
.aboutcontent .a-excellence .excellence-butbox {
  margin-top: var(--d50);
}
.aboutcontent .a-equipment {
  padding-top: var(--d120);
  position: relative;
}
.aboutcontent .a-equipment .a-equipment-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-52%, 84%);
  width: 48.90625vw;
  height: 48.90625vw;
  background: rgba(247, 160, 38, 0.3);
  filter: blur(350px);
  pointer-events: none;
}
.aboutcontent .a-equipment .a-equipment-title {
  width: 772px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d30);
}
.aboutcontent .a-equipment .a-equipment-text {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--d90);
}
.aboutcontent .a-equipment .equipment-imgbox {
  margin-bottom: var(--d16);
}
.aboutcontent .a-equipment .equipment-imgbox .img-box {
  padding-bottom: calc(750 / 795 * 100%);
}
.aboutcontent .a-equipment .equipment-title {
  font-size: var(--24);
  line-height: calc(30 / 24);
  color: #000000;
  font-weight: 500;
}
.aboutcontent .a-equipment .equipment-butbox {
  padding-top: var(--d50);
}
.other-banner {
  position: relative;
  z-index: 10;
}
.other-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crumbs {
  padding: var(--d15) 0;
  background-color: #000000;
}
.crumbs i {
  color: var(--c);
  font-size: var(--30);
  display: inline;
  margin-right: var(--d15);
}
.crumbs .crumbs-list {
  display: inline;
}
.crumbs .crumbs-list .crumbs-list2 {
  display: inline;
  font-size: var(--18);
  color: #000;
  line-height: 1;
  color: var(--c);
}
.crumbs .crumbs-list .crumbs-list2::after {
  content: '/';
}
.crumbs .crumbs-list .crumbs-list2:last-child::after {
  display: none;
}
.crumbs .crumbs-list .action {
  text-decoration: underline;
}
.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);
}
.productcontnet {
  padding-top: var(--d100);
  padding-bottom: var(--d120);
  position: relative;
}
.productcontnet .product-bg1 {
  position: absolute;
  width: 36.30208vw;
  height: 36.30208vw;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: rgba(247, 160, 38, 0.3);
  filter: blur(350px);
  z-index: -1;
  pointer-events: none;
}
.productcontnet .product-bg2 {
  position: absolute;
  width: 36.30208vw;
  height: 26.30208vw;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background: rgba(247, 160, 38, 0.3);
  filter: blur(350px);
  z-index: -1;
  pointer-events: none;
}
.productcontnet .product-bg3 {
  position: absolute;
  width: 47.03125vw;
  height: 47.03125vw;
  left: 0;
  bottom: 0;
  transform: translate(-40%, 40%);
  background: rgba(247, 160, 38, 0.3);
  filter: blur(350px);
  z-index: -1;
  pointer-events: none;
}
.productcontnet .product-title {
  margin-bottom: var(--d26);
}
.productcontnet .product-title h2 {
  font-size: var(--60);
  font-family: 'Syne', Arial, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1;
}
.productcontnet .product-text {
  width: 1120px;
  margin-bottom: var(--d80);
  max-width: 100%;
}
.productcontnet .product-list {
  margin-bottom: calc(var(--d30) * -1);
  padding-bottom: var(--d80);
}
.productcontnet .product-list .product-list2 {
  margin-bottom: var(--d30);
}
.productcontnet .details-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d90);
}
.productcontnet .details-content .details-left .details-imgbox {
  width: 596px;
}
.productcontnet .details-content .details-left .details-imgbox .img-box {
  padding-bottom: calc(630 / 740 * 100%);
}
.productcontnet .details-content .details-left .details-imgbox .details-swiperbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.productcontnet .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 100%;
  padding: 1px;
}
.productcontnet .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}
.productcontnet .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border-color: var(--c);
}
.productcontnet .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.productcontnet .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: 30px;
  color: var(--c2);
  z-index: 10;
  background-color: #fff;
  line-height: 1;
  border-radius: 50%;
}
.productcontnet .details-content .details-left .details-imgbox .details-swiperbox2 {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: var(--d20);
  width: 100%;
}
.productcontnet .details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #E7E7E7;
}
.productcontnet .details-content .details-right {
  width: 571px;
}
.productcontnet .details-content .details-right .details-title {
  margin-bottom: var(--d36);
}
.productcontnet .details-content .details-right .details-title h2 {
  font-size: var(--50);
  line-height: 1;
  font-weight: 500;
  color: #000000;
}
.productcontnet .details-content .details-right .details-text {
  margin-bottom: var(--d150);
  font-size: var(--16);
  line-height: calc(30 / 16);
  color: #000;
}
.productcontnet .details-content .details-right .details-share {
  display: flex;
  align-items: center;
  margin-bottom: var(--d40);
}
.productcontnet .details-content .details-right .details-share p {
  font-size: var(--18);
  line-height: 1;
  font-weight: 500;
  color: #000000;
}
.productcontnet .details-content .details-right .details-but a {
  display: flex;
  justify-content: flex-start;
}
.productcontnet .details-content .details-right .details-but a .details-buttit {
  font-family: 'Syne', Arial, sans-serif;
  width: calc(510 / 571 * 100%);
  font-size: var(--18);
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  padding: var(--d14) 0;
  transition: all 0.5s;
  border-radius: 3px;
}
.productcontnet .details-content .details-right .details-but a .details-icon {
  border-radius: 3px;
  transition: all 0.5s;
  width: 46px;
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productcontnet .details-content .details-right .details-but a .details-icon i {
  transition: all 0.5s;
  font-size: var(--30);
  display: inline-block;
}
.productcontnet .details-content .details-right .details-but1 {
  margin-bottom: 4px;
}
.productcontnet .details-content .details-right .details-but1:hover .details-buttit {
  background-color: #000;
  color: var(--c);
}
.productcontnet .details-content .details-right .details-but1:hover .details-icon {
  background-color: #000;
  color: var(--c);
}
.productcontnet .details-content .details-right .details-but1:hover .details-icon i {
  transform: rotateY(180deg);
}
.productcontnet .details-content .details-right .details-but1 .details-buttit {
  background-color: var(--c);
  color: #000;
}
.productcontnet .details-content .details-right .details-but1 .details-icon {
  background-color: var(--c);
  color: #000;
}
.productcontnet .details-content .details-right .details-but2:hover .details-buttit {
  background-color: #000;
  color: var(--c);
}
.productcontnet .details-content .details-right .details-but2:hover .details-icon {
  background-color: #000;
  color: var(--c);
}
.productcontnet .details-content .details-right .details-but2:hover .details-icon i {
  transform: rotateY(180deg);
}
.productcontnet .details-content .details-right .details-but2 .details-buttit {
  background-color: var(--c);
  color: #000;
}
.productcontnet .details-content .details-right .details-but2 .details-icon {
  background-color: var(--c);
  color: #000;
}
.productcontnet .details-nav {
  width: 100%;
  position: sticky;
  top: 85px;
  z-index: 100;
  background-color: #fff;
}
.productcontnet .details-nav .navbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.productcontnet .details-nav .navbox .navbox2 {
  font-family: 'Syne', Arial, sans-serif;
  color: #000000;
  cursor: pointer;
  height: 100%;
  transition: all 0.5s;
  position: relative;
  font-size: var(--18);
  line-height: 1;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d100);
  padding: var(--d25) 0;
}
.productcontnet .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.productcontnet .details-nav .navbox .navbox2::after {
  width: 0%;
  left: 50%;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -1px;
  background-color: var(--c);
  z-index: 10;
  transition: all 0.5s;
}
.productcontnet .details-nav .navbox .navbox2:hover span {
  color: var(--c);
}
.productcontnet .details-nav .navbox .navbox2:hover::after {
  width: 100%;
  left: 0;
}
.productcontnet .details-nav .navbox .action span {
  color: var(--c);
}
.productcontnet .details-nav .navbox .action::after {
  width: 100%;
  left: 0;
}
.productcontnet .details {
  padding-top: var(--d70);
}
.productcontnet .details .content {
  position: relative;
}
.productcontnet .details .content .top {
  position: absolute;
  height: 200px;
  transform: translateY(-100%);
}
.productcontnet .details .content-title {
  font-size: var(--40);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #000000;
  font-family: 'Syne', Arial, sans-serif;
}
.productcontnet .details .detproduct {
  margin-bottom: var(--d80);
}
.productcontnet .details .detproduct .detproduct-title {
  margin-bottom: var(--d30);
}
.productcontnet .details .detproduct .detproduct-text {
  margin-bottom: var(--d40);
}
.productcontnet .details .detproduct .detproduct-text:last-child {
  margin-bottom: 0;
}
.productcontnet .details .specifications {
  margin-bottom: var(--d80);
}
.productcontnet .details .specifications .specifications-title {
  margin-bottom: var(--d30);
}
.productcontnet .details .specifications .specifications-text {
  margin-bottom: var(--d40);
}
.productcontnet .details .specifications .specifications-text:last-child {
  margin-bottom: 0;
}
.productcontnet .inquiry {
  margin-bottom: var(--d80);
}
.productcontnet .inquiry .inquiry-title {
  margin-bottom: var(--d40);
}
.productcontnet .related {
  margin-bottom: var(--d80);
}
.productcontnet .related .related-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d40);
}
.productcontnet .related .related-titlebox .related-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productcontnet .related .related-titlebox .related-butbox .related-prev {
  margin-right: var(--d20);
}
.productcontnet .reviews .reviews-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d40);
}
.productcontnet .reviews .reviews-titlebox .write {
  font-size: var(--18);
  line-height: calc(22 / 18);
  text-decoration: underline;
  color: var(--c);
  cursor: pointer;
}
.productcontnet .reviews .reviews-form {
  margin-bottom: var(--d60);
}
.productcontnet .reviews .reviews-form .consult-list2 {
  margin-bottom: var(--d10);
}
.productcontnet .reviews .reviews-form .input-box {
  width: 100%;
  color: #001937;
  font-size: var(--16);
  padding: var(--d10) var(--d18);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #000000;
  background-color: transparent;
}
.productcontnet .reviews .reviews-form .input-box span {
  margin-right: var(--d20);
}
.productcontnet .reviews .reviews-form .input-box::placeholder {
  color: #515151;
  transition: all 0.5s;
}
.productcontnet .reviews .reviews-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.productcontnet .reviews .reviews-form .textarea-box {
  height: 171px;
  margin-bottom: var(--d25);
}
.productcontnet .reviews .reviews-list .reviews-list2 {
  margin-bottom: var(--d40);
}
.productcontnet .reviews .reviews-list .reviews-list2:last-child {
  margin-bottom: 0;
}
.productcontnet .reviews .reviews-list .reviews-list-titlebox {
  display: flex;
  align-items: center;
}
.productcontnet .reviews .reviews-list .reviews-list-titlebox .reviews-list-title {
  font-size: var(--26);
  line-height: calc(32 / 26);
  margin-bottom: var(--d12);
  font-family: 'Syne', Arial, sans-serif;
  color: #000000;
}
.productcontnet .reviews .reviews-list .reviews-rating {
  font-size: var(--18);
  margin-bottom: var(--d20);
  display: flex;
  align-items: center;
}
.productcontnet .reviews .reviews-list .reviews-rating .reviews-rating-title {
  margin-right: var(--d20);
  font-weight: 500;
  font-size: var(--18);
  color: #000;
}
.productcontnet .reviews .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;
}
.inquiry-from {
  position: relative;
}
.inquiry-from .contact-uploading {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000000;
}
.inquiry-from .product-input {
  margin-bottom: var(--d22);
}
.inquiry-from .product-input .input-box {
  background-color: #000000;
}
.inquiry-from ul {
  --bs-gutter-x: 1.375rem;
}
.inquiry-from ul li {
  margin-bottom: var(--d22);
}
.inquiry-from ul li:last-child {
  margin-bottom: var(--d30);
}
.inquiry-from .input-box {
  width: 100%;
  border: 1px solid #000000;
  padding: var(--d18) var(--d24);
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  background-color: transparent;
}
.inquiry-from .input-box::placeholder {
  color: #222222;
  transition: all 0.5s;
}
.inquiry-from .input-box:focus::placeholder {
  opacity: 0.3;
}
.inquiry-from .textarea-box {
  height: 300px;
}
.gmt-box {
  display: flex;
  justify-content: space-between;
}
.gmt-box .gmt-left {
  width: calc(340 / 1650 * 100%);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  margin-bottom: var(--d30);
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 {
  color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 .menubut::after {
  width: 100%;
}
.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;
  font-weight: 700;
  transition: all 0.5s;
  position: relative;
  font-size: var(--30);
  line-height: 1;
  color: #000;
  letter-spacing: -0.02em;
  font-family: 'Syne', Arial, sans-serif;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  width: 100%;
  cursor: pointer;
  padding-bottom: var(--d20);
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: all 0.5s;
  z-index: 10;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  width: 100%;
  position: relative;
  z-index: 10;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  margin-top: var(--d40);
  border-top: 1px solid #fff;
  display: none;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  font-size: var(--18);
  line-height: 1;
  color: #444444;
  margin-bottom: var(--d10);
  transition: all 0.5s;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: var(--d20);
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
}
.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%;
  padding: var(--d8);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover {
  background-color: var(--c);
  color: #000000;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action {
  background-color: var(--c);
  color: #000000;
  padding-left: var(--d30);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action::after {
  opacity: 1;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 {
  color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut::after {
  width: 100%;
}
.gmt-box .gmt-rigth {
  width: calc(1230 / 1650 * 100%);
}
.applicationcontent {
  position: relative;
  padding-top: var(--d100);
  padding-bottom: var(--d120);
}
.applicationcontent .application-list {
  width: 1260px;
  margin-left: auto;
  margin-bottom: calc(var(--d30) * -1);
}
.applicationcontent .application-list .application-list2 {
  margin-bottom: var(--d30);
}
.applicationcontent .application-list .application-list2 .application-list3 {
  background-color: #F0F0F0;
  padding: var(--d10);
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}
.applicationcontent .application-list .application-list2 .application-list3:hover {
  background-color: #000000;
}
.applicationcontent .application-list .application-list2 .application-list3:hover .application-imgbox .img-box img {
  transform: scale(1.1);
}
.applicationcontent .application-list .application-list2 .application-list3:hover .application-text .application-list-title::after {
  background-color: rgba(255, 255, 255, 0.24);
}
.applicationcontent .application-list .application-list2 .application-list3:hover .application-text .application-list-title h3 {
  color: var(--c);
}
.applicationcontent .application-list .application-list2 .application-list3:hover .application-text .application-list-text {
  color: #fff;
}
.applicationcontent .application-list .application-list2 .application-list3:hover .application-text .application-list-but {
  background-color: var(--c);
}
.applicationcontent .application-list .application-list2 .application-list3:hover .application-text .application-list-but i {
  color: #000000;
}
.applicationcontent .application-list .application-list2 .application-list3 .application-imgbox {
  width: 510px;
}
.applicationcontent .application-list .application-list2 .application-list3 .application-imgbox .img-box {
  padding-bottom: calc(570 / 765 * 100%);
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);
  clip-path: polygon(5% 0%, 95% 0%, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);
}
.applicationcontent .application-list .application-list2 .application-list3 .application-text {
  width: calc(100% - 510px);
  padding: var(--d48) var(--d70) var(--d20);
}
.applicationcontent .application-list .application-list2 .application-list3 .application-text .application-list-title {
  padding-bottom: var(--d24);
  margin-bottom: var(--d36);
  position: relative;
}
.applicationcontent .application-list .application-list2 .application-list3 .application-text .application-list-title h3 {
  font-size: var(--36);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000000;
  transition: all 0.5s;
}
.applicationcontent .application-list .application-list2 .application-list3 .application-text .application-list-title::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  content: '';
  position: absolute;
  transition: all 0.5s;
}
.applicationcontent .application-list .application-list2 .application-list3 .application-text .application-list-text {
  color: #444444;
  transition: all 0.5s;
  margin-bottom: var(--d70);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.applicationcontent .application-list .application-list2 .application-list3 .application-text .application-list-but {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background-color: #000000;
  border-radius: 3px;
}
.applicationcontent .application-list .application-list2 .application-list3 .application-text .application-list-but i {
  font-size: var(--18);
  color: var(--c);
  transition: all 0.5s;
}
.downloadcontent {
  padding-top: var(--d100);
  padding-bottom: var(--d120);
  position: relative;
}
.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(--d10);
  background-color: #F0F0F0;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
}
.downloadcontent .download-list .download-list2 .download-list3:hover {
  background-color: #000000;
}
.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);
}
.downloadcontent .download-list .download-list2 .download-list3:hover .download-textbox .download-list-text {
  color: #fff;
}
.downloadcontent .download-list .download-list2 .download-list3:hover .download-textbox .download-mes .download-mes2 {
  color: var(--c);
}
.downloadcontent .download-list .download-list2 .download-list3:hover .download-textbox .download-icon {
  background-color: rgba(247, 160, 38, 0.25);
}
.downloadcontent .download-list .download-list2 .download-list3:hover .download-textbox .download-icon .download-icon2 {
  background-color: var(--c);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-img {
  width: 330px;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-img .img-box {
  padding-bottom: calc(740 / 660 * 100%);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
  width: calc(100% - 330px);
  padding: var(--d45) var(--d50) var(--d10);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-list-title {
  margin-bottom: var(--d26);
  transition: all 0.5s;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-list-title h3 {
  font-size: var(--26);
  color: #000000;
  letter-spacing: -0.02em;
  font-weight: 500;
  transition: all 0.5s;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-list-text {
  color: #444444;
  margin-bottom: var(--d20);
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-mes {
  display: flex;
  align-items: center;
  margin-bottom: var(--d50);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-mes .download-mes2 {
  font-size: var(--16);
  line-height: 1;
  color: #000000;
  margin-right: var(--d16);
  transition: all 0.5s;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-mes .download-mes2:last-child {
  margin-right: 0;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  transition: all 0.5s;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-icon .download-icon2 {
  width: calc(50 / 60 * 100%);
  height: calc(50 / 60 * 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  transition: all 0.5s;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-icon .download-icon2 i {
  font-size: var(--24);
  color: #fff;
}
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination .prev a,
.pagination .next a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0F0F0;
  transition: all 0.5s;
}
.pagination .prev a:hover,
.pagination .next a:hover {
  background-color: #000;
}
.pagination .prev a:hover i,
.pagination .next a:hover i {
  color: var(--c);
}
.pagination .prev a i,
.pagination .next a i {
  color: #000;
  font-size: var(--16);
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--d40);
}
.pagination .pagination-page li {
  margin-right: var(--d30);
  font-size: var(--18);
  color: #000000;
  line-height: 1;
  font-weight: 500;
}
.pagination .pagination-page li:hover {
  color: var(--c);
}
.pagination .pagination-page li:last-child {
  margin-right: 0;
}
.newscontent {
  padding-top: var(--d100);
  padding-bottom: var(--d120);
  position: relative;
}
.newscontent .news-list {
  margin-bottom: calc(var(--d80) * -1);
  padding-bottom: var(--d80);
}
.newscontent .news-list .news-list2 {
  margin-bottom: var(--d80);
}
.newscontent .news-list .news-list2 .news-list3:hover .img-box img {
  transform: scale(1.1);
}
.newscontent .news-list .news-list2 .news-list3:hover .news-textbox .news-date {
  background-color: #000000;
  color: var(--c);
}
.newscontent .news-list .news-list2 .news-list3:hover .news-textbox .news-list-title h3 {
  color: var(--c);
}
.newscontent .news-list .news-list2 .news-list3 .news-img {
  margin-bottom: var(--d32);
}
.newscontent .news-list .news-list2 .news-list3 .news-img .img-box {
  border-radius: 6px;
  padding-bottom: calc(490 / 795 * 100%);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-date {
  transition: all 0.5s;
  padding: var(--d8) var(--d16);
  background-color: #F0F0F0;
  font-size: var(--16);
  line-height: 1;
  display: inline-block;
  margin-bottom: var(--d18);
}
.newscontent .news-list .news-list2 .news-list3 .news-textbox .news-list-title h3 {
  font-size: var(--26);
  line-height: calc(30 / 26);
  font-weight: 500;
  color: #000000;
  transition: all 0.5s;
  letter-spacing: -0.02em;
}
.newsdetcon {
  position: relative;
  padding-bottom: var(--d120);
  padding-top: var(--d120);
}
.newsdetcon .form-title {
  margin-bottom: var(--d20);
}
.newsdetcon .news-formbox .form-title h2 {
  color: #003366;
}
.newsdetcon .news-formbox .more-but .more-box {
  background-color: #003366;
}
.newsdetcon .news-formbox .input-box {
  color: #003366;
  background-color: #F7F8FA;
}
.newsdetcon .news-formbox .input-box::placeholder {
  transition: all 0.5s;
  color: #496683;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .index-news-date {
  font-size: var(--18);
  line-height: 1;
  margin-bottom: var(--d20);
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d30);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d40);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: var(--c);
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--d50);
}
.newsdetcon .contact-formbox {
  width: 100%;
}
.newsdetcon .contact-formbox .getquote-form {
  padding: 0;
}
.cart {
  padding-top: var(--d120);
}
.cart .detailscontent .details .inquiry {
  margin-bottom: 0;
}
.cart .cart-box .img-box {
  padding-bottom: calc(520 / 770 * 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 .title-inquiry-info .operation span {
    display: none;
  }
  .cart .cart-box .pimg-pname-num {
    display: block;
    width: 80%;
  }
  .cart .cart-box .pimg-pname-num .cart-img {
    max-width: 300px;
  }
}
.bouble-title {
  width: 772px;
  max-width: 100%;
  margin-bottom: var(--d30);
}
.bouble-text {
  margin-bottom: var(--d90);
  width: 930px;
  max-width: 100%;
}
.bouble-bg {
  position: absolute;
  width: 47.03125vw;
  height: 47.03125vw;
  left: 0;
  top: 0;
  transform: translate(-30%, -50%);
  background: rgba(247, 160, 38, 0.3);
  filter: blur(350px);
  z-index: -1;
  pointer-events: none;
}
.contactcontent .contact-box {
  padding-top: var(--d376);
  padding-bottom: var(--d88);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
}
.contactcontent .contact-box .contact-title {
  width: 1105px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d30);
}
.contactcontent .contact-box .contact-text {
  width: 930px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d100);
}
.contactcontent .contact-box .contact-formbox {
  margin-bottom: var(--d30);
}
.contactcontent .hear-box {
  padding: var(--d120) 0;
  position: relative;
  overflow: hidden;
}
.contactcontent .hear-box .hear-bg {
  position: absolute;
  width: 57.44792vw;
  height: 57.44792vw;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 70%);
  background: rgba(247, 160, 38, 0.3);
  filter: blur(350px);
}
.contactcontent .hear-box .hear-box2 .hear-title {
  text-align: center;
  width: 772px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d30);
}
.contactcontent .hear-box .hear-box2 .hear-text {
  text-align: center;
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d90);
}
.contactcontent .hear-box .hear-box2 .hear-list .hear-list2 {
  border-top: 1px solid #000000;
}
.contactcontent .hear-box .hear-box2 .hear-list .hear-list2:last-child {
  border-bottom: 1px solid #000000;
}
.contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3 {
  padding: var(--d20) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3:hover .hear-icon {
  background-color: #000000;
}
.contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3:hover .hear-icon i {
  color: var(--c);
  transform: rotateY(180deg);
}
.contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3:hover .hear-list-text {
  color: var(--c);
}
.contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3:hover .hear-list-title {
  color: #000;
}
.contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3 .hear-icon {
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0F0F0;
  transition: all 0.5s;
  border-radius: 50%;
}
.contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3 .hear-icon i {
  font-size: var(--36);
  color: #000000;
  transition: all 0.5s;
  display: inline-block;
}
.contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3 .hear-list-text {
  font-size: var(--30);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  transition: all 0.5s;
}
.contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3 .hear-list-title {
  font-size: var(--22);
  line-height: 1;
  color: #CCCCCC;
  transition: all 0.5s;
}
.contact-uploading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--18);
}
.contact-uploading i {
  margin-left: var(--d10);
  font-size: var(--20);
}
.contact-form ul {
  --bs-gutter-x: 1.375rem;
}
.contact-form ul li {
  margin-bottom: var(--d22);
}
.contact-form ul li:last-child {
  margin-bottom: var(--d30);
}
.contact-form .input-box {
  width: 100%;
  border: 1px solid rgba(247, 160, 38, 0.36);
  background-color: rgba(255, 255, 255, 0.1);
  padding: var(--d18) var(--d24);
  font-size: var(--16);
  line-height: 1;
  color: #fff;
}
.contact-form .input-box::placeholder {
  color: #fff;
  transition: all 0.5s;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .textarea-box {
  height: 300px;
}
.contact-form .submit {
  background-color: transparent;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.more-but .more-but2 {
  display: inline-flex;
  justify-content: center;
  transition: all 0.5s;
}
.more-but .more-but2:hover {
  color: #fff;
}
.more-but .more-but2:hover .more-but-icon,
.more-but .more-but2:hover .more-but-text {
  background-color: #000000;
}
.more-but .more-but2 .more-but-text {
  background-color: var(--c);
  padding: var(--d15) var(--d32);
  margin-right: 2px;
  border-radius: 3px;
  font-size: var(--18);
  line-height: 1;
  letter-spacing: -0.05em;
  transition: all 0.5s;
}
.more-but .more-but2 .more-but-icon {
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--d16);
  font-size: var(--16);
  border-radius: 3px;
  transition: all 0.5s;
}
.s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin: 20px 0;
}
.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);
}
.head-container {
  max-width: 96.875vw;
  margin: 0 auto;
  padding: 0;
}
.container {
  max-width: 1650px;
  padding: 0;
  position: relative;
}
@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }
  :root {
    --d376: 300px;
    --d150: 110px;
    --d25: 20px;
    --92: 85px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
    padding: var(--d30) var(--d30) var(--d10);
  }
  .productcontnet .details-content .details-right {
    width: 500px;
  }
  .productcontnet .details-content .details-left .details-imgbox {
    width: 550px;
  }
  .productcontnet .details-nav .navbox .navbox2 {
    margin-right: 70px;
  }
  .aboutcontent .a-partner .a-partner-sw .roundabout-holder {
    width: 54%;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --d225: 190px;
    --d180: 150px;
    --d160: 130px;
    --d140: 120px;
    --d145: 115px;
    --d130: 100px;
    --d120: 100px;
    --d115: 100px;
    --d100: 90px;
    --d96: 75px;
    --d90: 70px;
    --d80: 70px;
    --d70: 55px;
    --d60: 50px;
    --d55: 36px;
    --d50: 36px;
    --d48: 32px;
    --d40: 32px;
    --d36: 20px;
    --d32: 26px;
    --d30: 25px;
    --d24: 20px;
    --d22: 18px;
    --d20: 16px;
    --d17: 15px;
    --d16: 14px;
    --d15: 12px;
    --d14: 12px;
    --110: 90px;
    --92: 70px;
    --90: 70px;
    --80: 66px;
    --60: 50px;
    --50: 40px;
    --40: 32px;
    --36: 30px;
    --30: 26px;
    --26: 24px;
    --28: 24px;
    --22: 20px;
    --18: 16px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
    width: calc(100% - 290px);
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-img {
    width: 290px;
  }
  .applicationcontent .application-list {
    width: 1110px;
  }
  .productcontnet .details-nav .navbox .navbox2 {
    margin-right: 60px;
  }
  .productcontnet .details-content .details-right .details-but a .details-icon {
    width: 40px;
  }
  .productcontnet .details-content .details-right .details-but a .details-icon i {
    font-size: var(--20);
  }
  .productcontnet .details-content .details-right {
    width: 425px;
  }
  .productcontnet .details-content .details-right .details-text {
    margin-bottom: var(--d40);
  }
  .productcontnet .details-content .details-left .details-imgbox {
    width: 480px;
  }
  .aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-list .a-partner-list2 .a-partner-icon {
    border-radius: 50%;
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .aboutcontent .a-partner .a-partner-box .a-partner-content {
    width: 1000px;
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right .i-news-list-title {
    width: 670px;
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-textbox .i-news-list-text {
    width: 670px;
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-list-img {
    width: 230px;
    right: calc(70px + 46px);
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1060px;
  }
  :root {
    --d376: 200px;
    --d286: 155px;
    --d225: 150px;
    --d180: 100px;
    --d160: 80px;
    --d140: 80px;
    --d145: 75px;
    --d130: 70px;
    --d120: 70px;
    --d100: 70px;
    --d90: 50px;
    --d80: 50px;
    --d66: 38px;
    --d60: 38px;
    --d50: 30px;
    --d48: 26px;
    --d40: 20px;
    --d36: 15px;
    --d26: 14px;
    --d18: 14px;
    --110: 86px;
    --90: 56px;
    --92: 56px;
    --80: 56px;
    --60: 45px;
    --50: 30px;
    --40: 28px;
    --36: 25px;
    --30: 22px;
    --28: 20px;
    --26: 20px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --16: 14px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-img {
    width: 260px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
    width: calc(100% - 260px);
  }
  .applicationcontent .application-list {
    width: 900px;
  }
  .applicationcontent .application-list .application-list2 .application-list3 .application-imgbox {
    width: 455px;
  }
  .applicationcontent .application-list .application-list2 .application-list3 .application-text {
    width: calc(100% - 455px);
  }
  .productcontnet .details-nav .navbox .navbox2 {
    margin-right: 27px;
  }
  .inquiry-from .textarea-box {
    height: 200px;
  }
  .aboutcontent .a-partner .a-partner-sw .roundabout_box {
    width: 100%;
    height: 500px;
  }
  .productcontnet .details-content .details-left .details-imgbox {
    width: 420px;
  }
  .productcontnet .details-content .details-right {
    width: 336px;
  }
  .aboutcontent .a-partner .a-partner-box .a-partner-videobox .a-partner-video {
    width: 65px;
    height: 65px;
  }
  .aboutcontent .a-partner .a-partner-box .a-partner-content {
    width: 800px;
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-textbox {
    padding-left: calc(var(--d90) + 130px);
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-list-img {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-textbox {
    margin-top: 110px;
  }
  .fooder .fooder-bom .fooder-bom2 .fooder-mes {
    width: 290px;
  }
  .fooder .fooder-bom .fooder-bom2 .fooder-right2 {
    width: 450px;
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-date {
    width: 130px;
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right {
    width: calc(100% - 130px);
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-textbox .i-news-list-text {
    width: 600px;
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right .i-news-list-title {
    width: 600px;
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-list-img {
    width: 170px;
    right: calc(20px + 46px);
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right .i-news-but {
    width: 30px;
  }
  .indexcontent .i-service .i-service-box .i-service-right {
    width: calc(695 / 1650 * 100%);
  }
  .indexcontent .i-service .i-service-box .i-service-right .i-service-list .i-service-list2 {
    min-height: 268px;
  }
  .header .header-box1 .header-content1 .header-navbox {
    padding: 0 24px;
  }
  .tranlanguage p img {
    width: 20px;
    margin-right: 8px;
  }
  .header .head-icon {
    width: 38px;
    height: 38px;
  }
  .header .header-cart .header-dot {
    transform: translate(0%, 0%);
  }
}
@media (max-width: 1200px) {
  .header .header-box1 .header-content1 .header-navbox {
    padding: 0;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-icon {
    width: 50px;
    height: 50px;
  }
  .applicationcontent .application-list {
    width: 100%;
  }
  .applicationcontent .application-list .application-list2 .application-list3 .application-imgbox {
    width: 350px;
  }
  .applicationcontent .application-list .application-list2 .application-list3 .application-text {
    width: calc(100% - 350px);
  }
  .header {
    padding-top: 0;
  }
  .s-menu {
    display: block;
  }
  :root {
    --d286: 100px;
    --d145: 56px;
    --d120: 50px;
    --d115: 50px;
    --d100: 50px;
    --d96: 45px;
    --d90: 30px;
    --d80: 30px;
    --d70: 30px;
    --d52: 38px;
    --d48: 20px;
    --d30: 16px;
    --d25: 18px;
    --90: 45px;
    --92: 45px;
    --80: 40px;
    --30: 20px;
    --28: 18px;
    --26: 18px;
    --24: 18px;
  }
  .applicationcontent .application-list .application-list2 .application-list3 .application-imgbox {
    width: 300px;
  }
  .applicationcontent .application-list .application-list2 .application-list3 .application-text {
    width: calc(100% - 300px);
  }
  .applicationcontent .application-list .application-list2 .application-list3 .application-text .application-list-but {
    width: 35px;
    height: 35px;
  }
  .productcontnet .details-content {
    flex-direction: column;
  }
  .productcontnet .details-content .details-left .details-imgbox {
    width: 100%;
  }
  .productcontnet .details-nav .navbox {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .productcontnet .details-content .details-right .details-but a {
    justify-content: flex-start;
  }
  .productcontnet .details-content .details-right {
    margin-top: var(--d30);
    width: 100%;
  }
  .gmt-box .gmt-left {
    display: none;
  }
  .gmt-box .gmt-rigth {
    width: 100%;
  }
  .aboutcontent .a-partner .a-partner-sw .roundabout_box {
    width: 100%;
    height: 460px;
  }
  .aboutcontent .a-partner .a-partner-box .a-partner-videobox .a-partner-video {
    width: 50px;
    height: 50px;
  }
  .aboutcontent .a-partner .a-partner-box .a-partner-content {
    width: 630px;
  }
  .indexcontent .i-news .i-news-bg2 {
    bottom: 0;
  }
  .fooder .fooder-top2 .fooder-right .fooder-share a {
    width: 40px;
    height: 40px;
  }
  .fooder .fooder-bom .fooder-bom2 {
    flex-wrap: wrap;
  }
  .fooder .fooder-bom .fooder-bom2 .fooder-right2 {
    width: 100%;
    margin-top: var(--d40);
  }
  .header .header-box1 .header-content1 .header-navbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header .header-box1 .header-content1 .logo {
    width: 80px;
  }
  .container {
    max-width: 860px;
  }
}
@media (max-width: 980px) {
  .container {
    max-width: 700px;
  }
  .row {
    --bs-gutter-x: 0.875rem;
  }
  :root {
    --d376: 150px;
    --d286: 60px;
    --d180: 60px;
    --d160: 60px;
    --d88: 60px;
    --110: 60px;
    --90: 36px;
    --60: 30px;
    --92: 36px;
  }
  .contact-form .textarea-box {
    height: 200px;
  }
  .contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3 .hear-icon {
    width: 50px;
    height: 50px;
  }
  .applicationcontent .application-list .application-list2 .application-list3 .application-text .application-list-title {
    padding-bottom: var(--d10);
    margin-bottom: var(--d10);
  }
  .aboutcontent .a-partner .a-partner-box .a-partner-content {
    width: 515px;
  }
  .aboutcontent .a-partner .a-partner-sw .roundabout_box {
    height: 300px;
  }
  .aboutcontent .a-partner .a-partner-box .a-partner-content .a-partner-list .a-partner-list2 .a-partner-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right .i-news-list-title,
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-textbox .i-news-list-text {
    width: 400px;
  }
}
@media (max-width: 768px) {
  :root {
    --d376: 100px;
    --d286: 40px;
    --d225: 100px;
    --d130: 60px;
    --d100: 30px;
    --d90: 20px;
    --d80: 20px;
    --d70: 20px;
    --d60: 20px;
    --d50: 20px;
    --d45: 20px;
    --d40: 20px;
    --d30: 20px;
    --d26: 10px;
    --d17: 12px;
    --110: 50px;
    --80: 36px;
    --60: 28px;
    --22: 16px;
  }
  .applicationcontent .application-list .application-list2 .application-list3 {
    flex-direction: column;
  }
  .applicationcontent .application-list .application-list2 .application-list3 .application-imgbox {
    width: 100%;
  }
  .applicationcontent .application-list .application-list2 .application-list3 .application-text {
    width: 100%;
  }
  .other-banner {
    height: 150px;
  }
  .aboutcontent .a-partner .a-partner-box .a-partner-videobox {
    width: 100px;
    height: 100px;
  }
  .aboutcontent .a-partner .a-partner-box .a-partner-content {
    width: 100%;
  }
  .aboutcontent .a-partner .a-partner-box {
    flex-direction: column;
  }
  .indexcontent .i-service .i-service-box .i-service-right .i-service-list .i-service-list2 .i-service-num {
    position: absolute;
    width: 36px;
    height: 36px;
  }
  .fooder .fooder-top2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder .fooder-top2 .fooder-right {
    margin-top: var(--d20);
    width: 100%;
  }
  .i-service-box {
    flex-direction: column;
  }
  .indexcontent .i-service .i-service-box .i-service-right,
  .indexcontent .i-service .i-service-box .i-service-left {
    width: 100%;
  }
  .indexcontent .i-service .i-service-box .i-service-right .i-service-list .i-service-list2 {
    min-height: auto;
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-date {
    width: 100px;
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right {
    width: calc(100% - 100px);
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-titlebox .i-news-right .i-news-list-title,
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-textbox .i-news-list-text {
    width: calc(100% - 30px);
  }
  .indexcontent .i-news .i-news-list .i-news-list2 .i-news-list-textbox {
    padding: var(--d30);
  }
  .aboutcontent .a-partner .a-partner-box {
    margin-bottom: 0;
  }
  .fooder {
    padding-bottom: 52px;
  }
  .container {
    max-width: 90%;
  }
}
@media (max-width: 540px) {
  :root {
    --d160: 40px;
    --d130: 40px;
    --d120: 30px;
    --d88: 30px;
    --d30: 15px;
    --110: 40px;
    --80: 30px;
  }
  .contact-box2 .contact-uploading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3 .hear-icon {
    width: 40px;
    height: 40px;
    margin-right: var(--d20);
  }
  .contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3 .hear-icon i {
    font-size: 20px;
  }
  .contactcontent .hear-box .hear-box2 .hear-list .hear-list2 .hear-list3 .hear-list-text {
    order: 2;
    width: 100%;
    margin-top: var(--d30);
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
    padding: var(--d30) 0 var(--d10);
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-img {
    width: 100%;
  }
  .downloadcontent .download-list .download-list2 .download-list3 {
    flex-direction: column;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
    width: 100%;
  }
  .inquiry-from .contact-uploading {
    position: unset;
  }
  .contact-uploading {
    justify-content: flex-end;
    margin-top: var(--d20);
  }
  .productcontnet .details .content-title {
    width: 100%;
    margin-bottom: var(--d10);
  }
  .productcontnet .reviews .reviews-titlebox,
  .productcontnet .related .related-titlebox {
    flex-direction: column;
    align-items: flex-end;
  }
  .crumbs i {
    font-size: 16px;
  }
  .crumbs .crumbs-list .crumbs-list2 {
    font-size: 14px;
  }
  .header .header-box1 .header-content1 .logo {
    width: 65px;
  }
  .header .head-icon {
    width: 30px;
    height: 30px;
  }
  .header .head-icon i {
    font-size: 14px;
  }
  .header .header-language .header-language2 .language {
    padding-left: 5px;
    padding-right: 5px;
  }
  .aboutcontent .a-partner .a-partner-sw .roundabout_box {
    height: 150px;
  }
  .fooder .fooder-bom .fooder-bom2 .fooder-mes {
    width: 100%;
    margin-bottom: var(--d40);
  }
}
