* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
p {
  padding: 0;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
input,
textarea {
  border: none;
  resize: none;
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box iframe,
.img-box video,
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.fszero h1 {
  margin: 0;
}
[lang=zh-CN] .share-cn {
  display: block;
}
[lang=zh-CN] .share-other {
  display: none;
}
.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
@-ms-viewport {
  width: auto !important;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
select,
button,
input,
textarea {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none !important;
}
img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.art-video-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.art-video-player .art-bottom {
  display: none !important;
}
.art-mask {
  display: none !important;
}
.breadcrumb {
  margin-bottom: 0;
}
.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.table-box {
  font-size: var(--20);
  line-height: calc(23 / 20);
  color: var(--c);
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto;
  height: auto;
}
.table-box table td,
.table-box table th {
  padding: var(--d15) 0;
  border-bottom: 1px dashed #CCCCCC;
}
.table-box table tr td:first-child {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .table-box {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-box table td,
  .table-box table th {
    padding: 8px !important;
  }
}
label {
  width: 100%;
}
.box-follow .img-box > img {
  display: none !important;
  height: auto;
}
.box-follow iframe[src=''],
.box-follow iframe[data-src=''] {
  display: none;
  border: 1px solid #000;
}
.box-follow iframe[src=''] + img,
.box-follow iframe[data-src=''] + img {
  display: block !important;
}
.tranlanguage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.tranlanguage p {
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .tranlanguage p {
    font-size: 14px;
  }
}
.tranlanguage p img {
  width: 24px;
  margin-right: 10px;
}
.tranlanguage p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
  margin-left: 10px;
  margin-top: -4px;
}
.tranlanguage ul {
  position: absolute;
  min-width: 100%;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none;
  padding: 10px 0;
}
.tranlanguage ul li a {
  display: block;
  padding: 10px 10px;
}
.tranlanguage ul li a img {
  width: 30px;
  object-fit: cover;
}
.fancybox-slide--iframe .fancybox-content {
  min-width: 80vw;
  min-height: 80vh;
}
body {
  font-family: 'Roboto', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #444;
  color: #444;
  background-color: #fff;
}
i {
  line-height: 1;
}
.row {
  --bs-gutter-x: 1.875rem;
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: local('Roboto Regular'), local('Roboto-Regular'), url('../../app/fonts/Roboto-Regular.woff2') format('woff2'), url('../../app/fonts/Roboto-Regular.woff') format('woff'), url('../../app/fonts/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../../app/fonts/Roboto-Bold.woff2') format('woff2'), url('../../app/fonts/Roboto-Bold.woff') format('woff'), url('../../app/fonts/Roboto-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'AntonSC';
  font-weight: 400;
  font-style: normal;
  src: local('AntonSC Regular'), local('AntonSC-Regular'), url('../../app/fonts/AntonSC-Regular.woff2') format('woff2'), url('../../app/fonts/AntonSC-Regular.woff') format('woff'), url('../../app/fonts/AntonSC-Regular.ttf') format('truetype');
  font-display: swap;
}
:root {
  --p: calc((100vw - 1660px) / 2);
  --c: #7B51B6;
  --c2: #AE2933;
  --r70: 70px;
  --r50: 50px;
  --r46: 46px;
  --r44: 44px;
  --r40: 40px;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d286: 286px;
  --d243: 243px;
  --d225: 225px;
  --d208: 208px;
  --d190: 190px;
  --d185: 185px;
  --d180: 180px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d158: 158px;
  --d150: 150px;
  --d147: 147px;
  --d145: 145px;
  --d140: 140px;
  --d138: 138px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d86: 86px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d65: 65px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d42: 42px;
  --d40: 40px;
  --d38: 38px;
  --d36: 36px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d19: 19px;
  --d18: 18px;
  --d17: 17px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --162: 162px;
  --128: 128px;
  --110: 110px;
  --100: 100px;
  --92: 92px;
  --90: 90px;
  --80: 80px;
  --76: 76px;
  --75: 75px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --54: 54px;
  --52: 52px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --45: 45px;
  --44: 44px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --25: 25px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --19: 19px;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
.antonsc {
  font-family: 'AntonSC', Arial, sans-serif;
}
.title {
  font-family: 'AntonSC', Arial, sans-serif;
  font-size: var(--45);
  line-height: calc(68 / 45);
  color: var(--c);
}
.title span {
  color: var(--c2);
}
.text18-28 {
  font-size: var(--18);
  line-height: calc(28 / 18);
}
.text16-26 {
  font-size: var(--16);
  line-height: calc(26 / 16);
}
.text15-26 {
  font-size: var(--15);
  line-height: calc(26 / 15);
}
.setSlow1 {
  animation: an1 2s ease forwards;
}
@keyframes playan1 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes playan3 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes playan4 {
  0% {
    transform: translate(-50%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 0%) rotate(0);
  }
}
@keyframes an1 {
  0% {
    transform: rotate(-180deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes an2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an3 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: none;
  }
}
.header {
  position: sticky;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
}
.header .header-box1 {
  position: relative;
  z-index: 100;
  transition: all 0.5s;
  border-bottom: 1px solid var(--c);
  background-color: #fff;
}
.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  position: relative;
}
.header .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header-logo .logo {
  width: 170px;
}
.header .header-logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header .header-search .search-tit {
  padding: var(--d8) var(--d50);
  background-color: var(--c);
  border-radius: 100px;
  font-size: var(--16);
  line-height: calc(19 / 16);
  color: #fff;
  margin-right: var(--d10);
}
.header .header-search .search-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.header .header-search .search-con .search-icon {
  width: 35px;
  height: 35px;
  background-color: var(--c);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-search .search-con .search-icon i {
  color: #fff;
  font-size: var(--13);
  transition: all 0.5s;
}
.header .header-search .search {
  position: absolute;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
  width: 20vw;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  visibility: hidden;
}
.header .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header .header-search .search .search-box .input-text {
  width: 95%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-language {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-language .header-language2 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.header .header-language .header-language2 .icon-yuyan {
  font-size: var(--22);
}
.header .header-language .header-language2 span {
  font-size: var(--16);
  line-height: 1;
  font-weight: 500;
}
.header .header-language .header-language2 svg {
  width: 24px;
  height: 24px;
  margin-right: var(--d12);
}
.header .header-cart {
  position: relative;
  margin-right: var(--d22);
}
.header .header-cart .header-cart2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
}
.header .header-cart .header-cart2:hover {
  color: var(--c);
}
.header .header-cart .header-cart2 i {
  font-size: var(--22);
  margin-right: 6px;
}
.header .header-cart .header-cart2 .cart-dot {
  font-size: var(--16);
  line-height: 1;
}
.header .header-contact {
  font-size: var(--16);
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
}
.header .header-contact:hover {
  color: var(--c);
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 10px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
}
.header .s-nav-action i {
  background-color: var(--c) !important;
}
.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.solutiondetails-header {
  position: sticky;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.solutiondetails-header .header-box2 {
  background-color: var(--c);
}
.solutiondetails-header .s-nav i {
  background-color: #fff;
}
@media (min-width: 1201px) {
  .header-not {
    display: none !important;
  }
  .header-navbox {
    height: 100%;
  }
  .header-nav {
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .header-nav .header-list {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header-nav .header-list .header-list2 {
    transition: all 0.5s;
    position: relative;
    height: 100%;
    margin-right: var(--d120);
  }
  .header-nav .header-list .header-list2:nth-child(4) {
    margin-left: auto;
    margin-right: 80px;
  }
  .header-nav .header-list .header-list2:nth-child(5) {
    margin-right: 80px;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    font-size: var(--19);
    line-height: calc(22 / 19);
    color: #222;
    font-weight: 700;
    transition: all 0.5s;
    position: relative;
  }
  .header-nav .header-list .header-list2 .header-list3:hover {
    color: var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .header-list3 a span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    font-size: var(--14);
    margin-left: 4px;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .action .header-list3 {
    color: var(--c);
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    text-align: center;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    color: var(--c) !important;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .more .more-1-list .more-1-list2 .more2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header-nav .header-list .header-list2:nth-child(4) {
    margin-right: 33px;
  }
  .header-nav .header-list .header-list2:nth-child(5) {
    margin-right: 36px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header .header-logo {
    left: 44%;
  }
}
.translate {
  margin-left: var(--d10);
}
@media (max-width: 1200px) {
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 70px;
    width: 100%;
  }
  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2:first-child .header-list3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: block;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 a i {
    display: none;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .more {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action .header-list3 a {
    color: var(--c);
  }
}
.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.s-nav i {
  width: 21px;
  height: 2px;
  background-color: #003366;
  transition: all 0.5s;
}
.s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.s-nav-action i:nth-child(2) {
  opacity: 0;
}
.s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  background-color: var(--c);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xs-online ul li i {
  font-size: 14px;
  color: #fff;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: '';
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-family: 'iconfont' !important;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.yuhonghuibox {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  pointer-events: none;
}
.yuhonghuibox .yuhonghui {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-start;
  transform: translateX(calc(-100% + 60px));
  transition: all 0.5s;
  pointer-events: none;
}
.yuhonghuibox .yuhonghui .yuhonghui-imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 70px;
  background-color: var(--c);
  cursor: pointer;
  pointer-events: auto;
}
.yuhonghuibox .yuhonghui .yuhonghui-imgbox img {
  width: 42px;
  object-fit: cover;
}
.yuhonghuibox .yuhonghui .yuhonghui-content {
  background-color: var(--c);
  margin-left: 1px;
  pointer-events: auto;
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-titlebox {
  display: flex;
  justify-content: center;
  font-size: var(--24);
  line-height: calc(28 / 24);
  font-weight: 700;
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-titlebox .yuhonghui-title1 {
  padding: var(--d8) var(--d22);
  color: #fff;
  background-color: var(--c2);
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-titlebox .yuhonghui-title2 {
  padding: var(--d8) var(--d22);
  color: var(--c2);
  background-color: #fff;
  position: relative;
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-titlebox .yuhonghui-title2::after {
  content: '';
  position: absolute;
  right: 100%;
  border-width: 12px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-box {
  padding-top: var(--d40);
  padding-left: var(--d30);
  padding-bottom: var(--d68);
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-logo {
  width: 143.2px;
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-list .yuhonghui-list2 {
  margin-bottom: var(--d35);
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-list .yuhonghui-list2:last-child {
  margin-bottom: 0;
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-list .yuhonghui-list2 .yuhonghui-list3 {
  padding-top: var(--d20);
  border-top: 1px dashed #9879C5;
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-list .yuhonghui-list2 .yuhonghui-list3 .yuhonghui-title {
  font-size: var(--18);
  line-height: calc(21 / 18);
  color: #fff;
  font-weight: 700;
  margin-bottom: var(--d10);
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-list .yuhonghui-list2 .yuhonghui-list3 .yuhonghui-type {
  font-size: var(--14);
  line-height: calc(16 / 14);
  color: #fff;
  margin-bottom: var(--d20);
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-list .yuhonghui-list2 .yuhonghui-list3 .yuhonghui-download {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #9879C5;
  border-radius: 100px;
  padding: var(--d8) var(--d30);
  font-size: var(--14);
  line-height: 1;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s;
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-list .yuhonghui-list2 .yuhonghui-list3 .yuhonghui-download:hover {
  background-color: var(--c2);
}
.yuhonghuibox .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-list .yuhonghui-list2 .yuhonghui-list3 .yuhonghui-download i {
  font-size: var(--15);
  margin-left: var(--d10);
}
.online-wrap .online-wrap2 {
  transition: all 0.5s;
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1100;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  pointer-events: none;
}
.online-wrap .gotop {
  padding-top: 10px;
  position: relative;
}
.online-wrap .gotop::after {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #222222;
  content: '';
  opacity: 0.2;
}
.online-wrap .online {
  transition: all 0.5s;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 100px;
  padding: 30px 16px;
  pointer-events: auto;
}
.online-wrap .online a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 50%;
  margin-bottom: 25px;
}
.online-wrap .online a:hover i {
  color: var(--c);
}
.online-wrap .online a i {
  font-size: 24px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #000000;
  transition: all 0.5s;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  color: #000;
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.online-wrap .online a .show-num .show-img {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
}
.online-wrap .online a .show-num .show-img::after,
.online-wrap .online a .show-num span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  transform: translate(100%, -50%);
  vertical-align: middle;
  border-width: 10px 0px 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.online-wrap .online a .show-num span {
  height: 48px;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  object-fit: cover;
}
.online-wrap .online a:hover {
  color: #fff !important;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: calc(100%);
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: '+';
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}
.online-wrap .icon-cart {
  position: relative;
}
.online-wrap .icon-cart .cart-num {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(30%, -30%);
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 10;
  font-size: 12px;
}
.online-show {
  right: 0 !important;
}
@media (max-width: 1400px) {
  .online-wrap2 {
    transform: scale(0.8);
    transform-origin: bottom right;
    bottom: 1%;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-wrap2 {
    top: unset;
    right: -101%;
    bottom: 120px;
  }
  .online-wrap .online-btn {
    display: block;
  }
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .banner-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  bottom: var(--d40);
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 0.25;
  margin: 0 var(--d15);
  position: relative;
  box-sizing: content-box;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border: 4px solid var(--c);
}
.index-banner .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .slide-inner {
  padding-bottom: calc(600 / 1920 * 100%);
  position: relative;
}
.index-banner .banner-video video {
  object-fit: cover;
}
.index-banner iframe,
.index-banner .banner-video,
.index-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fooder {
  background-color: #FFFAFB;
}
.fooder .fooder-top {
  padding-top: var(--d96);
  padding-bottom: var(--d70);
  margin-bottom: var(--d90);
  position: relative;
}
.fooder .fooder-top::after {
  width: calc(1800 / 1920 * 100%);
  height: 1px;
  background-color: #F6EDEF;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.fooder .fooder-top .fooder-top2 .fooder-type {
  font-size: var(--28);
  line-height: calc(45 / 28);
  color: #222;
  margin-bottom: var(--d20);
  font-family: 'AntonSC', Arial, sans-serif;
}
.fooder .fooder-top .fooder-top2 .fooder-title h2 {
  font-size: var(--45);
  line-height: 1;
  font-family: 'AntonSC', Arial, sans-serif;
  color: var(--c2);
}
.fooder .fooder-con .fooder-con2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d100);
}
.fooder .fooder-con .fooder-con2 .fooder-con-title {
  font-size: var(--34);
  line-height: calc(51 / 34);
  color: #7846BF;
  font-family: 'AntonSC', Arial, sans-serif;
  margin-bottom: var(--d40);
}
.fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 360px;
}
.fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--d20);
  width: 378px;
}
.fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2 a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  transition: all 0.5s;
}
.fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2 a .fooder-mes-text p {
  word-break: break-all;
}
.fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2 a:hover {
  color: var(--c) !important;
}
.fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2 i {
  font-size: var(--20);
  margin-right: var(--d45);
  color: var(--c2);
}
.fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes-text .fooder-mes-title {
  font-size: var(--20);
  line-height: calc(23 / 20);
  color: #000;
  font-weight: 700;
  margin-bottom: var(--d10);
}
.fooder .fooder-con .fooder-con2 .fooder-navbox a {
  display: block;
  font-size: var(--18);
  line-height: calc(34 / 18);
  color: #222;
  transition: all 0.5s;
}
.fooder .fooder-con .fooder-con2 .fooder-navbox a:hover {
  color: var(--c);
}
.fooder .fooder-con .fooder-con2 .fooder-form {
  width: 446px;
}
.fooder .fooder-con .fooder-con2 .fooder-form .input-box {
  padding: var(--d12) var(--d20);
  width: 100%;
  background-color: #F9F2F3;
  border-radius: 10px;
  font-size: var(--14);
  line-height: calc(16 / 14);
  color: #000;
  margin-bottom: var(--d10);
}
.fooder .fooder-con .fooder-con2 .fooder-form .input-box::placeholder {
  color: #444;
  transition: all 0.5s;
}
.fooder .fooder-con .fooder-con2 .fooder-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.fooder .fooder-con .fooder-con2 .fooder-form .textarea-box {
  height: 90px;
  margin-bottom: var(--d30);
}
.fooder .fooder-con .fooder-con2 .fooder-form .submit {
  background-color: transparent;
  padding: 0 var(--d20);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--14);
  line-height: calc(16 / 14);
  margin-right: var(--d15);
  color: #222;
}
.fooder .fooder-con .fooder-con2 .fooder-form .submit span {
  font-weight: 700;
  text-decoration: underline;
}
.fooder .fooder-con .fooder-con2 .fooder-form .submit i {
  font-size: var(--20);
}
.fooder .fooder-bom {
  background-color: var(--c);
  padding: var(--d30) 0;
  font-size: var(--16);
  line-height: 1;
  color: #fff;
}
.fooder .fooder-bom .fooder-bom2 {
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-bom .fooder-bom2 .food-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-bom .fooder-bom2 .food-left .cnzz {
  margin-left: var(--d40);
}
.fooder .fooder-bom .fooder-bom2 .food-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-bom .fooder-bom2 .food-right .fooder-link {
  margin-left: var(--d70);
}
.fooder .fooder-bom .fooder-bom2 .food-right .fooder-link a:first-child {
  margin-right: var(--d40);
}
.fooder .fooder-bom .fooder-bom2 .food-right .fooder-link a:hover {
  text-decoration: underline;
}
.indexcontent .i-product {
  padding-top: var(--d30);
  padding-bottom: var(--d65);
  overflow: hidden;
}
.indexcontent .i-product .i-product-sign {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(var(--d15) * -1) calc(var(--d30) * -1);
}
.indexcontent .i-product .i-product-sign .i-product-sign2 {
  margin: var(--d15) var(--d30);
  width: calc(240 / 1920 * 100%);
  min-width: 100px;
}
.indexcontent .i-product .i-product-sign .i-product-sign2 .i-product-sign3 .img-box {
  padding-bottom: calc(135 / 360 * 100%);
}
.indexcontent .i-advantages {
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: var(--p);
  padding-top: var(--d110);
  padding-bottom: var(--d130);
  position: relative;
}
.indexcontent .i-advantages #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.indexcontent .i-advantages .i-advantages-content {
  position: relative;
}
.indexcontent .i-advantages .i-advantages-title {
  margin-bottom: var(--d25);
  position: relative;
  z-index: 10;
}
.indexcontent .i-advantages .i-advantages-text {
  width: 1235px;
  max-width: 100%;
  margin-bottom: var(--d60);
  position: relative;
  z-index: 10;
}
.indexcontent .i-advantages .i-advantages-box {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-left {
  width: calc(378 / 1790 * 100%);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-left .i-advantages-list {
  width: 100%;
  margin-bottom: calc(var(--d56) * -1);
  --bs-gutter-x: 0;
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-left .i-advantages-list .i-advantages-list2 {
  margin-bottom: var(--d56);
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-left .i-advantages-list .i-advantages-list2 .i-advantages-list3:hover .img-box img {
  transform: scale(1.1);
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-left .i-advantages-list .img-box {
  padding-bottom: calc(512 / 252 * 100%);
}
.indexcontent .i-advantages .i-advantages-box .swiper {
  height: 100%;
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-swbox {
  width: calc(1412 / 1790 * 100%);
  padding-left: var(--d75);
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-swbox .swiper-wrapper {
  align-items: stretch;
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-swbox .swiper-slide {
  height: auto;
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-swbox .swiper-slide:nth-child(2n) .i-advantages-conbox {
  background-color: #fff;
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-swbox .i-advantages-conbox {
  padding: var(--d55) var(--d40) var(--d80);
  border-radius: 25px;
  background-color: #F1EAFB;
  height: 100%;
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-swbox .i-advantages-conbox .i-advantages-icon {
  margin-bottom: var(--d25);
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-swbox .i-advantages-conbox .i-advantages-icon i {
  font-size: var(--34);
  color: var(--c2);
}
.indexcontent .i-advantages .i-advantages-box .i-advantages-swbox .i-advantages-conbox .i-advantages-sw-title {
  font-size: var(--22);
  line-height: calc(26 / 22);
  font-weight: 700;
  color: #222;
  margin-bottom: var(--d15);
}
.indexcontent .i-video .img-box,
.indexcontent .i-vr .img-box {
  padding-bottom: calc(550 / 1920 * 100%);
}
.indexcontent .i-reviews {
  padding: var(--d120) 0;
  background-color: #F9F5FF;
  overflow: hidden;
}
.indexcontent .i-reviews .swiper-but {
  border: 1px dashed #CDBEE4;
}
.indexcontent .i-reviews .i-reviews-swiper {
  overflow: unset;
}
.indexcontent .i-reviews .i-reviews-swiper .swiper-wrapper {
  align-items: stretch;
}
.indexcontent .i-reviews .i-reviews-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.indexcontent .i-reviews .i-reviews-type {
  margin-bottom: var(--d1 0);
  font-size: var(--28);
  line-height: calc(45 / 28);
  color: #222;
  font-family: 'AntonSC', Arial, sans-serif;
}
.indexcontent .i-reviews .i-reviews-titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d60);
}
.indexcontent .i-reviews .i-reviews-swcon {
  padding: var(--d20);
  padding-right: var(--d50);
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 25px;
  height: 100%;
}
.indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-img {
  width: calc(375 / 740 * 100%);
  overflow: hidden;
  border-radius: 25px;
}
.indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-textbox {
  width: calc(365 / 740 * 100%);
  padding-left: var(--d50);
  padding-top: var(--d30);
}
.indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-textbox .i-reviews-sw-namebox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: var(--d28);
  border-bottom: 1px dashed #BFA5E2;
  margin-bottom: var(--d20);
}
.indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-textbox .i-reviews-sw-namebox .i-reviews-sw-country {
  width: 55px;
  margin-right: var(--d25);
}
.indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-textbox .i-reviews-sw-namebox .i-reviews-sw-country img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-textbox .i-reviews-sw-namebox .i-reviews-sw-name {
  font-size: var(--20);
  line-height: calc(23 / 20);
  color: #222;
  font-weight: 700;
  margin-bottom: 4px;
}
.indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-textbox .i-reviews-sw-namebox .i-reviews-sw-name .rating {
  margin-top: 6px;
}
.indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-textbox .i-reviews-sw-namebox .i-reviews-sw-name .rating .rating2 {
  margin-right: 5px;
}
.indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-textbox .i-reviews-sw-namebox .i-reviews-sw-name .rating .rating2 i {
  font-size: var(--12);
}
.i-product-list {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.i-product-list .item {
  transition: all 0.3s linear;
  position: relative;
  left: 0;
}
.i-product-list .i-product-con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.i-product-list .i-product-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-product-swbutbox {
  display: none;
}
.honor-prev,
.i-product-prev {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0%, -50%);
  border: 1px solid #666666;
  z-index: 10;
}
.honor-next,
.i-product-next {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0%, -50%);
  border: 1px solid #666666;
  z-index: 10;
}
.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-butbox .swiper-but:first-child {
  margin-right: var(--d10);
}
.swiper-but {
  width: var(--r40);
  height: var(--r40);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.swiper-but:hover {
  background-color: var(--c);
  border: 1px solid var(--c);
}
.swiper-but:hover i {
  color: #fff;
}
.swiper-but i {
  font-size: var(--12);
  color: #666666;
}
.rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
}
.rating .rating2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.rating .rating2:last-child {
  margin-right: 0;
}
.rating .rating2 i {
  font-size: var(--d30);
  color: #facd25;
}
.rating .rating2 .icon-star-full {
  position: absolute;
  top: 0;
  left: 0;
  color: #facd25;
  opacity: 0;
}
.rating .ratingaction .icon-star-full {
  opacity: 1;
}
.other-banner .other-img {
  width: 100%;
}
.other-banner .other-img .img-box {
  padding-bottom: calc(600 / 1920 * 100%);
}
.other-banner .other-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productcontent .product-list .product-list2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.productcontent .product-list .product-list2 .product-list3 {
  padding: var(--d68) var(--d64);
}
.productcontent .product-list .product-list2 .product-list3 .product-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: var(--d130);
}
.productcontent .product-list .product-list2 .product-list3 .product-box .product-textbox {
  width: calc(723 / 1530 * 100%);
}
.productcontent .product-list .product-list2 .product-list3 .product-box .product-textbox .product-list-title {
  margin-bottom: var(--d10);
}
.productcontent .product-list .product-list2 .product-list3 .product-box .product-textbox .product-list-title h2 {
  font-size: var(--45);
  line-height: calc(68 / 45);
  color: var(--c2);
  font-family: 'AntonSC', Arial, sans-serif;
}
.productcontent .product-list .product-list2 .product-list3 .product-box .product-textbox .product-list-text {
  margin-bottom: var(--d65);
}
.productcontent .product-list .product-list2 .product-list3 .product-box .product-textbox .product-list-more {
  padding: var(--d8) var(--d36);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
  border-radius: 50px;
  font-size: var(--16);
  line-height: calc(19 / 16);
  color: #fff;
}
.productcontent .product-list .product-list2 .product-list3 .product-box .product-imgbox {
  width: calc(468 / 1530 * 100%);
  position: relative;
}
.productcontent .product-list .product-list2 .product-list3 .product-box .product-imgbox .product-imgbox1 {
  animation-delay: 1.2s;
}
.productcontent .product-list .product-list2 .product-list3 .product-box .product-imgbox .product-imgbox2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
.crumbs {
  padding-top: var(--d30);
  width: 100%;
  position: absolute;
  left: 0;
}
.crumbs i {
  font-size: var(--25);
  color: var(--c);
  margin-right: var(--d20);
}
.crumbs .crumbs-list {
  display: inline;
}
.crumbs .crumbs-list .crumbs-list2 {
  display: inline;
  font-size: var(--16);
  line-height: calc(19 / 16);
  color: #222;
  transition: all 0.5s;
}
.crumbs .crumbs-list .crumbs-list2:hover {
  color: var(--c);
}
.crumbs .crumbs-list .crumbs-list2::after {
  content: '>';
}
.crumbs .crumbs-list .crumbs-list2:last-child::after {
  display: none;
}
.crumbs .crumbs-list .action {
  color: var(--c);
}
.productlistcontent {
  padding-bottom: var(--d100);
  padding-top: 100px;
}
.productlistcontent .productlist-textbox {
  padding-bottom: var(--d35);
}
.productlistcontent .productlist-textbox .productlist-title {
  margin-bottom: var(--d10);
}
.productlistcontent .productlist-textbox .productlist-text {
  width: 1300px;
  max-width: 100%;
}
.productlistcontent .product-list {
  --bs-gutter-x: 3rem;
  margin-bottom: calc(var(--d20) * -1);
  padding-bottom: var(--d60);
}
.productlistcontent .product-list .product-list2 {
  margin-bottom: var(--d20);
}
.product-list-box:hover .img-box img {
  animation: imgbg 0.5s;
}
.product-list-box:hover .product-list-title h3 {
  color: var(--c);
}
@keyframes imgbg {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(15px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.product-list-box .product-imgbox {
  border: 1px dashed #CCCCCC;
  margin-bottom: var(--d20);
  border-radius: 10px;
  overflow: hidden;
}
.product-list-box .product-list-title h3 {
  text-align: center;
  font-size: var(--16);
  line-height: calc(24 / 16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #222222;
}
.gmt-box {
  display: flex;
  justify-content: space-between;
}
.gmt-box .gmt-left {
  width: calc(296 / 1660 * 100%);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  transition: all 0.5s;
  margin-bottom: 5px;
  background-color: var(--c);
  border-radius: 100px;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover {
  background-color: var(--c2);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 .menubut .gmt-but i {
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 a {
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: var(--d18) var(--d16);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but i {
  color: var(--c);
  transition: all 0.5s;
  font-size: var(--14);
  display: block;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: var(--d10) var(--d38);
  font-size: var(--16);
  line-height: calc(19 / 16);
  color: #fff;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a span {
  width: 90%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  display: none;
  padding: var(--d12) var(--d16);
  background-color: #F9F9F9;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  transition: all 0.5s;
  position: relative;
  margin-bottom: var(--d15);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  display: block;
  width: 100%;
  font-size: var(--18);
  line-height: calc(26 / 18);
  position: relative;
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a {
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a {
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open {
  background-color: var(--c2);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but i {
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 a {
  color: #fff;
}
.gmt-box .gmt-rigth {
  width: calc(1364 / 1660 * 100%);
  padding-left: var(--d70);
}
.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  border-radius: 5px;
  padding: var(--d10);
  background-color: var(--c);
  margin-bottom: var(--d30);
  color: #fff;
}
.search-note .hot {
  margin-bottom: var(--d30);
}
.s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.s-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu .s-menu1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.s-menu .s-menu1 .s-menu2 {
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #666;
  font-weight: 700;
}
.s-menu .s-menu1 .s-menu2:last-child {
  margin-right: 0;
}
.s-menu .s-menu1 .action {
  color: var(--c);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -5px;
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev,
.pagination .pagination-page li,
.pagination .next {
  width: var(--r40);
  height: var(--r40);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--15);
  line-height: 1;
  margin: 0 5px;
  color: #222;
  border-radius: 50%;
}
.pagination .prev a,
.pagination .pagination-page li a,
.pagination .next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  transition: all 0.5s;
  border-radius: 50%;
}
.pagination .prev a span,
.pagination .pagination-page li a span,
.pagination .next a span {
  line-height: 1;
}
.pagination .prev a i,
.pagination .pagination-page li a i,
.pagination .next a i {
  font-size: var(--14);
  color: #444;
}
.pagination .prev a:hover,
.pagination .pagination-page li a:hover,
.pagination .next a:hover {
  background-color: var(--c);
  color: #fff;
}
.pagination .prev a:hover i,
.pagination .pagination-page li a:hover i,
.pagination .next a:hover i {
  color: #fff !important;
}
.pagination .active a {
  background-color: var(--c) !important;
  color: #fff !important;
}
.productdetails .product-details {
  background-color: #FFFAFB;
}
.productdetails .details {
  padding-bottom: var(--d100);
}
.productdetails .details .details-navbox {
  position: sticky;
  top: 90px;
  left: 0;
  z-index: 1000;
  background-color: var(--c2);
}
.productdetails .details .details-navbox .details-nav {
  margin-bottom: var(--d70);
}
.productdetails .details .details-navbox .details-nav .navbox {
  display: flex;
  justify-content: flex-start;
  padding: var(--d20) 0;
}
.productdetails .details .details-navbox .details-nav .navbox .navbox2 {
  margin-right: var(--d93);
  font-size: var(--18);
  line-height: calc(23 / 18);
  color: #fff;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
}
.productdetails .details .details-navbox .details-nav .navbox .navbox2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productdetails .details .details-navbox .details-nav .navbox .navbox2:hover {
  text-decoration: underline;
}
.productdetails .details .details-navbox .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.productdetails .details .details-navbox .details-nav .navbox .action {
  font-weight: 700;
  text-decoration: underline;
}
.productdetails .content-titlebox {
  display: flex;
  justify-content: space-between;
}
.productdetails .content-title {
  font-size: var(--50);
  line-height: calc(75 / 50);
  color: var(--c);
  font-family: 'AntonSC', Arial, sans-serif;
}
.productdetails .content-title span {
  color: var(--c2);
}
.productdetails .prodetails {
  position: relative;
  padding-bottom: var(--d150);
}
.productdetails .prodetails .content-title {
  margin-bottom: var(--d20);
}
.productdetails .reviews {
  position: relative;
  background-color: #F9F5FF;
  padding-top: var(--d100);
  padding-bottom: var(--d124);
}
.productdetails .reviews .content-titlebox {
  margin-bottom: var(--d40);
}
.productdetails .reviews .content-titlebox .swiper-but {
  background-color: #fff;
}
.productdetails .reviews .content-titlebox .swiper-but:hover {
  background-color: var(--c);
}
.productdetails .reviews .reviews-con {
  margin-bottom: var(--d50);
}
.productdetails .reviews .comment-form .comment-title {
  font-size: var(--22);
  line-height: calc(26 / 22);
  color: #000;
  font-weight: 700;
  margin-bottom: var(--d26);
}
.productdetails .inquiry {
  position: relative;
  padding-top: var(--d80);
}
.productdetails .inquiry .content-title {
  margin-bottom: 6px;
}
.productdetails .recommended {
  position: relative;
  padding-top: var(--d70);
}
.productdetails .recommended .content-titlebox {
  margin-bottom: var(--d40);
}
.contact-form .product-input {
  margin-bottom: var(--d20);
}
.contact-form .product-input .input-box {
  background-color: var(--c);
  color: #fff;
  font-size: var(--22);
  line-height: calc(20 / 22);
  font-weight: 700;
}
.contact-form ul {
  --bs-gutter-x: 0.75rem;
}
.contact-form ul li {
  margin-bottom: var(--d20);
}
.contact-form .input-box {
  width: 100%;
  background-color: #F6F6F6;
  padding: var(--d16) var(--d40);
  font-size: var(--16);
  line-height: calc(19 / 16);
  border-radius: 5px;
}
.contact-form .input-box::placeholder {
  color: #444444;
  transition: all 0.5s;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form .textarea-box {
  margin-bottom: var(--d40);
  height: 200px;
}
.contact-form .submit {
  background-color: var(--c2);
  font-size: var(--14);
  line-height: calc(19 / 14);
  color: #fff;
  transition: all 0.5s;
  border-radius: 100px;
  padding: var(--d8) var(--d62);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contact-form .submit i {
  font-size: var(--16);
  margin-left: 6px;
}
.contact-form .submit:hover {
  background-color: var(--c);
}
.reviewscon {
  background-color: #fff;
  padding: var(--d24) var(--d30);
}
.reviewscon .reviews-titbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--d16);
  margin-bottom: var(--d16);
  position: relative;
}
.reviewscon .reviews-titbox::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #D9D9D9;
}
.reviewscon .reviews-titbox .reviews-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reviewscon .reviews-titbox .reviews-name span {
  font-weight: bold;
  color: #222222;
  line-height: 1;
  font-size: var(--16);
  margin-right: var(--d16);
}
.reviewscon .reviews-titbox .reviews-name .star li {
  display: inline-block;
  margin-right: 4px;
}
.reviewscon .reviews-titbox .reviews-name .star li:last-child {
  margin-right: 0;
}
.reviewscon .reviews-titbox .reviews-name .star li i {
  font-size: 12px;
  color: #666666;
}
.reviewscon .reviews-titbox .reviews-name .star li .action {
  color: var(--c2);
}
.reviewscon .reviews-titbox .reviews-date {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviewscon .reviews-titbox .reviews-date i {
  font-size: var(--16);
  color: var(--c2);
  margin-right: var(--d10);
}
.reviewscon .reviews-titbox .reviews-date span {
  font-size: var(--14);
  color: #666666;
  font-weight: normal;
}
.reviewscon .reviews-text {
  font-weight: normal;
  color: #444444;
  font-size: var(--14);
  line-height: 1.5;
}
.details-form ul {
  --bs-gutter-x: 1.5625rem;
}
.details-form ul li {
  margin-bottom: var(--d20);
}
.details-form .input-box {
  background-color: #fff;
  font-size: var(--14);
  line-height: calc(32 / 14);
  padding: var(--d8) var(--d40);
  width: 100%;
}
.details-form .input-box::placeholder {
  color: #222;
  transition: all 0.5s;
}
.details-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.details-form .textarea-box {
  margin-bottom: var(--d20);
  height: 200px;
}
.details-form .submit {
  background-color: var(--c2);
  border-radius: 100px;
  padding: var(--d10) var(--d64);
  font-size: var(--14);
  color: #fff;
  line-height: calc(16 / 14);
}
.aboutcontent .company {
  padding-top: 100px;
  padding-bottom: var(--d135);
  background-color: #FFFAFB;
}
.aboutcontent .company .company-title {
  margin-bottom: var(--d10);
}
.aboutcontent .company .company-text {
  margin-bottom: var(--d60);
}
.aboutcontent .company .company-swiper .img-box {
  padding-bottom: calc(480 / 780 * 100%);
  border-radius: 10px;
}
.aboutcontent .service {
  padding-top: var(--d90);
  padding-bottom: var(--d160);
}
.aboutcontent .service .service-list {
  --bs-gutter-x: 2.5rem;
  margin-bottom: calc(var(--d40) * -1);
  padding-bottom: var(--d135);
}
.aboutcontent .service .service-list .service-list2 {
  margin-bottom: var(--d40);
}
.aboutcontent .service .service-list .service-list2:nth-child(2n-1) .service-list3 {
  background-color: #F1EAFB;
}
.aboutcontent .service .service-list .service-list2 .service-list3 {
  padding: var(--d55) var(--d45) var(--d80);
  border-radius: 25px;
  background-color: #FFFAFB;
  height: 100%;
}
.aboutcontent .service .service-list .service-list2 .service-list3 .service-icon {
  margin-bottom: var(--d25);
}
.aboutcontent .service .service-list .service-list2 .service-list3 .service-icon i {
  color: var(--c2);
  font-size: var(--34);
}
.aboutcontent .service .service-list .service-list2 .service-list3 .service-list-title {
  font-size: var(--22);
  line-height: calc(26 / 22);
  margin-bottom: var(--d15);
  font-weight: 700;
}
.aboutcontent .service .service-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px;
  overflow: hidden;
  background-color: #FFFAFB;
  padding: var(--d30) 0;
}
.aboutcontent .service .service-box .service-left {
  width: calc(732 / 1660 * 100%);
  margin-left: var(--d100);
}
.aboutcontent .service .service-box .service-left .service-title {
  margin-bottom: var(--d25);
}
.aboutcontent .service .service-box .service-left .service-textbox {
  margin-bottom: var(--d40);
  color: #444444;
}
.aboutcontent .service .service-box .service-left .service-textbox:last-child {
  margin-bottom: 0;
}
.aboutcontent .service .service-box .service-left .service-textbox .service-text-title {
  font-size: var(--28);
  line-height: calc(42 / 28);
  margin-bottom: var(--d10);
  font-family: 'AntonSC', Arial, sans-serif;
  color: var(--c);
}
.aboutcontent .service .service-box .service-right {
  width: calc(775 / 1660 * 100%);
}
.aboutcontent .service .service-box .service-right .img-box {
  padding-bottom: calc(9 / 16 * 100%);
}
.aboutcontent .service .service-box .service-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.honor-swiper {
  margin-bottom: var(--d135);
}
.honor-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.5s;
}
.honor-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.honor-swiper .honor-title {
  padding: var(--d20);
  background-color: #FFFAFB;
  font-size: var(--20);
  line-height: calc(23 / 20);
  color: #000;
  font-weight: 700;
  margin-bottom: var(--d10);
  border-radius: 10px;
}
.blogcontent {
  padding-top: 100px;
  padding-bottom: var(--d100);
}
.blogcontent .blog-box {
  overflow: hidden;
}
.blogcontent .blog-list {
  --bs-gutter-x: 6.875rem;
  margin-bottom: calc(var(--d88) * -1);
  padding-bottom: var(--d60);
}
.blogcontent .blog-list .blog-list2 {
  position: relative;
  margin-bottom: var(--d88);
}
.blogcontent .blog-list .blog-list2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #EFEFEF;
  z-index: 1;
}
.blogcontent .blog-list .blog-list2 .blog-list3 {
  height: 100%;
}
.blogcontent .blog-list .blog-list2 .blog-list3:hover .img-box img {
  transform: scale(1.1);
}
.blogcontent .blog-list .blog-list2 .blog-list3:hover .blog-textbox .blog-list-title h3 {
  color: var(--c2);
}
.blogcontent .blog-list .blog-list2 .blog-list3 .blog-imgbox {
  margin-bottom: var(--d30);
}
.blogcontent .blog-list .blog-list2 .blog-list3 .blog-imgbox .img-box {
  padding-bottom: calc(390 / 720 * 100%);
  border-radius: 25px;
}
.blogcontent .blog-list .blog-list2 .blog-list3 .blog-textbox {
  padding: var(--d30) var(--d20) var(--d26);
}
.blogcontent .blog-list .blog-list2 .blog-list3 .blog-textbox .blog-date {
  font-size: var(--18);
  line-height: 1;
  color: var(--c2);
  font-weight: 700;
  margin-bottom: var(--d18);
}
.blogcontent .blog-list .blog-list2 .blog-list3 .blog-textbox .blog-list-title {
  margin-bottom: var(--d15);
}
.blogcontent .blog-list .blog-list2 .blog-list3 .blog-textbox .blog-list-title h3 {
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #222222;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blogcontent .blog-list .blog-list2 .blog-list3 .blog-textbox .blog-list-text {
  font-size: var(--15);
  line-height: calc(24 / 15);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blogcontent .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.catalogcontent {
  padding-top: 100px;
  padding-bottom: var(--d120);
}
.catalogcontent .catalog-list {
  margin-bottom: calc(var(--d50) * -1);
  padding-bottom: var(--d70);
  --bs-gutter-x: 13.75rem;
}
.catalogcontent .catalog-list .catalog-list2 {
  margin-bottom: var(--d50);
  position: relative;
}
.catalogcontent .catalog-list .catalog-list2:nth-last-child(-n+2) .catalog-list3 {
  padding-bottom: 0;
  border-bottom: 0px dashed #CCCCCC;
}
.catalogcontent .catalog-list .catalog-list2 .catalog-list3 {
  padding-bottom: var(--d50);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #CCCCCC;
}
.catalogcontent .catalog-list .catalog-list2 .catalog-list3:hover .img-box img {
  transform: scale(1.1);
}
.catalogcontent .catalog-list .catalog-list2 .catalog-list3:hover .catalog-textbox .catalog-but {
  background-color: var(--c2);
}
.catalogcontent .catalog-list .catalog-list2 .catalog-list3 .catalog-img {
  width: calc(260 / 720 * 100%);
}
.catalogcontent .catalog-list .catalog-list2 .catalog-list3 .catalog-img .img-box {
  padding-bottom: calc(360 / 520 * 100%);
  border-radius: 25px;
}
.catalogcontent .catalog-list .catalog-list2 .catalog-list3 .catalog-textbox {
  width: calc(460 / 720 * 100%);
  padding-left: var(--d70);
  padding-top: var(--d20);
}
.catalogcontent .catalog-list .catalog-list2 .catalog-list3 .catalog-textbox .catalog-title {
  margin-bottom: var(--d18);
}
.catalogcontent .catalog-list .catalog-list2 .catalog-list3 .catalog-textbox .catalog-title h3 {
  font-size: var(--20);
  line-height: calc(23 / 20);
  font-weight: 700;
  color: #000;
}
.catalogcontent .catalog-list .catalog-list2 .catalog-list3 .catalog-textbox .catalog-mes {
  font-size: var(--14);
  line-height: calc(16 / 14);
  margin-bottom: var(--d40);
}
.catalogcontent .catalog-list .catalog-list2 .catalog-list3 .catalog-textbox .catalog-but {
  padding: var(--d8) var(--d50);
  font-size: var(--14);
  line-height: calc(19 / 14);
  color: #fff;
  background-color: var(--c);
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.catalogcontent .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contactcontent {
  background-color: #F9F5FF;
  padding-top: 130px;
  padding-bottom: var(--d170);
  position: relative;
}
.contactcontent .contact-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contactcontent .contact-box .contact-left {
  width: calc(680 / 1660 * 100%);
  padding: var(--d50) var(--d40) 110px;
  background-color: var(--c);
  border-radius: 10px;
}
.contactcontent .contact-box .contact-left .contact-logobox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contactcontent .contact-box .contact-left .contact-logobox .contact-logo {
  width: 150px;
}
.contactcontent .contact-box .contact-left .contact-logobox .contact-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactcontent .contact-box .contact-left .contact-logobox .star {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contactcontent .contact-box .contact-left .contact-logobox .star i {
  color: #FFDA6C;
  margin-right: 2px;
  font-size: 12px;
}
.contactcontent .contact-box .contact-left .contact-logobox .star i:last-child {
  margin-right: 0;
}
.contactcontent .contact-box .contact-left .contact-name {
  font-size: var(--24);
  line-height: calc(23 / 20);
  color: #222;
  font-weight: 700;
  margin-bottom: var(--d10);
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 {
  margin-bottom: var(--d10);
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-list3 {
  display: flex;
  justify-content: flex-start;
  font-size: var(--20);
  line-height: calc(22 / 16);
  color: #222;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-list3 i {
  margin-right: var(--d8);
}
.contactcontent .contact-box .contact-right {
  width: calc(890 / 1660 * 100%);
}
.contactcontent .contact-box .contact-right .contact-right-title {
  margin-bottom: var(--d20);
}
.contactcontent .contact-box .contact-right .contact-text {
  font-size: var(--17);
  line-height: calc(24 / 17);
  color: #222222;
  margin-bottom: var(--d30);
}
.contactcontent .contact-box .contact-right .contact-form .input-box {
  background-color: #fff;
}
.uploadinglabel {
  display: inline-flex;
  width: auto;
}
.uploading {
  display: inline-flex;
  position: relative;
  margin-left: var(--d10);
  padding: var(--d8) var(--d52);
  background-color: var(--c);
  border-radius: 100px;
  font-size: var(--14);
  line-height: calc(19 / 14);
  color: #fff;
  transition: all 0.5s;
}
.uploading:hover {
  background-color: var(--c2);
}
input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.top {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  height: 200px;
  pointer-events: none;
}
.details-content {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: var(--d110);
}
.details-content .swiper-but {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  background-color: #F3F3F3;
}
.details-content .swiper-but:hover {
  background-color: var(--c);
}
.details-content .details-prev {
  left: var(--d30);
}
.details-content .details-next {
  right: var(--d30);
}
.details-content .details-left {
  width: calc(755 / 1660 * 100%);
}
.details-content .details-left .details-imgbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-content .details-left .details-imgbox .details-swiperbox {
  width: calc(130 / 755 * 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 600px;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 100%;
  padding: 1px;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #F5F5F5;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  z-index: 10;
  transition: all 0.5s;
  opacity: 0;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border-color: var(--c);
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active::after {
  opacity: 1;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::before {
  font-family: 'iconfont' !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e726";
  font-size: var(--20);
  width: var(--r40);
  height: var(--r40);
  background-color: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 11;
  line-height: 1;
  border-radius: 50%;
}
.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: calc(600 / 755 * 100%);
  overflow: hidden;
}
.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
.details-content .details-right {
  width: calc(905 / 1660 * 100%);
  padding-left: var(--d75);
}
.details-content .details-right .details-right2 {
  height: 100%;
}
.details-content .details-right .details-right2 .details-title {
  margin-bottom: var(--d35);
}
.details-content .details-right .details-right2 .details-title h2 {
  font-size: var(--26);
  line-height: calc(30 / 26);
  color: var(--c2);
  font-weight: 700;
}
.details-content .details-right .details-right2 .details-textbox {
  margin-bottom: var(--d66);
}
.details-content .details-right .details-right2 .details-butbox {
  display: flex;
  justify-content: space-between;
}
.details-content .details-right .details-right2 .details-butbox .details-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-content .details-right .details-right2 .details-butbox .details-share p {
  font-size: var(--15);
  color: #000;
  margin-right: var(--d22);
}
.details-content .details-right .details-right2 .details-butbox .details-butbox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  overflow: hidden;
}
.details-content .details-right .details-right2 .details-butbox .details-but:first-child .details-but2 {
  background-color: #9879C5;
}
.details-content .details-right .details-right2 .details-butbox .details-but .details-but2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d8) var(--d30);
  font-size: var(--15);
  line-height: calc(18 / 15);
  color: #fff;
  transition: all 0.5s;
  background-color: var(--c2);
}
.details-content .details-right .details-right2 .details-butbox .details-but .details-but2:hover {
  background-color: var(--c);
  color: #fff;
}
.details-content .details-right .details-right2 .details-butbox .details-but .details-but2 i {
  font-size: var(--16);
  margin-left: 6px;
}
.newsdetcon {
  position: relative;
  padding-bottom: var(--d120);
  padding-top: 100px;
}
.newsdetcon .form-title {
  margin-bottom: var(--d20);
}
.newsdetcon .news-formbox .form-title h2 {
  color: #003366;
}
.newsdetcon .news-formbox .more-but .more-box {
  background-color: #003366;
}
.newsdetcon .news-formbox .input-box {
  color: #003366;
  background-color: #F7F8FA;
}
.newsdetcon .news-formbox .input-box::placeholder {
  transition: all 0.5s;
  color: #496683;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .index-news-date {
  font-size: var(--18);
  line-height: 1;
  margin-bottom: var(--d20);
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d30);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  white-space: nowrap;
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d40);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: var(--c);
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--d50);
}
.sitemapcontent .sitemap-content {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.sitemapcontent .sitemap-content .sitemap-title {
  margin-bottom: var(--d60);
}
.sitemapcontent .sitemap-content .list1 .list2 {
  margin-bottom: var(--d30);
}
.sitemapcontent .sitemap-content .list1 .list2:last-child {
  margin-bottom: 0;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3 {
  max-width: 100%;
  width: 400px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  color: var(--c);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: var(--c);
  color: #fff;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 {
  padding-top: 20px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 .list2-2 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--c);
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: var(--c);
}
.upload-box {
  margin-bottom: var(--d20);
}
.privacycontent {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.cart {
  padding-top: var(--d120);
  padding-bottom: var(--d120);
}
.cart .cartcontent {
  padding-bottom: var(--d100);
}
.cart .cart-box .title-inquiry-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .title-inquiry-info .item {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 20px;
  text-transform: capitalize;
}
.cart .cart-box .inquiry-list {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.cart .cart-box .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f5f7fa;
  content: "";
  position: absolute;
}
.cart .cart-box .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .inquiry-list .number-box span {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.cart .cart-box .inquiry-list .number-box span:hover {
  background-color: #254b9e;
  color: #fff;
}
.cart .cart-box .inquiry-list .number-box .ipt-num {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
.cart .cart-box .inquiry-list .iclose {
  position: relative;
  cursor: pointer;
}
.cart .cart-box .inquiry-list .iclose:hover::after {
  color: #254b9e;
}
.cart .cart-box .inquiry-list .iclose::after {
  font-family: "iconfont" !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ec7b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  z-index: 10;
}
.cart .cart-box .checkbox {
  width: 10%;
}
.cart .cart-box .pimg,
.cart .cart-box .number {
  width: 20%;
}
.cart .cart-box .pname {
  width: 40%;
}
.cart .cart-box .pname2 {
  display: none;
}
.cart .cart-box .operation {
  width: 10%;
}
.cart .cart-box .det-tit {
  width: 100%;
  position: relative;
  color: #000;
  font-size: var(--20);
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.cart .cart-box .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
  bottom: 0;
  left: 0;
}
.cart .cart-box .pimg-pname-num {
  display: none;
}
.cart .cart-box .pimg-pname-num p {
  margin-bottom: 20px;
}
.cart .detailscontent .requestbox {
  padding-top: var(--36);
  padding-bottom: var(--64);
}
@media (max-width: 1400px) {
  .cart .cart-box .title-inquiry-info .item {
    font-size: 14px;
    padding: 10px;
  }
  .cart .cart-box .inquiry-list .item {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .cart .cart-box .pimg,
  .cart .cart-box .pname,
  .cart .cart-box .number {
    display: none;
  }
  .cart .cart-box .pimg-pname-num {
    display: block;
    width: 80%;
  }
  .cart .cart-box .pimg-pname-num .cart-img {
    max-width: 300px;
  }
}
@media (max-width: 540px) {
  .cart .cart-box .checkbox span,
  .cart .cart-box .operation span {
    display: none;
  }
}
.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(7.5px);
  z-index: 1000000;
  overflow: hidden;
  display: none;
}
.dialog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: an2 1s forwards;
}
.dialog .dialog-bgbox {
  background-color: #fff;
  width: 38.22917vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog .dialog-bg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  animation: an3 1.5s forwards;
}
.dialog .dialog-bg > img {
  animation: unset;
}
.dialog .dialog-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.dialog .dialog-logo {
  top: 12.86458vw;
  width: calc(234 / 600 * 100%);
}
.dialog .dialog-logo > img {
  animation: an1 1s forwards;
  animation-delay: 0.2s;
  transform-origin: bottom;
}
.dialog .dialog-text {
  width: calc(552 / 600 * 100%);
  top: 28.02083vw;
}
.dialog .dialog-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 34.01042vw;
  animation: an2 1s linear forwards;
  width: 100%;
}
.dialog .dialog-butbox .dialog-but {
  width: calc(110 / 600 * 100%);
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.dialog .dialog-butbox .dialog-but > img {
  animation: unset;
}
.dialog .dialog-butbox .dialog-but:hover {
  transform: scale(1.1);
}
.dialog .dialog-butbox .dialog-but:first-child {
  margin-right: 1.5625vw;
}
.dialog .dialog-butbox .dialog-but .dialog-but-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(64 / 110 * 100%);
}
.dialog .dialog-butbox .dialog-but .dialog-but-text > img {
  animation: unset;
}
.contactfooder {
  background-color: var(--c);
  padding: var(--d50) 0;
}
.contactfooder .cf-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contactfooder .cf-box .cf-title {
  margin-bottom: var(--d12);
}
.contactfooder .cf-box .cf-title h2 {
  font-size: var(--40);
  line-height: calc(35 / 30);
  color: #fff;
  font-weight: 700;
}
.contactfooder .cf-box .cf-mes {
  margin: 0 auto;
  width: 730px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contactfooder .cf-box .cf-mes .cf-mes2 {
  display: inline-flex;
  align-items: flex-start;
  color: #fff;
  font-size: var(--24);
  margin-right: 10px;
}
.contactfooder .cf-box .fooder-share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--d12);
  margin-bottom: var(--d12);
}
.contactfooder .cf-box .fooder-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  width: var(--r50);
  height: var(--r50);
  border-radius: 50%;
}
.contactfooder .cf-box .fooder-share a i {
  color: #fff;
  font-size: var(--14);
}
.contactfooder .cf-box .fooder-share a:first-child {
  margin-right: 0;
}
.contactfooder .cf-box .fooder-qc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactfooder .cf-box .fooder-qc a {
  width: 80px;
  display: block;
  margin-right: var(--d12);
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
}
.contactfooder .cf-box .fooder-qc a:last-child {
  margin-right: 0;
}
.contactfooder .cf-box .fooder-qc a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactfooder .cf-box .cf-reserved {
  text-align: center;
  font-size: var(--12);
  color: #fff;
  margin-top: var(--d12);
}
.contactfooder .cf-box .cf-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--d12);
}
.contactfooder .cf-box .cf-nav div {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
}
.contactfooder .cf-box .cf-nav div:last-child::after {
  display: none;
}
.contactfooder .cf-box .cf-nav div::after {
  height: 60%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background-color: #fff;
}
.contactfooder .cf-box .cf-nav a {
  position: relative;
  font-size: var(--16);
  color: #fff;
  display: block;
  transition: all 0.5s;
}
.contactfooder .cf-box .cf-nav a:hover {
  color: var(--c2);
}
.container {
  max-width: 1660px;
  padding: 0;
}
.fooder-navbox {
  margin-left: auto;
  margin-right: var(--d30);
}
.s-banner {
  display: none;
}
@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }
  :root {
    --p: calc((100vw - 1480px) / 2);
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    height: 533px;
  }
  .fooder .fooder-con .fooder-con2 .fooder-form {
    width: 379px;
  }
  .contactcontent .contact-box .contact-left {
    padding: var(--d50) var(--d40) 86px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  .header .header-box1 .header-content1 {
    height: 70px;
  }
  :root {
    --p: calc((100vw - 1260px) / 2);
    --d700: 600px;
    --d357: 285px;
    --d330: 270px;
    --d208: 130px;
    --d185: 110px;
    --d180: 110px;
    --d170: 110px;
    --d160: 100px;
    --d158: 100px;
    --d150: 100px;
    --d145: 100px;
    --d140: 90px;
    --d138: 90px;
    --d135: 90px;
    --d130: 90px;
    --d124: 90px;
    --d120: 90px;
    --d118: 75px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d90: 70px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d70: 50px;
    --d68: 40px;
    --d66: 40px;
    --d64: 40px;
    --d60: 35px;
    --d58: 35px;
    --d56: 35px;
    --d55: 35px;
    --d52: 30px;
    --d50: 30px;
    --d45: 30px;
    --d44: 30px;
    --d42: 30px;
    --d40: 30px;
    --d38: 30px;
    --d34: 24px;
    --d36: 24px;
    --d35: 24px;
    --d30: 24px;
    --d28: 24px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d17: 10px;
    --d12: 8px;
    --90: 75px;
    --80: 65px;
    --75: 65px;
    --68: 60px;
    --64: 54px;
    --60: 50px;
    --56: 45px;
    --52: 42px;
    --48: 38px;
    --45: 36px;
    --44: 36px;
    --38: 34px;
    --36: 34px;
    --34: 30px;
    --32: 30px;
    --26: 22px;
    --24: 22px;
    --20: 18px;
    --19: 18px;
    --18: 16px;
  }
  .blogcontent .blog-list {
    --bs-gutter-x: 4.875rem;
  }
  .catalogcontent .catalog-list {
    --bs-gutter-x: 7.75rem;
  }
  .productlistcontent .product-list {
    --bs-gutter-x: 2rem;
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    height: 455px;
  }
  .header .header-logo .logo {
    width: 145px;
  }
  .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-logo {
    width: 120.2px;
  }
  .fooder .fooder-con .fooder-con2 .fooder-form {
    width: 270px;
  }
  .fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2 {
    width: 263px;
  }
}
@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1em;
  }
  .container {
    max-width: 1060px;
  }
  :root {
    --p: calc((100vw - 1060px) / 2);
    --r50: 40px;
    --r40: 35px;
    --d700: 450px;
    --d357: 205px;
    --d330: 205px;
    --d208: 80px;
    --d185: 80px;
    --d180: 80px;
    --d170: 80px;
    --d160: 75px;
    --d158: 75px;
    --d150: 70px;
    --d145: 70px;
    --d140: 60px;
    --d138: 60px;
    --d135: 60px;
    --d130: 60px;
    --d124: 60px;
    --d120: 60px;
    --d118: 60px;
    --d115: 60px;
    --d110: 60px;
    --d100: 60px;
    --d96: 40px;
    --d93: 40px;
    --d90: 40px;
    --d86: 40px;
    --d80: 30px;
    --d78: 30px;
    --d70: 30px;
    --d68: 30px;
    --d62: 30px;
    --d56: 25px;
    --d55: 25px;
    --d48: 30px;
    --d42: 30px;
    --d40: 20px;
    --d38: 20px;
    --d36: 18px;
    --d32: 18px;
    --d30: 20px;
    --d28: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 10px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d12: 10px;
    --90: 66px;
    --75: 50px;
    --68: 50px;
    --65: 50px;
    --64: 48px;
    --60: 45px;
    --56: 38px;
    --52: 38px;
    --50: 38px;
    --48: 36px;
    --45: 30px;
    --44: 30px;
    --40: 32px;
    --38: 30px;
    --36: 28px;
    --32: 28px;
    --30: 24px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --19: 16px;
    --17: 15px;
    --16: 14px;
  }
  .blogcontent .blog-list {
    --bs-gutter-x: 2.875rem;
  }
  .contactcontent .contact-box .contact-left {
    width: calc(630 / 1660 * 100%);
  }
  .catalogcontent .catalog-list {
    --bs-gutter-x: 3.75rem;
  }
  .productlistcontent .product-list {
    --bs-gutter-x: 1.5rem;
  }
  .aboutcontent .service .service-box .service-left {
    width: calc(937 / 1660 * 100%);
  }
  .productdetails .details .details-navbox {
    top: 70px;
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    height: 383px;
  }
  .indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-textbox .i-reviews-sw-namebox .i-reviews-sw-country {
    width: 40px;
  }
  .yuhonghui .yuhonghui-content .yuhonghui-titlebox .yuhonghui-title2::after {
    right: 95%;
  }
  .yuhonghui .yuhonghui-content .yuhonghui-box .yuhonghui-logo {
    width: 120px;
  }
  .fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2 i {
    margin-right: 10px;
  }
  .fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2 .fooder-mes-text a {
    word-break: break-all;
  }
  .fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes .fooder-mes2 {
    width: 230px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
  :root {
    --p: calc((100vw - 860px) / 2);
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d90: 55px;
    --d88: 55px;
    --d68: 30px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d45: 20px;
    --d44: 20px;
    --d42: 20px;
    --d26: 15px;
    --d25: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --128: 100px;
    --90: 50px;
    --75: 45px;
    --68: 45px;
    --64: 38px;
    --52: 32px;
    --48: 30px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --25: 18px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }
  .dialog .dialog-bgbox {
    width: 600px;
    max-width: 100%;
  }
  .dialog .dialog-logo {
    top: 40px;
  }
  .dialog .dialog-text {
    top: 300px;
  }
  .dialog .dialog-butbox {
    top: 400px;
  }
  .contactcontent .contact-box {
    flex-direction: column;
  }
  .contactcontent .contact-box .contact-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .contactcontent .contact-box .contact-right {
    width: 100%;
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    height: 683px;
  }
  .newsdetcon,
  .contactcontent,
  .catalogcontent,
  .aboutcontent .company,
  .details-content,
  .productlistcontent {
    padding-top: 70px;
  }
  .details-content {
    flex-direction: column;
  }
  .details-content .details-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .details-content .details-right {
    width: 100%;
    padding-left: 0;
  }
  .gmt-box .gmt-left {
    display: none;
  }
  .s-menu {
    display: block;
  }
  .gmt-box .gmt-rigth {
    width: 100%;
    padding-left: 0;
  }
  .indexcontent .i-product .i-product-sign {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
  }
  .i-product-list {
    width: 100%;
  }
  .fooder .fooder-con .fooder-con2 {
    flex-wrap: wrap;
  }
  .fooder .fooder-con .fooder-con2 .fooder-form {
    width: 100%;
  }
  .fooder-contact {
    margin-bottom: var(--d30);
  }
  .fooder-navbox {
    margin-bottom: var(--d30);
  }
  .header .header-logo {
    position: unset;
    transform: none;
  }
  .header .header-search {
    margin-left: auto;
  }
  .indexcontent .i-advantages {
    padding-right: var(--p);
  }
  .indexcontent .i-advantages .i-advantages-box {
    flex-direction: column;
  }
  .indexcontent .i-advantages .i-advantages-box .i-advantages-swbox {
    width: 100%;
    padding-left: 0;
  }
  .indexcontent .i-advantages .i-advantages-box .i-advantages-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .i-advantages-swiper .swiper-wrapper {
    display: block;
  }
  .i-advantages-swiper .swiper-wrapper .swiper-slide {
    margin-bottom: var(--d20);
  }
  .i-advantages-swiper .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .fooder .fooder-bom .fooder-bom2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder .fooder-bom .fooder-bom2 .food-left {
    margin-bottom: var(--d10);
  }
  .fooder .fooder-bom .fooder-bom2 .food-left {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .fooder .fooder-bom .fooder-bom2 .food-left a,
  .fooder .fooder-bom .fooder-bom2 .food-left div {
    margin-bottom: 5px;
  }
  .i-product-swbutbox {
    display: block;
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --r50: 35px;
    --d700: 264px;
    --d330: 100px;
    --d170: 80px;
    --d158: 70px;
    --d150: 70px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d93: 40px;
    --d68: 30px;
    --d58: 28px;
    --d24: 20px;
    --80: 40px;
    --60: 40px;
    --52: 30px;
    --48: 28px;
    --45: 26px;
    --44: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
  .fooder-navbox {
    margin: 0;
    margin-bottom: var(--d30);
  }
  .aboutcontent .service .service-box {
    flex-direction: column;
    padding: var(--d30);
  }
  .aboutcontent .service .service-box .service-right {
    width: 500px;
    max-width: 100%;
    margin-top: var(--d30);
  }
  .aboutcontent .service .service-box .service-left {
    width: 100%;
    margin-left: 0;
  }
  .productdetails .details .details-navbox .details-nav .navbox {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    height: 556px;
  }
  .productcontent .product-list .product-list2 .product-list3 .product-box {
    flex-direction: column;
    padding-right: 0;
  }
  .productcontent .product-list .product-list2 .product-list3 .product-box .product-textbox {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .productcontent .product-list .product-list2 .product-list3 .product-box .product-imgbox {
    width: 500px;
    max-width: 100%;
  }
}
.s-yuhonghuibox {
  display: none;
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  :root {
    --p: 5%;
    --d357: 85px;
    --d208: 60px;
    --d185: 60px;
    --d180: 60px;
    --d170: 60px;
    --d160: 50px;
    --d158: 50px;
    --d150: 50px;
    --d145: 50px;
    --d138: 40px;
    --d135: 40px;
    --d130: 40px;
    --d124: 40px;
    --d120: 40px;
    --d118: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d75: 40px;
    --d42: 20px;
    --d30: 18px;
    --d24: 15px;
    --d22: 8px;
    --d18: 8px;
    --d17: 8px;
    --80: 38px;
    --75: 38px;
    --64: 36px;
    --60: 34px;
    --56: 30px;
    --52: 28px;
    --50: 28px;
    --38: 28px;
    --36: 24px;
    --32: 20px;
    --22: 18px;
    --18: 14px;
    --15: 14px;
  }
  .other-banner .other-img .img-box {
    padding-bottom: calc(350 / 750 * 100%);
  }
  .w-yuhonghuibox {
    display: none;
  }
  .s-yuhonghuibox {
    display: block;
  }
  .w-banner {
    display: none;
  }
  .s-banner {
    display: block;
  }
  .s-banner .slide-inner {
    padding-bottom: calc(350 / 750 * 100%);
  }
  .contact-form .textarea-box {
    height: 150px;
  }
  .catalogcontent .catalog-list {
    --bs-gutter-x: 0rem;
  }
  .details-content .details-left .details-imgbox {
    flex-direction: column;
  }
  .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .details-content .details-left .details-imgbox .details-swiperbox {
    width: 100%;
    height: auto;
  }
  .details-content .details-right .details-right2 .details-butbox {
    flex-direction: column;
    align-items: flex-start;
  }
  .details-content .details-right .details-right2 .details-butbox .details-butbox2 {
    margin-bottom: var(--d20);
  }
  .contactfooder,
  .fooder {
    padding-bottom: 52px;
  }
}
@media (max-width: 576px) {
  :root {
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d208: 30px;
    --d180: 30px;
    --d170: 30px;
    --d160: 30px;
    --d158: 30px;
    --d150: 30px;
    --d145: 30px;
    --d138: 30px;
    --d135: 30px;
    --d130: 30px;
    --d124: 30px;
    --d120: 30px;
    --d118: 30px;
    --d110: 30px;
    --d105: 30px;
    --d100: 30px;
    --d90: 30px;
    --d88: 30px;
    --d80: 30px;
    --d75: 30px;
    --d70: 30px;
    --d64: 20px;
    --d50: 20px;
    --d48: 20px;
    --d44: 15px;
    --d42: 15px;
    --d40: 15px;
    --d38: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 8px;
    --90: 35px;
    --80: 30px;
    --75: 28px;
    --68: 28px;
    --65: 28px;
    --64: 28px;
    --60: 28px;
    --44: 26px;
    --40: 26px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
    --15: 14px;
  }
  .indexcontent .i-product {
    padding-bottom: 0;
  }
  .fooder .fooder-con .fooder-con2 .fooder-contact .fooder-mes {
    height: auto;
  }
  .blogcontent .blog-list {
    --bs-gutter-x: 0rem;
  }
  .blogcontent .blog-list .blog-list2::after {
    display: none;
  }
  .catalogcontent .catalog-list .catalog-list2 .catalog-list3 {
    flex-direction: column;
  }
  .catalogcontent .catalog-list .catalog-list2 .catalog-list3 .catalog-textbox {
    width: 100%;
    padding-left: 0;
  }
  .catalogcontent .catalog-list .catalog-list2 .catalog-list3 .catalog-img {
    width: 100%;
  }
  .header .header-logo .logo {
    width: 115px;
  }
  .header .header-box1 .header-content1 {
    height: 60px;
  }
  .i-reviews-title {
    width: 100%;
  }
  .indexcontent .i-reviews .i-reviews-titlebox {
    flex-direction: column;
    align-items: flex-end;
  }
  .indexcontent .i-reviews .i-reviews-swcon {
    flex-direction: column;
  }
  .indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-img {
    width: 100%;
  }
  .indexcontent .i-reviews .i-reviews-swcon .i-reviews-sw-textbox {
    width: 100%;
    padding-left: 0;
  }
  .productdetails .details .details-navbox {
    top: 60px;
  }
  .dialog .dialog-logo {
    top: 100px;
  }
  .translate {
    display: none;
  }
}
.prodetails-textbox ul li {
  list-style-type: disc;
}
.map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
