* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
p {
  padding: 0;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
input,
textarea {
  border: none;
  resize: none;
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box iframe,
.img-box video,
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.fszero h1 {
  margin: 0;
}
[lang=zh-CN] .share-cn {
  display: block;
}
[lang=zh-CN] .share-other {
  display: none;
}
.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
@-ms-viewport {
  width: auto !important;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
select,
button,
input,
textarea {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none !important;
}
img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.art-video-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.art-video-player .art-bottom {
  display: none !important;
}
.art-mask {
  display: none !important;
}
.breadcrumb {
  margin-bottom: 0;
}
.editor-content ul,
.editor-content ol {
  padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
  list-style: inherit;
}
.editor-content .table-box {
  font-size: 16px;
  line-height: 1.875;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .editor-content .table-box {
    font-size: 14px;
  }
}
.editor-content .table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
  width: 25% !important;
  height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
  font-weight: 400;
  padding: 15px 20px !important;
  border: 1px solid #e6e6e6;
}
@media (max-width: 480px) {
  .editor-content .table-box table td,
  .editor-content .table-box table th {
    padding: 8px !important;
  }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.editor-content .table-box table th {
  text-align: center;
}
.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.table-box {
  font-size: var(--18);
  line-height: calc(26 / 18);
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto;
  height: auto;
}
.table-box table td,
.table-box table th {
  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: center;
}
.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: 'NotoSans', 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: #4C4C4C;
  color: #4C4C4C;
  background-color: #F9F9F9;
}
i {
  line-height: 1;
}
.row {
  --bs-gutter-x: 1.875rem;
}
@font-face {
  font-family: 'NotoSans';
  font-weight: 400;
  font-style: normal;
  src: local('NotoSans Regular'), local('NotoSans-Regular'), url('../../app/fonts/NotoSans-Regular.woff2') format('woff2'), url('../../app/fonts/NotoSans-Regular.woff') format('woff'), url('../../app/fonts/NotoSans-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  font-weight: 500;
  font-style: normal;
  src: local('NotoSans Medium'), local('NotoSans-Medium'), url('../../app/fonts/NotoSans-Medium.woff2') format('woff2'), url('../../app/fonts/NotoSans-Medium.woff') format('woff'), url('../../app/fonts/NotoSans-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSans';
  font-weight: 700;
  font-style: normal;
  src: local('NotoSans Bold'), local('NotoSans-Bold'), url('../../app/fonts/NotoSans-Bold.woff2') format('woff2'), url('../../app/fonts/NotoSans-Bold.woff') format('woff'), url('../../app/fonts/NotoSans-Bold.ttf') format('truetype');
  font-display: swap;
}
:root {
  --p: calc((100vw - 1710px) / 2);
  --c: #68B73F;
  --c2: #009999;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d286: 286px;
  --d243: 243px;
  --d225: 225px;
  --d208: 208px;
  --d190: 190px;
  --d185: 185px;
  --d180: 180px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d158: 158px;
  --d150: 150px;
  --d147: 147px;
  --d145: 145px;
  --d140: 140px;
  --d138: 138px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d86: 86px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d42: 42px;
  --d40: 40px;
  --d38: 38px;
  --d36: 36px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d19: 19px;
  --d18: 18px;
  --d17: 17px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --128: 128px;
  --110: 110px;
  --100: 100px;
  --92: 92px;
  --90: 90px;
  --80: 80px;
  --75: 75px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --52: 52px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --45: 45px;
  --44: 44px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --25: 25px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
.title {
  font-size: var(--48);
  line-height: calc(64 / 48);
  color: #222222;
  font-weight: 500;
}
.title24-36 {
  font-size: var(--24);
  line-height: calc(36 / 24);
  color: #222222;
  font-weight: 400;
}
.title20-30 {
  font-size: var(--20);
  line-height: calc(30 / 20);
  color: #222222;
  font-weight: 400;
}
.text18-26 {
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #222222;
}
.text16-24 {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
@keyframes playan1 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes playan3 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes playan4 {
  0% {
    transform: translate(-50%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 0%) rotate(0);
  }
}
@keyframes an1 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.setSlow1 {
  animation: an1 4.8s ease forwards;
}
.setSlow2 {
  animation: an2 2s ease forwards;
}
.header {
  position: sticky;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
}
.header .header-box1 {
  background-color: #fff;
  position: relative;
  z-index: 100;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}
.header .header-box1 .header-content1 .logo {
  width: 99px;
  height: 100%;
}
.header .header-box1 .header-content1 .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .header-box1 .header-content1 .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .header-navbox {
  height: 100%;
}
.header .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: var(--d24);
}
.header .header-search .search-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #222222;
  padding: var(--d10) var(--d24);
  transition: all 0.5s;
}
.header .header-search .search-con:hover {
  background-color: var(--c);
  border-color: var(--c);
}
.header .header-search .search-con:hover .search-tit {
  color: #fff;
}
.header .header-search .search-con:hover .search-icon i {
  color: #fff;
}
.header .header-search .search-con .search-tit {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #222222;
  transition: all 0.5s;
}
.header .header-search .search-con .search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d12);
}
.header .header-search .search-con .search-icon i {
  color: #222222;
  font-size: var(--24);
  transition: all 0.5s;
}
.header .header-search .search {
  position: absolute;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
  width: 20vw;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  visibility: hidden;
}
.header .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header .header-search .search .search-box .input-text {
  width: 95%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-language {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-language .header-language2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: var(--16);
  line-height: calc(24 / 16);
  padding: var(--d12);
  background-color: var(--c);
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 15px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: var(--c);
  transition: all 0.5s;
}
.header .s-nav-action i {
  background-color: var(--c) !important;
}
.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.headeraction {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.headeraction .header-box2 {
  background-color: var(--c);
}
.solutiondetails-header {
  position: sticky;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.solutiondetails-header .header-box2 {
  background-color: var(--c);
}
.solutiondetails-header .s-nav i {
  background-color: #fff;
}
@media (min-width: 1201px) {
  .header-nav {
    height: 100%;
    display: flex !important;
    justify-content: center;
    margin-right: 594px;
  }
  .header-nav .header-list {
    display: flex;
    height: 100%;
    justify-content: center;
  }
  .header-nav .header-list .header-list2 {
    transition: all 0.5s;
    position: relative;
    margin-right: 48px;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    font-size: var(--16);
    line-height: 1;
    color: #222;
    font-weight: 700;
    transition: all 0.5s;
    position: relative;
  }
  .header-nav .header-list .header-list2 .header-list3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 4px;
    background-color: #222;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3:hover {
    color: var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3:hover::after {
    width: 100%;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .header-list3 a span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .action .header-list3 {
    color: var(--c);
  }
  .header-nav .header-list .action .header-list3::after {
    width: 100%;
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    text-align: center;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    color: var(--c) !important;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .more .more-1-list .more-1-list2 .more2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 1800px) and (min-width: 1600px) {
  .header-nav {
    margin-right: 370px;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header-nav {
    margin-right: 200px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav {
    margin-right: 100px;
  }
}
@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 a i {
    display: none;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .more {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action .header-list3 a {
    color: var(--c);
  }
}
.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.s-nav i {
  width: 21px;
  height: 2px;
  background-color: #003366;
  transition: all 0.5s;
}
.s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.s-nav-action i:nth-child(2) {
  opacity: 0;
}
.s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  background-color: var(--c);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xs-online ul li i {
  font-size: 14px;
  color: #fff;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: '';
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-family: 'iconfont' !important;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1100;
}
.online-wrap .online a {
  width: 48px;
  height: 48px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-bottom: 12px;
  background-color: rgba(0, 0, 0, 0.25);
}
.online-wrap .online a .cart-num {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.online-wrap .online a:hover {
  background-color: var(--c);
}
.online-wrap .online a i {
  font-size: 24px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
}
.online-wrap .online a:hover i {
  color: #fff;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  color: #000;
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
}
.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 {
  background-color: var(--c);
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.online-wrap .online a .show-num span {
  height: 48px;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  object-fit: cover;
}
.online-wrap .online a:hover {
  color: #fff !important;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: calc(100%);
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: '+';
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .show {
  right: 0 !important;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}
.online-wrap .icon-gouwuchefill {
  position: relative;
}
.online-wrap .icon-gouwuchefill .gouwuchefill-num {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #000;
}
.online-wrap .online-show {
  background-color: rgba(107, 6, 43, 0.3);
}
@media (max-width: 1400px) {
  .online-wrap .online {
    transform: translateY(-50%) scale(0.8);
    transform-origin: right;
  }
}
@media (max-width: 990) {
  .online-wrap .online {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
.fooder {
  padding-bottom: var(--d24);
  background-color: #fff;
  padding-top: var(--d100);
}
.fooder .fooder-top {
  padding-bottom: var(--d64);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fooder .fooder-top .fooder-logo {
  width: 166px;
}
.fooder .fooder-top .fooder-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder .fooder-top .food-form {
  width: 840px;
  padding: var(--d20) var(--d24);
  background-color: #F9F9F9;
  border-radius: 20px;
}
.fooder .fooder-top .food-form .food-form2 {
  padding-bottom: var(--d12);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
}
.fooder .fooder-top .food-form .input-text {
  width: calc(100% - 180px);
  background-color: transparent;
}
.fooder .fooder-top .food-form .input-text::placeholder {
  color: #222222;
  transition: all 0.5s;
}
.fooder .fooder-top .food-form .input-text:focus::placeholder {
  opacity: 0.3;
}
.fooder .fooder-top .food-form .submit {
  padding: var(--d10) var(--d24);
  background-color: var(--c);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.fooder .fooder-top .food-form .submit:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.fooder .fooder-top .food-form .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.fooder .fooder-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d100);
}
.fooder .fooder-con .fooder-con-title {
  margin-bottom: var(--d36);
  font-size: var(--24);
  line-height: calc(30 / 24);
  font-weight: 700;
  color: var(--c);
}
.fooder .fooder-con .fooder-contact {
  width: 550px;
}
.fooder .fooder-con .fooder-contact .fooder-mes {
  margin-bottom: var(--d36);
}
.fooder .fooder-con .fooder-contact .fooder-mes .fooder-mes2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--d24);
}
.fooder .fooder-con .fooder-contact .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-con .fooder-contact .fooder-mestit {
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: var(--c);
  font-weight: 700;
  margin-right: 4px;
}
.fooder .fooder-con .fooder-contact .fooder-mes-text {
  font-size: var(--18);
  line-height: calc(24 / 18);
}
.fooder .fooder-con .fooder-contact .fooder-mes-text a {
  transition: all 0.5s;
}
.fooder .fooder-con .fooder-contact .fooder-mes-text a:hover {
  color: var(--c);
}
.fooder .fooder-con .fooder-contact .fooder-share {
  margin-top: var(--d12);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fooder .fooder-con .fooder-contact .fooder-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d12);
}
.fooder .fooder-con .fooder-contact .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-con .fooder-contact .fooder-share a i {
  transition: all 0.5s;
  font-size: var(--24);
  color: #222;
  opacity: 0.3;
}
.fooder .fooder-con .fooder-contact .fooder-share a i:hover {
  opacity: 1;
}
.fooder .fooder-con .fooder-navbox .fooder-con-title {
  margin-bottom: var(--d24);
}
.fooder .fooder-con .fooder-navbox a {
  display: block;
  margin-bottom: var(--d16);
  font-size: var(--16);
  line-height: calc(20 / 16);
}
.fooder .fooder-con .fooder-navbox a:hover {
  text-decoration: underline;
}
.fooder .fooder-con .fooder-navbox a:last-child {
  margin-bottom: 0;
}
.fooder .fooder-bom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #222222;
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: #fff;
  padding: var(--d24) var(--d60);
}
.fooder .fooder-bom .cnzz {
  margin-left: var(--d24);
}
.fooder .fooder-bom .fooder-link a {
  position: relative;
}
.fooder .fooder-bom .fooder-link a:first-child {
  margin-right: var(--d16);
  padding-right: var(--d16);
}
.fooder .fooder-bom .fooder-link a:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #343434;
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .banner-pagination {
  position: absolute;
  bottom: var(--d48);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  opacity: 0.3;
  background-color: #fff;
  margin: 0 0.625vw;
  border-radius: 0;
  width: 5.20833vw;
  height: 4px;
  transition: all 0.5s;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  width: 10.41667vw;
}
.index-banner .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .slide-inner {
  padding-bottom: calc(880 / 1920 * 100%);
  position: relative;
}
.index-banner .banner-video video {
  object-fit: cover;
}
.index-banner iframe,
.index-banner .banner-video,
.index-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-product #pinContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.indexcontent .i-product #pinContainer .i-product-title {
  position: absolute;
  padding: 0 var(--p);
  left: 0;
  top: 100px;
  width: 100%;
}
.indexcontent .i-product #pinContainer .panel {
  height: 100vh;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: var(--p);
}
.indexcontent .i-product #pinContainer .panel .i-product-list {
  display: flex;
  justify-content: flex-start;
  padding-right: calc(var(--p) * 2);
  margin-bottom: var(--d30);
}
.indexcontent .i-product #pinContainer .panel .i-product-list .i-product-list2 {
  margin-bottom: var(--d100);
  margin-right: var(--d30);
  width: 26.04167vw;
}
.indexcontent .i-product #pinContainer .panel .i-product-list .i-product-list2:last-child {
  margin-right: 0;
}
.indexcontent .i-about {
  padding-bottom: var(--d100);
}
.indexcontent .i-about .i-about-title {
  text-align: center;
  padding: var(--d24) 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: var(--d48);
}
.indexcontent .i-about .i-about-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .i-about .i-about-box .i-about-left {
  width: calc(870 / 1710 * 100%);
  padding-right: var(--d145);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-con-text {
  margin-bottom: var(--d48);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-butbox .i-about-but {
  margin-right: var(--d48);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-butbox .i-about-video {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  line-height: calc(24 / 16);
  transition: all 0.5s;
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-butbox .i-about-video:hover {
  color: var(--c);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-butbox .i-about-video i {
  font-size: var(--30);
  color: var(--c);
  margin-right: var(--d10);
}
.indexcontent .i-about .i-about-box .i-about-right {
  width: calc(840 / 1710 * 100%);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-motorcycle {
  background-color: #fff;
  padding: var(--d100) 0;
}
.indexcontent .i-motorcycle .i-motorcycle-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d36);
}
.indexcontent .i-motorcycle .i-motorcycle-titlebox .i-motorcycle-title {
  width: calc(100% - 160px);
}
.indexcontent .i-mind {
  padding: var(--d100) 0;
}
.indexcontent .i-mind .i-mind-title {
  text-align: center;
  margin-bottom: var(--d24);
}
.indexcontent .i-mind .i-mind-text {
  text-align: center;
  color: #4C4C4C;
  margin-bottom: var(--d36);
}
.indexcontent .i-mind .i-mind-list {
  margin-bottom: calc(var(--d30) * -1);
}
.indexcontent .i-mind .i-mind-list .i-mind-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-news {
  padding: var(--d100) 0;
}
.indexcontent .i-news .i-news-title {
  margin-bottom: var(--d36);
}
.i-proven {
  padding-top: var(--d100);
  background-color: #fff;
}
.i-proven .img-box {
  padding-bottom: calc(280 / 700 * 100%);
}
.i-proven .i-proven-title {
  text-align: center;
  margin-bottom: var(--d24);
}
.i-proven .i-proven-text {
  text-align: center;
  color: #4C4C4C;
  margin-bottom: var(--d36);
}
.i-proven .i-proven-swiperbox {
  position: relative;
}
.i-proven .i-proven-swiperbox .i-proven-but {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 10;
  background-color: #F9F9F9;
}
.i-proven .i-proven-swiperbox .i-proven-prev {
  left: 30%;
}
.i-proven .i-proven-swiperbox .i-proven-next {
  right: 30%;
}
.i-proven .i-proven-swiper {
  padding-bottom: 30px;
  position: relative;
}
.i-proven .i-proven-swiper .swiper-slide {
  transform: scale(0.8);
  transition: all 0.5s;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: var(--d24) var(--d36);
}
.i-proven .i-proven-swiper .swiper-slide-active {
  transform: scale(1);
}
.i-proven .i-proven-imgbox {
  margin-top: calc((var(--d44) + 30px) * -1);
}
.i-proven .i-proven-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box:hover .product-imgbox img {
  transform: scale(1.1);
}
.product-box:hover .product-list-title h3 {
  color: var(--c);
}
.product-box .product-imgbox {
  margin-bottom: var(--d16);
}
.product-box .product-list-title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-box2:hover .product-imgbox img {
  transform: scale(1.1);
}
.product-box2:hover .product-list-title h3 {
  color: var(--c);
}
.product-box2 .product-imgbox {
  margin-bottom: var(--d24);
}
.product-box2 .product-list-title h3 {
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-box3:hover .product-imgbox img {
  transform: scale(1.1);
}
.product-box3:hover .product-list-title h3 {
  color: var(--c);
}
.product-box3 .product-imgbox {
  margin-bottom: var(--d12);
}
.product-box3 .product-list-title h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
.con-but:hover .con-but2 {
  color: #fff;
  background-color: var(--c);
  border-color: var(--c);
}
.con-but .con-but2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d12) var(--d36);
  font-size: var(--16);
  line-height: calc(24 / 16);
  border: 1px solid #4C4C4C;
  transition: all 0.5s;
}
.swiper-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-box .swiper-but:first-child {
  margin-right: var(--d24);
}
.swiper-but {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #222;
  transition: all 0.5s;
  cursor: pointer;
}
.swiper-but:hover {
  background-color: var(--c) !important;
  border-color: var(--c);
}
.swiper-but:hover i {
  color: #fff;
}
.swiper-but i {
  font-size: var(--36);
  color: #222222;
  transition: all 0.5s;
}
.mind-box {
  padding: var(--d10) var(--d10) var(--d22);
  background-color: #fff;
  border: 1px solid var(--c);
  height: 100%;
}
.mind-box .mind-text-box {
  padding: var(--d12);
  background-color: #fff;
  margin: calc(var(--d30) * -1) auto var(--d24);
  width: calc(361 / 405 * 100%);
  position: relative;
  z-index: 10;
}
.mind-box .mind-text-box .mind-name {
  text-align: center;
  color: #4C4C4C;
  margin-bottom: var(--d8);
  font-weight: 700;
}
.mind-box .mind-text-box .mind-type {
  text-align: center;
}
.mind-box .mind-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mind-box .mind-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: var(--d16);
  background-color: #F9F9F9;
  transition: all 0.5s;
  position: relative;
}
.mind-box .mind-share a:hover {
  background-color: var(--c);
}
.mind-box .mind-share a:hover i {
  color: #fff;
}
.mind-box .mind-share a:hover .mind-img {
  opacity: 1;
  visibility: visible;
}
.mind-box .mind-share a:last-child {
  margin-right: 0;
}
.mind-box .mind-share a i {
  transition: all 0.5s;
  font-size: var(--24);
}
.mind-box .mind-share a .mind-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 150px;
  height: 150px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  transition: all 0.5s;
  z-index: 100;
  border: 1px solid var(--c);
}
.mind-box .mind-share a .mind-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list {
  border-top: 1px solid #D9D9D9;
}
.news-list .news-list2 {
  border-bottom: 1px solid #D9D9D9;
}
.news-list .news-list2:hover .img-box img {
  transform: scale(1.1);
}
.news-list .news-list2:hover .news-box .news-conbox .news-textbox .news-textbox2 .news-list-title h3 {
  color: var(--c);
}
.news-list .news-list2:hover .con-but2 {
  color: #fff;
  background-color: var(--c);
  border-color: var(--c);
}
.news-list .news-list2 .news-box {
  padding: var(--d36) 0;
  display: flex;
  justify-content: space-between;
}
.news-list .news-list2 .news-box .news-date {
  width: calc(435 / 1710 * 100%);
}
.news-list .news-list2 .news-box .news-conbox {
  width: calc(1275 / 1710 * 100%);
  display: flex;
  justify-content: space-between;
}
.news-list .news-list2 .news-box .news-conbox .news-imgbox {
  width: calc(405 / 1275 * 100%);
}
.news-list .news-list2 .news-box .news-conbox .news-imgbox .img-box {
  padding-bottom: calc(455 / 810 * 100%);
}
.news-list .news-list2 .news-box .news-conbox .news-textbox {
  width: calc(870 / 1275 * 100%);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: var(--d30);
}
.news-list .news-list2 .news-box .news-conbox .news-textbox .news-textbox2 {
  margin-bottom: var(--d30);
}
.news-list .news-list2 .news-box .news-conbox .news-textbox .news-textbox2 .news-list-title {
  margin-bottom: var(--d16);
}
.news-list .news-list2 .news-box .news-conbox .news-textbox .news-textbox2 .news-list-title h3 {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.news-list .news-list2 .news-box .news-conbox .news-textbox .news-textbox2 .news-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.other-banner {
  position: relative;
}
.other-banner .other-imgbox {
  width: 100%;
}
.other-banner .other-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-banner .other-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other-banner .other-textbox h2 {
  font-size: var(--64);
  line-height: calc(80 / 64);
  color: #fff;
  font-weight: 500;
}
.productcontent {
  padding: var(--d100) 0;
}
.productcontent .product-title {
  margin-bottom: var(--d24);
}
.productcontent .product-text {
  margin-bottom: var(--d48);
  color: #4C4C4C;
}
.productcontent .product-list {
  padding-bottom: var(--d48);
  margin-bottom: calc(var(--d36) * -1);
}
.productcontent .product-list .product-list2 {
  margin-bottom: var(--d36);
}
.gmt-box {
  display: flex;
  justify-content: space-between;
}
.gmt-box .gmt-left {
  width: calc(400 / 1710 * 100%);
}
.gmt-box .gmt-left .gmt-title {
  margin-bottom: var(--d24);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  border-bottom: 1px solid #F0F0F0;
  transition: all 0.5s;
  background-color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover {
  background-color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 .menubut .gmt-but i {
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 a {
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: var(--d12) var(--d16);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but i {
  color: #222222;
  transition: all 0.5s;
  font-size: var(--24);
  display: block;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: var(--d12) var(--d16);
  font-size: var(--18);
  line-height: calc(24 / 18);
  color: #222;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a span {
  width: 90%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  display: none;
  padding: var(--d12) var(--d16);
  background-color: #F9F9F9;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  transition: all 0.5s;
  position: relative;
  margin-bottom: var(--d15);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  display: block;
  width: 100%;
  font-size: var(--18);
  line-height: calc(26 / 18);
  position: relative;
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a {
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a {
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open {
  background-color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but i {
  color: #fff;
  transform: rotateZ(-180deg);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 a {
  color: #fff;
}
.gmt-box .gmt-rigth {
  width: calc(1310 / 1710 * 100%);
  padding-left: var(--d35);
}
.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  border-radius: 5px;
  padding: var(--d10);
  background-color: var(--c);
  margin-bottom: var(--d30);
  color: #fff;
}
.search-note .hot {
  margin-bottom: var(--d30);
}
.s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.s-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu .s-menu1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.s-menu .s-menu1 .s-menu2 {
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #666;
  font-weight: 700;
}
.s-menu .s-menu1 .s-menu2:last-child {
  margin-right: 0;
}
.s-menu .s-menu1 .action {
  color: var(--c);
}
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 calc(var(--d12) * -1);
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev,
.pagination .pagination-page li,
.pagination .next {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--24);
  line-height: calc(36 / 24);
  margin: 0 var(--d12);
}
.pagination .prev a,
.pagination .pagination-page li a,
.pagination .next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #4C4C4C;
  transition: all 0.5s;
}
.pagination .prev a span,
.pagination .pagination-page li a span,
.pagination .next a span {
  line-height: 1;
}
.pagination .prev a i,
.pagination .pagination-page li a i,
.pagination .next a i {
  font-size: var(--36);
}
.pagination .prev a:hover,
.pagination .pagination-page li a:hover,
.pagination .next a:hover {
  background-color: var(--c);
  border-color: var(--c);
  color: #fff;
}
.pagination .active a {
  background-color: var(--c) !important;
  border-color: var(--c) !important;
  color: #fff !important;
}
.detailscontent {
  padding-bottom: var(--d100);
}
.detailscontent .motorcycle .motorcycle-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d36);
}
.details-content {
  display: flex;
  justify-content: space-between;
  padding: var(--d100) 0;
}
.details-content .details-left {
  width: calc(840 / 1710 * 100%);
}
.details-content .details-left .details-sw-but {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  color: #DCDCDC;
  transition: all 0.5s;
}
.details-content .details-left .details-sw-but:hover {
  color: var(--c);
  border-color: var(--c);
}
.details-content .details-left .details-sw-but i {
  color: 12px;
}
.details-content .details-left .details-prev i {
  transform: rotate(180deg);
}
.details-content .details-left .details-imgbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.details-content .details-left .details-imgbox .details-swiperbox {
  width: calc(160 / 840 * 100%);
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px 0;
  padding-right: var(--d20);
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 100%;
  padding: 1px;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #F5F5F5;
  overflow: hidden;
  background-color: #FFFFFF;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border-color: var(--c);
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  z-index: 10;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::before {
  font-family: 'iconfont' !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e60b";
  font-size: var(--48);
  color: var(--c);
  z-index: 11;
  line-height: 1;
  border-radius: 50%;
}
.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: calc(680 / 840 * 100%);
  overflow: hidden;
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
}
.details-content .details-right {
  width: calc(870 / 1710 * 100%);
  padding-left: var(--d50);
}
.details-content .details-right .details-right2 {
  background-color: #fff;
  height: 100%;
  padding: var(--d36);
}
.details-content .details-right .details-right2 .details-title {
  margin-bottom: var(--d36);
}
.details-content .details-right .details-right2 .details-title h2 {
  font-size: var(--36);
  line-height: calc(48 / 36);
  color: #222222;
}
.details-content .details-right .details-right2 .details-textbox {
  margin-bottom: var(--d64);
}
.details-content .details-right .details-right2 .details-textbox .details-textbox2 {
  margin-bottom: var(--d24);
}
.details-content .details-right .details-right2 .details-textbox .details-textbox2:last-child {
  margin-bottom: 0;
}
.details-content .details-right .details-right2 .details-textbox .details-textbox2 .details-text-title {
  font-size: var(--18);
  line-height: calc(26 / 18);
  margin-bottom: var(--d8);
  font-weight: 700;
  color: var(--c);
}
.details-content .details-right .details-right2 .details-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-content .details-right .details-right2 .details-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-content .details-right .details-right2 .details-share p {
  margin-right: var(--d12);
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.details {
  margin-bottom: var(--d100);
}
.details .details2 {
  padding: var(--d24);
  background-color: #fff;
}
.details .details2 .details-nav {
  margin-bottom: var(--d24);
  position: sticky;
  top: 75px;
  left: 0;
  background-color: #fff;
  z-index: 10000;
}
.details .details2 .details-nav .navbox {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #d9d9d9;
}
.details .details2 .details-nav .navbox .navbox2 {
  padding-bottom: var(--d12);
  margin-right: var(--d36);
  font-size: var(--24);
  line-height: calc(36 / 24);
  color: #4c4c4c;
  position: relative;
  font-weight: 500;
  transition: all 0.5s;
}
.details .details2 .details-nav .navbox .navbox2:hover {
  color: var(--c);
}
.details .details2 .details-nav .navbox .navbox2:hover::after {
  width: 100%;
}
.details .details2 .details-nav .navbox .navbox2::after {
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--c);
  content: '';
  transition: all 0.5s;
}
.details .details2 .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.details .details2 .details-nav .navbox .action {
  color: var(--c);
}
.details .details2 .details-nav .navbox .action::after {
  width: 100%;
}
.details .details2 .content-title {
  font-size: var(--36);
  line-height: calc(48 / 36);
  font-weight: 500;
  color: var(--c);
  margin-bottom: var(--d24);
}
.details .details2 .description {
  position: relative;
  padding-bottom: var(--d48);
}
.details .details2 .description .description-textbox table tr td {
  text-align: left;
}
.details .details2 .description .description-textbox table tr td:nth-child(2n - 1) {
  background-color: #F9F9F9;
}
.details .details2 .description .description-textbox .description-text-title {
  font-size: var(--18);
  line-height: calc(26 / 18);
  font-weight: 700;
  margin-bottom: var(--d8);
  color: #222222;
}
.details .details2 .description .description-textbox .description-textbox2 {
  margin-bottom: var(--d36);
}
.details .details2 .description .description-textbox .description-textbox2:last-child {
  margin-bottom: 0;
}
.details .details2 .inquiry {
  margin-bottom: var(--d48);
  position: relative;
}
.details .details2 .inquiry .inquiry-from {
  background-color: #F9F9F9;
  padding: var(--d24);
}
.details .details2 .inquiry .inquiry-from .input-title {
  margin-bottom: var(--d8);
  font-size: var(--18);
  line-height: calc(26 / 18);
  font-weight: 500;
  color: #222222;
}
.details .details2 .inquiry .inquiry-from label {
  width: 100%;
}
.details .details2 .inquiry .inquiry-from .product-input {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: #fff;
  margin-bottom: var(--d20);
}
.details .details2 .inquiry .inquiry-from .product-input .product-input-title {
  white-space: nowrap;
  padding: var(--d8) var(--d12);
  padding-right: var(--d10);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #222;
  font-weight: 400;
}
.details .details2 .inquiry .inquiry-from .product-input .input-box {
  border: none;
  padding-left: 0;
  margin-bottom: 0;
  color: var(--c);
  background-color: transparent;
}
.details .details2 .inquiry .inquiry-from .input-box {
  width: 100%;
  background-color: #fff;
  margin-bottom: var(--d20);
  color: #222;
  font-size: var(--18);
  line-height: calc(26 / 18);
  padding: var(--d8) var(--d12);
  border-radius: 6px;
}
.details .details2 .inquiry .inquiry-from .textarea-box {
  height: 104px;
  margin-bottom: var(--d24);
}
.details .details2 .inquiry .inquiry-from .submit {
  padding: var(--d12) var(--d36);
  background-color: var(--c);
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.details .details2 .inquiry .inquiry-from .submit:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.details .details2 .inquiry .inquiry-from .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.details .details2 .faq {
  position: relative;
  margin-bottom: var(--d40);
}
.details .details2 .faq .faq-text {
  color: #4C4C4C;
}
.aboutcontent .about {
  padding: var(--d100);
  padding-bottom: var(--d100);
}
.aboutcontent .about .about-title {
  width: calc(1130 / 1710 * 100%);
  margin-left: auto;
  margin-bottom: var(--d36);
}
.aboutcontent .about .about-title h2 {
  font-size: var(--64);
  line-height: calc(80 / 64);
  color: var(--c);
  font-weight: 500;
}
.aboutcontent .about .about-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d100);
}
.aboutcontent .about .about-box .about-left {
  width: calc(580 / 1710 * 100%);
  padding-right: var(--d30);
  font-size: var(--36);
  line-height: calc(48 / 36);
  color: #222222;
  font-weight: 500;
}
.aboutcontent .about .about-box .about-right {
  width: calc(1130 / 1710 * 100%);
}
.aboutcontent .about .about-video {
  position: relative;
}
.aboutcontent .about .about-video .about-img {
  width: 100%;
}
.aboutcontent .about .about-video .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .about .about-video .about-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.aboutcontent .about .about-video .about-icon i {
  font-size: var(--64);
  color: var(--c);
}
.aboutcontent .choose {
  background-color: #fff;
  padding: var(--d100) 0;
}
.aboutcontent .choose .choose-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.aboutcontent .choose .choose-box .choose-left {
  width: calc(840 / 1710 * 100%);
  padding-right: var(--d100);
}
.aboutcontent .choose .choose-box .choose-left .choose-title {
  margin-bottom: var(--d64);
}
.aboutcontent .choose .choose-box .choose-left .choose-title h2 {
  font-size: var(--64);
  line-height: calc(80 / 64);
  color: var(--c);
  font-weight: 500;
}
.aboutcontent .choose .choose-box .choose-left .choose-list .choose-list2 {
  margin-bottom: var(--d16);
  padding-bottom: var(--d16);
  border-bottom: 1px solid #d9d9d9;
}
.aboutcontent .choose .choose-box .choose-left .choose-list .choose-list2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.aboutcontent .choose .choose-box .choose-left .choose-list .choose-list2 .choose-list3 .choose-list-title {
  font-size: var(--30);
  line-height: calc(46 / 30);
  margin-bottom: var(--d8);
  color: #222222;
  width: 500;
}
.aboutcontent .choose .choose-box .choose-right {
  width: calc(870 / 1710 * 100%);
}
.aboutcontent .choose .choose-box .choose-right .img-box {
  padding-bottom: calc(555 / 870 * 100%);
}
.aboutcontent .choose .choose-box .choose-right .choose-swiper .choose-pagination {
  position: absolute;
  bottom: var(--d24);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .choose .choose-box .choose-right .choose-swiper .choose-pagination .swiper-pagination-bullet {
  opacity: 0.3;
  background-color: #fff;
  margin: 0 var(--d12);
  border-radius: 0;
  width: calc(48 / 870 * 100%);
  height: 4px;
  transition: all 0.5s;
}
.aboutcontent .choose .choose-box .choose-right .choose-swiper .choose-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  width: calc(96 / 870 * 100%);
}
.aboutcontent .certifications {
  padding: var(--d100) 0;
}
.aboutcontent .certifications .certifications-box {
  display: flex;
  justify-content: space-between;
}
.aboutcontent .certifications .certifications-box .certifications-left {
  width: calc(678 / 1710 * 100%);
  padding-right: var(--d128);
}
.aboutcontent .certifications .certifications-box .certifications-left .certifications-title {
  margin-bottom: var(--d64);
}
.aboutcontent .certifications .certifications-box .certifications-left .certifications-title h2 {
  font-size: var(--64);
  line-height: calc(80 / 64);
  color: #222;
}
.aboutcontent .certifications .certifications-box .certifications-left .swiper-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.aboutcontent .certifications .certifications-box .certifications-right {
  width: calc(1032 / 1710 * 100%);
}
.aboutcontent .certifications .certifications-box .certifications-right .certifications-swiper .img-box {
  padding-bottom: calc(910 / 660 * 100%);
}
.aboutcontent .witness {
  padding: var(--d100) 0;
}
.aboutcontent .witness .witness-title {
  margin-bottom: var(--d24);
}
.aboutcontent .witness .witness-text {
  margin-bottom: var(--d48);
  color: #4C4C4C;
}
.aboutcontent .witness .witness-box {
  display: flex;
  justify-content: space-between;
  padding-left: var(--p);
}
.aboutcontent .witness .witness-box .img-box {
  padding-bottom: calc(390 / 695 * 100%);
}
.aboutcontent .witness .witness-box .witness-left {
  width: calc(695 / 1815 * 100%);
}
.aboutcontent .witness .witness-box .witness-right {
  width: calc(1120 / 1815 * 100%);
  padding-left: var(--d30);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutcontent .witness .witness-box .witness-right .swiper-box {
  justify-content: flex-start;
}
.solutioncontent {
  padding: var(--d100) 0;
}
.solutioncontent .solution-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d48);
}
.solutioncontent .solution-box .solution-left {
  width: calc(725 / 1710 * 100%);
  padding-right: var(--d145);
}
.solutioncontent .solution-box .solution-left .solution-title {
  margin-bottom: var(--d24);
}
.solutioncontent .solution-box .solution-right {
  width: calc(985 / 1710 * 100%);
  padding: var(--d48);
  background-color: #fff;
}
.solutioncontent .solution-box .solution-right .solution-list {
  margin-bottom: calc(var(--d48) * -1);
  --bs-gutter-x: 3rem;
}
.solutioncontent .solution-box .solution-right .solution-list .solution-list2 {
  margin-bottom: var(--d48);
}
.solutioncontent .solution-box .solution-right .solution-list .solution-list2 .solution-list3 .solution-num {
  font-size: var(--36);
  line-height: calc(48 / 36);
  color: var(--c);
  font-weight: 700;
  margin-bottom: var(--d8);
}
.solutioncontent .solution-box .solution-right .solution-list .solution-list2 .solution-list3 .solution-title {
  font-size: var(--30);
  line-height: calc(46 / 30);
  font-weight: 500;
  margin-bottom: var(--d8);
  color: #222222;
}
.solutioncontent .mind-list {
  margin-bottom: calc(var(--d30) * -1);
}
.solutioncontent .mind-list .mind-list2 {
  margin-bottom: var(--d30);
}
.blogcontent {
  padding: var(--d100) 0;
}
.blogcontent .news-list {
  margin-bottom: var(--d48);
}
.contactcontent {
  padding: var(--d100) 0;
  position: relative;
}
.contactcontent .contact-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.contactcontent .contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactcontent .contact-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.contactcontent .contact-box .contact-left {
  width: calc(915 / 1710 * 100%);
}
.contactcontent .contact-box .contact-right {
  width: calc(795 / 1710 * 100%);
  padding-left: var(--d100);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.contactcontent .contact-box .contact-right .contact-titlebox {
  margin-bottom: var(--d30);
}
.contactcontent .contact-box .contact-right .contact-titlebox .contact-title {
  margin-bottom: var(--d24);
}
.contactcontent .contact-box .contact-right .contact-titlebox .contact-text {
  color: #4C4C4C;
}
.contactcontent .content-mesbox .content-mes-title {
  font-size: var(--24);
  line-height: calc(30 / 24);
  font-weight: 700;
  margin-bottom: var(--d36);
  color: var(--c);
}
.contactcontent .content-mesbox .content-list {
  margin-bottom: var(--d36);
}
.contactcontent .content-mesbox .content-list .content-list2 {
  margin-bottom: var(--d24);
}
.contactcontent .content-mesbox .content-list .content-list2:last-child {
  margin-bottom: 0;
}
.contactcontent .content-mesbox .content-list .content-list2 .content-list3 {
  display: flex;
  justify-content: flex-start;
}
.contactcontent .content-mesbox .content-list .content-list2 .content-list3 .content-list-title {
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: var(--c);
  font-weight: 700;
  margin-right: 4px;
}
.contactcontent .content-mesbox .content-list .content-list2 .content-list3 .content-list-text {
  font-size: var(--18);
  line-height: calc(26 / 18);
}
.contactcontent .content-mesbox .content-list .content-list2 .content-list3 .content-list-text a {
  transition: all 0.5s;
}
.contactcontent .content-mesbox .content-list .content-list2 .content-list3 .content-list-text a:hover {
  color: var(--c);
}
.contactcontent .content-mesbox .content-follow-title {
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: var(--c);
  font-weight: 700;
  margin-bottom: var(--d12);
}
.contactcontent .content-mesbox .content-follow {
  display: flex;
  align-items: center;
}
.contactcontent .content-mesbox .content-follow a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: all 0.5s;
  margin-right: var(--d12);
}
.contactcontent .content-mesbox .content-follow a:last-child {
  margin-right: 0;
}
.contactcontent .content-mesbox .content-follow a:hover {
  background-color: var(--c);
}
.contactcontent .content-mesbox .content-follow a:hover i {
  opacity: 1;
  color: #fff;
}
.contactcontent .content-mesbox .content-follow a i {
  font-size: var(--24);
  color: #222222;
  opacity: 0.3;
  transition: all 0.5s;
}
.contact-form {
  background-color: #fff;
  padding: var(--d24);
}
.contact-form .input-title {
  margin-bottom: var(--d8);
  font-size: var(--18);
  line-height: calc(26 / 18);
  font-weight: 500;
  color: #222222;
}
.contact-form label {
  width: 100%;
}
.contact-form .input-box {
  width: 100%;
  background-color: #F9F9F9;
  margin-bottom: var(--d20);
  color: #222;
  font-size: var(--18);
  line-height: calc(26 / 18);
  padding: var(--d8) var(--d12);
  border-radius: 6px;
}
.contact-form .textarea-box {
  height: 104px;
  margin-bottom: var(--d24);
}
.contact-form .submit {
  padding: var(--d12) var(--d36);
  background-color: var(--c);
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.contact-form .submit:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.contact-form .submit::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.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 {
  white-space: nowrap;
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d40);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: var(--c);
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--d50);
}
.sitemapcontent .sitemap-content {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.sitemapcontent .sitemap-content .sitemap-title {
  margin-bottom: var(--d60);
}
.sitemapcontent .sitemap-content .list1 .list2 {
  margin-bottom: var(--d30);
}
.sitemapcontent .sitemap-content .list1 .list2:last-child {
  margin-bottom: 0;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3 {
  max-width: 100%;
  width: 400px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  color: var(--c);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: var(--c);
  color: #fff;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 {
  padding-top: 20px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 .list2-2 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--c);
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: var(--c);
}
.privacycontent {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.container {
  max-width: 1710px;
  padding: 0;
}
@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }
  :root {
    --p: calc((100vw - 1480px) / 2);
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    height: 589px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --p: calc((100vw - 1260px) / 2);
    --d700: 600px;
    --d357: 285px;
    --d330: 270px;
    --d208: 130px;
    --d185: 110px;
    --d180: 110px;
    --d170: 110px;
    --d160: 100px;
    --d158: 100px;
    --d150: 100px;
    --d145: 100px;
    --d140: 90px;
    --d138: 90px;
    --d135: 90px;
    --d130: 90px;
    --d124: 90px;
    --d120: 90px;
    --d118: 75px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d90: 70px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d70: 50px;
    --d66: 40px;
    --d64: 40px;
    --d60: 35px;
    --d58: 35px;
    --d56: 35px;
    --d55: 35px;
    --d52: 30px;
    --d50: 30px;
    --d45: 30px;
    --d44: 30px;
    --d42: 30px;
    --d40: 30px;
    --d38: 30px;
    --d34: 24px;
    --d36: 24px;
    --d35: 24px;
    --d30: 24px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d17: 10px;
    --d12: 8px;
    --90: 75px;
    --80: 65px;
    --75: 65px;
    --68: 60px;
    --64: 54px;
    --60: 50px;
    --56: 45px;
    --52: 42px;
    --48: 38px;
    --45: 36px;
    --44: 36px;
    --38: 34px;
    --36: 34px;
    --34: 30px;
    --32: 30px;
    --26: 22px;
    --24: 22px;
    --20: 18px;
    --18: 16px;
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    height: 501px;
  }
}
@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1em;
  }
  .container {
    max-width: 1060px;
  }
  :root {
    --p: calc((100vw - 1060px) / 2);
    --d700: 450px;
    --d357: 205px;
    --d330: 205px;
    --d208: 80px;
    --d185: 80px;
    --d180: 80px;
    --d170: 80px;
    --d160: 75px;
    --d158: 75px;
    --d150: 70px;
    --d145: 70px;
    --d140: 60px;
    --d138: 60px;
    --d135: 60px;
    --d130: 60px;
    --d124: 60px;
    --d120: 60px;
    --d118: 60px;
    --d115: 60px;
    --d110: 60px;
    --d100: 60px;
    --d96: 40px;
    --d90: 40px;
    --d86: 40px;
    --d80: 30px;
    --d78: 30px;
    --d70: 30px;
    --d56: 25px;
    --d55: 25px;
    --d48: 30px;
    --d42: 30px;
    --d40: 20px;
    --d38: 20px;
    --d36: 18px;
    --d32: 18px;
    --d30: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 10px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d12: 10px;
    --90: 66px;
    --75: 50px;
    --68: 50px;
    --65: 50px;
    --64: 48px;
    --60: 45px;
    --56: 38px;
    --52: 38px;
    --50: 38px;
    --48: 36px;
    --45: 30px;
    --44: 30px;
    --40: 32px;
    --38: 30px;
    --36: 28px;
    --32: 28px;
    --30: 24px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --17: 15px;
    --16: 14px;
  }
  .pagination .prev,
  .pagination .pagination-page li,
  .pagination .next {
    width: 45px;
    height: 45px;
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    height: 422px;
  }
  .fooder .fooder-top .fooder-logo {
    width: 130px;
  }
  .i-proven .i-proven-swiperbox .i-proven-prev {
    left: 28%;
  }
  .i-proven .i-proven-swiperbox .i-proven-next {
    right: 28%;
  }
  .swiper-but {
    width: 50px;
    height: 50px;
  }
  .fooder .fooder-top .food-form {
    width: 700px;
  }
  .fooder .fooder-con .fooder-contact {
    width: 440px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
  :root {
    --p: calc((100vw - 860px) / 2);
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d90: 55px;
    --d88: 55px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d45: 20px;
    --d44: 20px;
    --d42: 20px;
    --d26: 15px;
    --d25: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --128: 100px;
    --90: 50px;
    --75: 45px;
    --68: 45px;
    --64: 38px;
    --52: 32px;
    --48: 30px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }
  .pagination .prev,
  .pagination .pagination-page li,
  .pagination .next {
    width: 45px;
    height: 45px;
  }
  .solutioncontent .solution-box {
    flex-direction: column;
  }
  .solutioncontent .solution-box .solution-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: var(--d30);
  }
  .solutioncontent .solution-box .solution-right {
    width: 100%;
  }
  .aboutcontent .about .about-title {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .aboutcontent .certifications .certifications-box {
    flex-direction: column;
  }
  .aboutcontent .certifications .certifications-box .certifications-left {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .aboutcontent .witness .witness-box .witness-right {
    width: 100%;
  }
  .aboutcontent .witness .witness-box .witness-right .swiper-box {
    margin-top: var(--d30);
  }
  .aboutcontent .witness .witness-box .witness-left {
    display: none;
  }
  .aboutcontent .certifications .certifications-box .certifications-left .certifications-title {
    width: 100%;
  }
  .aboutcontent .certifications .certifications-box .certifications-right {
    width: 100%;
    margin-top: var(--d30);
  }
  .aboutcontent .about .about-box {
    flex-direction: column;
  }
  .aboutcontent .about .about-box .about-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: var(--d30);
  }
  .aboutcontent .about .about-box .about-right {
    width: 100%;
  }
  .aboutcontent .choose .choose-box {
    flex-direction: column;
  }
  .aboutcontent .choose .choose-box .choose-left {
    width: 100%;
    padding-left: 0;
    margin-bottom: var(--d30);
    padding-right: 0;
  }
  .aboutcontent .choose .choose-box .choose-right {
    width: 100%;
  }
  .details .details2 .details-nav {
    top: 65px;
  }
  .details-content {
    flex-direction: column;
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    height: 696px;
  }
  .details-content .details-right {
    width: 100%;
    padding-left: 0;
    margin-top: var(--d30);
  }
  .details-content .details-left {
    width: 100%;
  }
  .s-menu {
    display: block;
  }
  .gmt-box .gmt-left {
    display: none;
  }
  .gmt-box .gmt-rigth {
    width: 100%;
    padding-left: 0;
  }
  .news-list .news-list2 .news-box .news-date {
    width: calc(330 / 1710 * 100%);
  }
  .news-list .news-list2 .news-box .news-conbox .news-textbox {
    width: calc(830 / 1275 * 100%);
  }
  .news-list .news-list2 .news-box .news-conbox .news-imgbox {
    width: calc(445 / 1275 * 100%);
  }
  .news-list .news-list2 .news-box .news-conbox {
    width: calc(1380 / 1710 * 100%);
  }
  .header .header-box1 .header-content1 .logo {
    width: 80px;
  }
  .header .header-box1 .header-content1 {
    height: 65px;
  }
  .indexcontent .i-product #pinContainer {
    height: auto;
  }
  .indexcontent .i-product #pinContainer .panel .i-product-list {
    flex-wrap: wrap;
    padding-right: 0;
    margin-right: calc(var(--d30) * -1);
    width: 100%;
    margin-bottom: calc(var(--d30) * -1);
    padding-bottom: var(--d100);
  }
  .indexcontent .i-product #pinContainer .panel .i-product-list .i-product-list2 {
    width: 33.333%;
    margin-right: 0;
    padding-right: var(--d30);
    margin-bottom: var(--d30);
  }
  .indexcontent .i-product #pinContainer .i-product-title {
    position: unset;
    padding-top: var(--d100);
    padding-bottom: var(--d36);
  }
  .indexcontent .i-product #pinContainer .panel {
    height: auto;
    position: unset;
    padding-right: var(--p);
    display: block;
  }
  .swiper-but {
    width: 45px;
    height: 45px;
  }
  .fooder .fooder-top .food-form {
    width: 650px;
  }
  .fooder .fooder-bom {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder-copyright {
    margin-bottom: var(--d20);
  }
  .fooder .fooder-top .fooder-logo {
    width: 100px;
  }
  .fooder .fooder-con .fooder-contact {
    width: 290px;
  }
  .contactcontent .contact-box {
    flex-direction: column-reverse;
  }
  .contactcontent .contact-box .contact-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: var(--d30);
  }
  .contactcontent .contact-box .contact-left {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --d700: 264px;
    --d330: 100px;
    --d170: 80px;
    --d158: 70px;
    --d150: 70px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d58: 28px;
    --d24: 20px;
    --80: 40px;
    --60: 40px;
    --52: 30px;
    --48: 28px;
    --45: 26px;
    --44: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
  .pagination .prev,
  .pagination .pagination-page li,
  .pagination .next {
    width: 40px;
    height: 40px;
  }
  .i-proven .i-proven-swiperbox .i-proven-prev {
    left: 11%;
  }
  .i-proven .i-proven-swiperbox .i-proven-next {
    right: 11%;
  }
  .fooder .fooder-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder .fooder-top .food-form {
    width: 100%;
    margin-top: var(--d30);
  }
  .indexcontent .i-product #pinContainer .panel .i-product-list .i-product-list2 {
    width: 50%;
  }
  .indexcontent .i-about .i-about-box {
    flex-direction: column;
  }
  .indexcontent .i-about .i-about-box .i-about-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-about .i-about-box .i-about-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  :root {
    --p: 5%;
    --d357: 85px;
    --d208: 60px;
    --d185: 60px;
    --d180: 60px;
    --d170: 60px;
    --d160: 50px;
    --d158: 50px;
    --d150: 50px;
    --d145: 50px;
    --d138: 40px;
    --d135: 40px;
    --d130: 40px;
    --d124: 40px;
    --d120: 40px;
    --d118: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d75: 40px;
    --d42: 20px;
    --d30: 18px;
    --d24: 15px;
    --d22: 8px;
    --d18: 8px;
    --d17: 8px;
    --80: 38px;
    --75: 38px;
    --64: 36px;
    --60: 34px;
    --56: 30px;
    --52: 28px;
    --50: 28px;
    --38: 28px;
    --36: 24px;
    --32: 20px;
    --22: 18px;
    --18: 14px;
  }
  .pagination .prev,
  .pagination .pagination-page li,
  .pagination .next {
    width: 35px;
    height: 35px;
    margin: 0 4px;
  }
  .other-banner .other-imgbox {
    height: 200px;
  }
  .aboutcontent .witness .witness-box {
    padding-right: var(--p);
  }
  .details .details2 .details-nav .navbox .navbox2 {
    font-size: 16px;
  }
  .details-content .details-left .details-imgbox {
    flex-direction: column;
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    height: auto;
    width: 100%;
    padding-top: var(--d30);
    padding-bottom: 0;
  }
  .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
  }
  .detailscontent .motorcycle .motorcycle-titlebox {
    flex-direction: column;
    align-items: flex-end;
  }
  .motorcycle-title {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .news-list .news-list2 .news-box {
    flex-direction: column;
  }
  .news-list .news-list2 .news-box .news-conbox .news-imgbox {
    width: 100%;
    padding: var(--d20) 0;
  }
  .news-list .news-list2 .news-box .news-conbox .news-textbox {
    padding-left: 0;
    width: 100%;
  }
  .news-list .news-list2 .news-box .news-conbox {
    flex-direction: column;
    width: 100%;
  }
  .fooder {
    padding-bottom: 52px;
  }
  .fooder .fooder-con {
    flex-wrap: wrap;
  }
  .fooder .fooder-con .fooder-contact {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .swiper-but {
    width: 40px;
    height: 40px;
  }
  .news-list .news-list2 .news-box .news-date {
    width: 100%;
  }
  .fooder-navbox {
    margin-bottom: var(--d30);
  }
}
@media (max-width: 576px) {
  :root {
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d208: 30px;
    --d180: 30px;
    --d170: 30px;
    --d160: 30px;
    --d158: 30px;
    --d150: 30px;
    --d145: 30px;
    --d138: 30px;
    --d135: 30px;
    --d130: 30px;
    --d124: 30px;
    --d120: 30px;
    --d118: 30px;
    --d110: 30px;
    --d105: 30px;
    --d100: 30px;
    --d90: 30px;
    --d88: 30px;
    --d80: 30px;
    --d75: 30px;
    --d70: 30px;
    --d64: 20px;
    --d50: 20px;
    --d48: 20px;
    --d44: 15px;
    --d42: 15px;
    --d40: 15px;
    --d38: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 8px;
    --90: 35px;
    --80: 30px;
    --75: 28px;
    --68: 28px;
    --65: 28px;
    --64: 28px;
    --60: 28px;
    --44: 26px;
    --40: 26px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
    --15: 14px;
  }
  .details .details2 .details-nav {
    top: 55px;
  }
  .details .details2 .details-nav .navbox .navbox2 {
    font-size: 14px;
  }
  .details-content .details-right .details-right2 .details-butbox {
    flex-direction: column;
    align-items: flex-end;
  }
  .details-content .details-right .details-right2 .details-share {
    margin-top: var(--d30);
  }
  .header .header-box1 .header-content1 .logo {
    width: 64px;
  }
  .header .header-box1 .header-content1 {
    height: 55px;
  }
  .indexcontent .i-product #pinContainer .panel .i-product-list .i-product-list2 {
    width: 100%;
    padding-right: 0;
  }
  .indexcontent .i-motorcycle .i-motorcycle-titlebox {
    flex-direction: column;
    align-items: flex-end;
  }
  .indexcontent .i-motorcycle .i-motorcycle-titlebox .i-motorcycle-title {
    width: 100%;
    margin-bottom: var(--d30);
  }
}
