* {
  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: 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: center;
}
.table-box table .firstRow td {
  background-color: var(--c);
  color: #fff;
}
.table-box table tr:nth-child(2n-1) {
  background-color: #fafafa;
}
.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;
}
body {
  font-family: 'Barlow', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #666666;
  color: #666666;
}
i {
  line-height: 1;
}
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  src: local('Inter Regular'), local('Inter-Regular'), url('../../app/fonts/Inter-Regular.woff2') format('woff2'), url('../../app/fonts/Inter-Regular.woff') format('woff'), url('../../app/fonts/Inter-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  font-weight: 400;
  font-style: normal;
  src: local('Barlow Regular'), local('Barlow-Regular'), url('../../app/fonts/Barlow-Regular.woff2') format('woff2'), url('../../app/fonts/Barlow-Regular.woff') format('woff'), url('../../app/fonts/Barlow-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  font-weight: 500;
  font-style: normal;
  src: local('Barlow Medium'), local('Barlow-Medium'), url('../../app/fonts/Barlow-Medium.woff2') format('woff2'), url('../../app/fonts/Barlow-Medium.woff') format('woff'), url('../../app/fonts/Barlow-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  font-weight: 600;
  font-style: normal;
  src: local('Barlow SemiBold'), local('Barlow-SemiBold'), url('../../app/fonts/Barlow-SemiBold.woff2') format('woff2'), url('../../app/fonts/Barlow-SemiBold.woff') format('woff'), url('../../app/fonts/Barlow-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  font-weight: 700;
  font-style: normal;
  src: local('Barlow Bold'), local('Barlow-Bold'), url('../../app/fonts/Barlow-Bold.woff2') format('woff2'), url('../../app/fonts/Barlow-Bold.woff') format('woff'), url('../../app/fonts/Barlow-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  font-weight: 800;
  font-style: normal;
  src: local('Barlow BoldItalic'), local('Barlow-BoldItalic'), url('../../app/fonts/Barlow-BoldItalic.woff2') format('woff2'), url('../../app/fonts/Barlow-BoldItalic.woff') format('woff'), url('../../app/fonts/Barlow-BoldItalic.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  font-weight: 400;
  font-style: normal;
  src: local('Oswald Regular'), local('Oswald-Regular'), url('../../app/fonts/Oswald-Regular.woff2') format('woff2'), url('../../app/fonts/Oswald-Regular.woff') format('woff'), url('../../app/fonts/Oswald-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  font-weight: 500;
  font-style: normal;
  src: local('Oswald Medium'), local('Oswald-Medium'), url('../../app/fonts/Oswald-Medium.woff2') format('woff2'), url('../../app/fonts/Oswald-Medium.woff') format('woff'), url('../../app/fonts/Oswald-Medium.ttf') format('truetype');
  font-display: swap;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1410vw) / 2);
  --c: #193D7E;
  --c2: #3A7BFE;
  --d243: 243px;
  --d208: 208px;
  --d190: 190px;
  --d185: 185px;
  --d180: 180px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d150: 150px;
  --d147: 147px;
  --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;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d18: 18px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --100: 100px;
  --80: 80px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --44: 44px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
.inter {
  font-family: 'Inter', Arial, sans-serif;
}
.oswald {
  font-family: 'Oswald', Arial, sans-serif;
}
.title {
  font-size: var(--56);
  line-height: calc(71 / 56);
  color: var(--c);
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 500;
}
.title2 {
  font-size: var(--20);
  line-height: calc(30 / 20);
  color: #222222;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 500;
  transition: all 0.5s;
}
.title3 {
  font-size: var(--68);
  line-height: calc(71 / 68);
  color: var(--c);
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 500;
  transition: all 0.5s;
}
.text16-24 {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #666666;
}
.text16-30 {
  font-size: var(--16);
  line-height: calc(30 / 16);
  color: #666666;
}
@keyframes playan1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}
.header .header-box1 {
  background-color: #fff;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .header-box1 .header-content1 .logo {
  width: 334.6px;
}
.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;
}
.header .header-box1 .header-content1 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .header-box1 .header-content1 .header-right a {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 500;
}
.header .header-box1 .header-content1 .header-right .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
.header .header-box1 .header-content1 .header-right .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-box1 .header-content1 .header-right .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-box1 .header-content1 .header-right .header-search .search .search-box .input-text {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-box1 .header-content1 .header-right .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-box1 .header-content1 .header-right .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-box1 .header-content1 .header-right .header-mes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 162px;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2 {
  margin-right: 70px;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2:last-child {
  margin-right: 0;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-qc {
  width: 57px;
  height: 57px;
  padding: 3px;
  box-shadow: 0px 4px 18.4px rgba(0, 0, 0, 0.1);
}
.header .header-box1 .header-content1 .header-right .header-mes .header-qc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes-content {
  margin-top: 7px;
  color: #B5B5B5;
  font-size: var(--12);
}
.header .header-box1 .header-content1 .header-right .header-share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.header .header-box1 .header-content1 .header-right .header-share a:last-child {
  margin-right: 0;
}
.header .header-box1 .header-content1 .header-right .header-share a:hover i {
  color: var(--c);
}
.header .header-box1 .header-content1 .header-right .header-share a i {
  transition: all 0.5s;
  color: #000000;
  font-size: 32px;
  line-height: 1;
}
.header .header-search .search-con {
  background-color: var(--c);
  cursor: pointer;
  padding: var(--d8) var(--d10);
  border-radius: 5px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: var(--14);
  line-height: calc(21 / 14);
}
.header .header-search .search-con i {
  margin-right: var(--d8);
  font-size: var(--20);
}
.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: #000;
  transition: all 0.5s;
}
.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%;
    margin-right: 69px;
  }
  .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%;
  }
  .header-nav .header-list .header-list2 .header-list3 span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .header-list3 span::after {
    width: 0%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.5px;
    background-color: var(--c);
    transition: all 0.5s;
  }
  .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-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: #121212;
  }
  .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-color: #fff;
    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: 1400px) and (min-width: 1201px) {
  .header-nav .header-list {
    display: flex;
    height: 100%;
    margin-right: 30px;
  }
  .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: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 50px;
}
.online-wrap .online a {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.5s;
  margin: 5px 0;
}
.online-wrap .online a i {
  font-size: 22px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  transition: all 0.5s;
}
.online-wrap .online a:hover i {
  color: var(--c);
}
.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);
  }
}
.fooder {
  padding-top: var(--d100);
  background-color: var(--c);
}
.fooder .fooder-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: var(--d46);
  margin-bottom: var(--d46);
  border-bottom: 1px solid #476498;
}
.fooder .fooder-top .fooder-title {
  width: 811px;
}
.fooder .fooder-top .fooder-title h2 {
  color: #fff;
}
.fooder .fooder-top .fooder-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-top .fooder-share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  margin-right: var(--d10);
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-share a:hover {
  border-color: var(--c2);
}
.fooder .fooder-top .fooder-share a:hover i {
  color: var(--c2);
}
.fooder .fooder-top .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-top .fooder-share a i {
  font-size: var(--20);
  color: #D9D9D9;
  transition: all 0.5s;
}
.fooder .fooder-con {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d100);
  border-bottom: 1px solid #2E4C82;
}
.fooder .fooder-con .fooder-mesbox {
  width: 331px;
}
.fooder .fooder-con .fooder-mesbox .fooder-logo {
  width: 100%;
  margin-bottom: var(--d40);
}
.fooder .fooder-con .fooder-mesbox .fooder-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2 {
  margin-bottom: var(--d16);
  display: flex;
  color: #fff;
}
.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2 i {
  margin-right: var(--d16);
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2 a:hover {
  text-decoration: underline;
}
.fooder .fooder-con .fooder-right {
  display: flex;
}
.fooder .fooder-con .fooder-right .fooder-navtit {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: var(--24);
  line-height: calc(30 / 24);
  color: #fff;
  position: relative;
  padding-bottom: var(--d24);
  margin-bottom: var(--d24);
}
.fooder .fooder-con .fooder-right .fooder-navtit::after {
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 1px;
  background-color: #fff;
}
.fooder .fooder-con .fooder-right .fooder-navbox {
  margin-right: 150px;
}
.fooder .fooder-con .fooder-right .fooder-navbox .fooder-nav a {
  display: block;
  margin-bottom: var(--d16);
  color: #fff;
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.fooder .fooder-con .fooder-right .fooder-navbox .fooder-nav a:hover {
  text-decoration: underline;
}
.fooder .fooder-con .fooder-right .fooder-navbox .fooder-nav a:last-child {
  margin-bottom: 0;
}
.fooder .fooder-con .fooder-right .fooder-frombox {
  width: 422px;
}
.fooder .fooder-con .fooder-right .fooder-frombox .fooder-fromtext {
  margin-bottom: var(--d24);
  color: #fff;
}
.fooder .fooder-con .fooder-right .fooder-frombox .fooder-form {
  padding: 5px;
  border: 1px solid #fff;
}
.fooder .fooder-con .fooder-right .fooder-frombox .fooder-form .fooder-form-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fooder .fooder-con .fooder-right .fooder-frombox .fooder-form .input-text {
  width: calc(100% - 50px);
  background-color: transparent;
  padding-left: var(--d15);
}
.fooder .fooder-con .fooder-right .fooder-frombox .fooder-form .input-text::placeholder {
  transition: all 0.5s;
  color: #fff;
}
.fooder .fooder-con .fooder-right .fooder-frombox .fooder-form .input-text:focus::placeholder {
  opacity: 0.3;
}
.fooder .fooder-con .fooder-right .fooder-frombox .fooder-form .form-submit {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--24);
  background-color: #fff;
  color: var(--c);
  transition: all 0.5s;
}
.fooder .fooder-con .fooder-right .fooder-frombox .fooder-form .form-submit:hover {
  background-color: var(--c2);
  color: #fff;
}
.fooder .fooder-bom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--d18);
  padding-bottom: var(--d30);
  color: #8D9AB1;
}
.fooder .fooder-bom .fooder-right2 a:first-child {
  margin-right: var(--d32);
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .swiper-butbox .banner-bug {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: transparent;
}
.index-banner .swiper-butbox .banner-prev {
  left: 135px;
}
.index-banner .swiper-butbox .banner-next {
  right: 135px;
}
.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(100% * 886 / 1920);
  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-product {
  padding-top: var(--d140);
}
.indexcontent .i-product .i-product-title {
  text-align: center;
  margin-bottom: var(--d16);
}
.indexcontent .i-product .i-product-text {
  text-align: center;
  width: 1082px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d56);
}
.indexcontent .i-product .i-product-swiperbox {
  position: relative;
  margin-bottom: var(--d56);
}
.indexcontent .i-product .i-product-swiperbox .i-product-bug {
  position: absolute;
  top: 50%;
}
.indexcontent .i-product .i-product-swiperbox .i-product-prev {
  left: -30px;
  transform: translate(-100%, -50%);
}
.indexcontent .i-product .i-product-swiperbox .i-product-next {
  right: -30px;
  transform: translate(100%, -50%);
}
.indexcontent .i-product .more-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .i-tires {
  padding-top: var(--d185);
  padding-bottom: var(--d78);
  position: relative;
}
.indexcontent .i-tires .i-tires-bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62.08333vw;
  pointer-events: none;
}
@media (min-width: 1920px) {
  .indexcontent .i-tires .i-tires-bg1 {
    width: 1192px;
  }
}
.indexcontent .i-tires .i-tires-bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-tires .i-tires-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.indexcontent .i-tires .i-tires-bg2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-tires .i-tires-box {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-bottom: var(--d124);
}
.indexcontent .i-tires .i-tires-box .i-tires-textbox {
  width: 744px;
  max-width: 100%;
}
.indexcontent .i-tires .i-tires-box .i-tires-textbox .i-tires-title {
  margin-bottom: var(--d32);
  width: 700px;
  max-width: 100%;
}
.indexcontent .i-tires .i-tires-box .i-tires-textbox .i-tires-text {
  margin-bottom: var(--d45);
}
.indexcontent .i-tires .i-tires-box .i-tires-textbox .i-tires-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.indexcontent .i-blog {
  padding: var(--d140) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.indexcontent .i-blog .i-blog-title {
  margin-bottom: var(--d56);
  text-align: center;
}
.indexcontent .i-blog .i-blog-swiperbox {
  position: relative;
}
.indexcontent .i-blog .i-blog-swiperbox .i-blog-bug {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.indexcontent .i-blog .i-blog-swiperbox .i-blog-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.indexcontent .i-blog .i-blog-swiperbox .i-blog-next {
  right: 0;
  transform: translate(50%, -50%);
}
.indexcontent .i-blog .i-blog-swiperbox .swiper-wrapper {
  align-items: stretch;
}
.indexcontent .i-blog .i-blog-swiperbox .swiper-wrapper .swiper-slide {
  height: auto;
}
.indexcontent .i-blog .i-blog-swiperbox .blog-contnet {
  position: relative;
}
.indexcontent .i-blog .i-blog-swiperbox .blog-contnet::after {
  width: 176px;
  height: 16px;
  background-color: var(--c);
  position: absolute;
  bottom: 0;
  right: var(--d24);
  content: '';
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.i-tires-numbox {
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 6px;
  padding: var(--d16) var(--d30);
  box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
.i-tires-numbox .i-tires-list .i-tires-list2 .i-tires-list3 .i-tires-num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--40);
  line-height: calc(71 / 40);
  color: var(--c);
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: var(--d8);
}
.i-tires-numbox .i-tires-list .i-tires-list2 .i-tires-list3 .i-tires-list-title {
  text-align: center;
}
.video-play {
  width: 47px;
  height: 47px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  margin-left: var(--d68);
}
.video-play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  background-color: #D9D9D9;
  animation: playan1 3s linear infinite normal;
  border-radius: 50%;
  z-index: -1;
}
.video-play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  background-color: #D9D9D9;
  animation: playan1 3s linear infinite normal;
  animation-delay: 1.5s;
  border-radius: 50%;
  z-index: -1;
}
.video-play i {
  font-size: 20px;
  color: var(--c);
}
.product-contnet {
  position: relative;
}
.product-contnet:hover .product-bg::after {
  opacity: 0;
}
.product-contnet:hover .product-bg::before {
  opacity: 1;
}
.product-contnet:hover .product-box .product-title .title2 {
  color: #fff;
}
.product-contnet .product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-contnet .product-bg::after {
  background-color: rgba(245, 245, 245, 0.9);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  transition: all 0.5s;
}
.product-contnet .product-bg::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.23%, rgba(0, 0, 0, 0.6) 96.51%), linear-gradient(0deg, rgba(25, 61, 126, 0.29), rgba(25, 61, 126, 0.29));
  transform: matrix(-1, 0, 0, 1, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  opacity: 0;
  transition: all 0.5s;
}
.product-contnet .product-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-contnet .product-box {
  position: relative;
  z-index: 10;
}
.product-contnet .product-box .product-imgbox .img-box {
  padding-bottom: calc(855 / 660 * 100%);
}
.product-contnet .product-box .product-title {
  padding: var(--d24) var(--d20);
  text-align: center;
}
.product-contnet .product-box .product-title .title2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.other-banner {
  width: 100%;
}
.other-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-contnet {
  height: 100%;
}
.blog-contnet:hover .img-box img {
  transform: scale(1.1);
}
.blog-contnet:hover .blog-titlebox {
  background-color: #fff;
}
.blog-contnet:hover .blog-titlebox .blog-title .title2 {
  color: var(--c);
}
.blog-contnet .blog-imgbox .img-box {
  padding-bottom: calc(600 / 900 * 100%);
}
.blog-contnet .blog-titlebox {
  padding: var(--d24) var(--d24) var(--d40);
  transition: all 0.5s;
}
.blog-contnet .blog-titlebox .blog-title {
  margin-bottom: var(--d16);
}
.blog-contnet .blog-titlebox .blog-title .title2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-contnet .blog-titlebox .blog-date {
  margin-bottom: var(--d16);
  display: flex;
  align-items: center;
}
.blog-contnet .blog-titlebox .blog-date i {
  font-size: var(--16);
  color: var(--c);
  margin-right: var(--d8);
}
.blog-contnet .blog-titlebox .blog-date .blog-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.swiper-butbox .swiper-but {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D9D9D9;
  transition: all 0.5s;
}
.swiper-butbox .swiper-but:hover {
  background-color: var(--c);
}
.swiper-butbox .swiper-but i {
  font-size: var(--20);
  color: #fff;
}
.more-but {
  display: inline-block;
}
.more-but .more-but2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d10) var(--d30);
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: var(--c);
  border: 1px solid var(--c);
  transition: all 0.5s;
}
.more-but .more-but2:hover {
  background-color: var(--c);
  color: #fff;
}
.productcontent {
  padding: var(--d100) 0 var(--d130);
}
.productcontent .product-title {
  text-align: center;
  margin-bottom: var(--d16);
}
.productcontent .product-text {
  margin: 0 auto;
  margin-bottom: var(--d56);
  text-align: center;
  width: 1050px;
  max-width: 100%;
}
.productcontent .product-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: var(--d32);
}
.productcontent .product-nav .product-nav2 {
  padding: var(--d10);
  width: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.productcontent .product-nav .product-nav2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.productcontent .product-nav .product-nav2:hover {
  background-color: var(--c);
  color: #fff;
}
.productcontent .product-nav .action {
  background-color: var(--c);
  color: #fff;
}
.productcontent .product-listbox .product-list {
  margin-bottom: calc(var(--d32) * -1);
  padding-bottom: var(--d56);
}
.productcontent .product-listbox .product-list .product-list2 {
  margin-bottom: var(--d32);
}
.detailscontent .details-content2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--d100);
  padding-bottom: var(--d90);
}
.detailscontent .details-content2 .details-left .details-imgbox {
  display: flex;
}
.detailscontent .details-content2 .details-left .details-imgbox .img-box {
  padding-bottom: calc(855 / 660 * 100%);
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
  width: 120px;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-right: var(--d30);
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 100%;
  padding: 1px;
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border-color: var(--c);
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.detailscontent .details-content2 .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: "\e60a";
  font-size: 30px;
  color: var(--c2);
  z-index: 10;
  background-color: #fff;
  line-height: 1;
  border-radius: 50%;
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
  overflow: hidden;
  width: 570px;
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #E7E7E7;
}
.detailscontent .details-content2 .details-right {
  width: 634px;
}
.detailscontent .details-content2 .details-right .details-title {
  margin-bottom: var(--d56);
}
.detailscontent .details-content2 .details-right .details-title h2 {
  font-size: var(--38);
  line-height: calc(45.6 / 38);
  color: var(--c);
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 500;
}
.detailscontent .details-content2 .details-right .details-text {
  margin-bottom: var(--d243);
}
.detailscontent .details-content2 .details-right .details-text-title {
  font-weight: 500;
  color: #222222;
  font-size: var(--16);
  line-height: calc(24 / 16);
  margin-bottom: var(--d10);
}
.detailscontent .details-content2 .details-right .details-but a {
  padding: var(--d12);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
  color: #fff;
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.detailscontent .details-content2 .details-right .details-but a i {
  font-size: var(--20);
  margin-right: var(--d16);
}
.detailscontent .details {
  background-color: #F5F5F5;
  padding: var(--d100) 0 var(--d130);
}
.detailscontent .details .content-title {
  font-size: var(--32);
  line-height: calc(38.4 / 32);
  color: #222222;
  margin-bottom: var(--d32);
  font-weight: 500;
  font-family: 'Oswald', Arial, sans-serif;
}
.detailscontent .details .detproduct {
  margin-bottom: var(--d80);
}
.detailscontent .details .detproduct .detproduct-text {
  font-size: var(--16);
  line-height: calc(30 / 16);
  color: #666666;
  margin-bottom: var(--d32);
}
.detailscontent .details .detproduct .detproduct-text:last-child {
  margin-bottom: 0;
}
.detailscontent .details .productdata {
  margin-bottom: var(--d80);
}
.detailscontent .details .like .like-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d32);
}
.detailscontent .details .like .like-titlebox .content-title {
  margin-bottom: 0;
}
.detailscontent .details .like .like-titlebox .swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailscontent .details .like .like-titlebox .swiper-butbox .like-prev {
  margin-right: var(--d10);
}
.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  margin-bottom: var(--d40);
  border-radius: 5px;
  padding: 15px;
  background-color: var(--c);
  opacity: 0.8;
  color: #fff;
  margin-bottom: var(--d30);
}
.search-note .hot {
  margin-bottom: var(--d30);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 var(--d8);
}
.pagination li a {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  color: #666666;
  background-color: #F5F5F5;
  transition: all 0.5s;
}
.pagination li:hover a {
  background-color: var(--c2);
  color: #fff;
}
.pagination .active a {
  background-color: var(--c2);
  color: #fff;
}
.aboutcontent .about {
  padding-top: var(--d147);
  padding-bottom: var(--d130);
}
.aboutcontent .about .about-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d80);
}
.aboutcontent .about .about-box .about-left {
  width: calc(900 / 1410 * 100%);
}
.aboutcontent .about .about-box .about-left .about-title {
  margin-bottom: var(--d32);
}
.aboutcontent .about .about-box .about-left .about-title2 {
  font-size: var(--20);
  line-height: calc(24 / 20);
  color: #222222;
  margin-bottom: var(--d24);
  font-weight: 600;
}
.aboutcontent .about .about-box .about-rigth {
  width: calc(490 / 1410 * 100%);
  display: flex;
  justify-content: space-between;
}
.aboutcontent .about .about-box .about-rigth .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutcontent .about .about-box .about-rigth .about-img1 {
  position: relative;
  transform: translateY(calc(var(--d46) * -1));
}
.aboutcontent .about .about-box .about-rigth .about-img1 .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  margin-left: 0;
}
.aboutcontent .factory {
  background-color: #F5F5F5;
  padding: var(--d100) 0;
}
.aboutcontent .factory .factory-title {
  margin-bottom: var(--d16);
}
.aboutcontent .factory .factory-text {
  width: 1295px;
  max-width: 100%;
  margin-bottom: var(--d56);
}
.aboutcontent .factory .factory-swiper {
  margin-bottom: var(--d56);
}
.aboutcontent .factory .factory-swiper .swiper-wrapper {
  justify-content: center;
}
.aboutcontent .factory .factory-swiper .img-box {
  padding-bottom: calc(600 / 900 * 100%);
}
.aboutcontent .factory .factory-swiper .factory-img1 {
  margin-bottom: var(--d30);
}
.aboutcontent .factory .swiper-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.aboutcontent .factory .swiper-butbox .factory-prev {
  margin-right: var(--d10);
}
.aboutcontent .honor {
  padding-top: var(--d110);
  padding-bottom: var(--d100);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.aboutcontent .honor .honor-title {
  text-align: center;
  margin-bottom: var(--d45);
}
.aboutcontent .honor .honor-swiperbox {
  position: relative;
}
.aboutcontent .honor .honor-swiperbox .honor-swiper .img-box {
  padding-bottom: calc(930 / 660 * 100%);
}
.aboutcontent .honor .honor-swiperbox .honor-bug {
  position: absolute;
  top: 50%;
}
.aboutcontent .honor .honor-swiperbox .honor-prev {
  left: -30px;
  transform: translate(-100%, -50%);
}
.aboutcontent .honor .honor-swiperbox .honor-next {
  right: -30px;
  transform: translate(100%, -50%);
}
.oemcontent .example {
  padding: var(--d100) 0 var(--d130);
}
.oemcontent .example .example-box {
  display: flex;
  justify-content: space-between;
}
.oemcontent .example .example-box .example-left {
  width: calc(600 / 1410 * 100%);
}
.oemcontent .example .example-box .example-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oemcontent .example .example-box .example-right {
  width: calc(690 / 1410 * 100%);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.oemcontent .example .example-box .example-right .example-title {
  margin-bottom: var(--d24);
}
.oemcontent .example .example-box .example-right .example-list {
  margin-bottom: calc(var(--d30) * -1);
}
.oemcontent .example .example-box .example-right .example-list .example-list2 {
  margin-bottom: var(--d30);
}
.oemcontent .example .example-box .example-right .example-list .example-list2 .example-list3 {
  padding: var(--d34) var(--d20) var(--d20);
  height: 100%;
  background-color: #F5F5F5;
}
.oemcontent .example .example-box .example-right .example-list .example-list2 .example-list3 .example-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d24);
}
.oemcontent .example .example-box .example-right .example-list .example-list2 .example-list3 .example-icon i {
  color: var(--c);
  font-size: var(--60);
}
.oemcontent .example .example-box .example-right .example-list .example-list2 .example-list3 .example-list-text {
  text-align: center;
}
.oemcontent .experienced {
  padding-bottom: var(--d130);
}
.oemcontent .experienced .experienced-title {
  text-align: center;
  margin-bottom: var(--d24);
}
.oemcontent .experienced .experienced-text {
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d56);
}
.oemcontent .experienced .experienced-list {
  margin-bottom: calc(var(--d30) * -1);
}
.oemcontent .experienced .experienced-list .experienced-list2 {
  margin-bottom: var(--d30);
}
.oemcontent .experienced .experienced-list .experienced-list2 .experienced-list3 {
  position: relative;
}
.oemcontent .experienced .experienced-list .experienced-list2 .experienced-list3::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.oemcontent .experienced .experienced-list .experienced-list2 .experienced-list3 .img-box {
  padding-bottom: calc(480 / 900 * 100%);
}
.oemcontent .experienced .experienced-list .experienced-list2 .experienced-list3 .experienced-list-title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: var(--d20);
  color: #fff;
  z-index: 10;
}
.oemcontent .oem {
  padding: var(--d100) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.oemcontent .oem .oem-title {
  text-align: center;
  margin-bottom: var(--d24);
}
.oemcontent .oem .oem-title .title3 {
  color: #fff;
}
.oemcontent .oem .oem-text {
  text-align: center;
  color: #fff;
  margin-bottom: var(--d56);
}
.oemcontent .oem .oem-list {
  margin-bottom: calc(var(--d30) * -1);
}
.oemcontent .oem .oem-list .oem-list2 {
  margin-bottom: var(--d30);
}
.oemcontent .oem .oem-list .oem-list2 .oem-list3 {
  padding: var(--d55) var(--d20);
  height: 100%;
  background: rgba(170, 179, 194, 0.24);
  border: 1px solid rgba(223, 228, 237, 0.11);
  backdrop-filter: blur(5.25px);
  position: relative;
  transition: all 0.5s;
}
.oemcontent .oem .oem-list .oem-list2 .oem-list3:hover {
  background-color: #fff;
}
.oemcontent .oem .oem-list .oem-list2 .oem-list3:hover .oem-icon i {
  color: var(--c);
}
.oemcontent .oem .oem-list .oem-list2 .oem-list3:hover .oem-list-title {
  color: var(--c);
}
.oemcontent .oem .oem-list .oem-list2 .oem-list3 .oem-num {
  position: absolute;
  top: var(--d8);
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--100);
  line-height: 1;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.072) 21.5%, rgba(255, 255, 255, 0) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.oemcontent .oem .oem-list .oem-list2 .oem-list3 .oem-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d40);
}
.oemcontent .oem .oem-list .oem-list2 .oem-list3 .oem-icon i {
  color: #fff;
  font-size: var(--60);
  transition: all 0.5s;
}
.oemcontent .oem .oem-list .oem-list2 .oem-list3 .oem-list-title {
  text-align: center;
  color: #fff;
}
.oemcontent .time {
  padding: var(--d130) 0;
}
.oemcontent .time .time-title {
  text-align: center;
  margin-bottom: var(--d24);
}
.oemcontent .time .time-text {
  text-align: center;
  width: 834px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d56);
}
.oemcontent .time .time-table {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}
.oemcontent .time .time-table img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oemcontent .take {
  position: relative;
  padding-bottom: var(--d130);
}
.oemcontent .take .take-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.oemcontent .take .take-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oemcontent .take .take-box {
  display: flex;
  justify-content: space-between;
}
.oemcontent .take .take-box .take-titlebox {
  width: calc(570 / 1410 * 100%);
}
.oemcontent .take .take-box .take-titlebox .take-title {
  margin-bottom: var(--d24);
}
.oemcontent .take .take-box .take-listbox {
  width: 100%;
}
.oemcontent .take .take-box .take-listbox .take-list {
  margin-bottom: calc(var(--d30) * -1);
}
.oemcontent .take .take-box .take-listbox .take-list .take-list2 {
  margin-bottom: var(--d30);
}
.oemcontent .take .take-box .take-listbox .take-list .take-list2 .take-list3 {
  height: 100%;
  padding: var(--d55) var(--d32);
  background-color: #F5F5F5;
}
.oemcontent .take .take-box .take-listbox .take-list .take-list2 .take-list3 .take-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d32);
}
.oemcontent .take .take-box .take-listbox .take-list .take-list2 .take-list3 .take-icon i {
  font-size: var(--50);
  color: var(--c);
}
.oemcontent .take .take-box .take-listbox .take-list .take-list2 .take-list3 .take-list-title {
  text-align: center;
}
.supportcontent {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}
.supportcontent .support-box {
  display: flex;
  justify-content: space-between;
}
.supportcontent .support-box .support-left {
  width: 330px;
}
.supportcontent .support-box .support-left .support-left2 {
  position: sticky;
  top: 150px;
  width: 100%;
  left: 0;
}
.supportcontent .support-box .support-left .support-left2 .support-list .support-list2 {
  margin-bottom: var(--d10);
}
.supportcontent .support-box .support-left .support-left2 .support-list .support-list2:last-child {
  margin-bottom: 0;
}
.supportcontent .support-box .support-left .support-left2 .support-list .support-list2 .support-list3 {
  padding: var(--d10) var(--d20);
  position: relative;
  transition: all 0.5s;
  background-color: #F5F5F5;
}
.supportcontent .support-box .support-left .support-left2 .support-list .support-list2 .support-list3:hover {
  background-color: var(--c);
  color: #fff;
}
.supportcontent .support-box .support-left .support-left2 .support-list .support-list2 .support-list3:hover::after {
  background-color: #fff;
}
.supportcontent .support-box .support-left .support-left2 .support-list .support-list2 .support-list3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: var(--c);
  transition: all 0.5s;
}
.supportcontent .support-box .support-left .support-left2 .support-list .action .support-list3 {
  background-color: var(--c);
  color: #fff;
}
.supportcontent .support-box .support-left .support-left2 .support-list .action .support-list3::after {
  background-color: #fff;
}
.supportcontent .support-box .support-right {
  width: calc(100% - 360px);
}
.supportcontent .support-box .support-right .support-title {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: var(--d24);
  margin-bottom: var(--d56);
}
.supportcontent .support-box .support-right .support-title h2 {
  font-weight: 500;
  font-size: var(--38);
  line-height: calc(30 / 38);
  color: var(--c);
  font-family: 'Oswald', Arial, sans-serif;
}
.supportcontent .support-box .support-right .support-text .support-text-title {
  color: var(--c);
  font-weight: 700;
}
.newscontent {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}
.newscontent .news-list {
  margin-bottom: calc(var(--d30) * -1);
}
.newscontent .news-list .news-list2 {
  margin-bottom: var(--d30);
  padding-bottom: var(--d56);
}
.contactcontent {
  background-color: #F6F7F8;
  padding-top: var(--d100);
  padding-bottom: var(--d130);
  position: relative;
}
.contactcontent::after {
  width: 100%;
  left: 0;
  height: 50%;
  bottom: 0;
  content: '';
  position: absolute;
  background-color: #fff;
}
.contactcontent .contact-title {
  text-align: center;
  margin-bottom: var(--d24);
}
.contactcontent .contact-text {
  width: 1170px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: var(--d100);
  max-width: 100%;
}
.contactcontent .contact-box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 0px 19.2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
.contactcontent .contact-box .contact-left {
  width: calc(574 / 1410 * 100%);
  padding: var(--d30);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contactcontent .contact-box .contact-left .contact-left-title {
  font-size: var(--32);
  margin-bottom: var(--d16);
  font-weight: 700;
  font-family: 'Oswald', Arial, sans-serif;
  color: #fff;
}
.contactcontent .contact-box .contact-left .contact-left-text {
  color: #F5F5F5;
  margin-bottom: var(--d80);
}
.contactcontent .contact-box .contact-left .contact-list {
  padding: 0 var(--d64);
  margin-bottom: var(--d80);
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 {
  margin-bottom: var(--d40);
  display: flex;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-list-icon {
  margin-right: var(--d20);
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-list-icon i {
  font-size: var(--20);
  line-height: calc(33 / 20);
  color: #fff;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-list-title {
  display: flex;
  align-items: center;
  margin-bottom: var(--d8);
  font-size: var(--22);
  line-height: calc(33 / 22);
  color: #fff;
  font-weight: 500;
  font-family: 'Oswald', Arial, sans-serif;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-list-text {
  color: #fff;
}
.contactcontent .contact-box .contact-left .contact-sharebox {
  padding: 0 var(--d64);
}
.contactcontent .contact-box .contact-left .contact-sharebox .contact-share-title {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
  margin-bottom: var(--d16);
  font-weight: 500;
  font-family: 'Oswald', Arial, sans-serif;
}
.contactcontent .contact-box .contact-left .contact-sharebox .contact-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contactcontent .contact-box .contact-left .contact-sharebox .contact-share a {
  display: inline-block;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  margin-right: var(--d10);
  transition: all 0.5s;
}
.contactcontent .contact-box .contact-left .contact-sharebox .contact-share a:hover {
  border-color: var(--c2);
}
.contactcontent .contact-box .contact-left .contact-sharebox .contact-share a:hover i {
  color: var(--c2);
}
.contactcontent .contact-box .contact-left .contact-sharebox .contact-share a:last-child {
  margin-right: 0;
}
.contactcontent .contact-box .contact-left .contact-sharebox .contact-share a i {
  font-size: var(--20);
  color: #D9D9D9;
  transition: all 0.5s;
}
.contactcontent .contact-box .contact-right {
  width: calc(836 / 1410 * 100%);
}
.contact-form {
  padding: var(--d84) var(--d68) var(--d84) var(--d78);
}
.contact-form .contact-form-title {
  font-size: var(--48);
  line-height: calc(58 / 48);
  color: #00173E;
  margin-bottom: var(--d32);
  font-weight: 700;
  font-family: 'Oswald', Arial, sans-serif;
}
.contact-form li {
  margin-bottom: var(--d20);
}
.contact-form .input-box {
  padding: var(--d12) var(--d16);
  border: 1px solid #D9D9D9;
  width: 100%;
}
.contact-form .textarea-box {
  height: 218px;
}
.contact-form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
  padding: var(--d12) var(--d58);
  background-color: var(--c);
}
.contact-form .submit i {
  color: #fff;
  font-size: var(--16);
  margin-left: var(--d8);
}
.newsdetcon {
  padding: var(--d100) 0;
}
.newsdetcon .index-news-date {
  margin-bottom: var(--d20);
}
.newsdetcon .contact-form {
  width: 100%;
  padding: 0;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .products-more-con {
  justify-content: flex-start;
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d30);
  color: var(--c);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: var(--c);
  display: inline-block;
  margin-right: 10px;
}
.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 {
  text-decoration: underline;
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .share {
  margin-top: var(--d70);
}
.newsdetcon .news-next {
  margin-bottom: var(--d70);
}
.sitemapcontent .sitemap-content {
  padding: var(--d100) 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(--d100) 0;
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.container {
  max-width: 1410px;
  padding: 0;
  position: relative;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --d243: 140px;
    --d185: 140px;
    --d147: 110px;
    --d140: 110px;
    --d130: 110px;
    --d124: 100px;
    --d84: 60px;
    --d80: 60px;
    --d78: 60px;
    --d68: 40px;
    --d64: 40px;
    --d56: 45px;
    --d55: 45px;
    --d34: 28px;
    --68: 56px;
    --60: 50px;
    --56: 50px;
    --48: 40px;
  }
  .header .header-box1 .header-content1 .logo {
    width: 280px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
    width: 466px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
    width: 95px;
    height: 515px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1060px;
  }
  .row {
    --bs-gutter-x: 0.875rem;
  }
  :root {
    --d243: 80px;
    --d185: 120px;
    --d147: 80px;
    --d140: 80px;
    --d130: 80px;
    --d124: 80px;
    --d100: 80px;
    --d84: 50px;
    --d80: 50px;
    --d78: 50px;
    --d68: 35px;
    --d56: 35px;
    --d55: 35px;
    --d40: 30px;
    --d32: 20px;
    --d30: 20px;
    --d24: 16px;
    --d20: 12px;
    --d16: 10px;
    --d10: 6px;
    --d8: 4px;
    --100: 74px;
    --68: 48px;
    --56: 42px;
    --48: 36px;
    --40: 36px;
    --38: 36px;
    --32: 28px;
    --22: 20px;
    --20: 18px;
    --18: 16px;
    --16: 14px;
  }
  .supportcontent .support-box .support-left {
    width: 260px;
  }
  .supportcontent .support-box .support-right {
    width: calc(100% - 280px);
  }
  .contactcontent .contact-box .contact-left .contact-sharebox .contact-share a {
    width: 40px;
    height: 40px;
  }
  .oemcontent .example .example-box .example-right {
    width: calc(740 / 1410 * 100%);
  }
  .detailscontent .details-content2 .details-right {
    width: 505px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
    width: 70px;
    height: 400px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
    width: 410px;
  }
  .pagination li a {
    width: 40px;
    height: 40px;
  }
  .index-banner .swiper-butbox .banner-prev {
    left: 100px;
  }
  .index-banner .swiper-butbox .banner-next {
    right: 100px;
  }
  .indexcontent .i-tires .i-tires-box .i-tires-textbox {
    width: 600px;
  }
  .fooder .fooder-con .fooder-right .fooder-frombox .fooder-form .form-submit {
    width: 40px;
    height: 40px;
  }
  .header .header-box1 .header-content1 .logo {
    width: 230px;
  }
  .swiper-butbox .swiper-but {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
  :root {
    --d185: 100px;
    --d147: 60px;
    --d140: 60px;
    --d130: 60px;
    --d124: 60px;
    --d56: 25px;
    --d55: 25px;
    --d40: 25px;
    --d24: 12px;
    --68: 40px;
    --56: 36px;
    --38: 30px;
    --32: 26px;
  }
  .supportcontent .support-box .support-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .supportcontent .support-box .support-left .support-left2 .support-list .support-list2 {
    margin-bottom: 0;
  }
  .support-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .supportcontent .support-box {
    flex-direction: column;
  }
  .supportcontent .support-box .support-right {
    width: 100%;
  }
  .oemcontent .example .example-box .example-right {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .oemcontent .example .example-box .example-left {
    width: 100%;
  }
  .oemcontent .example .example-box {
    flex-direction: column-reverse;
  }
  .example-titlebox {
    margin-bottom: var(--d30);
  }
  .detailscontent .details-content2 .details-left {
    margin-bottom: var(--d30);
  }
  .aboutcontent .about .about-box {
    flex-direction: column;
  }
  .aboutcontent .about .about-box .about-left {
    width: 100%;
    margin-bottom: var(--d100);
  }
  .aboutcontent .about .about-box .about-rigth {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
    width: 120px;
    height: 650px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
    width: 570px;
  }
  .detailscontent .details-content2 {
    flex-direction: column;
  }
  .detailscontent .details-content2 .details-right {
    width: 100%;
  }
  .i-tires-bg1 {
    width: 400px;
    max-width: 100%;
  }
  .fooder .fooder-con .fooder-mesbox {
    width: 232px;
  }
  .fooder .fooder-con .fooder-right .fooder-frombox {
    width: 370px;
  }
  .fooder .fooder-con .fooder-right .fooder-navbox {
    margin-right: 60px;
  }
  .fooder .fooder-top .fooder-title {
    width: 560px;
  }
  .indexcontent .i-blog .i-blog-swiperbox .blog-contnet::after {
    width: 145px;
    height: 10px;
  }
  .indexcontent .i-tires .i-tires-box .i-tires-textbox {
    width: 560px;
  }
  .header .header-box1 .header-content1 {
    height: 60px;
  }
  .header .header-search .search-con i {
    font-size: 14px;
  }
  .contactcontent .contact-box {
    flex-direction: column;
  }
  .contactcontent .contact-box .contact-left {
    width: 100%;
  }
  .contactcontent .contact-box .contact-right {
    width: 100%;
  }
  .contact-form {
    padding: var(--d68);
  }
}
@media (max-width: 980px) {
  .container {
    max-width: 700px;
  }
  :root {
    --d185: 80px;
    --d100: 50px;
    --50: 38px;
    --48: 30px;
    --20: 16px;
  }
  .oemcontent .experienced .experienced-list .experienced-list2 .experienced-list3 .experienced-list-title {
    font-size: 30px;
  }
  .oemcontent .take .take-box .take-titlebox {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .oemcontent .take .take-box .take-listbox {
    width: 100%;
  }
  .oemcontent .take .take-box {
    flex-direction: column;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
    width: 466px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
    width: 95px;
    height: 515px;
  }
  .pagination li a {
    width: 35px;
    height: 35px;
  }
  .index-banner .swiper-butbox .banner-prev {
    left: 50px;
  }
  .index-banner .swiper-butbox .banner-next {
    right: 50px;
  }
  .aboutcontent .honor .honor-swiperbox,
  .indexcontent .i-product .i-product-swiperbox {
    padding: 0px 40px;
  }
  .aboutcontent .honor .honor-swiperbox .honor-next,
  .indexcontent .i-product .i-product-swiperbox .i-product-next {
    right: 0px;
    transform: translate(0%, -50%);
  }
  .aboutcontent .honor .honor-swiperbox .honor-prev,
  .indexcontent .i-product .i-product-swiperbox .i-product-prev {
    left: 0px;
    transform: translate(0%, -50%);
  }
  .fooder .fooder-top .fooder-title {
    width: 460px;
  }
  .fooder .fooder-top .fooder-share a {
    width: 30px;
    height: 30px;
  }
  .fooder .fooder-top .fooder-share a i {
    font-size: 14px;
  }
  .fooder .fooder-con .fooder-right .fooder-frombox {
    width: 340px;
  }
  .fooder .fooder-con .fooder-mesbox {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .fooder .fooder-con .fooder-mesbox .fooder-logo {
    width: 240px;
  }
  .fooder .fooder-con {
    flex-direction: column;
  }
  .fooder .fooder-bom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  :root {
    --d185: 50px;
    --d78: 45px;
    --d46: 25px;
    --d45: 30px;
    --d30: 20px;
    --d16: 8px;
    --68: 30px;
    --56: 30px;
    --48: 26px;
  }
  .contactcontent .contact-box .contact-left .contact-sharebox,
  .contactcontent .contact-box .contact-left .contact-list {
    padding: 0;
  }
  .detailscontent .details-content2 .details-left {
    width: 100%;
  }
  .detailscontent .details-content2 .details-left .details-imgbox {
    flex-direction: column-reverse;
    width: 100%;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
    width: 100%;
    height: auto;
  }
  .fooder .fooder-con .fooder-right .fooder-frombox {
    width: 276px;
  }
  .indexcontent .i-tires .i-tires-box .i-tires-textbox .i-tires-butbox .video-play {
    width: 35px;
    height: 35px;
  }
  .fooder .fooder-con .fooder-right .fooder-frombox .fooder-form .form-submit {
    width: 30px;
    height: 30px;
  }
  .indexcontent .i-tires .i-tires-box .i-tires-textbox .i-tires-butbox .video-play i {
    font-size: 14px;
  }
  .fooder .fooder-top .fooder-title {
    width: 360px;
  }
  .fooder {
    padding-bottom: 51px;
  }
}
@media (max-width: 540px) {
  :root {
    --d185: 40px;
    --d147: 40px;
    --d140: 40px;
    --d130: 40px;
    --d124: 40px;
    --d100: 30px;
    --d80: 20px;
    --d68: 20px;
    --d56: 20px;
    --d55: 20px;
    --d32: 15px;
    --d30: 15px;
    --68: 28px;
    --60: 30px;
    --56: 26px;
    --48: 24px;
    --40: 30px;
    --38: 26px;
    --32: 22px;
  }
  .supportcontent .support-box .support-right .support-title {
    margin-bottom: 10px;
  }
  .oemcontent .experienced .experienced-list .experienced-list2 .experienced-list3 .experienced-list-title {
    font-size: 20px;
  }
  .detailscontent .details .content-title {
    margin-bottom: 10px;
  }
  .productcontent .product-nav .product-nav2 {
    font-size: 14px;
  }
  .pagination li a {
    width: 30px;
    height: 30px;
  }
  .header .header-box1 .header-content1 .logo {
    width: 154px;
  }
  .fooder .fooder-top .fooder-title {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .fooder .fooder-top {
    flex-direction: column;
  }
  .fooder .fooder-con .fooder-right {
    flex-direction: column;
  }
  .fooder .fooder-con .fooder-right .fooder-navbox {
    margin-right: 0;
    margin-bottom: var(--d30);
  }
  .fooder .fooder-con .fooder-right .fooder-frombox {
    width: 100%;
  }
}
