* {
  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;
  -o-object-fit: cover;
     object-fit: cover;
}

.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.fszero h1 {
  margin: 0;
}

[lang=zh-CN] .share-cn {
  display: block;
}

[lang=zh-CN] .share-other {
  display: none;
}

.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

select,
button,
input,
textarea {
  border: none;
  outline: none;
}

a[data-fancybox] {
  outline: none;
}

a[data-fancybox] img {
  outline: none !important;
}

.slick-slide {
  outline: none;
}

.slick-slide a {
  outline: none !important;
}

img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}

img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}

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

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

.breadcrumb {
  margin-bottom: 0;
}

.editor-content ul,
.editor-content ol {
  padding-left: 1em;
}

.editor-content ul li,
.editor-content ol li {
  list-style: inherit;
}

.editor-content .table-box {
  font-size: 16px;
  line-height: 1.875;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .editor-content .table-box {
    font-size: 14px;
  }
}
.editor-content .table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
  width: 25% !important;
  height: auto !important;
}

.editor-content .table-box table td,
.editor-content .table-box table th {
  font-weight: 400;
  padding: 15px 20px !important;
  border: 1px solid #e6e6e6;
}

@media (max-width: 480px) {
  .editor-content .table-box table td,
  .editor-content .table-box table th {
    padding: 8px !important;
  }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.editor-content .table-box table th {
  text-align: center;
}

.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}

.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}

.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}

@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}

.table-box {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}

.table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto;
  height: auto;
}

.table-box table td,
.table-box table th {
  padding: 8px 12px;
  border: 1px solid #e6e6e6;
}

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

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

.table-box table tr td {
  background-color: #FFFFFF;
  font-family: "Poppins", Arial, sans-serif;
  color: #4C4C4C;
  font-size: var(--16);
  line-height: 1.5;
}

.table-box table tr:first-child {
  font-weight: 700;
}

.table-box table tr td:first-child {
  background-color: #F9F9F9;
  color: var(--c);
  font-weight: 400;
}

.table-box table.rowspan1 tr:first-child,
.table-box table.rowspan2 tr:nth-child(1),
.table-box table.rowspan2 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(2),
.table-box table.rowspan4 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(2),
.table-box table.rowspan5 tr:nth-child(3),
.table-box table.rowspan5 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(5) {
  background-color: var(--c);
  color: #fff;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .table-box {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-box table td,
  .table-box table th {
    padding: 8px !important;
  }
}
label {
  width: 100%;
}

.box-follow .img-box > img {
  display: none !important;
  height: auto;
}

.box-follow iframe[src=""],
.box-follow iframe[data-src=""] {
  display: none;
  border: 1px solid #000;
}

.box-follow iframe[src=""] + img,
.box-follow iframe[data-src=""] + img {
  display: block !important;
}

body {
  font-family: "OpenSans", Arial, Helvetica, "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #666666;
  color: #fff;
  background-color: #20141E;
}

i {
  line-height: 1;
}

@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: local("Poppins Light"), local("Poppins-Light"), url("../../app/fonts/Poppins-Light.woff2") format("woff2"), url("../../app/fonts/Poppins-Light.woff") format("woff"), url("../../app/fonts/Poppins-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: local("Poppins Regular"), local("Poppins-Regular"), url("../../app/fonts/Poppins-Regular.woff2") format("woff2"), url("../../app/fonts/Poppins-Regular.woff") format("woff"), url("../../app/fonts/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: local("Poppins Medium"), local("Poppins-Medium"), url("../../app/fonts/Poppins-Medium.woff2") format("woff2"), url("../../app/fonts/Poppins-Medium.woff") format("woff"), url("../../app/fonts/Poppins-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: local("Poppins Bold"), local("Poppins-Bold"), url("../../app/fonts/Poppins-Bold.woff2") format("woff2"), url("../../app/fonts/Poppins-Bold.woff") format("woff"), url("../../app/fonts/Poppins-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "JetBrainsMono";
  font-weight: 700;
  font-style: normal;
  src: local("JetBrainsMono Bold"), local("JetBrainsMono-Bold"), url("../../app/fonts/JetBrainsMono-Bold.woff2") format("woff2"), url("../../app/fonts/JetBrainsMono-Bold.woff") format("woff"), url("../../app/fonts/JetBrainsMono-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  font-style: normal;
  src: local("OpenSans Regular"), local("OpenSans-Regular"), url("../../app/fonts/OpenSans-Regular.woff2") format("woff2"), url("../../app/fonts/OpenSans-Regular.woff") format("woff"), url("../../app/fonts/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
}

:root {
  --p: calc((100vw - 1650px) / 2);
  --c: #ED1C24;
  --d243: 243px;
  --d208: 208px;
  --d190: 190px;
  --d180: 180px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d155: 155px;
  --d150: 150px;
  --d140: 140px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d40: 40px;
  --d38: 38px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d18: 18px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --200: 200px;
  --100: 100px;
  --80: 80px;
  --76: 76px;
  --70: 70px;
  --66: 66px;
  --64: 64px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --44: 44px;
  --42: 42px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}

.title {
  font-size: var(--48);
  line-height: 1.25;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
}

.text16-22 {
  font-size: var(--16);
  line-height: 1.375;
  color: #F0F0F0;
}

.text18-26 {
  font-size: var(--18);
  line-height: 1.4444444444;
  color: #D9D9D9;
}

.poppins {
  font-family: "Poppins", Arial, sans-serif;
}

.jetBrainsMono {
  font-family: "JetBrainsMono", Arial, sans-serif;
}

@keyframes playan {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}
.header .header-box1 {
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  background-color: #241909;
}
.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .header-box1 .header-content1 .header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .header-box1 .header-content1 .header-left .logo {
  width: 140px;
  margin-right: 100px;
}
.header .header-box1 .header-content1 .header-left .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .header-box1 .header-content1 .header-left .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box1 .header-content1 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-box1 .header-content1 .header-right .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  padding-right: 12px;
  margin-right: 12px;
  line-height: 1;
}
.header .header-box1 .header-content1 .header-right .header-search ::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 80%;
  background-color: #4C4C4C;
}
.header .header-box1 .header-content1 .header-right .header-search .search-con {
  cursor: pointer;
}
.header .header-box1 .header-content1 .header-right .header-search .search-con:hover i {
  color: var(--c);
}
.header .header-box1 .header-content1 .header-right .header-search .search-con i {
  transition: all 0.5s;
  font-size: 24px;
  color: #fff;
}
.header .header-box1 .header-content1 .header-right .header-search .search {
  position: absolute;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
  width: 20vw;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  visibility: hidden;
}
.header .header-box1 .header-content1 .header-right .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header .header-box1 .header-content1 .header-right .header-search .search .search-box .input-text {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-box1 .header-content1 .header-right .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-box1 .header-content1 .header-right .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-box1 .header-content1 .header-right .header-mes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 162px;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2 {
  margin-right: 70px;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2:last-child {
  margin-right: 0;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-qc {
  width: 57px;
  height: 57px;
  padding: 3px;
  box-shadow: 0px 4px 18.4px rgba(0, 0, 0, 0.1);
}
.header .header-box1 .header-content1 .header-right .header-mes .header-qc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes-content {
  margin-top: 7px;
  color: #B5B5B5;
  font-size: var(--12);
}
.header .header-box1 .header-content1 .header-right .header-share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.header .header-box1 .header-content1 .header-right .header-share a:last-child {
  margin-right: 0;
}
.header .header-box1 .header-content1 .header-right .header-share a:hover i {
  color: var(--c);
}
.header .header-box1 .header-content1 .header-right .header-share a i {
  transition: all 0.5s;
  color: #000000;
  font-size: 32px;
  line-height: 1;
}
.header .header-language {
  margin-right: 24px;
}
.header .header-language a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--18);
  line-height: 1.3333333333;
  display: block;
  letter-spacing: 0.1em;
  transition: all 0.5s;
}
.header .header-language a:hover {
  background-color: var(--c);
  color: #fff;
}
.header .header-contact {
  padding: var(--d12) var(--d24);
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 5px;
  font-family: "Poppins", Arial, sans-serif;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 15px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .s-nav-action i: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);
}

@media (min-width: 1201px) {
  .header-none {
    display: none;
  }
  .header-nav {
    height: 100%;
    display: flex !important;
    align-items: flex-end;
  }
  .header-nav .header-list {
    display: flex;
    height: 100%;
  }
  .header-nav .header-list .header-list2 {
    font-size: var(--18);
    color: #fff;
    transition: all 0.5s;
    position: relative;
    transition: all 0.5s;
    margin-right: 60px;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover {
    color: var(--c);
  }
  .header-nav .header-list .header-list2:hover .header-list3 span::after {
    width: 100% !important;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
  }
  .header-nav .header-list .header-list2 .header-list3 span {
    position: relative;
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0.1em;
  }
  .header-nav .header-list .header-list2 .header-list3 span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--c);
    bottom: 0;
    left: 0;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .header-list2 a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .action span {
    color: var(--c);
  }
  .header-nav .header-list .action span::after {
    width: 100% !important;
  }
  .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: #241909;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    text-align: center;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    color: var(--c) !important;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  .more .more-1-list .more-1-list2 .more2 {
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #241909;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
.header-nav .header-list .header-list2 {
  margin-right: 30px;
}

@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav .header-list .header-list2 {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .header .s-nav {
    display: flex;
  }
  .header-none {
    display: block;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #241909;
    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: #fff;
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .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: #fff;
    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: #fff;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action a {
    color: var(--c) !important;
  }
}
.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.s-nav i {
  width: 21px;
  height: 2px;
  background-color: #003366;
  transition: all 0.5s;
}

.s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.s-nav-action i:nth-child(2) {
  opacity: 0;
}
.s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  background-color: var(--c);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xs-online ul li i {
  font-size: 14px;
  color: #fff;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: "";
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-family: "iconfont" !important;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}

.online-wrap .whatsapp .show-num {
  width: 170px;
}
.online-wrap .whatsapp .whatsapp-img {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(calc(-100% - 10px), -50%);
  width: 150px;
  height: 150px;
}
.online-wrap .whatsapp .whatsapp-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  z-index: 1100;
  background-color: var(--c2);
  border-radius: 8px;
}
.online-wrap .online a {
  position: relative;
  transition: all 0.5s;
  margin: 1px 0;
  display: inline-flex;
  justify-content: flex-end;
  transform: translateX(calc(100% - 44px));
  transition: all 0.5s;
}
.online-wrap .online a:hover {
  transform: translateX(0);
}
.online-wrap .online a:hover .online-icon {
  background-color: var(--c);
}
.online-wrap .online a .online-icon {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.5s;
}
.online-wrap .online a i {
  font-size: 20px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  transition: all 0.5s;
  color: #FFFFFF;
}
.online-wrap .online a:hover i {
  color: #fff;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  color: #000;
  font-weight: 400;
  font-size: var(--16);
  white-space: nowrap;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  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 img {
  width: 100px;
  display: block;
  -o-object-fit: cover;
     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: 100%;
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: "+";
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .show {
  right: 0 !important;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}
.online-wrap .icon-gouwuchefill {
  position: relative;
}
.online-wrap .icon-gouwuchefill .gouwuchefill-num {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #000;
}
.online-wrap .online-show {
  background-color: rgba(107, 6, 43, 0.3);
}

@media (max-width: 1400px) {
  .online-wrap .online {
    transform: translateY(-50%) scale(0.8);
    transform-origin: right;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .slide-inner {
  padding-bottom: 45.83333%;
  position: relative;
}
.index-banner .banner-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-video,
.index-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-pagination {
  position: absolute;
  bottom: var(--d100);
  z-index: 10;
}

.swiper-pagination-bullet {
  opacity: 0.1;
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0 !important;
  margin-right: var(--d12) !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.fooder {
  background-color: #20141E;
  border-top: 1px solid #746370;
}
.fooder .fooder-top {
  padding-top: var(--d64);
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d64);
}
.fooder .fooder-top .fooder-left {
  width: 414px;
}
.fooder .fooder-top .fooder-left .fooder-logo {
  width: 162px;
  margin-bottom: var(--d35);
}
.fooder .fooder-top .fooder-left .fooder-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fooder .fooder-top .fooder-left .fooder-text {
  font-size: var(--14);
  line-height: 1.5714285714;
  color: #D9D9D9;
}
.fooder .fooder-top .fooder-right {
  display: flex;
  justify-content: flex-end;
}
.fooder .fooder-top .fooder-right .fooder-navbox {
  margin-right: var(--d100);
}
.fooder .fooder-top .fooder-right .fooder-navbox:last-child {
  margin-right: 0;
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-nav-title {
  font-size: var(--18);
  line-height: 1.4444444444;
  color: #fff;
  margin-bottom: var(--d35);
  font-weight: 700;
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-nav a {
  font-size: var(--16);
  line-height: 1.5;
  color: #D9D9D9;
  display: block;
  margin-bottom: var(--d12);
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-nav a:hover {
  color: var(--c);
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-mesbox .fooder-mesbox2 {
  margin-bottom: var(--d12);
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-mesbox .fooder-mesbox2 .fooder-mes-title {
  font-size: var(--16);
  line-height: 1.375;
  color: var(--c);
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-mesbox .fooder-mesbox2 .fooder-mes-contnet {
  font-size: var(--16);
  line-height: 1.5;
  color: #D9D9D9;
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-mesbox .fooder-mesbox2 .fooder-mes-contnet a {
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-mesbox .fooder-mesbox2 .fooder-mes-contnet a:hover {
  color: var(--c);
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-mesbox .fooder-mesbox2 .fooder-mes-contnet a:last-child span::after {
  display: none;
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-mesbox .fooder-mesbox2 .fooder-mes-contnet a span::after {
  font-family: "Poppins", Arial, sans-serif;
  content: "/";
  margin: 0 var(--d12);
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-mesbox .fooder-mesbox2 .fooder-share a {
  margin-right: var(--d24);
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-mesbox .fooder-mesbox2 .fooder-share a:hover i {
  color: var(--c);
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-mesbox .fooder-mesbox2 .fooder-share a i {
  transition: all 0.5s;
  font-size: var(--24);
  color: #fff;
}
.fooder .fooder-top .fooder-right .fooder-navbox .fooder-mesbox .fooder-mesbox2 .fooder-qr {
  width: 200px;
  background-color: #fff;
}
.fooder .fooder-bom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--d12);
  padding-bottom: var(--d24);
  font-size: var(--14);
  line-height: 1.5714285714;
  color: #F0F0F0;
}
.fooder .fooder-bom .cnzz {
  margin-left: var(--d24);
}
.fooder .fooder-bom .fooder-sitemap a {
  position: relative;
  transition: all 0.5s;
}
.fooder .fooder-bom .fooder-sitemap a:hover {
  color: var(--c);
}
.fooder .fooder-bom .fooder-sitemap a:first-child {
  padding-right: var(--d16);
  margin-right: var(--d16);
}
.fooder .fooder-bom .fooder-sitemap a:first-child::after {
  content: "";
  height: 14px;
  width: 1px;
  background-color: #F0F0F0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.indexcontent .i-arrivals {
  position: relative;
  padding: var(--d155) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.indexcontent .i-arrivals .i-arrivals-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-pagination {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-pagination .swiper-pagination-bullet {
  margin-bottom: var(--d12) !important;
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-textbox {
  width: 25.4545454545%;
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-textbox .i-arrivals-text {
  margin-bottom: var(--d24);
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-textbox .i-arrivals-text {
  font-size: var(--14);
  line-height: 1.4285714286;
  color: #fff;
}
.indexcontent .i-arrivals .i-arrivals-box .swiper-slide {
  display: flex;
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content {
  width: 100%;
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 74.5454545455%;
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 .i-arrivals-imgbox {
  width: 47.1698113208%;
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 .i-arrivals-content-textbox {
  width: 48.7135506003%;
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 .i-arrivals-content-textbox .i-arrivals-content-title {
  margin-bottom: var(--d24);
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 .i-arrivals-content-textbox .i-arrivals-content-title h3 {
  font-size: var(--32);
  line-height: 1.3125;
  font-weight: 700;
  font-family: "Poppins", Arial, sans-serif;
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 .i-arrivals-content-textbox .i-arrivals-content-text {
  margin-bottom: var(--d48);
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 .i-arrivals-content-textbox .i-arrivals-content-text .i-arrivals-text-title {
  color: var(--c);
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 .i-arrivals-content-textbox .i-arrivals-more a {
  display: inline-block;
  padding: var(--d12) var(--d35);
  background-color: var(--c);
  border-radius: 4px;
  font-size: var(--16);
  line-height: 1.375;
  transition: all 0.5s;
}
.indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 .i-arrivals-content-textbox .i-arrivals-more a:hover {
  transform: scale(1.1);
}
.indexcontent .i-product {
  border-top: #000 solid 1px;
  padding-top: 4px;
}
.indexcontent .i-product .i-product-list {
  padding-bottom: var(--d64);
  margin-bottom: calc(var(--d30) * -1);
}
.indexcontent .i-product .i-product-list .i-product-list2 {
  margin-bottom: var(--d30);
}
.indexcontent .i-product .i-product-list .i-product-list2 .i-product-list3 {
  height: 100%;
  padding: var(--d10);
  padding-right: var(--d24);
  background: #3F313D;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.indexcontent .i-product .i-product-list .i-product-list2 .i-product-list3:hover {
  background-color: var(--c);
  border: 1px solid var(--c);
}
.indexcontent .i-product .i-product-list .i-product-list2 .i-product-list3 .i-product-list-imgbox {
  width: 25.6%;
}
.indexcontent .i-product .i-product-list .i-product-list2 .i-product-list3 .i-product-list-title {
  width: 70.4%;
  padding-left: var(--d16);
  font-size: var(--16);
}
.indexcontent .i-product .i-product-list .action .i-product-list3 {
  background-color: var(--c);
  border: 1px solid var(--c);
}
.indexcontent .i-product .i-product-box {
  position: relative;
  padding-bottom: var(--d100);
}
.indexcontent .i-product .i-product-box .i-product-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}
.indexcontent .i-product .i-product-box .i-product-swiper .swiper-slide:hover .img-box img {
  transform: scale(1.1);
}
.indexcontent .i-product .i-product-box .i-product-swiper .swiper-slide:hover .product-list-title::before {
  width: 100%;
}
.indexcontent .i-product .i-product-box .i-product-swiper .swiper-slide:hover .i-product-more {
  background-color: var(--c);
  color: #fff;
}
.indexcontent .i-product .i-product-box .swiper-re {
  position: relative;
}
.indexcontent .i-product .i-product-box .swiper-action {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.indexcontent .i-product .i-product-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d12) 0;
  color: #4C4C4C;
  border-radius: 4px;
  background-color: #F9F9F9;
  transition: all 0.5s;
}
.indexcontent .i-kitchenware {
  padding-top: var(--d72);
}
.indexcontent .i-kitchenware .i-kitchenware-box {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-kitchenware .i-kitchenware-box .i-kitchenware-titlebox {
  width: 39.3939393939%;
}
.indexcontent .i-kitchenware .i-kitchenware-box .i-kitchenware-titlebox .i-kitchenware-title {
  margin-bottom: var(--d48);
}
.indexcontent .i-kitchenware .i-kitchenware-box .i-kitchenware-textbox {
  width: 57.5757575758%;
}
.indexcontent .i-kitchenware .i-kitchenware-box .i-kitchenware-textbox .i-kitchenware-text {
  margin-bottom: var(--d35);
}
.indexcontent .i-kitchenware .i-kitchenware-box .i-kitchenware-textbox .i-kitchenware-imgbox {
  border-radius: 10px;
  overflow: hidden;
}
.indexcontent .i-kitchenware .i-kitchenware-box .i-kitchenware-textbox .i-kitchenware-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .i-kitchenware-more a {
  border-radius: 4px;
  border: 1px solid var(--c);
  padding: var(--d12) var(--d35);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  line-height: 1.375;
  color: var(--c);
  transition: all 0.5s;
}
.indexcontent .i-kitchenware-more a:hover {
  background-color: var(--c);
  color: #fff;
}
.indexcontent .i-results {
  padding-bottom: var(--d155);
  position: relative;
}
.indexcontent .i-results .i-results-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.indexcontent .i-results .i-results-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .i-results .i-results-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d46);
}
.indexcontent .i-results .i-results-swbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.indexcontent .i-results .i-results-swbox .i-results-prev {
  margin-right: var(--d10);
}
.indexcontent .i-results .i-results-title {
  max-width: 100%;
  width: 490px;
}
.indexcontent .i-results .i-results-swiper {
  padding-top: var(--d32);
}
.indexcontent .i-results .i-results-box {
  position: relative;
}
.indexcontent .i-results .i-results-box:hover .i-results-num {
  color: var(--c);
  -webkit-text-stroke: 1px var(--c);
}
.indexcontent .i-results .i-results-box:hover .i-results-textbox {
  transform: translateY(0);
}
.indexcontent .i-results .i-results-box .img-box {
  border-radius: 10px;
  padding-bottom: 133.3333333333%;
}
.indexcontent .i-results .i-results-box .i-results-num {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
  right: var(--d32);
  z-index: 10;
  -webkit-text-stroke: 1px #fff;
  font-size: var(--64);
  line-height: 1;
  color: transparent;
  font-weight: 700;
}
.indexcontent .i-results .i-results-box .i-results-textbox {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: var(--d24);
  transform: translateY(57%);
  transition: all 0.5s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.indexcontent .i-results .i-results-box .i-results-textbox .i-results-sw-title {
  margin-bottom: var(--d24);
}
.indexcontent .i-results .i-results-box .i-results-textbox .i-results-sw-title h3 {
  font-weight: 700;
  font-size: var(--18);
  line-height: 1.4444444444;
}
.indexcontent .i-results .i-results-box .i-results-textbox .i-results-sw-text {
  margin-bottom: var(--d48);
  font-size: var(--14);
  line-height: 1.4285714286;
  color: #D9D9D9;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.indexcontent .i-blog {
  padding: var(--d130) 0 var(--d70);
}
.indexcontent .i-blog .i-blog-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d48);
}
.indexcontent .i-blog .i-blog-titlebox .i-blog-title {
  width: 670px;
  max-width: 100%;
}
.indexcontent .i-blog .i-blog-titlebox .i-blog-title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--18);
  line-height: 1.4444444444;
  font-family: "Poppins", Arial, sans-serif;
}
.indexcontent .i-blog .i-blog-titlebox .i-blog-more {
  font-size: var(--16);
  padding: var(--d12) var(--d35);
}
.indexcontent .i-blog .i-blog-listbox {
  position: relative;
}
.indexcontent .i-blog .i-blog-listbox .i-blog-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  width: 19.3939393939%;
}
.indexcontent .i-blog .i-blog-listbox .i-blog-img .img-box {
  border-radius: 20px;
  padding-bottom: 56.25%;
}
.indexcontent .i-blog .i-blog-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.indexcontent .i-blog .i-blog-list .i-blog-list2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: var(--d24);
}
.indexcontent .i-blog .i-blog-list .i-blog-list2 a {
  display: flex;
  justify-content: flex-start;
}
.indexcontent .i-blog .i-blog-list .i-blog-list2 a:hover .i-blog-textbox .i-blog-title h3 {
  color: var(--c);
}
.indexcontent .i-blog .i-blog-list .i-blog-list2:nth-child(2) .i-blog-textbox {
  width: 63.8787878788%;
}
.indexcontent .i-blog .i-blog-list .i-blog-list2 .i-blog-date {
  white-space: nowrap;
  margin-right: var(--d64);
  font-size: var(--18);
  line-height: 1.4444444444;
}
.indexcontent .i-blog .i-blog-list .i-blog-list2 .i-blog-textbox .i-blog-title {
  margin-bottom: var(--d16);
}
.indexcontent .i-blog .i-blog-list .i-blog-list2 .i-blog-textbox .i-blog-title h3 {
  transition: all 0.5s;
  font-size: var(--18);
  line-height: 1.4444444444;
  color: #fff;
}
.indexcontent .i-blog .i-blog-list .i-blog-list2 .i-blog-textbox .i-blog-text {
  font-size: var(--16);
  line-height: 1.375;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.i-video {
  position: relative;
}
.i-video::after {
  width: 75.7575757576%;
  height: 8px;
  content: "";
  background-color: var(--c);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 99.3% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 99.3% 100%, 0% 100%);
}
.i-video .i-video-box {
  position: relative;
}
.i-video .i-video-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.i-video .i-video-box .i-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-color: #fff;
}
.i-video .i-video-box .i-video-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: -1;
  animation: playan 3s infinite;
}
.i-video .i-video-box .i-video-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: -1;
  animation: playan 3s infinite;
  animation-delay: 1s;
}
.i-video .i-video-box .i-video-icon .i-video-icon2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.i-video .i-video-box .i-video-icon .i-video-icon2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: -1;
  animation: playan 3s infinite;
  animation-delay: 2s;
}
.i-video .i-video-box .i-video-icon .i-video-icon2 i {
  font-size: var(--24);
  color: #222222;
}

.detailscontent .details-content {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.detailscontent .details-content .details-left2 {
  position: sticky;
  top: 150px;
  left: 0;
}
.detailscontent .details-content .details-left .details-imgbox {
  width: 530px;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 100%;
  padding: 1px;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border-color: var(--c);
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.detailscontent .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: "\e60a";
  font-size: 30px;
  color: var(--c2);
  z-index: 10;
  background-color: #fff;
  line-height: 1;
  border-radius: 50%;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox2 {
  border-radius: 10px;
  overflow: hidden;
  margin-right: var(--d20);
  width: 100%;
}
.detailscontent .details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
}
.detailscontent .details-content .details-right {
  width: 1056px;
}
.detailscontent .details-content .details-right .details-mes {
  margin-bottom: var(--d100);
}
.detailscontent .details-content .details-right .details-mes .details-title {
  margin-bottom: var(--d24);
  padding-bottom: var(--d12);
  position: relative;
}
.detailscontent .details-content .details-right .details-mes .details-title::after {
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: var(--c);
  position: absolute;
  content: "";
}
.detailscontent .details-content .details-right .details-mes .details-title h2 {
  font-size: var(--42);
  line-height: 1.380952381;
  font-weight: 700;
  color: var(--c);
  font-family: "Poppins", Arial, sans-serif;
}
.detailscontent .details-content .details-right .details-mes .details-text {
  margin-bottom: var(--d48);
}
.detailscontent .details-content .details-right .details-mes .details-text .details-text-title {
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  font-size: var(--16);
  margin-bottom: var(--d12);
}
.detailscontent .details-content .details-right .details-mes .details-table {
  margin-bottom: var(--d48);
}
.detailscontent .details-content .details-right .details-mes .details-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailscontent .details-content .details-right .details-mes .details-butbox .details-but a {
  border-radius: 4px;
  font-weight: 500;
  font-size: var(--18);
  line-height: 1.3333333333;
  color: #fff;
  background-color: #ED1C24;
  padding: var(--d12) var(--d24);
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-family: "Poppins", Arial, sans-serif;
  transition: all 0.5s;
}
.detailscontent .details-content .details-right .details-mes .details-butbox .details-but a:hover {
  transform: scale(1.1);
}
.detailscontent .details-content .details-right .details-mes .details-butbox .details-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailscontent .details-content .details-right .details-mes .details-butbox .details-share p {
  margin-right: var(--d12);
  font-size: var(--16);
}
.detailscontent .details-content .details-right .details-nav {
  margin-bottom: var(--d64);
}
.detailscontent .details-content .details-right .details-nav .navbox {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4C4C4C;
}
.detailscontent .details-content .details-right .details-nav .navbox .navbox2 {
  margin-right: var(--d64);
  position: relative;
  transition: all 0.5s;
}
.detailscontent .details-content .details-right .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.detailscontent .details-content .details-right .details-nav .navbox .navbox2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--24);
  line-height: 1.3333333333;
  padding: var(--d24) 0;
}
.detailscontent .details-content .details-right .details-nav .navbox .navbox2::before {
  font-family: "iconfont" !important;
  content: "\e619";
  position: absolute;
  bottom: -1px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  font-size: 10px;
  opacity: 0;
  transition: all 0.5s;
}
.detailscontent .details-content .details-right .details-nav .navbox .navbox2:hover {
  color: var(--c);
}
.detailscontent .details-content .details-right .details-nav .navbox .action {
  color: var(--c);
}
.detailscontent .details-content .details-right .details-nav .navbox .action::before {
  opacity: 1;
}
.detailscontent .details .content-title {
  font-family: "Poppins", Arial, sans-serif;
  font-size: var(--36);
  line-height: 1.3333333333;
  font-weight: 700;
  color: var(--c);
  margin-bottom: var(--d12);
}
.detailscontent .details .description {
  margin-bottom: var(--d64);
}
.detailscontent .details .description .description-text {
  font-size: var(--16);
  line-height: 1.5;
  color: #F0F0F0;
  margin-bottom: var(--d12);
}
.detailscontent .details .description .description-text .description-text-title {
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  font-size: var(--16);
  margin-bottom: var(--d12);
}
.detailscontent .details .inquiry {
  position: relative;
}
.detailscontent .details .inquiry .content-title {
  margin-bottom: var(--d30);
}
.detailscontent .details .inquiry .inquiry-from {
  padding: var(--d35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}
.detailscontent .details .inquiry .inquiry-from .product-input {
  font-size: var(--16);
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d20);
  border-radius: 10px;
  padding: var(--d16) var(--d24);
  font-family: "Poppins", Arial, sans-serif;
}
.detailscontent .details .inquiry .inquiry-from .product-input span {
  white-space: nowrap;
}
.detailscontent .details .inquiry .inquiry-from .product-input .input-box {
  background-color: transparent;
  width: 100%;
  padding: 0;
  padding-left: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  color: var(--c);
}
.detailscontent .details .inquiry .inquiry-from ul {
  --bs-gutter-x: 1.25rem;
}
.detailscontent .details .inquiry .inquiry-from .form-title {
  margin-bottom: var(--d8);
  font-size: var(--16);
  line-height: 1.5;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
}
.detailscontent .details .inquiry .inquiry-from .input-box {
  padding: var(--d16) var(--d24);
  font-size: var(--16);
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-bottom: var(--d24);
  border-radius: 10px;
  color: #fff;
}
.detailscontent .details .inquiry .inquiry-from .textarea-box {
  height: 200px;
}
.detailscontent .details .inquiry .inquiry-from .submit {
  padding: var(--d12) var(--d24);
  border-radius: 4px;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
  font-size: var(--18);
  line-height: 1.3333333333;
  color: #fff;
  letter-spacing: 0.1em;
}
.detailscontent .relative {
  padding-bottom: var(--d100);
}
.detailscontent .relative .product-content {
  padding-bottom: 0;
}
.detailscontent .relative .relative-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d18);
}
.detailscontent .relative .relative-titlebox .relative-title h2 {
  font-size: var(--36);
  line-height: 1.3333333333;
  color: var(--c);
  font-weight: 700;
  font-family: "Poppins", Arial, sans-serif;
}
.detailscontent .relative .relative-titlebox .relative-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailscontent .relative .relative-titlebox .relative-butbox .relative-but {
  border: 1px solid #fff;
  background-color: transparent;
}
.detailscontent .relative .relative-titlebox .relative-butbox .relative-but i {
  color: #fff;
}
.detailscontent .relative .relative-titlebox .relative-butbox .relative-but:hover {
  background-color: var(--c);
  border: 1px solid var(--c);
}
.detailscontent .relative .relative-titlebox .relative-butbox .relative-prev {
  margin-right: var(--d24);
}

.aboutcontent .i-video::after {
  display: none;
}
.aboutcontent .a-globally-titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d62);
}
.aboutcontent .a-globally-titlebox .a-globally-title {
  width: 530px;
  max-width: 100%;
}
.aboutcontent .a-globally-titlebox .a-globally-text {
  width: 980px;
  max-width: 100%;
}
.aboutcontent .a-globally-titlebox .a-globally-text .a-globally-text2 {
  height: 100px;
  overflow: hidden;
}
.aboutcontent .a-globally-titlebox .a-globally-text .a-globally-textaction {
  height: auto;
}
.aboutcontent .a-globally-titlebox .a-globally-text .a-globally-more {
  text-align: right;
  color: #fff;
  font-size: var(--20);
  transition: all 0.5s;
  margin-top: var(--d30);
  cursor: pointer;
}
.aboutcontent .a-globally-titlebox .a-globally-text .a-globally-more:hover {
  color: var(--c);
}
.aboutcontent .a-globally {
  padding-top: var(--d64);
  padding-bottom: var(--d100);
}
.aboutcontent .a-globally .a-video {
  border-radius: 10px;
  margin-bottom: var(--d64);
}
.aboutcontent .a-globally .i-globally-numbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.aboutcontent .a-globally .i-globally-numbox .i-globally-list {
  display: flex;
  align-items: center;
  margin-bottom: calc(var(--d30) * -1);
}
.aboutcontent .a-globally .i-globally-numbox .i-globally-list .i-globally-list2 {
  margin-right: var(--d48);
  margin-bottom: var(--d30);
}
.aboutcontent .a-globally .i-globally-numbox .i-globally-list .i-globally-list2:last-child {
  margin-right: 0;
}
.aboutcontent .a-globally .i-globally-numbox .i-globally-list .i-globally-list2 .i-globally-num2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--d12);
  font-size: var(--64);
  line-height: 1;
}
.aboutcontent .a-globally .i-globally-numbox .i-globally-list .i-globally-list2 .i-globally-num2 .tip {
  font-size: var(--16);
  line-height: 1;
}
.aboutcontent .a-globally .i-globally-numbox .i-globally-list .i-globally-list2 .i-globally-title {
  font-size: var(--16);
  line-height: 1.6;
  color: #D9D9D9;
}
.aboutcontent .a-globally .i-globally-numbox .i-globally-vrbox .i-globally-vrbox2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d12) var(--d35);
  border-radius: 4px;
  color: var(--c);
  font-size: var(--18);
  letter-spacing: 0.1em;
  font-weight: 500;
  border: 1px solid var(--c);
  transition: all 0.5s;
}
.aboutcontent .a-globally .i-globally-numbox .i-globally-vrbox .i-globally-vrbox2:hover {
  color: #fff;
  background-color: var(--c);
}
.aboutcontent .a-globally .i-globally-numbox .i-globally-vrbox .i-globally-vrbox2 i {
  font-size: var(--30);
  margin-right: var(--d10);
}
.aboutcontent .a-introduce {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: var(--d100) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.aboutcontent .a-introduce .a-introduce-list {
  margin-bottom: calc(var(--d30) * -1);
}
.aboutcontent .a-introduce .a-introduce-list .a-introduce-list2 {
  margin-bottom: var(--d30);
}
.aboutcontent .a-introduce .a-introduce-list .a-introduce-list2 .a-introduce-list3 .a-introduce-icon {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: var(--d35);
}
.aboutcontent .a-introduce .a-introduce-list .a-introduce-list2 .a-introduce-list3 .a-introduce-icon i {
  font-size: var(--24);
  color: var(--c);
}
.aboutcontent .a-introduce .a-introduce-list .a-introduce-list2 .a-introduce-title {
  font-size: var(--24);
  line-height: 1.3333333333;
  font-weight: 700;
  margin-bottom: var(--d16);
}
.aboutcontent .a-craftsmanship {
  padding-top: var(--d100);
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swbox {
  position: relative;
  margin-bottom: var(--d100);
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swbox .img-box {
  border-radius: 10px;
  padding-bottom: 48.4848484848%;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swbox .a-craftsmanship-but {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swbox .a-craftsmanship-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swbox .a-craftsmanship-next {
  right: 0;
  transform: translate(50%, -50%);
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swbox .a-craftsmanship-swlist {
  position: absolute;
  left: var(--d48);
  bottom: var(--d35);
  z-index: 10;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swbox .a-craftsmanship-swlist .a-craftsmanship-swlist2 {
  font-size: var(--48);
  line-height: 1.3333333333;
  letter-spacing: -2px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  color: #BBBBBA;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swbox .a-craftsmanship-swlist .action {
  color: #fff;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox {
  position: relative;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox .img-box {
  border-radius: 20px;
  padding-bottom: 128.2051282051%;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox .a-craftsmanship-textbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--d12);
  z-index: 10;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox .a-craftsmanship-textbox .a-craftsmanship-textbox2 {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: var(--d12);
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox .a-craftsmanship-textbox .a-craftsmanship-textbox2 .a-craftsmanship-text1 {
  font-size: var(--16);
  line-height: 1.5;
  color: #222222;
  margin-bottom: var(--d8);
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox .a-craftsmanship-textbox .a-craftsmanship-textbox2 .a-craftsmanship-text2 {
  font-size: var(--24);
  line-height: 1.5;
  color: #222222;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox .a-craftsmanship-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox .a-craftsmanship-share a {
  margin-right: var(--d8);
  display: inline-block;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #222222;
  transition: all 0.5s;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox .a-craftsmanship-share a:hover {
  background-color: var(--c);
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox .a-craftsmanship-share a:last-child {
  margin-right: 0;
}
.aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox .a-craftsmanship-share a i {
  color: #fff;
  font-size: var(--16);
}
.aboutcontent .a-global {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}
.aboutcontent .a-global .a-global-title {
  text-align: center;
  margin-bottom: var(--d24);
}
.aboutcontent .a-global .a-global-text {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: var(--d35);
}
.aboutcontent .a-global .a-global-imgbox {
  padding: 0 var(--d32);
  position: relative;
}
.aboutcontent .a-global .a-global-imgbox .a-global-img {
  width: 100%;
  height: 100%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .a-global .a-global-imgbox .a-global-img2 {
  display: none;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .a-global-list2 {
  position: absolute;
  z-index: 10;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .a-global-list2 .a-global-list-title {
  white-space: nowrap;
  position: absolute;
  font-family: "Poppins", Arial, sans-serif;
  font-size: var(--16);
  color: #fff;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .a-global-list2 .a-global-title-right {
  right: -20px;
  top: 50%;
  transform: translate(100%, -50%);
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .a-global-list2 .a-global-title-left {
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .a-global-list2 .a-global-title-bottom {
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .a-global-list2 i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #fff;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .a-global-list2 i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  animation: playan2 3s infinite;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .a-global-list2 i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  animation: playan2 3s infinite;
  animation-delay: 1.5s;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .canada {
  top: 26.9%;
  left: 14.8%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .uk {
  top: 30.8%;
  left: 46.1%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .spain {
  top: 40.2%;
  left: 45.9%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .spain {
  top: 40.2%;
  left: 45.9%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .israel {
  top: 45.7%;
  left: 56.1%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .dubai {
  top: 50.7%;
  left: 61.2%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .africa {
  top: 82.1%;
  left: 52.9%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .india {
  top: 53.6%;
  left: 67.45%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .nepal {
  top: 47.6%;
  left: 69.2%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .malaysia {
  top: 62.8%;
  left: 76.4%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .australia {
  top: 78.3%;
  left: 82.35%;
}
.aboutcontent .a-global .a-global-imgbox .a-global-list .japan {
  top: 43.3%;
  left: 83.25%;
}

.sw-but {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  transition: all 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
.sw-but:hover {
  background-color: var(--c);
}
.sw-but:hover i {
  color: #fff;
}
.sw-but i {
  transition: all 0.5s;
  color: var(--c);
  font-size: var(--24);
}

.productcontent {
  padding-top: var(--d110);
  padding-bottom: var(--d130);
}
.productcontent .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.productcontent .product-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d35);
}
.productcontent .product-box .product-left {
  width: 350px;
}
.productcontent .product-box .product-left .product-left2 {
  position: sticky;
  top: 150px;
  left: 0;
}
.productcontent .product-box .product-left .product-left2 .product-menu {
  width: 100%;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 {
  width: 100%;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 {
  width: 100%;
  border-radius: 10px;
  margin-bottom: var(--d20);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.5s;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2:hover .menubut {
  background-color: var(--c);
  color: #fff;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2:last-child {
  margin-bottom: 0;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: var(--d10);
  padding-right: var(--d24);
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuimg {
  width: 64px;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a {
  display: block;
  padding-left: var(--d16);
  font-size: var(--18);
  line-height: 1.4444444444;
  font-family: "Poppins", Arial, sans-serif;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon {
  width: 10%;
  padding-left: 0;
  padding-right: 24px;
  cursor: pointer;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon i {
  display: inline-block;
  transition: all 0.5s;
  color: #333333;
  font-size: 20px;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more {
  display: none;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 {
  position: relative;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2 {
  position: relative;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2 a {
  padding: var(--d10) var(--d24);
  display: block;
  width: 100%;
  font-size: var(--18);
  line-height: 1.4444444444;
  font-family: "Poppins", Arial, sans-serif;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2 a span {
  transition: all 0.5s;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .product-more2:hover a span {
  color: var(--c);
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-more .product-more1 .action a span {
  color: var(--c);
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .open .menubut {
  background-color: var(--c);
  color: #fff;
}
.productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .open .menubut .menuicon i {
  color: #fff;
  transform: rotate(180deg);
}
.productcontent .product-box .product-right {
  width: 1278px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: var(--d24);
}
.productcontent .product-box .product-right .product-title {
  margin-bottom: var(--d24);
}
.productcontent .product-box .product-right .product-text {
  margin-bottom: var(--d64);
}
.productcontent .product-box .product-right .product-list {
  margin-bottom: calc(var(--d48) * -1);
}
.productcontent .product-box .product-right .product-list .product-list2 {
  margin-bottom: var(--d48);
}
.productcontent .product-box .product-right .product-list .product-list2 .product-imgbox {
  background-color: #20141E;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.productcontent .product-box .product-right .product-list .product-list2 .product-imgbox .product-imgbox2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  margin-bottom: var(--d40);
  border-radius: 5px;
  padding: 15px;
  background-color: var(--c);
  opacity: 0.8;
  color: #fff;
  margin-bottom: var(--d30);
}
.search-note .hot {
  margin-bottom: var(--d30);
}

.product-content {
  padding-bottom: var(--d24);
}
.product-content:hover .img-box img {
  transform: scale(1.1);
}
.product-content:hover .product-list-title::before {
  width: 100%;
}
.product-content .product-imgbox {
  margin-bottom: var(--d24);
}
.product-content .product-list-title {
  position: relative;
  padding-bottom: 4px;
}
.product-content .product-list-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}
.product-content .product-list-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--c);
  z-index: 10;
  transition: all 0.5s;
}
.product-content .product-list-title h3 {
  font-size: var(--18);
  line-height: 1.4444444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.other-banner {
  width: 100%;
  position: relative;
}
.other-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-banner .other-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: left;
  font-weight: 500;
  font-size: var(--100);
  line-height: 1.2;
  color: #fff;
}

.projectcontent {
  padding-top: var(--d64);
  padding-bottom: var(--d100);
}
.projectcontent .project-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: var(--d48);
}
.projectcontent .project-list .project-list2 {
  padding: var(--d35) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.projectcontent .project-list .project-list2 .project-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projectcontent .project-list .project-list2 .project-list3:hover .img-box img {
  transform: scale(1.1);
}
.projectcontent .project-list .project-list2 .project-list3:hover .project-title h2 {
  color: var(--c);
  text-decoration: underline;
}
.projectcontent .project-list .project-list2 .project-list3 .project-imgbox {
  width: 19.3939393939%;
}
.projectcontent .project-list .project-list2 .project-list3 .project-imgbox .img-box {
  border-radius: 10px;
  padding-bottom: 56.25%;
}
.projectcontent .project-list .project-list2 .project-list3 .project-textbox {
  width: 70.1212121212%;
}
.projectcontent .project-list .project-list2 .project-list3 .project-textbox .project-title {
  margin-bottom: var(--d16);
  font-family: "Poppins", Arial, sans-serif;
}
.projectcontent .project-list .project-list2 .project-list3 .project-textbox .project-title h2 {
  font-weight: 700;
  font-size: var(--24);
  line-height: 1.3333333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.projectcontent .project-list .project-list2 .project-list3 .project-textbox .project-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.projectcontent .project-list .project-list2 .project-list3 .project-date {
  width: 2.7272727273%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.projectcontent .project-list .project-list2 .project-list3 .project-date .project-day {
  font-size: var(--36);
  line-height: 1.1111111111;
  font-weight: 700;
  color: var(--c);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 var(--d12);
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.5s;
  font-size: var(--18);
}
.pagination li a i {
  font-size: var(--18);
}
.pagination li a:hover {
  background-color: var(--c);
  color: #fff;
}
.pagination .active a {
  border: 1px solid var(--c);
  color: var(--c);
}

.blogcontent {
  padding-top: var(--d64);
  padding-bottom: var(--d100);
}
.blogcontent .blog-title {
  text-align: center;
  margin-bottom: var(--d35);
}
.blogcontent .exhibitions-list {
  margin-bottom: var(--d100);
}
.blogcontent .exhibitions-list .exhibitions-list2 {
  margin-bottom: var(--d24);
}
.blogcontent .exhibitions-list .exhibitions-list2:last-child {
  margin-bottom: 0;
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 {
  display: flex;
  align-items: center;
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3:hover .img-box img {
  transform: scale(1.1);
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3:hover .exhibitions-textbox .exhibitions-title h3 {
  color: var(--c);
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-imgbox {
  width: 32.1212121212%;
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-imgbox .img-box {
  padding-bottom: 55.9748427673%;
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-textbox {
  width: 67.8787878788%;
  padding-left: var(--d30);
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-textbox .exhibitions-title {
  margin-bottom: var(--d24);
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-textbox .exhibitions-title h3 {
  font-size: var(--24);
  line-height: 1.3333333333;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s;
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-textbox .exhibitions-mes {
  margin-bottom: var(--d24);
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-textbox .exhibitions-mes:last-child {
  margin-bottom: 0;
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-textbox .exhibitions-mes .exhibitions-mes-title {
  display: flex;
  align-items: center;
  color: var(--c);
  font-size: var(--18);
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-textbox .exhibitions-mes .exhibitions-mes-title .img-box {
  padding-bottom: 55.9748427673%;
}
.blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-textbox .exhibitions-mes .exhibitions-mes-title i {
  font-size: var(--20);
  margin-right: var(--d12);
}
.blogcontent .blog-list .blog-list2 {
  margin-bottom: var(--d48);
}
.blogcontent .blog-list .blog-list2 .blog-list3:hover .img-box img {
  transform: scale(1.1);
}
.blogcontent .blog-list .blog-list2 .blog-list3:hover .blog-list-title h3 {
  color: var(--c);
}
.blogcontent .blog-list .blog-list2 .blog-list3 .blog-img {
  margin-bottom: var(--d24);
}
.blogcontent .blog-list .blog-list2 .blog-list3 .blog-img .img-box {
  padding-bottom: 55.9748427673%;
}
.blogcontent .blog-list .blog-list2 .blog-list3 .blog-list-date {
  font-size: var(--18);
  line-height: 1.4444444444;
  margin-bottom: var(--d24);
}
.blogcontent .blog-list .blog-list2 .blog-list3 .blog-list-title h3 {
  transition: all 0.5s;
  font-weight: 700;
  color: #fff;
  font-size: var(--18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.downloadcontent {
  padding-top: var(--d64);
  padding-bottom: var(--d100);
}
.downloadcontent .download-list {
  margin-bottom: calc(var(--d24) * -1);
}
.downloadcontent .download-list .download-list2 {
  margin-bottom: var(--d24);
}
.downloadcontent .download-list .download-list2 .download-list3 {
  padding: var(--d12);
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.downloadcontent .download-list .download-list2 .download-list3:hover .img-box img {
  transform: scale(1.1);
}
.downloadcontent .download-list .download-list2 .download-list3:hover .download-textbox .download-textbox2 .download-title h3 {
  color: var(--c);
}
.downloadcontent .download-list .download-list2 .download-list3 .img-box {
  padding-bottom: 70.5882352941%;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-img {
  width: 36.6666666667%;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
  width: 63.3333333333%;
  padding: var(--d12) 0;
  padding-left: var(--d24);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-textbox2 .download-title {
  margin-bottom: var(--d24);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-textbox2 .download-title h3 {
  transition: all 0.5s;
  font-weight: 700;
  font-size: var(--20);
  line-height: 1.5;
  color: #fff;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-textbox2 .download-text {
  display: flex;
  font-size: var(--14);
  color: #fff;
  line-height: 1.5714285714;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-textbox2 .download-text p:first-child {
  margin-right: var(--d24);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-but {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d12) var(--d35);
  font-size: var(--18);
  font-weight: 700;
  color: #fff;
  background-color: var(--c);
  border-radius: 10px;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-but i {
  font-size: var(--24);
  color: #fff;
  margin-right: var(--d10);
}

.newsdetcon {
  padding: var(--d100) 0;
}
.newsdetcon .index-news-date {
  margin-bottom: var(--d20);
}
.newsdetcon .contact-form {
  width: 100%;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .products-more-con {
  justify-content: flex-start;
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d30);
  color: #fff;
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  text-decoration: underline;
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .share {
  margin-top: var(--d70);
}
.newsdetcon .news-next {
  margin-bottom: var(--d70);
}

.contactcontent .contact-box {
  padding-top: var(--d64);
  padding-bottom: var(--d100);
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact-box .contact-left {
  width: 42.4242424242%;
}
.contactcontent .contact-box .contact-left .contact-title {
  margin-bottom: var(--d35);
}
.contactcontent .contact-box .contact-left .contact-title h2 {
  font-weight: 700;
  font-size: var(--36);
  line-height: 1.5;
  color: #fff;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 {
  padding-bottom: var(--d24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--d24);
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-list-title {
  font-size: var(--20);
  line-height: 1.5;
  color: var(--c);
  margin-bottom: var(--d12);
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-list-text {
  font-size: var(--18);
  line-height: 1.4444444444;
  color: #D9D9D9;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-list-text a {
  display: block;
  margin-bottom: var(--d12);
  transition: all 0.5s;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-list-text a:hover {
  color: var(--c);
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-list-text a:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-share a {
  margin-right: var(--d24);
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-share a:hover i {
  color: var(--c);
}
.contactcontent .contact-box .contact-left .contact-list .contact-list2 .contact-share a i {
  transition: all 0.5s;
  font-size: var(--24);
  color: #fff;
}
.contactcontent .contact-box .contact-right {
  width: 49.0909090909%;
}

.contact-form {
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: var(--d64) var(--d35);
}
.contact-form li {
  margin-bottom: var(--d24);
}
.contact-form li:last-child {
  margin-bottom: var(--d40);
}
.contact-form .contact-form-title {
  color: var(--c);
  font-size: var(--32);
  line-height: 1.2;
  margin-bottom: var(--d40);
  font-weight: 700;
}
.contact-form .form-title {
  font-size: var(--16);
  line-height: 1.5;
  color: #222222;
  margin-bottom: 8px;
}
.contact-form .input-box {
  width: 100%;
  border-radius: 10px;
  background-color: #F9F9F9;
  padding: var(--d20);
}
.contact-form .textarea-box {
  height: 112px;
}
.contact-form .submit {
  padding: var(--d12) var(--d24);
  border-radius: 10px;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
  font-size: var(--18);
  line-height: 1.3333333333;
  color: #fff;
  letter-spacing: 0.1em;
  transition: all 0.5s;
}
.contact-form .submit:hover {
  transform: scale(1.1);
}

.sitemapcontent .sitemap-content {
  padding: var(--d100) 0;
}
.sitemapcontent .sitemap-content .sitemap-title {
  margin-bottom: var(--d60);
}
.sitemapcontent .sitemap-content .list1 .list2 {
  margin-bottom: var(--d30);
}
.sitemapcontent .sitemap-content .list1 .list2:last-child {
  margin-bottom: 0;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3 {
  max-width: 100%;
  width: 400px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  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: #fff;
}
.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: #fff;
}

.privacycontent {
  padding: var(--d100) 0;
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}

.container {
  max-width: 1650px;
  padding: 0;
  position: relative;
}

@media (max-width: 1800px) {
  .container {
    max-width: 1460px;
  }
  :root {
    --100: 90px;
  }
  .detailscontent .details-content .details-right {
    width: 950px;
  }
  .detailscontent .details-content .details-left .details-imgbox {
    width: 470px;
  }
  .productcontent .product-box .product-left {
    width: 300px;
  }
  .productcontent .product-box .product-right {
    width: 1110px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --d155: 100px;
    --d130: 100px;
    --d110: 80px;
    --d100: 80px;
    --d64: 50px;
    --d62: 50px;
    --d48: 30px;
    --d40: 30px;
    --d32: 26px;
    --d16: 12px;
    --d24: 20px;
    --d20: 18px;
    --d16: 12px;
    --100: 80px;
    --64: 52px;
    --48: 40px;
    --42: 38px;
    --36: 30px;
    --32: 26px;
    --24: 20px;
    --20: 18px;
    --18: 16px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-textbox2 .download-title {
    margin-bottom: 8px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-but {
    padding: 10px;
  }
  .blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-imgbox {
    width: 40%;
  }
  .blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-textbox {
    width: 57%;
  }
  .aboutcontent .a-globally-titlebox .a-globally-text {
    width: 760px;
  }
  .aboutcontent .a-globally-titlebox .a-globally-title {
    width: 500px;
  }
  .detailscontent .details-content .details-left .details-imgbox {
    width: 430px;
  }
  .detailscontent .details-content .details-right {
    width: 780px;
  }
  .productcontent .product-box .product-right {
    width: 940px;
  }
  .productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuimg {
    min-width: 50px;
  }
  .header .header-box1 .header-content1 .header-left .logo {
    width: 100px;
    margin-right: 48px;
  }
  .indexcontent .i-results .i-results-box .i-results-textbox {
    transform: translateY(58%);
  }
  .fooder .fooder-top .fooder-left {
    width: 290px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1060px;
  }
  .row {
    --bs-gutter-x: 1.275rem;
  }
  :root {
    --d155: 70px;
    --d130: 60px;
    --d100: 50px;
    --d64: 38px;
    --d62: 38px;
    --d48: 30px;
    --d46: 30px;
    --d35: 25px;
    --d24: 15px;
    --d12: 8px;
    --d8: 4px;
    --100: 70px;
    --64: 45px;
    --48: 36px;
    --42: 36px;
    --36: 24px;
    --32: 22px;
    --24: 18px;
    --20: 16px;
    --16: 14px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-but {
    padding: 5px;
    font-size: 12px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-but i {
    font-size: 14px;
  }
  .blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-imgbox {
    width: 45%;
  }
  .blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-textbox {
    width: 50%;
  }
  .aboutcontent .a-introduce .a-introduce-list .a-introduce-list2 .a-introduce-list3 .a-introduce-icon {
    width: 50px;
    height: 50px;
  }
  .aboutcontent .a-craftsmanship .a-craftsmanship-swiper2 .a-craftsmanship-imgbox .a-craftsmanship-share a {
    width: 30px;
    height: 30px;
  }
  .aboutcontent .a-globally-titlebox .a-globally-text {
    width: 600px;
  }
  .aboutcontent .a-globally-titlebox .a-globally-title {
    width: 400px;
  }
  .detailscontent .details .inquiry .inquiry-from .textarea-box {
    height: 150px;
  }
  .sw-but {
    width: 36px;
    height: 36px;
  }
  .detailscontent .details-content .details-left .details-imgbox {
    width: 350px;
  }
  .detailscontent .details-content .details-right {
    width: 650px;
  }
  .productcontent .product-box .product-right {
    width: 780px;
  }
  .productcontent .product-box .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuimg {
    width: 40px;
  }
  .productcontent .product-box .product-left {
    width: 250px;
  }
  .indexcontent .i-product .i-product-list {
    --bs-gutter-x: 0.875rem;
  }
  .fooder .fooder-top .fooder-left {
    width: 230px;
  }
  .fooder .fooder-top .fooder-left .fooder-logo {
    width: 143px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .indexcontent .i-product .i-product-list .i-product-list2 .i-product-list3 {
    padding: var(--d10);
  }
  .fooder-mesbox {
    width: 380px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
  :root {
    --d40: 20px;
    --d35: 20px;
    --d30: 20px;
    --d20: 16px;
    --42: 30px;
    --36: 20px;
    --100: 50px;
  }
  .header .header-language {
    margin-right: 5px;
  }
  .contactcontent .contact-box {
    flex-direction: column;
  }
  .contactcontent .contact-box .contact-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .contactcontent .contact-box .contact-right {
    width: 100%;
  }
  .blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-imgbox {
    width: 100%;
  }
  .blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 .exhibitions-textbox {
    width: 100%;
    padding-left: 0;
    margin-top: var(--d30);
  }
  .blogcontent .exhibitions-list .exhibitions-list2 .exhibitions-list3 {
    flex-direction: column;
  }
  .aboutcontent .a-globally .i-globally-numbox {
    flex-direction: column;
    align-items: flex-end;
  }
  .aboutcontent .a-globally .i-globally-numbox .i-globally-list {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .aboutcontent .a-globally-titlebox {
    flex-direction: column;
  }
  .aboutcontent .a-globally-titlebox .a-globally-title {
    width: 100%;
  }
  .aboutcontent .a-globally-titlebox .a-globally-text {
    width: 100%;
  }
  .indexcontent .i-arrivals .i-arrivals-box .swiper-slide {
    flex-direction: column;
  }
  .indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 {
    width: 100%;
  }
  .s-menu {
    display: block;
  }
  .detailscontent .details-content .details-left .details-imgbox {
    width: 290px;
  }
  .detailscontent .details-content .details-right {
    width: 530px;
  }
  .productcontent .product-box .product-left {
    display: none;
  }
  .productcontent .product-box .product-right {
    width: 100%;
  }
  .fooder .fooder-top .fooder-right {
    justify-content: space-between;
    margin-top: var(--d30);
    flex-wrap: wrap;
  }
  .fooder .fooder-top .fooder-right .fooder-navbox {
    margin-right: 0;
  }
  .fooder .fooder-top {
    flex-direction: column;
  }
  .fooder .fooder-bom {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder .fooder-top .fooder-left {
    width: 100%;
  }
  .header .header-box1 .header-content1 {
    height: 60px;
  }
  .header .header-box1 .header-content1 .header-left .logo {
    width: 78px;
    margin-right: 0;
  }
  .indexcontent .i-blog .i-blog-titlebox .i-blog-title {
    width: 520px;
    max-width: 100%;
  }
  .indexcontent .i-results .i-results-box .i-results-textbox {
    transform: none;
  }
  .header .header-contact {
    display: none;
  }
  .indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content {
    width: 100%;
  }
  .indexcontent .i-arrivals .i-arrivals-box .i-arrivals-pagination {
    flex-direction: row;
    transform: translateY(200%);
  }
  .indexcontent .i-arrivals .i-arrivals-box .i-arrivals-textbox {
    width: 100%;
    margin-bottom: var(--d32);
  }
  .indexcontent .i-arrivals .i-arrivals-box {
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .container {
    max-width: 700px;
  }
  :root {
    --d48: 20px;
    --d46: 20px;
    --d20: 14px;
    --100: 40px;
    --48: 30px;
  }
  .a-global-list {
    display: none;
  }
  .aboutcontent .a-global .a-global-imgbox .a-global-img1 {
    display: none;
  }
  .aboutcontent .a-global .a-global-imgbox .a-global-img2 {
    display: block;
  }
  .detailscontent .details-content {
    flex-direction: column;
  }
  .detailscontent .details-content .details-left .details-imgbox {
    width: 100%;
  }
  .details-left {
    margin-bottom: var(--d30);
  }
  .detailscontent .details-content .details-right {
    width: 100%;
  }
  .fooder-mesbox {
    width: 260px;
  }
  .indexcontent .i-kitchenware .i-kitchenware-box {
    flex-direction: column;
  }
  .indexcontent .i-kitchenware .i-kitchenware-box .i-kitchenware-titlebox {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-kitchenware .i-kitchenware-box .i-kitchenware-textbox {
    width: 100%;
    margin-bottom: var(--d30);
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  :root {
    --d155: 40px;
    --d130: 40px;
    --d100: 40px;
    --d72: 40px;
    --d70: 40px;
    --d64: 20px;
    --d32: 17px;
    --d30: 15px;
    --d24: 10px;
    --d20: 10px;
    --d16: 8px;
    --d12: 6px;
    --64: 36px;
    --42: 28px;
    --24: 18px;
    --20: 18px;
  }
  .pagination li a {
    width: 30px;
    height: 30px;
  }
  .projectcontent .project-list .project-list2 .project-list3 {
    flex-direction: column;
  }
  .projectcontent .project-list .project-list2 .project-list3 .project-imgbox {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .projectcontent .project-list .project-list2 .project-list3 .project-date {
    order: 2;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: var(--d8);
  }
  .projectcontent .project-list .project-list2 .project-list3 .project-textbox {
    width: 100%;
    order: 3;
  }
  .aboutcontent .a-introduce .a-introduce-list .a-introduce-list2 .a-introduce-list3 .a-introduce-icon {
    width: 40px;
    height: 40px;
  }
  .aboutcontent .a-globally .i-globally-numbox .i-globally-list {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .aboutcontent .a-globally .i-globally-numbox .i-globally-list .i-globally-list2 {
    margin-right: 0;
    width: 48%;
  }
  .other-banner {
    height: 150px;
  }
  .indexcontent .i-blog .i-blog-titlebox {
    flex-direction: column;
  }
  .indexcontent .i-blog .i-blog-titlebox .i-blog-title {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 .i-arrivals-imgbox {
    width: 400px;
    max-width: 100%;
  }
  .i-video .i-video-box {
    height: 200px;
  }
  .indexcontent .i-blog .i-blog-listbox .i-blog-img {
    display: none;
  }
  .indexcontent .i-blog .i-blog-list .i-blog-list2:nth-child(2) .i-blog-textbox {
    width: 100%;
  }
  .fooder-mesbox {
    width: 100%;
  }
  .i-video .i-video-box .i-video-icon {
    width: 40px;
    height: 40px;
  }
  .fooder {
    padding-bottom: 52px;
  }
  .indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 {
    flex-direction: column;
  }
  .indexcontent .i-arrivals .i-arrivals-box .i-arrivals-content .i-arrivals-content2 .i-arrivals-content-textbox {
    width: 100%;
  }
}
@media (max-width: 540px) {
  :root {
    --d155: 30px;
    --d130: 30px;
    --d100: 30px;
    --d20: 8px;
    --100: 30px;
    --48: 28px;
    --20: 18px;
    --18: 14px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-img {
    width: 100%;
  }
  .downloadcontent .download-list .download-list2 .download-list3 {
    flex-direction: column;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
    width: 100%;
    padding-left: 0;
  }
  .download-textbox2 {
    margin-bottom: var(--d15);
  }
  .aboutcontent .a-craftsmanship .a-craftsmanship-swbox .a-craftsmanship-swlist {
    left: 10px;
    bottom: 10px;
  }
  .aboutcontent .a-craftsmanship .a-craftsmanship-swbox .a-craftsmanship-swlist .a-craftsmanship-swlist2 {
    font-size: 20px;
  }
  .detailscontent .details-content .details-right .details-mes .details-butbox {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .detailscontent .details-content .details-right .details-mes .details-butbox .details-but {
    margin-bottom: var(--d30);
  }
  .indexcontent .i-blog .i-blog-list .i-blog-list2 a {
    flex-direction: column;
  }
  .indexcontent .i-results .i-results-titlebox {
    margin-bottom: 0;
    flex-direction: column;
  }
  .indexcontent .i-results .i-results-title {
    width: 100%;
  }
  .indexcontent .i-blog .i-blog-list .i-blog-list2 {
    padding: var(--d24) 0;
  }
}/*# sourceMappingURL=style.css.map */