@charset "UTF-8";
* {
  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 img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-object-fit: cover;
     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;
}
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;
}

@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 .art-bottom {
  display: none !important;
}

.art-mask {
  display: none !important;
}

.breadcrumb {
  margin-bottom: 0;
}

.editor-content p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
}

@media (max-width: 768px) {
  .editor-content p {
    font-size: 14px;
  }
}
.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;
}

body {
  font-family: "Rubik", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}

.table-box {
  font-size: 14px;
  line-height: 1.4;
  color: #666666;
  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 {
  font-weight: normal;
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.table-box table tr p,
.table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.table-box table td,
.table-box table th {
  text-align: left;
}

.table-box table .firstRow td {
  background-color: #D72534;
  color: #fff;
  font-weight: bold;
}

.table-box table tr:nth-child(2n) {
  background-color: #FAFAFA;
}

.table-box table.rowspan1 tr:first-child,
.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: #2E82EA !important;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 991px) {
  .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-box table td,
  .table-box table th {
    padding: 8px !important;
  }
}
@font-face {
  font-family: "Rubik";
  font-weight: 400;
  font-style: normal;
  src: local("Rubik Regular"), local("Rubik-Regular"), url("../../app/fonts/Rubik-Regular.woff") format("woff2"), url("../../app/fonts/Rubik-Regular.woff") format("woff"), url("../../app/fonts/Rubik-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-weight: 500;
  font-style: normal;
  src: local("Rubik Medium"), local("Rubik-Medium"), url("../../app/fonts/Rubik-Medium.woff") format("woff2"), url("../../app/fonts/Rubik-Medium.woff") format("woff"), url("../../app/fonts/Rubik-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-weight: 600;
  font-style: normal;
  src: local("Rubik Bold"), local("Rubik-Bold"), url("../../app/fonts/Rubik-Bold.woff2") format("woff2"), url("../../app/fonts/Rubik-Bold.woff") format("woff"), url("../../app/fonts/Rubik-Bold.ttf") format("truetype");
  font-display: swap;
}
:root {
  scroll-behavior: unset;
  --163: 163px;
  --150: 150px;
  --100: 100px;
  --80: 80px;
  --70: 70px;
  --68: 68px;
  --60: 60px;
  --56: 56px;
  --50: 50px;
  --40: 40px;
  --36: 36px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --15: 15px;
}

.subtitle {
  font-weight: 500;
  font-size: var(--20);
  line-height: 1.2;
  color: #121212;
  transition: all 0.5s;
}

.first-level-heading {
  font-size: var(--50);
  line-height: 1.2;
  color: #121212;
}

.describe {
  font-size: var(--16);
  line-height: 1.75;
  font-weight: 400;
  color: #666666;
}

.small-text-description {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

.news-headlines {
  font-size: var(--24);
  line-height: 1.1666;
  font-weight: 500;
  transition: all 0.5s;
  color: #121212;
}

.news-text {
  font-size: var(--18);
  line-height: 1.333333;
  font-weight: 400;
  color: #666666;
}

.taisho-text {
  font-size: var(--22);
  line-height: 1.818;
  font-weight: 400;
}

.text {
  font-size: var(--18);
  line-height: 1.7778;
  font-weight: 400;
  color: #666666;
}

.small-text-description {
  font-size: 14px;
  line-height: 1.5714;
  font-weight: 400;
}

.button-text {
  font-size: var(--20);
  font-weight: 400;
}

.advantage-title {
  font-size: var(--22);
  font-weight: 500;
  color: #000;
  transition: all 0.5s;
}

.titlebox .title1 {
  margin-bottom: 20px;
}

.title1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #E84118;
  font-size: var(--20);
  font-weight: 500;
  line-height: 1;
}
.title1::before {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background-color: #E84118;
  border-radius: 50%;
  content: "";
}
.title1 span {
  white-space: nowrap;
}

@keyframes playan1 {
  0% {
    transform: translate(50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
  }
}
@keyframes videoplay {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
.header .header-vice {
  background-color: #0D203E;
  height: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-vice .header-vicebox {
  width: 1355.5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .header-vice .header-vice-email,
.header .header-vice .header-vice-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--15);
}
.header .header-vice .header-vice-email i,
.header .header-vice .header-vice-tel i {
  font-size: 20px;
  color: #fff;
  margin-right: 14px;
}
.header .header-vice .header-vice-tel {
  margin-right: 5.98958vw;
}
.header .header-vice a {
  transition: all 0.5s;
}
.header .header-vice a:hover {
  color: #D43600;
}
.header .header-box {
  height: 80px;
  background-color: #D43600;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.header .header-box .logo {
  height: 76.1375%;
}
.header .header-box .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .header-box .logo a img {
  margin: 0 auto;
  height: 92.5%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box .header-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header .header-box .header-nav {
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-right: 281px;
}
.header .header-box .header-nav .header-list {
  display: flex;
  height: 100%;
}
.header .header-box .header-nav .header-list .header-list2 {
  font-size: var(--20);
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-right: 68px;
}
.header .header-box .header-nav .header-list .header-list2 a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header .header-box .header-nav .header-list .header-list2::after {
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  transition: all 0.5s;
}
.header .header-box .header-nav .header-list .header-list2:hover::after {
  width: 100%;
  left: 0;
}
.header .header-box .header-nav .header-list .header-list2:last-child {
  margin-right: 0;
}
.header .header-box .header-nav .header-list .header-list2:hover .more {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
}
.header .header-box .header-nav .header-list .header-list2:hover .more a:hover {
  color: #121212;
}
.header .header-box .header-but {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .header-box .header-but .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header .header-box .header-but .header-search .search-con {
  cursor: pointer;
  position: relative;
  height: 100%;
  width: 100px;
  background-color: #BC3000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box .header-but .header-search .search-con i {
  font-size: 18px;
  color: #fff;
}
.header .header-box .header-but .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-box .header-but .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-box .header-but .header-search .search .search-box .input-text {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-box .header-but .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-box .header-but .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-box .header-but .header-language {
  height: 100%;
  font-size: var(--16);
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-right: 40px;
}
.header .header-box .header-but .header-language:hover .more {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
}
.header .header-box .header-but .header-language a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box .header-but .header-language .icon-a-Group2 {
  color: #fff;
  font-size: var(--18);
  margin-right: 10px;
}
.header .header-box .header-but .header-language .icon-Vector {
  color: #fff;
  font-size: 8px;
  margin-left: 10px;
}
.header .header-box .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: #D43600;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  min-width: 100%;
}
.header .header-box .more ul {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
}
.header .header-box .more ul li {
  width: 100%;
  position: relative;
}
.header .header-box .more ul li:hover {
  color: #121212;
}
.header .header-box .more ul li a {
  padding: 10px 20px;
  white-space: nowrap;
  display: block;
  font-size: 14px;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 15px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .s-nav-action i {
  background-color: #000;
}
.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.s-nav-box {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.s-nav-box .s-nav-list {
  padding: 0 16px;
  padding-top: 90px;
  width: 100%;
}
.s-nav-box .s-nav-list .s-nav-list2 {
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #121212;
  font-weight: 400;
}
.s-nav-box .s-nav-list .s-nav-list2:first-child .s-nav-list3::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-nav-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-nav-list3::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-nav-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: 400;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-nav-list3 .s-more-button {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-more {
  display: none;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 {
  padding: 15px 0 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #001733;
  font-weight: 400;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 a {
  width: calc(100% - 45px);
}
.s-nav-box .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 .s-more-button2 {
  width: 45px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.s-nav-box .s-nav-list .action a {
  color: #D43600 !important;
}

.fooder {
  padding-top: 83px;
  background-image: url("../img/fooder_bg.jpg");
  background-color: rgb(242, 242, 242);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fooder .fooder-box .fooder-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 96px;
  position: relative;
}
.fooder .fooder-box .fooder-top::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  height: 1px;
}
.fooder .fooder-box .fooder-top .fooder-title {
  font-size: var(--24);
  font-weight: 500;
  color: #fff;
  margin-bottom: 27px;
}
.fooder .fooder-box .fooder-top .fooder-title2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--15);
  font-weight: 400;
}
.fooder .fooder-box .fooder-top .fooder-content {
  margin-bottom: 26px;
}
.fooder .fooder-box .fooder-top .fooder-content:last-child {
  margin-bottom: 0;
}
.fooder .fooder-box .fooder-top .fooder-content a,
.fooder .fooder-box .fooder-top .fooder-content p {
  font-size: var(--18);
  font-weight: 400;
  color: #fff;
  transition: all 0.5s;
}
.fooder .fooder-box .fooder-top .fooder-content a:hover {
  color: #D43600;
}
.fooder .fooder-box .fooder-top .fooder-email a {
  font-size: var(--24);
  font-weight: 500;
  color: #fff;
}
.fooder .fooder-box .fooder-top .fooder-products {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.fooder .fooder-box .fooder-top .fooder-products a {
  display: flex;
  align-items: center;
  transform: translateX(-24px);
  font-size: var(--15);
  line-height: 2.4;
  color: #fff;
  transition: all 0.5s;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .fooder .fooder-box .fooder-top .fooder-products a:hover {
    transform: none;
    color: #D43600;
  }
}
.fooder .fooder-box .fooder-top .fooder-products a i {
  font-size: 14px;
  margin-right: 10px;
  color: #D43600;
}
.fooder .fooder-box .fooder-top .fooder-products span {
  margin-left: 1em;
}
.fooder .fooder-box .fooder-top .fooder-title3 {
  font-size: var(--15);
  line-height: 1.9;
  color: #fff;
}
.fooder .fooder-box .fooder-top .fooder-share {
  margin-top: 33px;
}
.fooder .fooder-box .fooder-top .fooder-share ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fooder .fooder-box .fooder-top .fooder-share ul li {
  margin-right: 33px;
  width: 49.5px;
  height: 49.5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.fooder .fooder-box .fooder-top .fooder-share ul li::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D43600;
  transition: all 0.5s;
  border-radius: 50%;
}
.fooder .fooder-box .fooder-top .fooder-share ul li:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.fooder .fooder-box .fooder-top .fooder-share ul li:last-child {
  margin-right: 0;
}
.fooder .fooder-box .fooder-top .fooder-share ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.fooder .fooder-box .fooder-top .fooder-share ul li a i {
  color: #fff;
  font-size: 17px;
}
.fooder .fooder-box .fooder-buttom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 61px;
}
.fooder .fooder-box .fooder-buttom .fooder-rigth {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: var(--16);
  color: rgba(255, 255, 255, 0.6);
}
.fooder .fooder-box .fooder-buttom .fooder-rigth .fooder-copyright {
  margin-right: 30px;
}
.fooder .fooder-box .fooder-buttom .fooder-rigth .privacy {
  margin-right: 30px;
  margin-left: 20px;
}
.fooder .fooder-box .fooder-buttom a {
  transition: all 0.5s;
}
.fooder .fooder-box .fooder-buttom a:hover {
  color: #fff;
}

.xs-online {
  width: 100%;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  background-color: #D43600;
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
}
.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;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}

.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 5px;
  z-index: 1100;
}
.online-wrap .online i {
  font-size: 24px;
  color: #fff;
}
.online-wrap .online a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  transition: all 0.5s;
  opacity: 0;
  min-height: 44px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background-color: #D43600;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  visibility: hidden;
  white-space: nowrap;
}
.online-wrap .online a .show-num::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 #D43600;
}
.online-wrap .online a .show-num img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-wrap .online a:hover {
  background-color: rgba(212, 54, 0, 0.3);
}
.online-wrap .online a:hover .show-num {
  opacity: 1;
  right: calc(100% + 20px);
  visibility: visible;
  pointer-events: none;
}
.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);
}

@media (max-width: 1200px) {
  .online-wrap .online {
    right: 5px;
    padding: 5px;
  }
  .online-wrap .online a {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
  .online-wrap .online i {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .s-nav-box .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 {
    padding: 10px 0 10px 40px;
  }
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
.index-banner {
  width: 100%;
  padding-bottom: 172px;
  position: relative;
}
.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-slide .slide-inner {
  padding-bottom: 43.5416666667%;
  position: relative;
}
.index-banner .swiper-slide .slide-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-float {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.index-banner .banner-float .banner-float-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 415px;
  height: 455px;
  background: linear-gradient(180deg, #07153B 21.42%, #010D30 98.58%);
  z-index: 10;
  padding: 32px 28px;
  border-bottom-right-radius: 8px;
}
.index-banner .banner-float .banner-float-box::after {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #D43600;
}
.index-banner .banner-float .banner-float-box .banner-float-text1 {
  font-size: var(--20);
  line-height: 1.25px;
  color: #6D6D6D;
  font-weight: 400;
  margin-bottom: 24px;
}
.index-banner .banner-float .banner-float-box .banner-float-text2 {
  font-size: var(--28);
  line-height: 1.36;
  color: #fff;
  font-weight: 500;
}
.index-banner .banner-float .banner-float-box .banner-float-text3 {
  font-size: var(--30);
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
.index-banner .banner-float .banner-float-box .banner-float-text3 span {
  font-weight: 600;
}
.index-banner .banner-float .banner-float-box .banner-float-left {
  position: absolute;
  bottom: 0;
  left: -112px;
}
.index-banner .banner-float .banner-float-box .banner-float-left .banner-button-box {
  display: flex;
}
.index-banner .banner-float .banner-float-box .banner-float-left .banner-button-box .banner-button {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #172446;
  transition: all 0.5s;
}
.index-banner .banner-float .banner-float-box .banner-float-left .banner-button-box .banner-button:hover {
  background-color: #0D203E;
}
.index-banner .banner-float .banner-float-box .banner-float-left .banner-button-box .banner-button:hover i {
  color: #fff;
}
.index-banner .banner-float .banner-float-box .banner-float-left .banner-button-box .banner-button i {
  transition: all 0.5s;
  color: #767E9D;
  font-size: 16px;
}
.index-banner .banner-float .banner-float-box .banner-float-left .banner-float-box2 {
  width: 330px;
  height: 172px;
  background-color: #E84118;
  padding: 21px 17px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom-left-radius: 8px;
}
.index-banner .banner-float .banner-float-box .banner-float-left .banner-float-box2 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 223px;
  -o-object-fit: cover;
     object-fit: cover;
}

.more-button {
  display: inline-block;
  background-color: #D43600;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
  font-size: var(--20);
}
.more-button:hover {
  background-color: #a32900;
}
.more-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 25px;
  color: #fff;
}
.more-button a i {
  font-size: 18px;
  margin-right: 12px;
}

.index-num {
  background-image: url("../img/index_bg_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 92px;
  padding-bottom: 131px;
}
.index-num .index-num-titlebox {
  width: 100%;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: var(--60);
}
.index-num .index-num-titlebox::after {
  background-color: rgba(18, 18, 18, 0.1);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.index-num .index-num-list1 {
  --bs-gutter-x: 3rem;
}
.index-num .index-num-list1 .index-num-list2 .index-num-title {
  font-size: var(--22);
  color: #121212;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 24px;
}
.index-num .index-num-list1 .index-num-list2 .index-num-content {
  font-weight: 500;
  font-size: var(--68);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.index-num .index-num-list1 .index-num-list2 .index-num-content .num {
  color: #121212 !important;
  display: inline-block;
}
.index-num .index-num-list1 .index-num-list2 .index-num-content .index-unit {
  font-size: var(--60);
  line-height: 1.2;
}
.index-num .index-num-list1 .index-num-list2 .index-num-content .index-year {
  font-size: var(--36);
}
.index-num .index-num-list1 .index-num-list2 .index-num-content span {
  color: #D43600;
  letter-spacing: -0.02em;
}
.index-num .index-num-list1 .index-num-list2 .index-num-text {
  font-size: var(--18);
  line-height: 1.44444;
}

.i-swiper-buttonbox {
  display: flex;
  align-items: center;
}
.i-swiper-buttonbox .i-swiper-but {
  background-color: #F0F0F0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.5s;
}
.i-swiper-buttonbox .i-swiper-but:hover {
  background-color: #0D203E;
}
.i-swiper-buttonbox .i-swiper-but i {
  color: #767E9D;
  font-size: 16px;
}
.i-swiper-buttonbox .i-swiper-prev {
  margin-right: 17px;
}

.index-news-list1 {
  --bs-gutter-x: 2.87rem;
}
.index-news-list1 .index-news-list2:hover .index-news-title h3 {
  color: #D43600;
}
.index-news-list1 .index-news-list2:hover .img-box img {
  transform: scale(1.1);
}

.index-news-img .img-box {
  border-radius: 8px;
  padding-bottom: 62.622%;
  margin-bottom: 32px;
}

.index-news-date {
  font-size: var(--18);
  line-height: 1.6;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  margin-bottom: 16px;
}

.index-news-title {
  margin-bottom: 16px;
}
.index-news-title h3 {
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-news-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-date {
  padding: 3px 10px;
  display: inline-block;
  border-radius: 8px;
  background-color: #F0F0F0;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  transition: all 0.5s;
}
.news-date span {
  display: inline-block;
  transform: translateY(-2px);
}
.news-date i {
  font-size: var(--20);
  margin-right: 8px;
}

.indexcontent .index-introduce .index-introduce-titlebox {
  padding-top: 89px;
  padding-bottom: 137px;
  display: flex;
}
.indexcontent .index-introduce .index-introduce-titlebox .index-introduce-title1 {
  margin-right: 172px;
}
.indexcontent .index-introduce .index-introduce-titlebox .index-introduce-title2 {
  width: 761px;
}
.indexcontent .index-introduce .index-introduce-content {
  display: flex;
  justify-content: space-between;
}
.indexcontent .index-introduce .index-introduce-content .index-introduce-imgbox {
  width: 825px;
  position: relative;
}
.indexcontent .index-introduce .index-introduce-content .index-introduce-imgbox .index-introduce-img1 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .index-introduce .index-introduce-content .index-introduce-imgbox .index-introduce-img2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 154px;
  animation: playan1 10s linear infinite normal;
}
.indexcontent .index-introduce .index-introduce-textbox {
  width: calc(100% - 825px);
  padding-left: 146px;
}
.indexcontent .index-introduce .index-introduce-textbox .index-introduce-text1 {
  color: #121212;
  margin-bottom: 40px;
}
.indexcontent .index-introduce .index-introduce-textbox .index-introduce-text2 {
  color: #666666;
  margin-bottom: 70px;
}
.indexcontent .index-products {
  padding-top: 224px;
  padding-bottom: 171px;
  position: relative;
  background-color: #0D203E;
}
.indexcontent .index-products .index-products-white {
  width: 73%;
  height: 128px;
  position: absolute;
  right: 0;
  top: -1px;
  background-color: #fff;
  z-index: 10;
  pointer-events: none;
}
.indexcontent .index-products .index-products-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 968px;
  pointer-events: none;
  background-image: url("../img/index_bg_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.indexcontent .index-products .index-products-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 62px;
}
.indexcontent .index-products .index-products-top .index-products-titlebox {
  width: 46.94%;
}
.indexcontent .index-products .index-products-top .title1 {
  margin-bottom: 30px;
}
.indexcontent .index-products .index-products-top .first-level-heading {
  color: #fff;
  margin-bottom: 10px;
}
.indexcontent .index-products .index-products-top .describe {
  color: rgba(255, 255, 255, 0.7);
}
.indexcontent .index-products .index-products-top .index-products-view {
  background-color: #FFFFFF;
  margin-right: 50px;
  transition: all 0.5s;
}
.indexcontent .index-products .index-products-top .index-products-view:hover {
  background-color: #D43600;
}
.indexcontent .index-products .index-products-top .index-products-view:hover a {
  color: #fff;
}
.indexcontent .index-products .index-products-top .index-products-view a {
  transition: all 0.5s;
  color: #0D203E;
}
.indexcontent .index-products .index-products-top .index-products-find {
  background-color: #0D203E;
}
.indexcontent .index-products .index-products-top .index-products-find:hover a {
  color: #D43600;
}
.indexcontent .index-products .index-products-top .index-products-find a {
  flex-direction: row-reverse;
  color: #fff;
  transition: all 0.5s;
}
.indexcontent .index-products .index-products-top .index-products-find a i {
  color: #D43600;
  margin-right: 0;
  margin-left: 19px;
}
.indexcontent .index-products .index-products-list1 {
  --bs-gutter-x: 2.25rem;
  margin-bottom: -30px;
}
.indexcontent .index-products .index-products-list1 .index-products-list2 {
  margin-bottom: 30px;
}
.indexcontent .index-products .index-products-list1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 46.5px 40px;
  transition: all 0.5s;
}
.indexcontent .index-products .index-products-list1 a:hover {
  background-color: #D43600;
}
.indexcontent .index-products .index-products-list1 a:hover .index-products-list-title h3 {
  color: #fff;
}
.indexcontent .index-products .index-products-list1 a:hover .index-products-list-textbox .index-products-list-text {
  color: #fff;
}
.indexcontent .index-products .index-products-list1 a:hover .index-products-list-textbox .index-product-more {
  background-color: #fff;
}
.indexcontent .index-products .index-products-list1 a:hover .index-products-list-textbox .index-product-more i {
  font-size: 10px;
  color: #0D203E;
}
.indexcontent .index-products .index-products-list1 a .index-products-img {
  padding: 0 20px;
  margin-bottom: 50px;
}
.indexcontent .index-products .index-products-list1 a .index-products-img .img-box {
  border-radius: 50%;
}
.indexcontent .index-products .index-products-list1 a .index-products-list-title {
  margin-bottom: 12px;
}
.indexcontent .index-products .index-products-list1 a .index-products-list-title h3 {
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  transition: all 0.5s;
}
.indexcontent .index-products .index-products-list1 a .index-products-list-textbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.indexcontent .index-products .index-products-list1 a .index-products-list-textbox .index-products-list-text {
  width: 62%;
  color: #666666;
}
.indexcontent .index-products .index-products-list1 a .index-products-list-textbox .index-product-more {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0D203E;
  transition: all 0.5s;
}
.indexcontent .index-products .index-products-list1 a .index-products-list-textbox .index-product-more i {
  font-size: 10px;
  color: #fff;
  transition: all 0.5s;
}
.indexcontent .index-advantages {
  padding-top: 168px;
  padding-bottom: 208px;
  position: relative;
}
.indexcontent .index-advantages .index-advantages-white {
  height: 100%;
  width: 7.29167vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(270deg, #FFFFFF 38.09%, rgba(255, 255, 255, 0.6) 71.65%, rgba(255, 255, 255, 0) 100%);
}
.indexcontent .index-advantages .index-advantages-box {
  display: flex;
  justify-content: space-between;
}
.indexcontent .index-advantages .index-advantages-textbox {
  width: 33.6%;
  padding-right: 106px;
}
.indexcontent .index-advantages .index-advantages-textbox .title1 {
  margin-bottom: 30px;
}
.indexcontent .index-advantages .index-advantages-textbox .index-advantages-title {
  margin-bottom: 30px;
}
.indexcontent .index-advantages .index-advantages-textbox .index-advantages-text {
  margin-bottom: 57px;
}
.indexcontent .index-advantages .index-advantages-content {
  width: 66.4%;
}
.indexcontent .index-advantages .index-advantages-content .swiper-wrapper {
  align-items: stretch;
}
.indexcontent .index-advantages .index-advantages-content .swiper-wrapper .swiper-slide {
  height: auto;
}
.indexcontent .index-advantages .index-advantages-content .index-advantages-swiper-box {
  background-color: #F0F0F0;
  height: 100%;
  padding: 21px 24px 44px;
}
.indexcontent .index-advantages .index-advantages-content .index-advantages-swiper-box .index-advantages-swiper-num {
  font-size: var(--50);
  color: #D43600;
  margin-bottom: 106px;
}
.indexcontent .index-advantages .index-advantages-content .index-advantages-swiper-box .index-advantages-swiper-title {
  margin-bottom: 18px;
}
.indexcontent .index-advantages .index-advantages-content .index-advantages-swiper-box .index-advantages-swiper-title h3 {
  color: #121212;
}
.indexcontent .index-advantages .index-advantages-content .index-advantages-swiper-box .index-advantages-swiper-text {
  color: #666666;
  font-size: var(--16);
}
.indexcontent .index-testimony {
  padding-bottom: 94px;
  position: relative;
}
.indexcontent .index-testimony .index-testimony-bg {
  width: 100%;
  height: 520px;
  background-color: #0D203E;
  position: absolute;
  bottom: 0;
  left: 0;
}
.indexcontent .index-testimony .index-testimony-titlebox {
  margin-bottom: 79px;
  width: 58%;
  margin-left: auto;
}
.indexcontent .index-testimony .index-testimony-titlebox .index-testimony-title {
  margin-bottom: 30px;
}
.indexcontent .index-testimony .index-testimony-titlebox .index-testimony-text1 {
  font-size: var(--36);
  color: #121212;
  font-weight: 500;
  margin-bottom: 30px;
}
.indexcontent .index-testimony .i-testimony-swiper {
  width: 100%;
  margin-bottom: 66px;
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box:hover .i-testimony-more {
  opacity: 1;
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box:hover .i-testimony-textbox {
  opacity: 1;
  transform: none;
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box:hover .img-box img {
  transform: scale(1.1);
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .img-box {
  padding-bottom: 131.666%;
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-more {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 46px;
  right: 46px;
  z-index: 10;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-more i {
  font-size: 14px;
  color: #D43600;
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-more::after {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1.8px solid #D43600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-textbox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0 80px 44px 47px;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(100%);
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-textbox .i-testimony-title {
  margin-bottom: 10px;
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-textbox .i-testimony-title h3 {
  color: #fff;
  font-size: var(--30);
  font-weight: 500;
}
.indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-textbox .i-testimony-text {
  color: #fff;
  font-size: var(--16);
  line-height: 1.5;
}
.indexcontent .index-testimony .index-testimon-morebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.indexcontent .index-testimony .index-testimon-morebox .index-testimon-more {
  background-color: #FFFFFF;
  transition: all 0.5s;
}
.indexcontent .index-testimony .index-testimon-morebox .index-testimon-more:hover {
  background-color: #D43600;
}
.indexcontent .index-testimony .index-testimon-morebox .index-testimon-more:hover a {
  color: #fff;
}
.indexcontent .index-testimony .index-testimon-morebox .index-testimon-more a {
  transition: all 0.5s;
  color: #0D203E;
}
.indexcontent .index-testimony .index-testimon-morebox .index-testimon-more-text {
  width: 49%;
  line-height: 1.4444;
  font-size: var(--18);
  color: #FFFFFF;
}
.indexcontent .index-testimony .index-testimon-morebox .index-testimon-more-text span {
  color: #D43600;
}
.indexcontent .index-testimony .index-testimon-morebox .index-testimon-more-text i {
  margin-left: 5px;
  font-size: var(--18);
  color: #D43600;
}
.indexcontent .index-testimony .index-testimon-morebox .i-testimony-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .index-testimony .index-testimon-morebox .i-testimony-button .swiper-next3:hover i,
.indexcontent .index-testimony .index-testimon-morebox .i-testimony-button .swiper-prev3:hover i {
  color: #D43600;
}
.indexcontent .index-testimony .index-testimon-morebox .i-testimony-button .swiper-prev3 {
  margin-right: 30px;
}
.indexcontent .index-testimony .index-testimon-morebox .i-testimony-button i {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  transition: all 0.5s;
}
.indexcontent .index-contact .index-contact-img {
  width: 100%;
  position: relative;
}
.indexcontent .index-contact .index-contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .index-contact .index-contact-img .index-contact-titlebox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.indexcontent .index-contact .index-contact-img .index-contact-titlebox .index-contact-title {
  margin-bottom: 17px;
}
.indexcontent .index-contact .index-contact-img .index-contact-titlebox .index-contact-title h2 {
  font-size: var(--56);
  line-height: 1.2;
  color: #fff;
}
.indexcontent .index-contact .index-contact-img .index-contact-titlebox .index-contact-text {
  width: 66%;
  margin: 0 auto;
  font-size: var(--20);
  line-height: 1.6;
  color: #fff;
}
.indexcontent .index-contact .index-contact-box {
  background-color: #D43600;
  padding: 25px 0;
}
.indexcontent .index-contact .index-contact-box .index-contact-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexcontent .index-contact .index-contact-box .index-contact-left {
  line-height: 1.25;
  font-size: var(--24);
  color: #fff;
  font-weight: 500;
  width: 40%;
}
.indexcontent .index-contact .index-contact-box .index-contact-form {
  padding: 8px 8px 8px 26px;
  background-color: #C13201;
  border-radius: 5px;
}
.indexcontent .index-contact .index-contact-box .index-contact-form .email-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexcontent .index-contact .index-contact-box .index-contact-form .input-box {
  background-color: transparent;
  color: #FFFFFF;
  font-size: var(--16);
  font-weight: 400;
  padding-left: 10px;
  width: 294px;
}
.indexcontent .index-contact .index-contact-box .index-contact-form .input-box:focus::-moz-placeholder {
  opacity: 0.5;
}
.indexcontent .index-contact .index-contact-box .index-contact-form .input-box:focus::placeholder {
  opacity: 0.5;
}
.indexcontent .index-contact .index-contact-box .index-contact-form .input-box::-moz-placeholder {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #FFFFFF;
}
.indexcontent .index-contact .index-contact-box .index-contact-form .input-box::placeholder {
  transition: all 0.5s;
  color: #FFFFFF;
}
.indexcontent .index-contact .index-contact-box .index-contact-form img {
  width: 16px;
}
.indexcontent .index-contact .index-contact-box .index-contact-form .submit {
  font-size: var(--16);
  color: #222222;
  width: 120px;
  height: 34px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.5s;
  color: #121212;
}
.indexcontent .index-contact .index-contact-box .index-contact-form .submit:hover {
  background-color: #0D203E;
  color: #fff;
}
.indexcontent .index-news {
  padding-top: 134px;
  padding-bottom: 157px;
}
.indexcontent .index-news .titlebox {
  margin-bottom: 64px;
}

.video-play {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D43600;
  z-index: 10;
}
.video-play::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: #D43600;
  animation: videoplay 3s linear infinite normal;
  z-index: -1;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.7;
}
.video-play::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: #D43600;
  animation: videoplay 3s linear infinite normal;
  animation-delay: 1.5s;
  z-index: -1;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.7;
}
.video-play i {
  font-size: 30px;
  color: #fff;
}

.other-banner {
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
}
.other-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutcontent .about-introduce {
  padding-top: var(--150);
  padding-bottom: var(--100);
}
.aboutcontent .about-introduce .titlebox {
  margin-bottom: 38px;
}
.aboutcontent .about-introduce .introduce-textbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--100);
}
.aboutcontent .about-introduce .introduce-text {
  width: 66%;
}
.aboutcontent .about-introduce .introduce-img {
  width: 100%;
  height: 552px;
  background-image: url("../img/about_1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  border-radius: 8px;
  margin-bottom: var(--100);
}
.aboutcontent .about-introduce .introduce-title2 {
  margin-bottom: 32px;
}
.aboutcontent .about-introduce .introduce-textbox2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--70);
}
.aboutcontent .about-introduce .img-box {
  padding-bottom: 61.538%;
  border-radius: 8px;
  cursor: pointer;
}
.aboutcontent .about-introduce .img-box:hover img {
  transform: scale(1.1);
}
.aboutcontent .about-exhibit {
  background-color: #0D203E;
  padding-top: var(--100);
  padding-bottom: var(--100);
}
.aboutcontent .about-exhibit .titlebox {
  width: 50.94%;
  margin-bottom: 63px;
}
.aboutcontent .about-exhibit .titlebox h2 {
  color: #fff;
}
.aboutcontent .about-exhibit .exhibit-navbox {
  margin-bottom: 48px;
}
.aboutcontent .about-exhibit .exhibit-navbox .i-swiper-but:hover {
  background-color: #D43600;
}
.aboutcontent .about-exhibit .exhibit-navbox .i-swiper-but:hover i {
  color: #FFFFFF;
}
.aboutcontent .about-exhibit .exhibit-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 74.429%;
}
.aboutcontent .about-exhibit .exhibit-nav::after {
  width: 100%;
  height: 1px;
  background-color: #3B4D6B;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
.aboutcontent .about-exhibit .exhibit-nav::before {
  width: 100%;
  height: 1px;
  background-color: #3B4D6B;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.aboutcontent .about-exhibit .exhibit-nav .exhibit-nav2 {
  font-size: var(--20);
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  padding: 16.5px 30px;
  cursor: pointer;
  transition: all 0.5s;
}
.aboutcontent .about-exhibit .exhibit-nav .exhibit-nav2:hover {
  color: #D43600;
}
.aboutcontent .about-exhibit .exhibit-nav .action {
  color: #D43600;
}
.aboutcontent .about-exhibit .exhibit-navbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutcontent .about-exhibit .exhibit-navbox .exhibit-buttonbox {
  display: none;
}
.aboutcontent .about-exhibit .exhibit-navbox .exhibit-action {
  display: flex;
}
.aboutcontent .about-exhibit .exhibit-swiperbox {
  position: relative;
}
.aboutcontent .about-exhibit .exhibit-swiperbox .exhibit-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}
.aboutcontent .about-exhibit .exhibit-swiperbox .exhibit-re {
  position: relative;
}
.aboutcontent .about-exhibit .exhibit-swiperbox .swiper-action {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.aboutcontent .about-exhibit .img-box {
  padding-bottom: 71.204%;
  border-radius: 8px;
  cursor: pointer;
}
.aboutcontent .about-exhibit .img-box:hover img {
  transform: scale(1.1);
}
.aboutcontent .text-box {
  padding: var(--150) 0;
}
.aboutcontent .text-box .text-list2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--70);
}
.aboutcontent .text-box .text-list2:last-child {
  margin-bottom: 0;
}
.aboutcontent .text-box .text-list2 .advantage-title {
  margin-bottom: 22px;
}
.aboutcontent .text-box .text-list2 .text-content {
  width: 57.764%;
  padding-right: var(--150);
}
.aboutcontent .text-box .text-list2 .text-img {
  width: 42.236%;
  border-radius: 8px;
  overflow: hidden;
}
.aboutcontent .text-box .text-list2 .text-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .text-box .text-list2:nth-child(2n) {
  flex-direction: row-reverse;
}
.aboutcontent .text-box .text-list2:nth-child(2n) .text-content {
  padding-left: var(--150);
  padding-right: 0;
}

.detailscontent .details-content {
  display: flex;
  justify-content: space-between;
  padding-top: 98px;
  padding-bottom: 64px;
}
.detailscontent .details-content .details-imgbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.detailscontent .details-content .details-imgbox .details-swiperbox {
  width: 102px;
  margin-right: 18px;
}
.detailscontent .details-content .details-imgbox .details-swiperbox .details-swiper-but {
  width: 100%;
  border: 1px solid #F0F0F0;
  border-radius: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.detailscontent .details-content .details-imgbox .details-swiperbox .details-swiper-but i {
  font-size: 10px;
  color: #0D203E;
}
.detailscontent .details-content .details-imgbox .details-swiperbox .details-swiper-but:hover {
  background-color: #F0F0F0;
}
.detailscontent .details-content .details-imgbox .details-swiperbox .details-swiper-prev {
  margin-bottom: 10px;
}
.detailscontent .details-content .details-imgbox .details-swiperbox .details-swiper-prev i {
  transform: rotate(-90deg);
}
.detailscontent .details-content .details-imgbox .details-swiperbox .details-swiper-next {
  margin-top: 10px;
}
.detailscontent .details-content .details-imgbox .details-swiperbox .details-swiper-next i {
  transform: rotate(90deg);
}
.detailscontent .details-content .details-imgbox .details-swiper1 {
  height: 436px;
  width: 100%;
  overflow: hidden;
  padding: 1px;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide {
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide-thumb-active {
  border: 1px solid #D43600;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-video {
  position: relative;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-video::after {
  font-family: "iconfont" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: #D43600;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  content: "";
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-video::before {
  font-family: "iconfont" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e611";
  font-size: 12px;
  color: #fff;
  z-index: 10;
}
.detailscontent .details-content .details-imgbox .details-swiper2 {
  width: 574px;
}
.detailscontent .details-content .details-imgbox .details-swiper2 .swiper-slide {
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}
.detailscontent .details-content .details-imgbox .details-swiper2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.detailscontent .details-content .details-textbox {
  width: 846px;
  padding-top: 11px;
}
.detailscontent .details-content .details-textbox .details-type {
  display: inline-block;
  color: #000;
  background-color: #F8F8F8;
  padding: 6px 14px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.detailscontent .details-content .details-textbox .details-title {
  margin-bottom: 35px;
}
.detailscontent .details-content .details-textbox .details-title h2 {
  font-size: var(--32);
  font-weight: 500;
  color: #000;
}
.detailscontent .details-content .details-textbox .details-description {
  margin-bottom: 64px;
}
.detailscontent .details-content .details-textbox .details-description .description-title {
  margin-bottom: 15px;
  font-size: var(--18);
  line-height: 1.111;
  color: #D43600;
  font-weight: 500;
}
.detailscontent .details-content .details-textbox .details-share {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #000;
  font-size: var(--18);
  margin-bottom: 51px;
}
.detailscontent .details-content .details-textbox .details-share p {
  margin-right: 18px;
}
.detailscontent .details-content .details-textbox .details-buy {
  display: inline-block;
  background-color: #D43600;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
}
.detailscontent .details-content .details-textbox .details-buy:hover {
  background-color: #a32900;
}
.detailscontent .details-content .details-textbox .details-buy a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 30px;
  color: #fff;
  font-size: var(--18);
  line-height: 1.5555;
  font-weight: 400;
}
.detailscontent .details-content .details-textbox .details-buy a i {
  margin-left: 24px;
  font-size: var(--22);
}
.detailscontent .details-nav {
  width: 100%;
  position: sticky;
  top: 124px;
  z-index: 100;
  background-color: #F5F5F5;
}
.detailscontent .details-nav .navbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detailscontent .details-nav .navbox .navbox2 {
  color: #121212;
  cursor: pointer;
  transition: all 0.5s;
  margin-right: 120px;
  position: relative;
}
.detailscontent .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.detailscontent .details-nav .navbox .navbox2 span {
  padding: 24px 0;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.detailscontent .details-nav .navbox .navbox2 span::after {
  width: 0;
  height: 3px;
  background-color: #D72534;
  left: 50%;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  content: "";
  transform: translate(-50%, -50%);
}
.detailscontent .details-nav .navbox .navbox2:hover span {
  color: #D43600;
}
.detailscontent .details-nav .navbox .navbox2:hover span::after {
  width: 60%;
}
.detailscontent .details-nav .navbox .action span {
  color: #D43600;
}
.detailscontent .details-nav .navbox .action span::after {
  width: 60%;
  left: 50%;
}
.detailscontent .content-title {
  font-size: var(--30);
  font-weight: 500;
  color: #0D203E;
  margin-bottom: var(--40);
}
.detailscontent .detproductbox {
  padding-top: 62px;
  position: relative;
}
.detailscontent .detproductbox video,
.detailscontent .detproductbox img {
  max-width: 100% !important;
}
.detailscontent .detproductbox .detproduct-textbox {
  margin-bottom: 34px;
}
.detailscontent .detproductbox .detproduct-textbox:last-child {
  margin-bottom: 0;
}
.detailscontent .detproductbox .detproduct-title2 {
  font-size: var(--24);
  line-height: 1.16667;
  color: #0D203E;
  font-weight: 500;
  margin-bottom: 14px;
}
.detailscontent .detproductbox .detproduct-title2::before {
  content: "·";
  margin-right: 5px;
}
.detailscontent .requestbox {
  padding-top: var(--100);
  padding-bottom: var(--100);
  position: relative;
}
.detailscontent .requestbox .request-from label {
  width: 100%;
}
@media (min-width: 768px) {
  .detailscontent .requestbox .request-from li:nth-child(2n-1) {
    padding-right: 10px;
  }
  .detailscontent .requestbox .request-from li:nth-child(2n) {
    padding-left: 10px;
  }
}
.detailscontent .requestbox .request-from .product-input {
  width: 100%;
  border-radius: 8px;
}
.detailscontent .requestbox .request-from .product-input .input-box {
  background-color: #D43600;
  border: none;
  color: #fff;
}
.detailscontent .requestbox .request-from .input-box {
  padding: 18px;
  width: 100%;
  background-color: transparent;
  font-size: var(--18);
  line-height: 1.4;
  color: #121212;
  font-weight: 400;
  background-color: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 20px;
}
.detailscontent .requestbox .request-from .input-box::-moz-placeholder {
  font-size: var(--16);
  color: #666666;
}
.detailscontent .requestbox .request-from .input-box::placeholder {
  font-size: var(--16);
  color: #666666;
}
.detailscontent .requestbox .request-from .textarea-box {
  height: 220px;
  margin-bottom: var(--40);
}
.detailscontent .requestbox .request-from .submit {
  width: 116px;
  height: 39px;
  border-radius: 8px;
  background-color: #D43600;
  transition: all 0.5s;
}
.detailscontent .requestbox .request-from .submit span {
  color: #fff;
  font-size: var(--16);
  line-height: 1.6;
  font-weight: 500;
}
.detailscontent .requestbox .request-from .submit:hover {
  background-color: #a32900;
}
.detailscontent .relatedbox {
  padding-top: 20px;
  padding-bottom: var(--100);
  position: relative;
}
.detailscontent .relatedbox .related-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--60);
}
.detailscontent .relatedbox .related-titlebox .content-title {
  margin-bottom: 0;
}
.detailscontent .relatedbox .related-swiper .swiper-slide {
  padding-bottom: 50px;
}

.top {
  width: 100%;
  position: absolute;
  width: 100%;
  pointer-events: none;
  top: -30px;
  left: 0;
}

.productcontent {
  padding-top: var(--150);
  padding-bottom: var(--150);
}
.productcontent .product-box .product-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: var(--70);
}
.productcontent .product-box .product-content .product-left {
  width: 514px;
}
.productcontent .product-box .product-content .product-left .product-left2 {
  position: sticky;
  top: 150px;
  left: 0;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu {
  width: 100%;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 {
  width: 100%;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 {
  width: 100%;
  margin-bottom: 20px;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2:last-child {
  margin-bottom: 0;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut {
  border-radius: 8px;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F0F0F0;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut:hover {
  background-color: #D43600;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut:hover a span {
  color: #fff;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a {
  width: 90%;
  display: block;
  padding: 14.5px 24px;
  padding-right: 0;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a span {
  transition: all 0.5s;
  font-weight: 400;
  font-size: var(--18);
  color: #0D203E;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon {
  width: 10%;
  padding-left: 0;
  padding-right: 12.5px;
  cursor: pointer;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon .menuicon-box {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-left: auto;
  border-radius: 50%;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon i {
  transition: all 0.5s;
  color: #0D203E;
  font-size: 10px;
  width: 8px;
  height: 12px;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more {
  display: none;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 {
  padding: 20px 0;
  padding-left: 16px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1::after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F0F0F0;
  content: "";
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 {
  width: calc(100% - 20px);
  list-style: disc;
  position: relative;
  padding: 11px 0;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2::after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F0F0F0;
  content: "";
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2:last-child::after {
  display: none;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 a {
  display: block;
  width: 100%;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2:hover a span {
  color: #D72534;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .open .menubut {
  background-color: #D43600;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .open .menubut a span {
  color: #fff;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .open .menubut .menuicon i {
  transform: rotate(90deg);
}
.productcontent .product-box .product-content .product-right {
  width: calc(100% - 514px);
  padding-left: 40px;
}
.productcontent .product-box .product-content .product-right .product-list {
  --bs-gutter-x: 2rem;
}
.productcontent .product-box .product-content .product-right .product-list2 {
  position: relative;
  margin-bottom: 64px;
}

.product-contentbox {
  transition: all 0.5s;
  border-radius: 8px;
  position: relative;
}
.product-contentbox:hover {
  background-color: #D43600;
}
.product-contentbox:hover .product-img {
  border: 1px solid #D43600 !important;
}
.product-contentbox:hover .product-title h3 {
  color: #fff !important;
}
.product-contentbox:hover .product-icon {
  opacity: 1 !important;
}
.product-contentbox .product-img {
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 14px;
  transition: all 0.5s;
}
.product-contentbox .product-title {
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 39px;
}
.product-contentbox .product-title h3 {
  transition: all 0.5s;
  color: #000;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-contentbox .product-icon {
  opacity: 0;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 9px 26px rgba(210, 0, 0, 0.1);
}
.product-contentbox .product-icon i {
  font-size: 14px;
  color: #0D203E;
}

.s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin: 20px 0;
}
.s-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #121212;
}
.s-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #121212;
}
.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: #121212;
}
.s-menu .s-menu1 .s-menu2:last-child {
  margin-right: 0;
}
.s-menu .s-menu1 .action {
  color: #D43600;
}

.search-note .search-note-title {
  margin-bottom: var(--30);
}
.search-note .search-note-title h2 {
  font-size: var(--36);
  color: #000;
  font-weight: 500;
}
.search-note .search-note-text {
  margin-bottom: var(--40);
  border-radius: 5px;
  padding: 15px;
  background-color: rgba(215, 37, 52, 0.3);
  margin-bottom: var(--30);
}

.honorcontent {
  padding-top: var(--150);
  padding-bottom: var(--100);
}
.honorcontent .img-box {
  padding-bottom: 141.41%;
  border-radius: 8px;
  position: relative;
}
.honorcontent .img-box .img-open {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(212, 54, 0, 0.5);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.honorcontent .img-box .img-open i {
  font-size: 36px;
  color: #fff;
}
.honorcontent .honor-content {
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  padding: 30px 26.35px 16.66px 26.35px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .honorcontent .honor-content:hover .img-box .img-open {
    opacity: 1;
  }
  .honorcontent .honor-content:hover .honor-title h2 {
    color: #D43600;
  }
}
.honorcontent .honor-img {
  padding: 0 10px;
}
.honorcontent .honor-list1 {
  --bs-gutter-x: 5rem;
  margin-top: 61px;
}
.honorcontent .honor-list1 .honor-list2 {
  margin-bottom: var(--80);
}
.honorcontent .honor-title {
  text-align: center;
  margin-top: 28px;
  padding-top: 14px;
  position: relative;
}
.honorcontent .honor-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F0F0F0;
  content: "";
}
.honorcontent .honor-title h2 {
  color: #000;
  transition: all 0.5s;
}

.factorycontent {
  padding-top: var(--150);
  padding-bottom: var(--100);
}
.factorycontent .titlebox {
  margin-bottom: var(--60);
}
.factorycontent .factory-list1 {
  --bs-gutter-x: 1.75rem;
  margin-bottom: 48px;
}
.factorycontent .factory-list1 .factory-list2 {
  margin-bottom: 28px;
}
.factorycontent .factory-list1 .factory-list2 .img-box {
  padding-bottom: 56.25%;
  cursor: pointer;
}
.factorycontent .factory-list1 .factory-list2 .img-box:hover img {
  transform: scale(1.1);
}

.partnerscontent {
  padding-top: var(--150);
  padding-bottom: var(--100);
}
.partnerscontent .titlebox {
  padding-bottom: var(--60);
}
.partnerscontent .partners-list1 {
  --bs-gutter-x: 2.87rem;
}
.partnerscontent .partners-list1 .partners-list2 {
  margin-bottom: var(--80);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .partnerscontent .partners-list1 .partners-list2:hover .img-box img {
    transform: scale(1.1);
  }
  .partnerscontent .partners-list1 .partners-list2:hover .partners-title h3 {
    color: #D43600;
  }
  .partnerscontent .partners-list1 .partners-list2:hover .partners-title::after {
    width: 3px;
  }
}
.partnerscontent .partners-list1 .partners-list2 .partners-title h3 {
  transition: all 0.5s;
}
.partnerscontent .partners-list1 .partners-list2 .img-box {
  padding-bottom: 50.98%;
  margin-bottom: 17px;
  border-radius: 8px;
  overflow: hidden;
}
.partnerscontent .partners-list1 .partners-list2 .partners-title {
  padding: 0 23px;
  position: relative;
}
.partnerscontent .partners-list1 .partners-list2 .partners-title::after {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 2px;
  border-radius: 8px;
  background-color: #D43600;
  content: "";
  transition: all 0.5s;
}

.videocontent {
  padding-top: var(--150);
  padding-bottom: var(--100);
}
.videocontent .titlebox {
  padding-bottom: var(--60);
}
.videocontent .video-play {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
}
.videocontent .video-list1 {
  --bs-gutter-x: 7.06rem;
}
.videocontent .video-list1 .video-list2 {
  margin-bottom: var(--60);
}
.videocontent .video-list1 .video-list2 .video-box {
  transition: all 0.5s;
  border-radius: 8px;
  overflow: hidden;
}
.videocontent .video-list1 .video-list2 .video-box:hover {
  background-color: #F0F0F0;
}
.videocontent .video-list1 .video-list2 .video-box:hover .video-title h3 {
  color: #D43600;
}
.videocontent .video-list1 .video-list2 .video-img {
  position: relative;
}
.videocontent .video-list1 .video-list2 .img-box {
  padding-bottom: 61.7204%;
  border-radius: 8px;
}
.videocontent .video-list1 .video-list2 .video-textbox {
  padding: 91px 24.5px 44px;
}
.videocontent .video-list1 .video-list2 .video-textbox .video-title {
  margin-bottom: 16px;
  text-align: center;
}
.videocontent .video-list1 .video-list2 .video-textbox .video-title h3 {
  transition: all 0.5s;
}
.videocontent .video-list1 .video-list2 .video-textbox .video-text {
  text-align: center;
}

.newscontent {
  padding-top: var(--163);
  padding-bottom: var(--100);
}
.newscontent .titlebox {
  margin-bottom: var(--60);
}
.newscontent .index-news-list2 {
  margin-bottom: var(--80);
}

.newsdetcon {
  padding-top: var(--163);
  padding-bottom: var(--100);
}
.newsdetcon .contact-form {
  width: 100%;
}
.newsdetcon .news-title {
  margin-bottom: var(--30);
}
.newsdetcon .products-more-con {
  justify-content: flex-start;
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--30);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  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 {
  color: #D43600;
}
.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(--70);
}
.newsdetcon .news-next {
  margin-bottom: var(--70);
}

.exhibitioncontent {
  padding-top: var(--163);
}
.exhibitioncontent .img-box {
  border-radius: 8px;
  padding-bottom: 62.622%;
}
.exhibitioncontent .index-news-text {
  margin-bottom: 26px;
}
.exhibitioncontent .exhibition-box {
  padding-bottom: var(--150);
}
.exhibitioncontent .exhibition-box .titlebox {
  margin-bottom: var(--60);
}
.exhibitioncontent .exhibition-box .exhibition-top {
  display: flex;
  justify-content: flex-start;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-news {
  width: 48.55%;
  padding-right: var(--60);
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-news:hover .news-headlines {
  color: #D43600;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-news:hover .img-box img {
  transform: scale(1.1);
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-news:hover .news-date {
  background-color: #D43600;
  color: #fff;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 {
  width: 45.38%;
  position: relative;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #DADADA;
  content: "";
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 {
  margin-bottom: 31px;
  position: relative;
  padding-left: var(--60);
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2:hover .subtitle {
  color: #D43600;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2:hover .img-box img {
  transform: scale(1.1);
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2:hover .news-date {
  background-color: #D43600;
  color: #fff;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2:hover::after {
  opacity: 1;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2::after {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #D43600;
  content: "";
  transform: translateX(-50%);
  transition: all 0.5s;
  z-index: 10;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2:last-child {
  margin-bottom: 0;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 a {
  display: flex;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .exhibition-top-list-img {
  width: 27.679%;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .exhibition-top-list-content {
  width: 72.321%;
  padding-left: 40px;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .index-news-date {
  margin-bottom: 0;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .index-news-title {
  margin-bottom: 0;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .exhibition-top-list-datebox {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .exhibition-top-list-datebox .index-news-date {
  margin-right: 20px;
}
.exhibitioncontent .exhibition-listbox {
  background-color: #F5F5F5;
  padding-top: var(--100);
  padding-bottom: var(--100);
}
.exhibitioncontent .exhibition-listbox .exhibition-list1 {
  margin-bottom: var(--60);
}
.exhibitioncontent .exhibition-listbox .exhibition-list2 {
  margin-bottom: var(--100);
}
.exhibitioncontent .exhibition-listbox .exhibition-list2 a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.exhibitioncontent .exhibition-listbox .exhibition-list2:hover .news-headlines {
  color: #D43600;
}
.exhibitioncontent .exhibition-listbox .exhibition-list2:hover .img-box img {
  transform: scale(1.1);
}
.exhibitioncontent .exhibition-listbox .exhibition-list2:hover .news-date {
  background-color: #D43600;
  color: #fff;
}
.exhibitioncontent .exhibition-listbox .exhibition-list2:hover .exhibition-more {
  background-color: #0D203E !important;
}
.exhibitioncontent .exhibition-listbox .exhibition-list2:last-child {
  margin-bottom: 0;
}
.exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-img {
  width: 36.15%;
}
.exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-textbox {
  width: 63.85%;
  padding-left: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-textbox .index-news-content {
  padding-right: 232px;
}
.exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-textbox .exhibition-more {
  min-width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #cecece;
  border-radius: 50%;
  transition: all 0.5s;
}
.exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-textbox .exhibition-more i {
  font-size: 16px;
  color: #fff;
}

.faqcontent {
  padding-top: var(--163);
  padding-bottom: var(--100);
}
.faqcontent .titlebox {
  margin-bottom: var(--60);
}
.faqcontent .faq-list1 {
  width: 71.314%;
  margin-left: auto;
  margin-bottom: var(--80);
}
.faqcontent .faq-list1 .faq-list2 {
  margin-bottom: 30px;
}
.faqcontent .faq-list1 .faq-list2:last-child {
  margin-bottom: 0;
}
.faqcontent .faq-list1 .faq-list2 .faq-titlebox {
  border-radius: 8px;
  padding: 11px 25.5px 11px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F0F0F0;
  cursor: pointer;
}
.faqcontent .faq-list1 .faq-list2 .faq-titlebox:hover .advantage-title {
  color: #D43600;
}
.faqcontent .faq-list1 .faq-list2 .faq-titlebox:hover .faq-icon i {
  color: #D43600;
}
.faqcontent .faq-list1 .faq-list2 .faq-titlebox:hover .faq-plue {
  background-color: #D43600;
}
.faqcontent .faq-list1 .faq-list2 .faq-titlebox .faq-icon i {
  font-size: 32px;
  transition: all 0.5s;
  color: #272636;
}
.faqcontent .faq-list1 .faq-list2 .faq-titlebox .faq-title {
  width: calc(100% - 32px - 36px);
  padding: 0 50px;
}
.faqcontent .faq-list1 .faq-list2 .faq-titlebox .faq-plue {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  background-color: #0D203E;
  transition: all 0.5s;
}
.faqcontent .faq-list1 .faq-list2 .faq-titlebox .faq-plue i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: all 0.5s;
}
.faqcontent .faq-list1 .faq-list2 .faq-text {
  width: calc(100% - 32px - 36px);
  padding: 22.85px 116.5px 40px 66px;
  margin: 0 auto;
  display: none;
}
.faqcontent .faq-list1 .open .faq-plue {
  background-color: #D43600 !important;
}
.faqcontent .faq-list1 .open .icon-reduce {
  opacity: 1;
}
.faqcontent .faq-list1 .open .icon-plus {
  opacity: 0;
}

.casecontent .case-box {
  padding-top: var(--163);
  padding-bottom: var(--100);
}
.casecontent .case-box .case-list2 {
  padding: 43.5px 22.67px;
  border: 1px solid #F0F0F0;
}
.casecontent .case-box .case-list2 a:hover .img-box img {
  transform: scale(1.1);
}
.casecontent .case-box .case-list2 a:hover .case-title h3 {
  color: #D43600;
}
.casecontent .case-box .case-list2 a:hover .case-more {
  background-color: #D43600;
  color: #fff;
}
.casecontent .case-box .case-list2 a:hover .case-more i {
  color: #fff;
}
.casecontent .case-box .case-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.casecontent .case-box .titlebox {
  margin-bottom: 50.52px;
}
.casecontent .case-box .case-list {
  margin-bottom: var(--80);
}
.casecontent .case-box .img-box {
  border-radius: 8px;
  padding-bottom: 59.2599%;
  margin-bottom: var(--30);
}
.casecontent .case-box .case-title {
  margin-bottom: 12px;
}
.casecontent .case-box .case-title h3 {
  transition: all 0.5s;
  color: #0F0E0E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.casecontent .case-box .case-text {
  color: #666;
  margin-bottom: 64.28px;
}
.casecontent .case-box .case-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.casecontent .case-box .case-more {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #F0F0F0;
  padding: 13px 0;
  border-radius: 8px;
  color: #666;
  font-size: var(--20);
}
.casecontent .case-box .case-more i {
  color: #666;
  font-size: var(--18);
  margin-right: 12px;
  transition: all 0.5s;
}

.contactcontent {
  padding-top: 91px;
  padding-bottom: 140px;
}
.contactcontent .contact-box {
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact-box .contact-left .titlebox {
  margin-bottom: 77px;
}
.contactcontent .contact-box .contact-left .contact-content {
  padding-left: 195.5px;
}
.contactcontent .contact-box .contact-left .contact-list2 {
  display: flex;
  margin-bottom: 32px;
  color: #0D203E;
}
.contactcontent .contact-box .contact-left .contact-list2 a {
  transition: all 0.5s;
  color: #0D203E;
}
.contactcontent .contact-box .contact-left .contact-list2 a:hover {
  color: #D43600;
}
.contactcontent .contact-box .contact-left .contact-list2:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-left .contact-list2 .subtitle {
  color: #0D203E;
}
.contactcontent .contact-box .contact-left .contact-list2 .contact-content-title {
  font-size: var(--16);
  font-weight: 400;
  min-width: 80px;
  text-align: left;
  color: #666;
}
.contactcontent .contact-box .contact-left .contact-list2 .contact-content-text span {
  color: #D43600;
}

.privacycontent {
  padding: var(--150) 0;
}

.contact-form {
  width: 590px;
  border-radius: 14px;
  padding: 59.5px 40px;
  background-color: #0D203E;
}
.contact-form .contact-form-title h2 {
  color: #fff;
  font-size: var(--36);
  line-height: 0.7;
  margin-bottom: 16px;
}
.contact-form .contact-form-text {
  color: #F0F0F0;
  margin-bottom: 32px;
}
.contact-form .form label {
  width: 100%;
}
.contact-form .form .input-box {
  width: 100%;
  border-radius: 8px;
  background-color: transparent;
  padding: 20px 24px;
  color: #F0F0F0;
  border: 1px solid #1D375F;
  border-radius: 8px;
  margin-bottom: 16px;
}
.contact-form .form .input-box:focus::-moz-placeholder {
  opacity: 0.5;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-form .form .input-box:focus::placeholder {
  opacity: 0.5;
  transition: all 0.5s;
}
.contact-form .form .input-box::-moz-placeholder {
  color: #c3c3c3;
}
.contact-form .form .input-box::placeholder {
  color: #c3c3c3;
}
.contact-form .form .input-select {
  color: #c3c3c3;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.contact-form .form .email {
  padding-right: 8px;
}
.contact-form .form .tel {
  padding-left: 8px;
}
.contact-form .form option {
  background-color: #0D203E;
}
.contact-form .form .submit {
  width: 100%;
  background-color: #D43600;
  color: #fff;
  height: 44px;
  margin-top: 16px;
  border-radius: 8px;
  transition: all 0.5s;
}
.contact-form .form .submit:hover {
  background-color: #a32900;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination li {
  font-family: "Inter";
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid #D0D0D0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #182955;
  transition: all 0.5s;
}
.pagination li:hover {
  background-color: #F85E00;
  color: #fff;
}
.pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination .active {
  background-color: #F85E00;
  color: #fff;
}

.sitemapcontent .sitemap-content {
  padding-top: var(--100);
  padding-bottom: var(--100);
}
.sitemapcontent .sitemap-content .title {
  margin-bottom: var(--32);
}
.sitemapcontent .sitemap-content .title h2 {
  font-size: var(--40);
  font-weight: 500;
  color: #121212;
}
.sitemapcontent .sitemap-content .list1 .list2 {
  margin-bottom: 30px;
}
.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 #D43600;
  color: #D43600;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: #D43600;
  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;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.cart .cart-box {
  padding-top: var(--70);
}
.cart .cart-box .img-box {
  padding-bottom: 75.0617283%;
}
.cart .cart-box .title-inquiry-info {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .title-inquiry-info .item {
  font-size: 16px;
  font-weight: normal;
  color: #001733;
  padding: 20px;
}
.cart .cart-box .inquiry-list {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: var(--40);
}
.cart .cart-box .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #F5F7FA;
  content: "";
  position: absolute;
}
.cart .cart-box .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #001733;
  padding: 20px;
}
.cart .cart-box .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .inquiry-list .number-box span {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.cart .cart-box .inquiry-list .number-box span:hover {
  background-color: #D72534;
  color: #fff;
}
.cart .cart-box .inquiry-list .number-box .ipt-num {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
.cart .cart-box .inquiry-list .iclose {
  position: relative;
  cursor: pointer;
}
.cart .cart-box .inquiry-list .iclose:hover::after {
  color: #D72534;
}
.cart .cart-box .inquiry-list .iclose::after {
  font-family: "iconfont" !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ec7b";
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  z-index: 10;
}
.cart .cart-box .checkbox {
  width: 10%;
}
.cart .cart-box .pimg,
.cart .cart-box .number {
  width: 20%;
}
.cart .cart-box .pname {
  width: 40%;
}
.cart .cart-box .pname2 {
  display: none;
}
.cart .cart-box .operation {
  width: 10%;
}
.cart .cart-box .det-tit {
  width: 100%;
  position: relative;
  color: #000;
  font-size: var(--20);
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.cart .cart-box .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  content: "";
  bottom: 0;
  left: 0;
}
.cart .cart-box .pimg-pname-num {
  display: none;
}
.cart .cart-box .pimg-pname-num p {
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .cart .cart-box .title-inquiry-info .item {
    font-size: 14px;
    padding: 10px;
  }
  .cart .cart-box .inquiry-list .item {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .cart .cart-box .pimg,
  .cart .cart-box .pname,
  .cart .cart-box .number {
    display: none;
  }
  .cart .cart-box .pimg-pname-num {
    display: block;
    width: 80%;
  }
}
@media (max-width: 540px) {
  .cart .cart-box .checkbox span,
  .cart .cart-box .operation span {
    display: none;
  }
}
.container {
  max-width: 1621px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.container2 {
  max-width: calc(100% - (100% - 1621px) / 2);
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-right: auto;
}

.container3 {
  max-width: calc(100% - (100% - 1621px) / 2);
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-left: auto;
}

.flow-chart {
  width: 100%;
  margin-bottom: var(--50);
}
.flow-chart img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.privacy-title {
  margin-bottom: var(--70);
}

@media (max-width: 1750px) {
  :root {
    --163: 120px;
    --150: 110px;
    --100: 80px;
    --56: 50px;
    --50: 45px;
    --40: 30px;
    --36: 30px;
    --32: 26px;
    --30: 26px;
    --28: 25px;
    --24: 20px;
    --22: 18px;
    --20: 18px;
    --18: 16px;
  }
  .detailscontent .details-nav {
    top: 96px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 520px;
  }
  .detailscontent .details-content .details-textbox .details-type {
    margin-bottom: 13px;
  }
  .detailscontent .details-content .details-textbox .details-share {
    margin-bottom: 30px;
  }
  .detailscontent .details-content .details-textbox .details-description {
    margin-bottom: 24px;
  }
  .detailscontent .details-content .details-textbox {
    width: 608px;
    padding-top: 11px;
  }
  .detailscontent .details-content .details-imgbox .details-swiperbox {
    width: 90px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    height: 370px;
  }
  .honorcontent .honor-list1 {
    --bs-gutter-x: 3rem;
    margin-top: 40px;
  }
  .productcontent .product-box .product-content .product-left {
    width: 450px;
  }
  .productcontent .product-box .product-content .product-right {
    width: calc(100% - 450px);
    padding-left: var(--40);
  }
  .aboutcontent .about-introduce .introduce-img {
    height: 450px;
  }
  .titlebox .title1 {
    margin-bottom: 15px;
  }
  .casecontent .case-box .case-more {
    padding: 7px 0;
  }
  .casecontent .case-box .titlebox {
    margin-bottom: 30.52px;
  }
  .fooder .fooder-box .fooder-top {
    padding-bottom: 72px;
  }
  .indexcontent .index-products .index-products-white {
    height: 100px;
  }
  .indexcontent .index-news {
    padding-top: 110px;
    padding-bottom: 130px;
  }
  .indexcontent .index-products {
    padding-top: 160px;
    padding-bottom: 140px;
  }
  .index-num {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .indexcontent .index-advantages {
    padding-top: 120px;
    padding-bottom: 150px;
  }
  .container {
    max-width: 1321px;
  }
  .container2 {
    max-width: calc(100% - (100% - 1321px) / 2);
  }
  .container3 {
    max-width: calc(100% - (100% - 1321px) / 2);
  }
  .indexcontent .index-introduce .index-introduce-titlebox .index-introduce-title1 {
    margin-right: 120px;
  }
  .indexcontent .index-introduce .index-introduce-content .index-introduce-imgbox {
    width: 740px;
    max-width: 100%;
  }
  .indexcontent .index-introduce .index-introduce-textbox {
    width: calc(100% - 740px);
    padding-left: 92px;
  }
  .indexcontent .index-products .index-products-list1 a {
    padding: 28.5px 28px;
  }
  .indexcontent .index-advantages .index-advantages-textbox {
    padding-right: 68px;
    margin-bottom: 30px;
  }
  .indexcontent .index-contact .index-contact-img .index-contact-titlebox .index-contact-text {
    width: 100%;
  }
  .header .header-box .header-nav .header-list .header-list2 {
    margin-right: 40px;
  }
  .header .header-box .header-nav {
    margin-right: 80px;
  }
  .header .header-vice .header-vicebox {
    width: 963.5px;
  }
  .index-banner .banner-float .banner-float-box .banner-float-left .banner-float-box2 {
    width: 310px;
    height: 140px;
  }
  .index-banner {
    padding-bottom: 140px;
  }
  .index-banner .banner-float .banner-float-box {
    height: 400px;
  }
  .indexcontent .index-introduce .index-introduce-titlebox {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .indexcontent .index-introduce .index-introduce-content .index-introduce-imgbox .index-introduce-img2 {
    width: 125px;
  }
  .contactcontent {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-textbox .index-news-content {
    padding-right: 99px;
  }
  .honorcontent .honor-content {
    padding: 18px 12px 30px 12px;
  }
}
@media (max-width: 1400px) {
  :root {
    --163: 100px;
    --150: 90px;
    --100: 80px;
    --68: 54px;
    --60: 50px;
    --56: 32px;
    --50: 35px;
    --40: 25px;
    --36: 28px;
    --32: 24px;
    --30: 22px;
    --28: 22px;
    --24: 18px;
    --20: 16px;
    --18: 14px;
    --16: 14px;
    --15: 14px;
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-news {
    padding: 0;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-news::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #DADADA;
    content: "";
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 {
    padding-left: 0;
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1::after {
    display: none;
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 {
    width: 100%;
    margin-top: 40px;
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .exhibition-top-list-content {
    padding-left: 17px;
  }
  .exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-textbox {
    padding-left: 40px;
  }
  .detailscontent .details-nav .navbox .navbox2 span {
    padding: 15px 0;
  }
  .detailscontent .details-content .details-textbox .details-buy a {
    padding: 6px 16px;
  }
  .detailscontent .details-content .details-textbox .details-buy a i {
    margin-left: 9px;
  }
  .detailscontent .details-content .details-textbox .details-title {
    margin-bottom: 15px;
  }
  .detailscontent .details-content .details-textbox {
    width: 540px;
    padding-top: 0;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 430px;
  }
  .productcontent .product-box .product-content .product-left {
    width: 380px;
  }
  .productcontent .product-box .product-content .product-right .product-list {
    --bs-gutter-x: 1rem;
  }
  .product-contentbox .product-img {
    padding: 10px;
  }
  .product-contentbox .product-title {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 23px;
  }
  .product-contentbox .product-icon {
    width: 38px;
    height: 38px;
  }
  .productcontent .product-box .product-content .product-right .product-list2 {
    margin-bottom: 40px;
  }
  .productcontent .product-box .product-content .product-right {
    width: calc(100% - 380px);
    padding-left: var(--40);
  }
  .aboutcontent .about-introduce .introduce-img {
    height: 350px;
  }
  .contact-form {
    width: 550px;
  }
  .casecontent .case-box .case-list2 {
    padding: 38.5px 20.67px;
  }
  .contact-form .form .input-box {
    padding: 15px 12px;
  }
  .contactcontent .contact-box .contact-left .contact-content {
    padding-left: 110.5px;
  }
  .fooder .fooder-box .fooder-top .fooder-content {
    margin-bottom: 10px;
  }
  .fooder .fooder-box .fooder-top .fooder-title {
    margin-bottom: 15px;
  }
  .fooder .fooder-box .fooder-top .fooder-share {
    margin-top: 20px;
  }
  .fooder .fooder-box .fooder-buttom {
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .fooder .fooder-box .fooder-top .fooder-share ul li {
    margin-right: 20px;
    width: 40.5px;
    height: 40.5px;
  }
  .fooder .fooder-box .fooder-top .fooder-share ul li i {
    font-size: 16px;
  }
  .indexcontent .index-news .titlebox {
    margin-bottom: 30px;
  }
  .indexcontent .index-contact .index-contact-img .index-contact-titlebox .index-contact-title {
    margin-bottom: 10px;
  }
  .indexcontent .index-news {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .fooder-logo {
    width: 180px;
  }
  .fooder-logo img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .indexcontent .index-testimony .index-testimon-morebox .i-testimony-button i {
    font-size: 20px;
  }
  .indexcontent .index-advantages {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .i-swiper-buttonbox .i-swiper-but {
    width: 38px;
    height: 38px;
  }
  .i-swiper-buttonbox .i-swiper-but i {
    font-size: 14px;
  }
  .indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-textbox {
    padding: 0 30px 30px 24px;
  }
  .indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-more {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 25px;
  }
  .indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-more::after {
    width: 52px;
    height: 52px;
  }
  .indexcontent .index-testimony .index-testimony-titlebox {
    margin-bottom: 50px;
  }
  .index-num {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .index-num .index-num-list1 .index-num-list2 .index-num-title {
    margin-bottom: 2px;
  }
  .indexcontent .index-products .index-products-list1 a {
    padding: 10.5px 12px;
    padding-bottom: 15px;
  }
  .indexcontent .index-products .index-products-list1 a .index-products-list-textbox .index-product-more {
    width: 30px;
    height: 30px;
  }
  .indexcontent .index-products .index-products-list1 a .index-products-list-textbox .index-products-list-text {
    width: 74%;
    color: #666666;
  }
  .indexcontent .index-products .index-products-top {
    margin-bottom: 40px;
  }
  .indexcontent .index-products {
    padding-top: 95px;
    padding-bottom: 98px;
  }
  .indexcontent .index-introduce .index-introduce-content .index-introduce-imgbox .index-introduce-img2 {
    width: 100px;
  }
  .indexcontent .index-products .index-products-white {
    height: 60px;
  }
  .indexcontent .index-introduce .index-introduce-textbox .index-introduce-text1 {
    margin-bottom: 25px;
  }
  .indexcontent .index-introduce .index-introduce-textbox .index-introduce-text2 {
    margin-bottom: 40px;
  }
  .more-button a {
    padding: 12px 16px;
  }
  .indexcontent .index-introduce .index-introduce-content .index-introduce-imgbox {
    width: 500px;
  }
  .indexcontent .index-introduce .index-introduce-textbox {
    width: calc(100% - 500px);
    padding-left: 74px;
  }
  .index-banner .banner-float .banner-float-box .banner-float-left .banner-float-box2 {
    width: 310px;
    height: 120px;
    padding: 16px 14px;
  }
  .indexcontent .index-introduce .index-introduce-titlebox {
    padding-top: 55px;
    padding-bottom: 76px;
  }
  .index-banner {
    padding-bottom: 120px;
  }
  .header .header-box {
    height: 60px;
  }
  .header .header-vice {
    height: 36px;
  }
  .index-banner .banner-float .banner-float-box {
    height: 350px;
  }
  .container {
    max-width: 1121px;
  }
  .container2 {
    max-width: calc(100% - (100% - 1121px) / 2);
  }
  .container3 {
    max-width: calc(100% - (100% - 1121px) / 2);
  }
  .other-banner {
    margin-top: 96px;
  }
}
@media (max-width: 1200px) {
  :root {
    --163: 80px;
    --150: 70px;
    --100: 60px;
    --80: 60px;
    --70: 40px;
    --60: 40px;
    --50: 30px;
    --36: 20px;
    --30: 20px;
    --28: 18px;
    --22: 16px;
    --20: 14px;
  }
  .header .header-vice .header-vicebox {
    width: 100%;
    justify-content: center;
  }
  .exhibition-top {
    flex-direction: column;
  }
  .detailscontent .details-content .details-textbox {
    width: 100%;
    padding-top: 30px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 550px;
    margin: 0;
  }
  .detailscontent .details-content {
    flex-direction: column;
  }
  .productcontent .product-box .product-content {
    margin-top: 20px;
  }
  .product-contentbox {
    border: 1px solid #eee;
  }
  .s-menu {
    display: block;
  }
  .product-contentbox .product-icon {
    opacity: 1;
  }
  .honorcontent .honor-list1 {
    --bs-gutter-x: 1rem;
    margin-top: 20px;
  }
  .productcontent .product-box .product-content .product-right {
    width: 100%;
    padding-left: 0;
  }
  .honorcontent .honor-title {
    margin-top: 14px;
  }
  .honorcontent .honor-content {
    padding: 15px 10px 20px 10px;
  }
  .productcontent .product-box .product-content .product-left {
    display: none;
  }
  .casecontent .case-box .case-list2 {
    padding: 30.5px 18.67px;
  }
  .casecontent .case-box .case-text {
    margin-bottom: 35.28px;
  }
  .contactcontent {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .contact-form .form .input-box {
    padding: 10px 10px;
  }
  .contactcontent .contact-box .contact-left .contact-content {
    padding: 0;
  }
  .contact-form {
    width: 500px;
  }
  .header .s-nav {
    display: flex;
    margin-right: 15px;
  }
  .index-banner .banner-float .banner-float-box {
    height: 287px;
  }
  .index-banner .banner-float .banner-float-box {
    width: 320px;
  }
  .index-banner .banner-float .banner-float-box .banner-float-left .banner-float-box2 img {
    width: 170px;
  }
  .index-banner {
    padding-bottom: 90px;
  }
  .index-banner .banner-float .banner-float-box .banner-float-left .banner-float-box2 {
    width: 261px;
    height: 90px;
  }
  .fooder .fooder-box .fooder-top {
    flex-wrap: wrap;
  }
  .fooder-list1 {
    width: 50%;
    margin-bottom: 45px;
  }
  .index-advantages-box {
    flex-direction: column;
  }
  .index-news-list1 {
    --bs-gutter-x: 0.87rem;
  }
  .indexcontent .index-introduce .index-introduce-content .index-introduce-imgbox .index-introduce-img1 {
    border-radius: 8px;
  }
  .indexcontent .index-advantages .index-advantages-textbox {
    padding: 0;
    width: 100%;
  }
  .indexcontent .index-advantages .index-advantages-textbox .i-swiper-buttonbox {
    justify-content: flex-end;
  }
  .fooder-logo {
    margin-right: auto;
    margin-bottom: 10px;
  }
  .fooder .fooder-box .fooder-buttom .fooder-rigth {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .fooder .fooder-box .fooder-buttom .fooder-rigth .fooder-copyright {
    width: 75%;
    text-align: left;
    margin-right: 0;
  }
  .fooder .fooder-box .fooder-buttom {
    flex-direction: column;
  }
  .fooder .fooder-box .fooder-top {
    padding-bottom: 30px;
  }
  .fooder .fooder-box .fooder-top .fooder-title {
    margin-bottom: 5px;
  }
  .indexcontent .index-testimony .index-testimony-titlebox {
    width: 100%;
  }
  .indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-textbox {
    opacity: 1;
    transform: none;
  }
  .index-news-img .img-box {
    margin-bottom: 16px;
  }
  .indexcontent .index-news {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .indexcontent .index-testimony .i-testimony-swiper .i-testimony-box .i-testimony-more {
    opacity: 1;
  }
  .indexcontent .index-advantages .index-advantages-content {
    width: 100%;
  }
  .indexcontent .index-contact .index-contact-box .index-contact-form .input-box {
    width: 240px;
  }
  .index-advantages-white {
    display: none;
  }
  .more-button a i {
    font-size: 14px;
    margin-right: 10px;
  }
  .indexcontent .index-products {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .indexcontent .index-products .index-products-list1 {
    margin-bottom: -20px;
  }
  .index-num-list2,
  .index-products-list2 {
    margin-bottom: 20px;
  }
  .indexcontent .index-introduce .index-introduce-textbox .index-introduce-text2 {
    margin-bottom: 30px;
  }
  .indexcontent .index-introduce .index-introduce-textbox .index-introduce-text1 {
    margin-bottom: 15px;
  }
  .indexcontent .index-introduce .index-introduce-content {
    flex-direction: column-reverse;
  }
  .indexcontent .index-introduce .index-introduce-textbox {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .indexcontent .index-introduce .index-introduce-titlebox {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .indexcontent .index-introduce .index-introduce-content .index-introduce-imgbox {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .container {
    max-width: 860px;
  }
  .container2 {
    max-width: 860px;
    margin: 0 auto;
  }
  .container3 {
    max-width: 860px;
    margin: 0 auto;
  }
  .header .header-vice {
    padding-right: 0;
    justify-content: center;
  }
  .header .header-box .header-nav {
    display: none;
  }
  .indexcontent .index-advantages .index-advantages-content .index-advantages-swiper-box {
    padding: 18px 20px 26px;
  }
  .indexcontent .index-advantages {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .indexcontent .index-advantages .index-advantages-textbox .index-advantages-text {
    margin-bottom: 30px;
  }
  .indexcontent .index-advantages .index-advantages-content .index-advantages-swiper-box .index-advantages-swiper-num {
    margin-bottom: 50px;
  }
  .faqcontent .faq-list1 {
    width: 100%;
  }
  .productcontent .product-box .product-content {
    margin-top: 0;
  }
  .faqcontent .faq-list2 .faq-titlebox .faq-title {
    width: calc(100% - 32px - 36px);
    padding: 0px 25px;
  }
  .faqcontent .faq-list2 .faq-text {
    padding: 19.85px 64.5px 26px 40px;
  }
}
@media (max-width: 980px) {
  :root {
    --70: 40px;
    --60: 40px;
    --50: 30px;
    --36: 20px;
    --30: 20px;
    --22: 16px;
    --20: 14px;
  }
  .exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-textbox .index-news-content {
    padding-right: 30px;
  }
  .aboutcontent .about-introduce .titlebox {
    margin-bottom: 19px;
  }
  .video-play {
    width: 50px;
    height: 50px;
  }
  .video-play i {
    font-size: 20px;
  }
  .contactcontent .contact-box {
    flex-direction: column;
  }
  .aboutcontent .about-introduce .introduce-img {
    height: 300px;
  }
  .aboutcontent .about-exhibit .titlebox {
    width: 68.94%;
    margin-bottom: 31px;
  }
  .aboutcontent .about-exhibit .exhibit-navbox {
    margin-bottom: 30px;
  }
  .aboutcontent .about-introduce .introduce-text {
    width: 78%;
  }
  .aboutcontent .about-introduce .introduce-title2 {
    margin-bottom: 19px;
  }
  .contact-left {
    margin-bottom: 30px;
  }
  .contact-form {
    padding: 40.5px 40px;
  }
  .contactcontent .contact-box .contact-left .titlebox {
    margin-bottom: 30px;
  }
  .contactcontent .contact-box .contact-left .contact-list2 {
    margin-bottom: 20px;
  }
  .contact-form {
    width: 100%;
  }
  .index-num .index-num-list1 .index-num-list2 .index-num-content {
    margin-bottom: 0;
  }
  .indexcontent .index-testimony .index-testimon-morebox {
    flex-direction: column;
    align-items: flex-start;
  }
  .indexcontent .index-products .index-products-top .index-products-view {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .indexcontent .index-testimony .index-testimon-morebox .i-testimony-button {
    position: absolute;
    top: 0;
    right: 0;
  }
  .indexcontent .index-products .index-products-top .index-products-titlebox {
    width: 64.94%;
  }
  .index-products-buttombox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .index-news-date {
    margin-bottom: 5px;
  }
  .indexcontent .index-testimony {
    padding-bottom: 52px;
  }
  .indexcontent .index-contact .index-contact-box .index-contact-form .input-box {
    width: 200px;
  }
  .indexcontent .index-testimony .index-testimon-morebox .index-testimon-more-text {
    width: 100%;
    margin: 20px 0;
  }
  .container {
    max-width: 700px;
  }
  .container2 {
    max-width: 700px;
  }
  .container3 {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  :root {
    --163: 60px;
    --150: 50px;
    --100: 40px;
    --80: 30px;
    --70: 25px;
    --60: 25px;
    --68: 45px;
    --50: 24px;
    --30: 18px;
    --18: 14px;
  }
  .index-num .index-num-list1 {
    --bs-gutter-x: 1.5rem;
  }
  .other-banner {
    margin-top: 0;
  }
  .faqcontent .faq-list2 .faq-titlebox .faq-icon i {
    font-size: 20px;
    color: #272636;
  }
  .faqcontent .faq-list2 .faq-titlebox .faq-plue {
    width: 20px;
    height: 20px;
  }
  .faqcontent .faq-list2 .faq-titlebox .faq-plue i {
    font-size: 10px;
  }
  .faqcontent .faq-list2 .faq-titlebox .faq-title {
    width: calc(100% - 20px - 20px);
    padding: 0px 15px;
  }
  .faqcontent .faq-list2 {
    margin-bottom: 10px;
  }
  .faqcontent .faq-list2 .faq-text {
    padding: 10px 5px 0px 15px;
  }
  .detailscontent .details-nav {
    top: 81px;
  }
  .detailscontent .details-content {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .aboutcontent .about-exhibit .titlebox {
    width: 100%;
  }
  .aboutcontent .text-box .text-list2 {
    flex-direction: column !important;
    margin-bottom: 30px;
  }
  .aboutcontent .text-box .text-list2:last-child {
    margin-bottom: 0;
  }
  .aboutcontent .text-box .text-list2 .text-img {
    width: 100%;
  }
  .aboutcontent .text-box .text-list2 .text-content {
    padding: 0 !important;
    margin-bottom: 20px;
    width: 100% !important;
  }
  .aboutcontent .about-exhibit .exhibit-nav .exhibit-nav2 {
    padding: 10.5px 24px;
  }
  .aboutcontent .about-exhibit .exhibit-nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .aboutcontent .about-exhibit .exhibit-navbox {
    flex-direction: column;
    align-items: flex-end;
  }
  .index-num {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .aboutcontent .about-introduce .introduce-textbox2 {
    flex-direction: column;
    align-items: flex-end;
  }
  .aboutcontent .about-introduce .introduce-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutcontent .about-introduce .introduce-textbox {
    flex-direction: column;
    align-items: flex-start;
  }
  .pagination li {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 14px;
  }
  .casecontent .case-box .case-more i {
    font-size: 14px;
  }
  .fooder {
    padding-bottom: 64px;
  }
  .indexcontent .index-introduce .index-introduce-titlebox .index-introduce-title2 {
    width: 100%;
  }
  .fooder .fooder-box .fooder-buttom .fooder-rigth .fooder-copyright {
    width: 100%;
    margin-bottom: 10px;
  }
  .indexcontent .index-products {
    padding-top: 70px;
  }
  .indexcontent .index-products .index-products-list1 a .index-products-img {
    padding: 0px 20px;
    margin-bottom: 22px;
  }
  .more-button a {
    padding: 8px 13px;
  }
  .index-banner {
    padding-bottom: 0;
  }
  .indexcontent .index-introduce .index-introduce-titlebox {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .indexcontent .index-introduce .index-introduce-titlebox .index-introduce-title1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .indexcontent .index-introduce .index-introduce-titlebox {
    flex-direction: column;
  }
  .index-banner .banner-float .banner-float-box .banner-float-left .banner-float-box2 {
    padding: 10px 10px;
  }
  .index-banner .banner-float .banner-float-box {
    position: unset;
  }
  .index-banner .banner-float {
    position: unset;
  }
  .index-banner .banner-float .container {
    max-width: 100%;
  }
  .index-banner .banner-float .banner-float-box {
    width: 100%;
    height: auto;
  }
  .index-banner .banner-float .banner-float-box .banner-float-left {
    position: unset;
  }
  .index-banner .banner-float .banner-float-box .banner-float-left .banner-button-box {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    z-index: 10;
  }
  .header {
    position: sticky;
  }
  .header .header-box {
    height: 45px;
  }
  .index-banner .banner-float .banner-float-box .banner-float-left .banner-float-box2 {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 8px;
  }
  .index-news-list2 {
    margin-bottom: 20px;
  }
  .fooder-list1 {
    width: 100%;
  }
  .container {
    max-width: 90%;
  }
  .container2 {
    max-width: 90%;
  }
  .container3 {
    max-width: 90%;
  }
  .indexcontent .index-contact .index-contact-box .index-contact-content {
    flex-direction: column;
  }
  .indexcontent .index-contact .index-contact-box .index-contact-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .indexcontent .index-contact .index-contact-box .index-contact-form {
    width: 100%;
  }
  .indexcontent .index-contact .index-contact-box .index-contact-form .input-box {
    width: 100%;
  }
}
@media (max-width: 540px) {
  :root {
    --163: 30px;
    --150: 30px;
    --100: 30px;
    --80: 20px;
    --68: 38px;
    --60: 20px;
    --56: 22px;
    --40: 20px;
    --50: 22px;
    --24: 16px;
    --36: 16px;
    --28: 16px;
    --22: 14px;
    --15: 12px;
  }
  .exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-textbox .exhibition-more {
    min-width: 35px;
    height: 35px;
  }
  .title1::before {
    margin-right: 5px;
  }
  .exhibitioncontent .exhibition-listbox .exhibition-list2 {
    flex-direction: column;
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .exhibition-top-list-datebox {
    margin-bottom: 0;
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .exhibition-top-list-datebox .index-news-date {
    margin-right: 0;
  }
  .news-date i {
    margin-right: 4px;
  }
  .news-date span {
    display: inline;
  }
  .exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-img {
    margin-bottom: 10px;
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 {
    margin-top: 20px;
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .exhibition-top-list-datebox {
    flex-direction: column;
    align-items: flex-start;
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .exhibition-top-list-img {
    width: 50%;
  }
  .exhibitioncontent .exhibition-box .exhibition-top .exhibition-top-list1 .exhibition-top-list2 .exhibition-top-list-content {
    padding-left: 10px;
  }
  .exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-img {
    width: 100%;
  }
  .exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-textbox {
    align-items: flex-end;
  }
  .exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-textbox .index-news-content {
    padding-right: 0;
  }
  .exhibitioncontent .exhibition-listbox .exhibition-list2 .exhibition-textbox {
    width: 100%;
    padding-left: 0;
  }
  .detailscontent .requestbox .request-from .input-box {
    padding: 12px;
  }
  .detailscontent .details-nav {
    top: 45px;
  }
  .details-imgbox {
    flex-direction: column-reverse;
  }
  .detailscontent .details-content {
    padding: 30px 0;
  }
  .detailscontent .details-content .details-imgbox .details-swiperbox {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .detailscontent .details-nav .navbox .navbox2 {
    margin-right: 30px;
  }
  .detailscontent .details-nav .navbox {
    overflow-y: scroll;
  }
  .detailscontent .details-content .details-imgbox .details-swiperbox .details-swiper-but {
    display: none;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 100%;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    height: auto;
  }
  .aboutcontent .text-box .text-list2 .advantage-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .aboutcontent .about-exhibit .exhibit-nav .exhibit-nav2 {
    font-size: 12px;
    line-height: 1.4;
    padding: 10px;
  }
  .aboutcontent .about-introduce .introduce-img {
    height: 230px;
  }
  .casecontent .case-box .case-text {
    margin-bottom: 20.28px;
  }
  .contactcontent {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .contact-form {
    padding: 28.5px 20px;
  }
  .contact-form .form .input-box {
    padding: 5px 10px;
  }
  .contact-form .form .submit {
    margin-top: 12px;
    height: 30px;
  }
  .contactcontent .contact-box .contact-left .titlebox {
    margin-bottom: 20px;
  }
  .titlebox .title1 {
    margin-bottom: 10px;
  }
  .video-play {
    width: 35px;
    height: 35px;
  }
  .video-play i {
    font-size: 10px;
  }
  .videocontent .video-list1 .video-list2 .video-textbox {
    padding: 30px 15px 30px;
  }
  .videocontent .video-list1 .video-list2 .video-textbox {
    padding: 30px 15px 5px;
  }
  .videocontent .video-list1 .video-list2 .video-textbox .video-title {
    margin-bottom: 7px;
  }
  .exhibitioncontent .exhibition-listbox .exhibition-list2 a {
    flex-direction: column;
  }
  .contactcontent .contact-box .contact-left .contact-list2 .contact-content-title {
    min-width: 60px;
  }
  .contactcontent .contact-box .contact-left .contact-list2 {
    margin-bottom: 15px;
  }
  .factorycontent .factory-list1 {
    margin-bottom: 12px;
  }
  .index-banner .banner-float .banner-float-box .banner-float-text1 {
    margin-bottom: 16px;
  }
  .index-banner .banner-float .banner-float-box .banner-float-text3 {
    font-size: 14px;
  }
  .fooder .fooder-box .fooder-top .fooder-share {
    margin-top: 10px;
  }
  .fooder .fooder-box .fooder-top {
    padding-bottom: 0px;
  }
  .indexcontent .index-introduce .index-introduce-content .index-introduce-imgbox .index-introduce-img2 {
    width: 40px;
    display: none;
  }
  .index-banner .banner-float .banner-float-box .banner-float-left .banner-button-box .banner-button {
    width: 35px;
    height: 35px;
  }
  .index-banner .banner-float .banner-float-box .banner-float-left .banner-button-box .banner-button i {
    font-size: 16px;
  }
  .indexcontent .index-testimony .index-testimony-titlebox {
    margin-bottom: 20px;
  }
  .indexcontent .index-testimony .i-testimony-swiper {
    margin-bottom: 20px;
  }
  .fooder .fooder-box .fooder-top .fooder-products a {
    line-height: 1.8;
  }
  .indexcontent .index-testimony {
    padding-bottom: 20px;
  }
  .indexcontent .index-testimony .index-testimony-titlebox .index-testimony-title {
    margin-bottom: 10px;
  }
  .fooder .fooder-box .fooder-buttom {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .fooder {
    padding-top: 30px;
  }
  .fooder .fooder-box .fooder-top .fooder-content {
    margin-bottom: 0px;
  }
  .indexcontent .index-contact .index-contact-img {
    height: 300px;
  }
  .fooder-list1 {
    margin-bottom: 20px;
  }
  .indexcontent .index-news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .indexcontent .index-testimony .index-testimony-titlebox .index-testimony-text1 {
    margin-bottom: 20px;
  }
  .indexcontent .index-contact .index-contact-img .index-contact-titlebox {
    width: 100%;
  }
  .indexcontent .index-advantages {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .indexcontent .index-advantages .index-advantages-content .index-advantages-swiper-box .index-advantages-swiper-num {
    margin-bottom: 20px;
  }
  .indexcontent .index-advantages .index-advantages-textbox .index-advantages-text {
    margin-bottom: 15px;
  }
  .indexcontent .index-advantages .index-advantages-textbox .index-advantages-title {
    margin-bottom: 16px;
  }
  .indexcontent .index-advantages .index-advantages-textbox .title1 {
    margin-bottom: 15px;
  }
  .index-num {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index-num-list2,
  .index-products-list2 {
    margin-bottom: 20px;
  }
  .indexcontent .index-products {
    padding-top: 40px;
  }
  .indexcontent .index-products .index-products-top {
    flex-direction: column;
  }
  .index-products-buttombox {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
  }
  .indexcontent .index-products {
    padding-bottom: 20px;
  }
  .indexcontent .index-products .index-products-list1 a .index-products-list-title h3 {
    font-size: 18px;
  }
  .indexcontent .index-products .index-products-top .index-products-view {
    margin-bottom: 0;
  }
  .indexcontent .index-products .index-products-top .index-products-titlebox {
    width: 100%;
  }
  .indexcontent .index-products .index-products-white {
    display: none;
  }
  .indexcontent .index-introduce .index-introduce-textbox .index-introduce-text2 {
    margin-bottom: 20px;
  }
  .header .header-vice {
    display: none;
  }
  .fooder .fooder-box .fooder-top .fooder-products span {
    display: none;
  }
  .fooder-logo {
    width: 120px;
  }
  .header .header-box {
    padding-left: 10px;
  }
  .header .header-box .header-but .header-search .search-con {
    width: 50px;
  }
  .header-language .icon-a-Group2 {
    display: none;
  }
  .header .header-box .header-but .header-language {
    margin-right: 16px;
  }
  .fooder .fooder-box .fooder-buttom .fooder-rigth .fooder-copyright {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */