body {
  font-family: 'Poppins', 'Noto Sans SC', 'Source Han Sans SC', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  color: #3d4662;
  background-color: #fffbf2;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
  src: local('Poppins Regular'), local('Poppins-Regular'), url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/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('../font/Poppins-Medium.woff2') format('woff2'), url('../font/Poppins-Medium.woff') format('woff'), url('../font/Poppins-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: normal;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('../font/Poppins-SemiBold.woff2') format('woff2'), url('../font/Poppins-SemiBold.woff') format('woff'), url('../font/Poppins-SemiBold.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('../font/Poppins-Bold.woff2') format('woff2'), url('../font/Poppins-Bold.woff') format('woff'), url('../font/Poppins-Bold.ttf') format('truetype');
  font-display: swap;
}

.swiper .swiper-wrapper {
  align-items: stretch;
}

.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.setSlow0 {
  animation: an0 1s ease forwards;
}

.setSlow1 {
  animation: an1 1s ease forwards;
}

.setSlow2 {
  animation: an2 1s ease forwards;
}

.setSlow3 {
  animation: an3 1s ease forwards;
}

.setSlow4 {
  animation: an4 1.5s ease forwards;
}

.setSlow5 {
  animation: an5 1s ease forwards;
}

.setSlow1_1 {
  animation: an1 1s ease forwards;
  animation-delay: 0.5s;
}

.setSlow2_1 {
  animation: an2 1s ease forwards;
  animation-delay: 0.5s;
}

.setSlow3_1 {
  animation: an3 1s ease forwards;
  animation-delay: 0.5s;
}

.setSlow1_2 {
  animation: an1_1 1s ease forwards;
}

.setSlow2_2 {
  animation: an2_2 1s ease forwards;
}

.setSlow3_2 {
  animation: an3_3 1s ease forwards;
}

@keyframes an0 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes an1 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes an2 {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes an3 {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes an4 {
  0% {
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom center;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    transform-origin: bottom center;
  }
}

@keyframes an5 {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes an1_1 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}

@keyframes an2_2 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}

@keyframes an3_3 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(50px);
  }
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: auto;
  text-align: left;
  font-size: var(--18);
  line-height: 1.5;
  font-weight: 500;
  color: #1d2a54;
}

table tr td {
  border: 1px solid #e2d6c8;
  padding: var(--d12) var(--d48);
}

@media (max-width: 1200px) {
  .table-box {
    overflow-y: hidden;
    overflow-x: auto;
  }
}

body.fancybox-active {
  overflow: auto;
}

.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: calc(2 / 3 * 100%);
}

.img-box iframe,
.img-box video,
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}

label {
  width: 100%;
}

.pro {
  position: relative;
}

.top {
  position: absolute;
  top: 0;
  pointer-events: none;
  height: 200px;
  transform: translateY(-100%);
  left: 0;
}

.fooder-up {
  opacity: 0;
  transition: all 0.5s;
}

.show {
  opacity: 1 !important;
}

@keyframes playan1 {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes playan3 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

input,
textarea {
  border: none;
  resize: none;
  outline: none;
}

i {
  line-height: 1;
}

.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
}

.videoclock {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 10;
}

.videoclock svg {
  width: var(--d40);
  fill: #fff;
}

.videoclock:hover svg {
  fill: var(--c);
}

.videoaction {
  opacity: 1;
  visibility: visible;
}

.video-box video {
  /*height: 80%;*/
  object-fit: cover;
  max-width: 100%;
}

.swiper-re {
  position: relative !important;
}

.swiper-action {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  z-index: 10 !important;
}

.swiper-initial2,
.swiper-initial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}

.title {
  font-size: var(--48);
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: var(--c3);
}

.titlebox {
  margin-bottom: var(--d64);
}

.titlebox .title {
  text-align: center;
  margin-bottom: 8px;
}

.titlebox .text {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.text {
  font-size: var(--18);
  line-height: 1.75;
}

.row {
  --bs-gutter-x: 2rem;
}

:root {
  scroll-behavior: unset;
  --p: calc((100vw - 1500px) / 2);
  --c: #ad9272;
  --c2: #e9c79f;
  --c3: #1d2a54;
  --r120: 120px;
  --r60: 60px;
  --r56: 56px;
  --r50: 50px;
  --r48: 48px;
  --r44: 44px;
  --b16: 16px;
  --d250: 250px;
  --d196: 196px;
  --d180: 180px;
  --d170: 170px;
  --d160: 160px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d100: 100px;
  --d96: 96px;
  --d95: 95px;
  --d88: 88px;
  --d80: 80px;
  --d76: 76px;
  --d72: 72px;
  --d70: 70px;
  --d64: 64px;
  --d60: 60px;
  --d50: 50px;
  --d48: 48px;
  --d45: 45px;
  --d40: 40px;
  --d36: 36px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d26: 26px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d16: 16px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --100: 100px;
  --80: 80px;
  --72: 72px;
  --64: 64px;
  --60: 60px;
  --56: 56px;
  --48: 48px;
  --40: 40px;
  --32: 32px;
  --27: 27px;
  --24: 24px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --14: 14px;
}

@media (min-width: 1921px) {
  .container {
    max-width: 83.33333vw;
  }

  :root {
    --p: calc((100vw - 83.33333vw) / 2);
  }
}

.container {
  padding: 0;
}

@media (max-width: 1920px) {
  .container {
    max-width: 1600px;
    padding: 0;
  }

  :root {
    --p: calc((100vw - 1600px) / 2);
  }
}

@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }

  :root {
    --p: calc((100vw - 1480px) / 2);
    --r48: 40px;
    --r45: 40px;
    --70: 60px;
    --68: 60px;
    --40: 35px;
    --36: 35px;
    --27: 20px;
    --24: 20px;
  }
}

@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }

  :root {
    --p: calc((100vw - 1260px) / 2);
    --r120: 100px;
    --r60: 55px;
    --r58: 50px;
    --r56: 50px;
    --r54: 50px;
    --r48: 35px;
    --r45: 35px;
    --r44: 35px;
    --d250: 180px;
    --d196: 120px;
    --d180: 110px;
    --d170: 110px;
    --d160: 100px;
    --d150: 100px;
    --d130: 90px;
    --d128: 90px;
    --d124: 90px;
    --d120: 80px;
    --d100: 80px;
    --d96: 70px;
    --d95: 70px;
    --d88: 65px;
    --d80: 60px;
    --d76: 50px;
    --d72: 50px;
    --d70: 50px;
    --d64: 40px;
    --d60: 35px;
    --d56: 35px;
    --d54: 35px;
    --d50: 30px;
    --d48: 30px;
    --d45: 30px;
    --d40: 30px;
    --d36: 24px;
    --d34: 24px;
    --d32: 24px;
    --d30: 24px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d16: 10px;
    --d12: 8px;
    --100: 70px;
    --96: 70px;
    --80: 65px;
    --72: 65px;
    --70: 52px;
    --64: 54px;
    --60: 50px;
    --56: 45px;
    --50: 38px;
    --48: 38px;
    --40: 36px;
    --36: 30px;
    --32: 30px;
    --20: 18px;
    --18: 16px;
  }
}

@media (max-width: 1400px) {
  .row {
    --bs-gutter-x: 1rem;
  }

  .container {
    max-width: 1060px;
  }

  :root {
    --p: calc((100vw - 1060px) / 2);
    --r120: 80px;
    --r60: 50px;
    --r50: 45px;
    --r48: 35px;
    --d250: 100px;
    --d196: 80px;
    --d180: 80px;
    --d170: 80px;
    --d160: 75px;
    --d150: 70px;
    --d130: 60px;
    --d128: 60px;
    --d124: 60px;
    --d120: 60px;
    --d100: 60px;
    --d96: 40px;
    --d95: 40px;
    --d88: 40px;
    --d80: 30px;
    --d72: 30px;
    --d70: 30px;
    --d48: 30px;
    --d40: 20px;
    --d36: 20px;
    --d32: 20px;
    --d30: 20px;
    --d24: 20px;
    --d22: 10px;
    --d18: 10px;
    --d16: 10px;
    --d12: 10px;
    --100: 60px;
    --96: 60px;
    --72: 50px;
    --70: 50px;
    --64: 46px;
    --60: 45px;
    --56: 38px;
    --50: 38px;
    --48: 30px;
    --40: 30px;
    --36: 28px;
    --32: 24px;
    --20: 16px;
    --18: 16px;
    --16: 14px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }

  :root {
    --p: calc((100vw - 860px) / 2);
    --r60: 40px;
    --r56: 30px;
    --r50: 20px;
    --r48: 40px;
    --d160: 80px;
    --d96: 55px;
    --d72: 45px;
    --d70: 45px;
    --d64: 38px;
    --d60: 36px;
    --d48: 30px;
    --d32: 25px;
    --d24: 18px;
    --d22: 20px;
    --d18: 16px;
    --d10: 8px;
    --d8: 4px;
    --96: 55px;
    --72: 45px;
    --70: 45px;
    --64: 38px;
    --60: 36px;
    --48: 30px;
    --32: 25px;
    --27: 18px;
    --22: 20px;
    --18: 16px;
  }
}

@media (max-width: 990px) {
  .container {
    max-width: 700px;
  }

  :root {
    --p: calc((100vw - 700px) / 2);
    --r60: 40px;
    --r50: 35px;
    --r48: 46px;
    --d170: 80px;
    --d160: 80px;
    --d160: 70px;
    --d150: 70px;
    --d100: 40px;
    --d96: 40px;
    --d88: 40px;
    --d80: 40px;
    --d72: 40px;
    --d70: 40px;
    --d64: 40px;
    --d60: 40px;
    --d48: 28px;
    --d40: 26px;
    --d32: 26px;
    --d24: 18px;
    --100: 60px;
    --96: 50px;
    --80: 40px;
    --72: 40px;
    --70: 40px;
    --64: 40px;
    --60: 40px;
    --48: 28px;
    --40: 26px;
    --32: 26px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }

  :root {
    --p: 5%;
    --r64: 45px;
    --r60: 40px;
    --r48: 35px;
    --d250: 60px;
    --d196: 60px;
    --d180: 60px;
    --d170: 60px;
    --d160: 50px;
    --d130: 40px;
    --d128: 40px;
    --d124: 40px;
    --d100: 40px;
    --d96: 38px;
    --d88: 40px;
    --d80: 38px;
    --d76: 40px;
    --d72: 36px;
    --d70: 36px;
    --d64: 36px;
    --d60: 34px;
    --d56: 30px;
    --d50: 28px;
    --d48: 28px;
    --d36: 24px;
    --d32: 20px;
    --d30: 20px;
    --d24: 15px;
    --d22: 8px;
    --d20: 8px;
    --d18: 8px;
    --d16: 8px;
    --100: 40px;
    --96: 38px;
    --80: 38px;
    --75: 38px;
    --72: 36px;
    --70: 36px;
    --64: 36px;
    --60: 34px;
    --56: 30px;
    --50: 28px;
    --48: 28px;
    --36: 24px;
    --32: 24px;
    --30: 20px;
    --18: 14px;
    --16: 12px;
  }
}

@media (max-width: 576px) {
  :root {
    --r120: 60px;
    --r60: 40px;
    --r48: 30px;
    --r50: 20px;
    --d250: 30px;
    --d196: 30px;
    --d180: 30px;
    --d170: 30px;
    --d160: 30px;
    --d150: 30px;
    --d130: 30px;
    --d128: 30px;
    --d124: 30px;
    --d100: 30px;
    --d96: 35px;
    --d88: 30px;
    --d80: 30px;
    --d76: 30px;
    --d72: 30px;
    --d70: 30px;
    --d64: 20px;
    --d60: 28px;
    --d50: 26px;
    --d48: 24px;
    --d40: 24px;
    --d36: 15px;
    --d32: 15px;
    --d30: 15px;
    --d16: 8px;
    --100: 30px;
    --96: 35px;
    --80: 30px;
    --75: 28px;
    --72: 28px;
    --70: 28px;
    --64: 28px;
    --60: 28px;
    --56: 26px;
    --50: 26px;
    --48: 26px;
    --40: 24px;
    --36: 15px;
    --30: 15px;
    --24: 16px;
    --22: 16px;
    --18: 14px;
    --16: 14px;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 10001;
  transition: all 0.5s;
  width: 100%;
}

.header .header-box {
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  background-color: #fff;
}

.header .header-box .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 99px;
}

.header .header-box .header-content .logo {
  width: 316px;
}

.header .header-box .header-content .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.header .header-box .header-content .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.header .header-box .header-content .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.header .header-search {
  margin-right: var(--d40);
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header-search .search-con {
  width: var(--20);
  height: var(--20);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header-search .search-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .header-but {
  margin-right: var(--d40);
}

.header .header-but .header-but2 {
  padding: var(--d12) var(--d24);
  background-color: var(--c);
  color: #fff;
  font-weight: 500;
  transition: all 0.5s;
}

.header .header-but .header-but2:hover {
  background-color: var(--c2);
}

.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 15px;
}

.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
}

.header .s-nav-action i {
  background-color: #000;
}

.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}

.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}

.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.header .header-box2 {
  background: linear-gradient(270deg, #E9C79F 0%, #B09574 100%);
}

.header .header-box2 .header-content2 {
  height: 60px;
}

.header .header-box2 .header-content2 .header-pronav {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.header .header-box2 .header-content2 .header-pronav .header-pronav2 {
  flex: 1;
  height: 100%;
  transition: all 0.5s;
}

.header .header-box2 .header-content2 .header-pronav .header-pronav2:hover {
  background-color: var(--c);
}

.header .header-box2 .header-content2 .header-pronav .header-pronav2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.header .header-box2 .header-content2 .header-pronav .header-pronav2 .header-pronav3 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}

.header .header-box2 .header-content2 .header-pronav .action {
  background-color: var(--c);
}

.header-searchbox {
  padding: var(--d30) 0;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 159px;
  z-index: 10;
  overflow: hidden;
  display: none;
}

.headeraction {
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(177, 177, 177, 0.2);
  top: 0;
}

.header-nav .header-list li:nth-child(2) {
  display: none;
}

@media (min-width: 1201px) {
  .header-none {
    display: none !important;
  }

  .header-nav {
    height: 100%;
  }

  .header-nav .header-list {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
  }


  .header-nav .header-list .header-list2 {
    position: relative;
    transition: all 0.5s;
    margin-right: var(--d40);
  }

  .header-nav .header-list .header-list2:hover .header-list3>a span {
    color: var(--c);
  }

  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 0%);
    visibility: visible;
  }

  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    transition: all 0.5s;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: none;
  }

  .header-nav .header-list .header-list2 .header-list3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
  }

  .header-nav .header-list .header-list2 .header-list3 a span {
    color: var(--c3);
    font-size: var(--16);
    font-weight: 500;
    line-height: 150%;
  }

  .header-nav .header-list .action .header-list3>a span {
    color: var(--c);
  }

  .header-navbox1 .header-product-list .more {
    display: none;
  }

  .more {
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    padding-top: var(--d8);
  }

  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
    padding: var(--d24);
    border-radius: var(--b12);
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    white-space: nowrap;
  }

  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    color: var(--c3);
    font-size: var(--16);
    font-weight: 400;
    margin-bottom: var(--d12);
  }

  .more .more-1-list .more-1-list2:last-child {
    margin-bottom: 0;
  }

  .more .more-1-list .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 .more2 {
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
  }

  .more .more-1-list .action {
    background: var(--c2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media (max-width: 1200px) {
  .headerblack {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99998;
    top: 0;
    left: 0;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .headerblackaction {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }

  .header-none2 {
    display: none !important;
  }

  .header .s-nav {
    display: flex;
  }

  .header-nav {
    width: 300px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: all 0.5s;
  }

  .header-nav .header-close {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .header-nav .header-close svg {
    width: 30px;
    height: 30px;
  }

  .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: 10px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
  }

  .header-nav .header-list .header-list2 .header-list3>a img {
    opacity: 0;
    margin-right: 10px;
  }

  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-nav .header-list .header-list2 .more {
    display: none;
  }

  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 500;
  }

  .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 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }

  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }

  .header-nav .header-list .action .header-list3>a {
    color: var(--c) !important;
  }

  .header-nav .header-list .action .header-list3>a img {
    opacity: 1;
  }

  .header-navaction {
    transform: translateX(0%);
  }
}

.header .header-language {
  height: 100%;
  position: relative;
  padding-left: var(--d18);
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header-language:hover .drop-select {
  opacity: 1;
  pointer-events: auto !important;
}

.drop-select {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: calc(80%);
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: var(--d16) var(--d12);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .drop-select {
    min-width: 100%;
    width: auto;
    overflow: auto;
    padding: 10px;
  }
}

.drop-select li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  color: rgba(29, 42, 84, 1);
  margin-bottom: var(--d8);
}

.drop-select li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}


.drop-select li a {
  display: flex;
  align-items: center;
  transition: all .5s;
}

.drop-select li:hover a {
  color: rgba(173, 146, 114, 1);
}

.drop-select li a img {
  width: var(--24);
  display: block;
  margin-right: var(--d8);
}

.header .header-language .header-language2 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header-language .header-language3 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
}

.header .header-language .header-language3 .icon-yuyan {
  font-size: var(--20);
}

.header .header-language .header-language3 span {
  font-size: var(--18);
  line-height: calc(22 / 18);
  margin-left: var(--d8);
  margin-right: var(--d10);
  color: #fff;
}

.header .header-language .header-language3 .icon-xia {
  font-size: var(--14);
}

.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);
}

.banneranbox {
  animation: banneran 6s ease forwards;
}

@keyframes banneran {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes banneranline {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(300%);
  }
}

.index-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-banner .banner-pagination {
  position: absolute;
  bottom: var(--d48);
  z-index: 100;
  text-align: left;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-banner .banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 0.6;
  background-color: #fff;
}

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

.index-banner .banner-swiper {
  height: 100%;
}

.index-banner .swiper-slide {
  width: 100%;
  position: relative;
}

.index-banner .swiper-slide .slide-inner {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: calc(800 / 1920 * 100%);
}

.index-banner .swiper-slide .slide-inner video,
.index-banner .swiper-slide .slide-inner>img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}

.banner-textbox {
  position: absolute;
  left: 0;
  top: var(--d96);
  z-index: 10;
  width: 100%;
}

.banner-textbox .banner-title {
  margin-bottom: var(--d16);
  animation-delay: 0.3s;
  opacity: 0;
  width: 1000px;
  max-width: 100%;
}

.banner-textbox .banner-title h2 {
  font-size: var(--56);
  line-height: 1.1;
  font-weight: 600;
  color: var(--c3);
}

.banner-textbox .banner-text {
  width: 725px;
  max-width: 100%;
  font-size: var(--20);
  line-height: calc(30 / 20);
  font-weight: 500;
  animation-delay: 0.5s;
  opacity: 0;
  margin-bottom: var(--d48);
}

.banner-textbox .con-but {
  animation-delay: 0.7s;
  opacity: 0;
}

.banner-conbut {
  position: absolute;
  right: var(--p);
  bottom: var(--d48);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-conbut div:first-child {
  margin-right: var(--d12);
}

.other-banner {
  position: relative;
  overflow: hidden;
}

.other-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-banner .crbambox {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.crbambox2 .crbam {
  color: #8D939C;
}

.crbam {
  color: #fff;
  padding: var(--d24) 0;
  font-weight: 400;
}

.crbam .crbam-list {
  display: inline;
  font-size: var(--16);
  line-height: calc(22 / 16);
}

.crbam .crbam-list .crbam-list2 {
  display: inline;
}

.crbam .crbam-list .crbam-list2::after {
  content: '>';
}

.crbam .crbam-list .crbam-list2:last-child::after {
  content: '';
}

.con-but {
  position: relative;
  overflow: hidden;
}

.con-but .con-but2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d12) var(--d24);
  background-color: var(--c);
  border-radius: 50px;
  font-size: var(--18);
  line-height: 1.5;
  color: #fff;
  overflow: hidden;
  position: relative;
  font-weight: 500;
  transition: all 0.5s;
}

.con-but .con-but2:hover {
  background-color: var(--c2);
  color: #fff;
}

.con-but .con-but3:hover img {
  filter: brightness(0) invert(1);
}

.con-but .con-but2 img {
  width: var(--24);
  height: var(--24);
  object-fit: cover;
  filter: brightness(0) invert(1);
  margin-left: var(--d12);
  transition: all .5s;
}

.con-but .con-but3 {
  background-color: #fff;
  color: #1d2a54;
}

.con-but .con-but3 img {
  filter: unset;
}

.con-but .con-but4 {
  background-color: rgba(173, 146, 114, 0.1);
  color: #ad9272;
}

.con-but .con-but4 img {
  filter: unset;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideOut {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-butbox .swiper-but:first-child {
  margin-right: var(--d12);
}

.swiper-but {
  width: var(--r56);
  height: var(--r56);
  min-width: var(--r56);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: var(--c);
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid var(--c);
}

.swiper-but:hover {
  color: #fff;
  background-color: var(--c);
}

.swiper-but:hover img {
  filter: brightness(0) invert(1);
}

.swiper-but img {
  transition: all 0.5s;
  width: var(--24);
  height: var(--24);
}

.banner-swbut {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}

.videobut {
  cursor: pointer;
}

.index .i-products {
  padding-top: var(--d96);
}

.index .i-products .i-products-inputbox {
  width: 620px;
}

.index .i-products .i-products-titlebox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d64);
}

.index .i-products .i-products-titlebox .i-products-title {
  margin-right: var(--d64);
}

.index .i-products .i-products-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 calc(-1 * var(--d8));
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: var(--d16);
}

.index .i-products .i-products-nav .i-products-nav2 {
  padding: 0 var(--d8);
  flex: 1;
}

.index .i-products .i-products-nav .i-products-nav2:hover .i-products-nav3::after {
  width: 100%;
}

.index .i-products .i-products-nav .i-products-nav2:hover .i-products-nav3 .i-products-navtitle {
  color: var(--c) !important;
}

.index .i-products .i-products-nav .i-products-nav2 .i-products-nav3 {
  height: 100%;
  padding: var(--d16) 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.index .i-products .i-products-nav .i-products-nav2 .i-products-nav3::after {
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: var(--c);
  position: absolute;
  content: '';
  transition: all 0.5s;
}

.index .i-products .i-products-nav .i-products-nav2 .i-products-nav3 .i-products-navimg {
  width: 64px;
  height: 64px;
  margin-bottom: var(--d12);
}

.index .i-products .i-products-nav .i-products-nav2 .i-products-nav3 .i-products-navimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .i-products .i-products-nav .i-products-nav2 .i-products-nav3 .i-products-navtitle {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  font-size: var(--16);
  transition: all 0.5s;
}

.index .i-products .i-products-nav .action .i-products-nav3::after {
  width: 100% !important;
}

.index .i-products .i-products-nav .action .i-products-nav3 .i-products-navtitle {
  color: var(--c) !important;
}

.index .i-products .i-products-box {
  position: relative;
}

.index .i-products .i-products-box .i-products-textbox {
  padding: var(--d64) var(--d48);
  background-color: rgba(173, 146, 114, 0.92);
  position: absolute;
  top: 0;
  left: var(--p);
  width: 648px;
  z-index: 100;
}

.index .i-products .i-products-box .i-products-textbox .i-products-swtitle {
  font-size: var(--32);
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin-bottom: var(--d16);
}

.index .i-products .i-products-box .i-products-textbox .i-products-swtext {
  font-size: var(--18);
  line-height: 1.75;
  color: #ffffff;
  margin-bottom: var(--d32);
}

.index .i-products .i-products-box .i-products-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .i-about {
  padding-top: var(--d96);
  padding-bottom: var(--d160);
  position: relative;
}

.index .i-about .container {
  position: relative;
  z-index: 10;
}

.index .i-about .i-about-bg {
  position: absolute;
  bottom: var(--d124);
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}

.index .i-about .i-about-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .i-about .i-about-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d80);
}

.index .i-about .i-about-box .i-about-left {
  width: calc(794 / 1600 * 100%);
  padding-right: var(--d80);
}

.index .i-about .i-about-box .i-about-left .i-about-title {
  margin-bottom: var(--d8);
}

.index .i-about .i-about-box .i-about-left .i-about-title2 {
  margin-bottom: var(--d48);
}

.index .i-about .i-about-box .i-about-left .i-about-title2 h3 {
  font-size: var(--24);
  line-height: 1.4;
  font-weight: 600;
}

.index .i-about .i-about-box .i-about-left .i-about-text {
  font-size: var(--18);
  line-height: 1.75;
  margin-bottom: var(--d64);
}

.index .i-about .i-about-box .i-about-left .i-about-text span {
  font-weight: 600;
}

.index .i-about .i-about-box .i-about-right {
  width: calc(806 / 1600 * 100%);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index .i-about .i-about-box .i-about-right:hover .videobut>img {
  transform: scale(1.1);
}

.index .i-about .i-about-box .i-about-right .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: var(--r120);
  height: var(--r120);
  DISPLAY: NONE
}

.index .i-about .i-about-box .i-about-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.index .i-about .i-about-list {
  margin-bottom: calc(-1 * var(--d30));
  display: flex;
  justify-content: space-between;
}

.index .i-about .i-about-list .i-about-list2 {
  margin-bottom: var(--d30);
}

.index .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d8);
  font-weight: 600;
  color: var(--c);
}

.index .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-num .num {
  font-size: var(--72);
  line-height: 1.1;
}

.index .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-num .tip {
  font-size: var(--32);
  line-height: 1.4;
}

.index .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-list-title {
  font-weight: 500;
  font-size: var(--18);
  line-height: calc(34 / 24);
  color: var(--c);
}

.index .i-why {
  background: linear-gradient(270deg, #E9C79F 0%, #B09574 100%);
  padding: var(--d96) 0;
}

.index .i-why .i-why-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index .i-why .i-why-box .i-why-left {
  width: calc(738 / 1600 * 100%);
}

.index .i-why .i-why-box .i-why-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .i-why .i-why-box .i-why-right {
  width: calc(862 / 1600 * 100%);
  padding-left: var(--d80);
}

.index .i-why .i-why-box .i-why-right .i-why-title {
  margin-bottom: var(--d32);
}

.index .i-why .i-why-box .i-why-right .i-why-title .title {
  color: #fff;
}

.index .i-why .i-why-box .i-why-right .i-why-list {
  margin-bottom: var(--d32);
}

.index .i-why .i-why-box .i-why-right .i-why-list .i-why-list2 .i-why-list3 {
  padding: var(--d16) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.index .i-why .i-why-box .i-why-right .i-why-list .i-why-list2 .i-why-list3 .i-why-titlebox {
  width: calc(100% - var(--32));
  padding-right: var(--d30);
  font-size: var(--20);
  line-height: 1.5;
  color: #fff;
}

.index .i-why .i-why-box .i-why-right .i-why-list .i-why-list2 .i-why-list3 .i-why-icon {
  width: var(--32);
}

.index .i-why .i-why-box .i-why-right .i-why-list .i-why-list2 .i-why-list3 .i-why-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .i-why .i-why-box .i-why-right .i-why-con {
  --bs-gutter-x: 1rem;
  padding-bottom: var(--d64);
  margin-bottom: calc(-1 * var(--d30));
}

.index .i-why .i-why-box .i-why-right .i-why-con .i-why-con2 {
  margin-bottom: var(--d30);
}

.index .i-why .i-why-box .i-why-right .i-why-con .i-why-con2 .i-why-con3 {
  border-radius: 12px;
  background: rgba(173, 146, 114, 0.6);
  height: 100%;
  padding: var(--d12) var(--d8);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.index .i-why .i-why-box .i-why-right .i-why-con .i-why-con2 .i-why-con3 .i-why-icon {
  width: var(--r56);
  height: var(--r56);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-bottom: var(--d8);
}

.index .i-why .i-why-box .i-why-right .i-why-con .i-why-con2 .i-why-con3 .i-why-icon .i-why-icon2 {
  width: calc(44 / 56 * 100%);
  height: calc(44 / 56 * 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}

.index .i-why .i-why-box .i-why-right .i-why-con .i-why-con2 .i-why-con3 .i-why-icon .i-why-icon2 img {
  width: var(--22);
  height: var(--22);
  object-fit: cover;
}

.index .i-why .i-why-box .i-why-right .i-why-con .i-why-con2 .i-why-con3 .i-why-con-title {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
  text-align: center;
}

.index .i-customized {
  padding: var(--d96) 0;
}

.index .i-customized .i-customized-title {
  margin-bottom: var(--d64);
}

.index .i-customized .i-customized-imgbox {
  padding: var(--d34) var(--d12);
  border-radius: 96px 0;
  background: linear-gradient(270deg, #E9C79F 0%, #B09574 100%);
}

.index .i-customized .i-customized-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .i-news {
  padding-top: var(--d96);
  padding-bottom: var(--d16);
}

.index .i-news .i-news-title {
  margin-bottom: var(--d8);
}

.index .i-news .i-news-textbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d64);
}

.index .i-news .i-news-textbox .i-news-text {
  width: calc(1290 / 1600 * 100%);
  font-size: var(--18);
  line-height: 1.75;
}

.index .i-news .i-news-list {
  margin-bottom: calc(-1 * var(--d30));
}

.index .i-news .i-news-list .i-news-list2 {
  margin-bottom: var(--d30);
}

.index .i-questions {
  padding: var(--d96) 0 var(--d128);
}

.index .i-questions .i-questions-title {
  text-align: center;
  margin-bottom: var(--d64);
}

.index .i-questions .i-questions-box {
  padding: 0 var(--d100);
}

.index .i-questions .i-questions-box .i-questions-box2 {
  padding: var(--d48);
  border-radius: 12px;
  border: 1px solid #E2D6C8;
  background: #fff;
}

.i-products-inputbox {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #efe7dd;
  overflow: hidden;
  max-width: 100%;
}

.i-products-inputbox .search-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.i-products-inputbox .search-box .input-text {
  width: calc(100% - 100px);
  padding: var(--d12) var(--d24);
}

.i-products-inputbox .search-box .input-text::placeholder {
  color: #8d939c;
  transition: all 0.5s;
}

.i-products-inputbox .search-box .input-text:focus::placeholder {
  opacity: 0.3;
}

.i-products-inputbox .search-box .sousuo-submit {
  padding: var(--d8);
  background-color: transparent;
}

.i-products-inputbox .search-box .sousuo-submit .sousuo-submit2 {
  padding: 8px var(--d34);
  background-color: var(--c);
  border-radius: 50px;
}

.i-products-inputbox .search-box .sousuo-submit .sousuo-submit2 img {
  width: var(--16);
  height: var(--16);
  filter: brightness(0) invert(1);
}

.i-exhibitions {
  padding-top: var(--d96);
  padding-bottom: var(--d48);
}

.i-exhibitions .i-exhibitions-title {
  text-align: center;
  margin-bottom: var(--d8);
}

.i-exhibitions .i-exhibitions-text {
  text-align: center;
  font-size: var(--20);
  line-height: 1.5;
  margin-bottom: var(--d76);
}

.i-exhibitions .dowebok {
  margin-bottom: var(--d24);
  min-height: 16.5625vw !important;
}

.i-exhibitions .dowebok2 {
  margin-bottom: var(--d24);
  min-height: 16.5625vw !important;
}

.i-exhibitions img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i-cases {
  padding: var(--d96) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.i-cases .i-cases-swbox {
  padding-left: var(--p);
}

.i-cases .i-cases-box:hover .img-box img {
  transform: scale(1.1);
}

.i-cases .i-cases-box:hover .i-cases-swtitle {
  color: var(--c);
}

.i-cases .i-cases-box .i-cases-imgbox .img-box {
  padding-bottom: calc(3 / 4 * 100%);
}

.i-cases .i-cases-box .i-cases-swtitle {
  padding: var(--d24) var(--d16);
  text-align: center;
  font-size: var(--24);
  line-height: 1.4;
  font-weight: 500;
  color: var(--c3);
  transition: all 0.5s;
}

.i-cases .i-cases-pagebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.i-cases .i-cases-pagebox .i-cases-pagination {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  width: calc(100% - var(--r56) * 2 - var(--d12) - var(--d48));
  height: 4px;
  background-color: #EFE7DD;
}

.i-cases .i-cases-pagebox .i-cases-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--c);
}

.join-list {
  width: 100%;
}

.join-list .join-list2 {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #EFE7DD;
}

.join-list .join-list2:last-child {
  margin-bottom: 0;
}

.join-list .join-list2 .join-list3 {
  position: relative;
  z-index: 10;
}

.join-list .join-list2 .join-list3 .join-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: var(--d24) 0;
}

.join-list .join-list2 .join-list3 .join-titlebox .join-list-titlebox2 {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - var(--24));
  padding-right: var(--d80);
}

.join-list .join-list2 .join-list3 .join-titlebox .join-list-titlebox2 .join-list-title {
  width: 100%;
  font-size: var(--20);
  line-height: 1.4;
  color: var(--c3);
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all .5s;
}

.join-list .join-list2 .join-list3 .join-titlebox .join-list-icon {
  width: var(--24);
  height: var(--24);
  transition: all 0.5s;
  position: relative;
}

.join-list .join-list2 .join-list3 .join-titlebox .join-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.join-list .join-list2 .join-list3 .join-textbox {
  display: none;
  margin-bottom: var(--d32);
}

.join-list .join-list2 .join-list3 .join-textbox .join-textboxcon {
  display: flex;
  /*justify-content: space-around;*/
  align-items: flex-start;
}

.join-list .join-list2 .join-list3 .join-textbox .join-textbox2 {
  font-size: var(--16);
  line-height: 1.75;
  color: #3D4662;
}

.join-list .join-list2:hover .join-list3 .join-titlebox .join-list-titlebox2 .join-list-title {
  color: var(--c) !important;
}

.join-list .open .join-list-title {
  color: var(--c) !important;
}

.join-list .open .join-list-icon img {
  transform: rotate(180deg);
}

.news-con {
  height: 100%;
}

.news-con:hover .img-box img {
  transform: scale(1.1);
}

.news-con:hover .news-list-textbox .news-list-title h2 {
  color: var(--c) !important;
}

.news-con .news-imgbox {
  margin-bottom: var(--d16);
}

.news-con .news-imgbox .img-box {
  padding-bottom: 100%;
}

.news-con .news-list-textbox .news-list-date {
  font-size: var(--18);
  line-height: 1.75;
  color: var(--c3);
  padding-bottom: var(--d8);
  margin-bottom: var(--d16);
  border-bottom: 1px solid #9CA3AF;
}

.news-con .news-list-textbox .news-list-title h2 {
  font-size: var(--20);
  line-height: 1.5;
  font-weight: 500;
  color: var(--c3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.5s;
}

.ams {
  display: inline-block;
  margin-right: 1.25vw;
  position: relative;
  overflow: hidden;
}

.ams:hover .dowebok-title {
  opacity: 1;
}

.ams:hover img {
  transform: scale(1.1);
}

.ams img {
  width: 24.58333vw;
  transition: all 0.5s;
}

.ams .dowebok-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--20);
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s;
  padding: var(--d30);
}

.fooder {
  position: relative;
}

.fooder .get {
  padding: var(--d130) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}

.fooder .get::after {
  background: rgba(26, 26, 26, 0.17);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
}

.fooder .get .get-title {
  margin-bottom: var(--d48);
  position: relative;
  z-index: 10;
}

.fooder .get .get-title h2 {
  font-size: var(--40);
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.fooder .get .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.fooder .fooder-con {
  background-color: #171411;
  position: relative;
}

.fooder .fooder-con .container {
  position: relative;
}

.fooder .fooder-con .container .fooder-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 458px;
  pointer-events: none;
}

.fooder .fooder-con .container .fooder-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fooder .fooder-con .fooder-top {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d80);
  padding-bottom: var(--d48);
}

.fooder .fooder-con .fooder-top .fooder-title {
  font-size: var(--20);
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  padding-bottom: var(--d10);
  margin-bottom: var(--d24);
  position: relative;
}

.fooder .fooder-con .fooder-top .fooder-title::after {
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  content: '';
}

.fooder .fooder-con .fooder-top .fooder-nav a {
  display: block;
  margin-bottom: var(--d8);
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: rgba(255, 255, 255, 0.6);
}

.fooder .fooder-con .fooder-top .fooder-nav a:hover {
  color: #fff;
}

.fooder .fooder-con .fooder-top .fooder-nav a:last-child {
  margin-bottom: 0;
}

.fooder .fooder-con .fooder-sharebox {
  width: 375px;
}

.fooder .fooder-con .fooder-sharebox .fooder-mes .fooder-mes2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: var(--d16);
}

.fooder .fooder-con .fooder-sharebox .fooder-mes .fooder-mes2 img {
  margin-right: var(--d12);
  width: var(--24);
  height: var(--24);
}

.fooder .fooder-con .fooder-sharebox .fooder-mes .fooder-mes2 a,
.fooder .fooder-con .fooder-sharebox .fooder-mes .fooder-mes2 p {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
}

.fooder .fooder-con .fooder-sharebox .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}

.fooder .fooder-con .fooder-sharebox .fooder-share {
  margin-top: var(--d32);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fooder .fooder-con .fooder-sharebox .fooder-share a {
  display: block;
  width: var(--32);
  height: var(--32);
  margin-right: var(--d16);
  transition: all 0.5s;
}

.fooder .fooder-con .fooder-sharebox .fooder-share a:hover {
  transform: translateY(-5px);
}

.fooder .fooder-con .fooder-sharebox .fooder-share a:last-child {
  margin-right: 0;
}

.fooder .fooder-con .fooder-bom {
  padding: var(--d24) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: rgba(255, 255, 255, 0.6);
}

.fooder .fooder-con .fooder-bom a {
  transition: all 0.5s;
}

.fooder .fooder-con .fooder-bom a:hover {
  color: #fff;
}

.production .i-cases .i-cases-swbox {
  margin-bottom: var(--d48);
}

.production .certitications {
  padding-top: var(--d96);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.production .certitications .certitications-title {
  text-align: center;
  margin-bottom: 8px;
}

.production .certitications .certitications-title .title {
  color: #fff;
}

.production .certitications .certitications-text {
  text-align: center;
  color: #fff;
  font-size: var(--18);
  line-height: 1.75;
}

.production .certitications .certitications-swiper {
  padding-bottom: var(--d96);
}

.production .certitications .certitications-swbox {
  padding: 0 calc(var(--r56) + var(--d48));
  position: relative;
}

.production .certitications .certitications-swbox .certitications-swbox2 {
  box-shadow: 0 32px 80px 0 rgba(0, 0, 0, 0.2);
}

.production .certitications .certitications-swbox .img-box {
  padding-bottom: calc(456 / 330 * 100%);
}

.production .certitications .certitications-swbox .img-box:hover img {
  transform: scale(1.1);
}

.production .certitications .certitications-swbox .certitications-prev {
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid #fff;
  transform: translate(0, -50%);
}

.production .certitications .certitications-swbox .certitications-prev:hover {
  background-color: #fff;
}

.production .certitications .certitications-swbox .certitications-prev:hover img {
  filter: unset !important;
}

.production .certitications .certitications-swbox .certitications-prev img {
  filter: brightness(0) invert(1);
}

.production .certitications .certitications-swbox .certitications-next {
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #fff;
  transform: translate(0, -50%);
}

.production .certitications .certitications-swbox .certitications-next:hover {
  background-color: #fff;
}

.production .certitications .certitications-swbox .certitications-next:hover img {
  filter: unset !important;
}

.production .certitications .certitications-swbox .certitications-next img {
  filter: brightness(0) invert(1);
}

.production .factory {
  padding: var(--d96) 0 var(--d128);
}

.production .factory .factory-list {
  margin-bottom: calc(-1 * var(--d32));
}

.production .factory .factory-list .factory-list2 {
  margin-bottom: var(--d32);
}

.production .factory .factory-list .factory-list2 .factory-list3:hover img {
  transform: scale(1.1);
}

.foodlist {
  background: linear-gradient(270deg, #E9C79F 0%, #B09574 100%);
  padding: var(--d32) 0;
}

.foodlist .foodlist-list {
  --bs-gutter-x: 0rem;
}

.foodlist .foodlist-list .foodlist-list2 .foodlist-list3 {
  padding: var(--d24);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.foodlist .foodlist-list .foodlist-list2:last-child .foodlist-list3 {
  border-right: 1px solid rgba(255, 255, 255, 0);
}

.foodlist .foodlist-list .foodlist-list2 .foodlist-list3 .foodlist-icon {
  width: var(--64);
  height: var(--64);
  margin-bottom: var(--d32);
}

.foodlist .foodlist-list .foodlist-list2 .foodlist-list3 .foodlist-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.foodlist .foodlist-list .foodlist-list2 .foodlist-list3 .foodlist-title h3 {
  color: #fff;
  text-align: center;
  font-size: var(--24);
  line-height: 1.4;
  font-weight: 500;
}

.about .international {
  padding-top: var(--d96);
}

.about .international .international-title {
  text-align: center;
  margin-bottom: var(--d48);
}

.about .international .international-text {
  text-align: center;
  margin-bottom: var(--d64);
}

.about .international .international-box {
  display: flex;
  justify-content: space-between;
}

.about .international .international-box .international-left1 {
  width: 50%;
  padding: var(--d48) var(--d80) var(--d48) var(--d48);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f1e5;
}

.about .international .international-box .international-left1 .international-context {
  font-size: var(--20);
  line-height: 2;
  font-weight: 500;
  color: #1d2a54;
}

.about .international .international-box .international-left1 .international-context span {
  color: #ad9272;
}

.about .international .international-box .international-right1 {
  width: 50%;
  position: relative;
}

.about .international .international-box .international-right1 .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--r120);
  height: var(--r120);
  DISPLAY: NONE
}

.about .international .international-box .international-right1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .international .international-box .international-left2 {
  width: 50%;
}

.about .international .international-box .international-left2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .international .international-box .international-right2 {
  width: 50%;
  padding: var(--d48) var(--d80) var(--d48) var(--d48);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f1e5;
}

.about .international .international-box .international-right2 .international-context {
  font-size: var(--20);
  line-height: 2;
  font-weight: 500;
  color: #1d2a54;
}

.about .international .international-box .international-right2 .international-context span {
  color: #ad9272;
}

.about .international .international-numbox {
  margin-top: var(--d96);
  padding: var(--d64) var(--d100);
  border-radius: 96px 0;
  background: linear-gradient(270deg, #E9C79F 0%, #B09574 100%);
}

.about .international .international-numbox .international-list {
  margin-bottom: calc(-1 * var(--d30));
  display: flex;
  justify-content: space-between;
}

.about .international .international-numbox .international-list .international-list2 {
  margin-bottom: var(--d30);
}

.about .international .international-numbox .international-list .international-list2 .international-list3 .i-about-num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d8);
  font-weight: 600;
  color: #fff;
}

.about .international .international-numbox .international-list .international-list2 .international-list3 .i-about-num .num {
  font-size: var(--72);
  line-height: 1.1;
}

.about .international .international-numbox .international-list .international-list2 .international-list3 .i-about-num .tip {
  font-size: var(--32);
  line-height: 1.4;
}

.about .international .international-numbox .international-list .international-list2 .international-list3 .i-about-list-title {
  font-weight: 500;
  font-size: var(--18);
  line-height: calc(34 / 24);
  color: #fff;
}

.about .corporate {
  margin-top: var(--d96);
}

.about .corporate .corporate-title {
  text-align: center;
  margin-bottom: var(--d64);
}

.about .corporate .corporate-list .corporate-list2 {
  margin-bottom: var(--d24);
}

.about .corporate .corporate-list .corporate-list2:last-child {
  margin-bottom: 0;
}

.about .corporate .corporate-list .corporate-list2:nth-child(2n) .corporate-list3 {
  flex-direction: row-reverse;
}

.about .corporate .corporate-list .corporate-list2:nth-child(2n) .corporate-list3 .corporate-left {
  padding-left: var(--d80);
}

.about .corporate .corporate-list .corporate-list2:nth-child(2n-1) .corporate-list3 .corporate-left {
  padding-right: var(--d80);
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 {
  padding: var(--d32);
  background-color: #f7f1e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3:hover .corporate-right img {
  transform: scale(1.1);
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-left {
  width: calc(1022 / 1536 * 100%);
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-left .corporate-list-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d24);
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-left .corporate-list-title img {
  width: var(--40);
  height: var(--40);
  margin-right: var(--d16);
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-left .corporate-list-title h3 {
  font-size: var(--32);
  line-height: 1.4;
  font-weight: 600;
  color: #1d2a54;
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-left .corporate-list-text {
  font-size: var(--16);
  line-height: 1.75;
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-left .corporate-list-text span {
  color: var(--c);
  font-weight: 700;
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-right {
  width: calc(514 / 1536 * 100%);
  overflow: hidden;
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-right img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .network {
  padding-top: var(--d96);
  padding-bottom: var(--d128);
}

.about .network .mapbox {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.about .network .mapbox .map1 {
  display: none;
}

.about .network .mapbox .map2 {
  display: block;
}

.about .network .mapbox .map-list {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.about .network .mapbox .map-list li {
  position: absolute;
  width: calc(10 / 1400 * 100%);
  height: calc(10 / 728 * 100%);
  border-radius: 50%;
  background-color: var(--c);
}

.about .network .mapbox .map-list li::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  animation: playan2 3s linear infinite normal;
  background-color: var(--c);
  border-radius: 50%;
}

@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}

.about .network .mapbox .map-list li img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.about .network .mapbox .map-list li .map-tit {
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translate(100%, -50%);
  font-size: var(--14);
  font-weight: 500;
  color: #1d2a54;
  white-space: nowrap;
}

.about .network .mapbox .map-list .mexico {
  left: 17.7%;
  top: 58%;
}

.about .network .mapbox .map-list .mexico img {
  width: calc(821.81 / 10 * 100%);
  height: calc(220.06 / 10 * 100%);
  transform: translate(0%, -100%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .united {
  left: 44.3%;
  top: 39%;
}

.about .network .mapbox .map-list .united img {
  width: calc(447.5 / 10 * 100%);
  height: calc(118.32 / 10 * 100%);
  transform: translate(0%, -32%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .spain {
  left: 44%;
  top: 48.2%;
}

.about .network .mapbox .map-list .spain img {
  width: calc(454 / 10 * 100%);
  height: calc(82 / 10 * 100%);
  transform: translate(0%, -85%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .serbia {
  left: 50.4%;
  top: 45.6%;
}

.about .network .mapbox .map-list .serbia img {
  width: calc(366 / 10 * 100%);
  height: calc(63 / 10 * 100%);
  transform: translate(0%, -50%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .saudi {
  left: 56.9%;
  top: 58.2%;
}

.about .network .mapbox .map-list .saudi img {
  width: calc(278 / 10 * 100%);
  height: calc(80 / 10 * 100%);
  transform: translate(0%, -99%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .qatar {
  left: 58.6%;
  top: 56%;
}

.about .network .mapbox .map-list .qatar img {
  width: calc(254 / 10 * 100%);
  height: calc(58 / 10 * 100%);
  transform: translate(0%, -99%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .pakistan {
  left: 62.9%;
  top: 54.45%;
}

.about .network .mapbox .map-list .pakistan img {
  width: calc(190 / 10 * 100%);
  height: calc(35 / 10 * 100%);
  transform: translate(0%, -99%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .indonesia {
  left: 72.7%;
  top: 69.5%;
}

.about .network .mapbox .map-list .indonesia img {
  width: calc(91 / 10 * 100%);
  height: calc(147 / 10 * 100%);
  transform: translate(-36%, -100%);
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .thailand {
  left: 72%;
  top: 60.2%;
}

.about .network .mapbox .map-list .thailand img {
  width: calc(70 / 10 * 100%);
  height: calc(77 / 10 * 100%);
  transform: translate(-2%, -100%);
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .singapore {
  left: 72.6%;
  top: 67.3%;
}

.about .network .mapbox .map-list .singapore img {
  width: calc(61 / 10 * 100%);
  height: calc(130 / 10 * 100%);
  transform: translate(-2%, -100%);
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .viet {
  left: 73.8%;
  top: 62%;
}

.about .network .mapbox .map-list .viet img {
  width: calc(49 / 10 * 100%);
  height: calc(88 / 10 * 100%);
  transform: translate(-12%, -100%);
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .malaysia {
  left: 75.8%;
  top: 66.9%;
}

.about .network .mapbox .map-list .malaysia img {
  width: calc(26 / 10 * 100%);
  height: calc(121 / 10 * 100%);
  transform: translate(-38%, -100%);
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .philippines {
  left: 78.45%;
  top: 64.3%;
}

.about .network .mapbox .map-list .philippines img {
  width: calc(34 / 10 * 100%);
  height: calc(104 / 10 * 100%);
  transform: translate(-68%, -100%);
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .australia {
  left: 81.1%;
  top: 79.8%;
}

.about .network .mapbox .map-list .australia img {
  width: calc(79 / 10 * 100%);
  height: calc(220 / 10 * 100%);
  transform: translate(-76%, -100%);
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .canada {
  left: 15%;
  top: 39%;
}

.about .network .mapbox .map-list .canada img {
  width: calc(863 / 10 * 100%);
  height: calc(243 / 10 * 100%);
  transform: translate(0%, -69%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .states {
  left: 17%;
  top: 49.4%;
}

.about .network .mapbox .map-list .states img {
  width: calc(834 / 10 * 100%);
  height: calc(194 / 10 * 100%);
  transform: translate(0%, -100%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .brazil {
  left: 31.5%;
  top: 72.65%;
}

.about .network .mapbox .map-list .brazil img {
  width: calc(631 / 10 * 100%);
  height: calc(204 / 10 * 100%);
  transform: translate(0%, -100%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .chile {
  left: 25.6%;
  top: 84.2%;
}

.about .network .mapbox .map-list .chile img {
  width: calc(710 / 10 * 100%);
  height: calc(280 / 10 * 100%);
  transform: translate(0%, -100%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .chile img {
  width: calc(710 / 10 * 100%);
  height: calc(280 / 10 * 100%);
  transform: translate(0%, -100%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .germany {
  left: 47.6%;
  top: 41.2%;
}

.about .network .mapbox .map-list .germany img {
  width: calc(407 / 10 * 100%);
  height: calc(101 / 10 * 100%);
  transform: translate(0%, -39%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .france {
  left: 45.6%;
  top: 43.9%;
}

.about .network .mapbox .map-list .france img {
  width: calc(834 / 10 * 100%);
  height: calc(194 / 10 * 100%);
  transform: translate(0%, -100%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .kuwait {
  left: 57.7%;
  top: 53.9%;
}

.about .network .mapbox .map-list .kuwait img {
  width: calc(834 / 10 * 100%);
  height: calc(194 / 10 * 100%);
  transform: translate(0%, -100%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .emirates {
  left: 59.25%;
  top: 56.7%;
}

.about .network .mapbox .map-list .emirates img {
  width: calc(834 / 10 * 100%);
  height: calc(194 / 10 * 100%);
  transform: translate(0%, -100%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .federation {
  left: 75.9%;
  top: 28.5%;
}

.about .network .mapbox .map-list .federation img {
  width: calc(22 / 10 * 100%);
  height: calc(159 / 10 * 100%);
  transform: translate(0%, 0%);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map-list .japan {
  left: 82.55%;
  top: 47.7%;
}

.about .network .mapbox .map-list img {
  width: calc(82 / 10 * 100%);
  height: calc(22 / 10 * 100%);
  transform: translate(-100%, -14%);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .korea {
  left: 79.05%;
  top: 50%;
}

.about .network .mapbox .korea img {
  width: calc(834 / 10 * 100%);
  height: calc(194 / 10 * 100%);
  transform: translate(0%, -100%);
  -webkit-clip-path: polygon(0 100%, 0 100%, 0 0, 0 100%);
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 100%);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .zealand {
  left: 91%;
  top: 89%;
}

.about .network .mapbox .zealand img {
  width: calc(207 / 10 * 100%);
  height: calc(283 / 10 * 100%);
  transform: translate(-96%, -100%);
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  animation: signline1 2s linear infinite;
}

.about .network .mapbox .map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes signline1 {
  80% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.newsbox {
  padding: var(--d96) 0 var(--d128);
}

.newsbox .newsbox-titlebox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d64);
}

.newsbox .newsbox-titlebox .newsbox-title {
  margin-right: var(--d64);
}

.newsbox .newsbox-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.newsbox .newsbox-nav .newsbox-nav2 {
  margin-right: var(--d16);
}

.newsbox .newsbox-nav .newsbox-nav2:hover .newsbox-nav3 {
  color: #fff;
}

.newsbox .newsbox-nav .newsbox-nav2:hover .newsbox-nav3::after {
  opacity: 1;
}

.newsbox .newsbox-nav .newsbox-nav2:last-child {
  margin-right: 0;
}

.newsbox .newsbox-nav .newsbox-nav2 .newsbox-nav3 {
  padding: var(--d16) var(--d48);
  position: relative;
  border: 1px solid #E2D6C8;
  font-size: var(--20);
  line-height: calc(30 / 20);
  color: #1D2A54;
  transition: all 0.5s;
  font-weight: 500;
}

.newsbox .newsbox-nav .newsbox-nav2 .newsbox-nav3 span {
  position: relative;
  z-index: 10;
}

.newsbox .newsbox-nav .newsbox-nav2 .newsbox-nav3::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(270deg, #E9C79F 0%, #B09574 100%);
  transition: all 0.5s;
  opacity: 0;
}

.newsbox .newsbox-nav .action .newsbox-nav3 {
  color: #fff;
}

.newsbox .newsbox-nav .action .newsbox-nav3::after {
  opacity: 1;
}

.newsbox .newsbox-list {
  margin-bottom: calc(-1 * var(--d64));
  padding-bottom: var(--d80);
}

.newsbox .newsbox-list .newsbox-list2 {
  margin-bottom: var(--d64);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .ul li {
  display: flex;
  justify-content: space-between;
}

.pagination ul li a,
.pagination .prev a,
.pagination .next a {
  width: var(--r48);
  height: var(--r48);
  border-radius: 8px;
  background-color: #FCF5EB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  font-weight: 700;
  line-height: 1;
  color: #3D4662;
  transition: all 0.5s;
}

.pagination ul li a:hover,
.pagination .prev a:hover,
.pagination .next a:hover {
  background-color: var(--c);
  color: #fff;
}

.pagination ul li a span,
.pagination .prev a span,
.pagination .next a span {
  font-weight: 400;
}

.pagination .pagination-page {
  margin: 0 var(--d12);
}

.pagination ul {
  display: flex;
  justify-content: space-between;
}

.pagination li {
  margin-right: var(--d12);
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination .active a {
  background-color: var(--c);
  color: #fff;
}

.newsdetails .newsdetails-box {
  display: flex;
  justify-content: space-between;
  margin-top: var(--d24);
  padding-bottom: var(--d128);
}

.newsdetails .newsdetails-box .newsdetails-left {
  width: calc(1080 / 1500 * 100%);
  padding-right: var(--d120);
  padding-top: var(--d32);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-title {
  margin-bottom: var(--d24);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-title h2 {
  font-size: var(--40);
  line-height: 1.25;
  font-weight: 600;
  color: #1d2a54;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-date {
  font-size: var(--18);
  line-height: 1.75;
  font-weight: 400;
  color: #1d2a54;
  margin-bottom: var(--d8);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-textbox {
  border-top: 1px solid #9CA3AF;
  border-bottom: 1px solid #e5e6eb;
  padding: var(--d48) 0;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-textbox p {
  color: #1d2a54;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-textbox p:has(img) {
  text-align: center;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-textbox p img {
  max-width: 100%;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d32) 0;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 {
  width: calc(100% - 190px);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 .newsdetails-but {
  margin-bottom: 8px;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 .newsdetails-but:last-child {
  margin-bottom: 0;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 .newsdetails-but a {
  font-size: var(--18);
  line-height: 1.75;
  transition: all 0.5s;
  color: #8d939c;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 .newsdetails-but a:hover {
  color: #1d2a54;
}

.newsdetails .newsdetails-box .newsdetails-right {
  width: calc(420 / 1500 * 100%);
  padding-top: var(--d32);
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 {
  position: sticky;
  top: 180px;
  left: 0;
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-right-title {
  margin-bottom: var(--d24);
  padding-bottom: var(--d24);
  border-bottom: 1px solid #e5e6eb;
  font-size: var(--32);
  line-height: 1.4;
  font-weight: 600;
  color: #1d2a54;
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 {
  margin-bottom: var(--d8);
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2:last-child {
  margin-bottom: 0;
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 {
  padding: var(--d24) 0;
  position: relative;
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3:hover::before {
  width: 100%;
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3:hover .newsdetails-list-date {
  color: var(--c);
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3:hover .newsdetails-list-title h3 {
  color: var(--c);
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3::after {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e5e6eb;
  position: absolute;
  height: 1px;
  content: '';
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3::before {
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: var(--c);
  position: absolute;
  height: 1px;
  content: '';
  z-index: 10;
  transition: all 0.5s;
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-list-date {
  font-size: var(--18);
  line-height: 1.75;
  font-weight: 400;
  color: #8d939c;
  margin-bottom: var(--d10);
  transition: all 0.5s;
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-list-title h3 {
  line-height: 1.5;
  font-weight: 500;
  font-size: var(--18);
  color: #1d2a54;
  transition: all 0.5s;
}

.contactbox .contact {
  padding: var(--d96) 0;
  position: relative;
}

.contactbox .contact .container {
  position: relative;
  z-index: 10;
}

.contactbox .contact .contact-logo {
  position: absolute;
  bottom: calc(-1 * var(--d30));
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.contactbox .contact .contact-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactbox .contact .contact-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactbox .contact .contact-left {
  width: calc(716 / 1500 * 100%);
  padding-right: var(--d80);
}

.contactbox .contact .contact-left .contact-title {
  margin-bottom: var(--d64);
}

.contactbox .contact .contact-left .contact-list {
  margin-bottom: var(--d32);
}

.contactbox .contact .contact-left .contact-list .contact-list2 {
  margin-bottom: var(--d32);
}

.contactbox .contact .contact-left .contact-list .contact-list2:last-child {
  margin-bottom: 0;
}

.contactbox .contact .contact-left .contact-list .contact-list2 .contact-list3 {
  padding: var(--d12) 0;
}

.contactbox .contact .contact-left .contact-list .contact-list2 .contact-list3:hover .contact-list-text {
  color: var(--c);
}

.contactbox .contact .contact-left .contact-list .contact-list2 .contact-list3 .contact-list-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d8);
}

.contactbox .contact .contact-left .contact-list .contact-list2 .contact-list3 .contact-list-title img {
  width: var(--30);
  height: var(--30);
  margin-right: var(--d10);
}

.contactbox .contact .contact-left .contact-list .contact-list2 .contact-list3 .contact-list-title span {
  font-size: var(--20);
  line-height: 1.5;
  color: var(--c);
}

.contactbox .contact .contact-left .contact-list .contact-list2 .contact-list3 .contact-list-text {
  font-size: var(--20);
  line-height: 1.5;
  font-weight: 500;
  color: #1d2a54;
  transition: all 0.5s;
}

.contactbox .contact .contact-left .contact-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contactbox .contact .contact-left .contact-share a {
  display: block;
  width: var(--r44);
  height: var(--r44);
  border-radius: 50%;
  margin-right: var(--d10);
}

.contactbox .contact .contact-left .contact-share a:hover img {
  transform: translateY(-10px);
}

.contactbox .contact .contact-left .contact-share a:last-child {
  margin-right: 0;
}

.contactbox .contact .contact-left .contact-share a img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactbox .contact .contact-right {
  width: calc(784 / 1500 * 100%);
}

.contactbox .contact .contact-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactbox .conform {
  padding: var(--d80) 0 var(--d128);
}

.contactbox .conform .conform-titlebox {
  margin-bottom: var(--d72);
}

.contactbox .conform .conform-titlebox .conform-title {
  margin-bottom: var(--d8);
}

.contact-form .product-input {
  margin-bottom: var(--d16);
}

.contact-form .product-input .input-box {
  padding: var(--d20) var(--d16);
  background: var(--c);
  font-size: var(--18);
  line-height: 1.75;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  background: linear-gradient(270deg, #E9C79F 0%, #B09574 100%);
}

.contact-form .input-box {
  padding: var(--d20) var(--d16);
  background: #f8f5f0;
  width: 100%;
  font-size: var(--18);
  line-height: 1.75;
  border-bottom: 1px solid #efe7dd;
}

.contact-form .textarea-box {
  height: 180px;
}

.contact-form ul {
  --bs-gutter-x: 1.25rem;
}

.contact-form ul li {
  margin-bottom: var(--d24);
}

.contact-form .contact-input {
  position: relative;
}

.contact-form .contactname-title {
  position: absolute;
  left: var(--d16);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: var(--d20);
  color: #8d939c;
  font-size: var(--18);
  line-height: 1.75;
  z-index: 10;
  transition: all 0.5s;
  pointer-events: none;
}

.contact-form .contactname-title img {
  width: var(--24);
  height: var(--24);
  margin-right: var(--d20);
}

.contact-form .submit-box {
  margin-top: var(--d24);
}

.contact-form .submit-box .code-box {
  position: relative;
}

.contact-form .submit-box .code-box .code-img {
  position: absolute;
  width: 177px;
  right: var(--d16);
  top: 50%;
  transform: translate(0, -50%);
}

.contact-form .submit-box .code-box .code-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form .submit {
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.contact-form .submit .con-but {
  height: 100%;
  width: 100%;
}

.contact-form .submit .con-but .con-but2 {
  width: 100%;
  height: 100%;
}

.contact-input:focus-within .contactname-title {
  opacity: 0;
}

.productionconbox .productioncon {
  padding: var(--d96) 0 var(--d48);
  position: relative;
}

.productionconbox .productioncon .productioncon-bg {
  position: absolute;
  width: 38.54167vw;
  top: 0;
  right: 0;
}

.productionconbox .productioncon .productioncon-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productionconbox .productioncon .container {
  position: relative;
  z-index: 10;
}

.productionconbox .productioncon .productioncon-box {
  display: flex;
  justify-content: space-between;
}

.productionconbox .productioncon .productioncon-box .productioncon-left {
  width: calc(784 / 1600 * 100%);
  position: relative;
}

.productioncon-pagination {
  position: absolute;
  text-align: center;
  bottom: var(--d20);
  width: 100%;
  z-index: 100;
}

.productioncon-pagination .swiper-pagination-bullet-active {
  background-color: var(--c3);
}

.productionconbox .productioncon .productioncon-box .productioncon-left .img-box {
  padding-bottom: 100%;
}

.productionconbox .productioncon .productioncon-box .productioncon-right {
  width: calc(816 / 1600 * 100%);
  padding-left: var(--d80);
  padding-top: var(--d64);
}

.productionconbox .productioncon .productioncon-box .productioncon-right .productioncon-title {
  margin-bottom: var(--d16);
}

.productionconbox .productioncon .productioncon-box .productioncon-right .productioncon-text {
  font-size: var(--20);
  font-weight: 500;
  line-height: 1.4;
  color: #1d2a54;
  margin-bottom: var(--d48);
}

.productionconbox .productioncon .productioncon-box .productioncon-right .productioncon-text2 {
  margin-bottom: var(--d48);
}

.productionconbox .productioncon .productioncon-box .productioncon-right .productioncon-text3 ul li {
  margin-bottom: var(--d16);
  font-size: var(--18);
  line-height: 1.5;
  color: #1d2a54;
  font-weight: 500;
}

.productionconbox .productioncon .productioncon-box .productioncon-right .productioncon-text3 ul li span {
  font-weight: 700;
  color: var(--c);
}

.productionconbox .productioncon .productioncon-box .productioncon-right .productioncon-text3 ul li:last-child {
  margin-bottom: 0;
}

.productionconbox .productioncon-conbox {
  padding-top: var(--d64);
  padding-bottom: var(--d128);
}

.gmt-box {
  display: flex;
  justify-content: space-between;
}

.gmt-box .gmt-left {
  width: calc(360 / 1500 * 100%);
}

.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 180px;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.gmt-box .gmt-left .gmt-left2 .gmt-title {
  font-size: var(--32);
  line-height: calc(40 / 32);
  font-weight: 500;
  padding-bottom: var(--d16);
  margin-bottom: var(--d40);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  transition: all 0.5s;
  overflow: hidden;
  margin-bottom: var(--d16);
  border: 1px solid #e2d6c8;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
  margin-bottom: 0;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  position: relative;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  width: 100%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s;
  padding: var(--d16) var(--d24);
  overflow: hidden;
  position: relative;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #E9C79F 0%, #B09574 100%);
  content: '';
  transition: all 0.5s;
  opacity: 0;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut:hover::after {
  opacity: 1;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut:hover a {
  color: #fff;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
  position: absolute;
  right: var(--d24);
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.5s;
  width: var(--24);
  height: var(--24);
  color: #1C492E;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--24);
  height: var(--24);
  object-fit: cover;
  transition: all 0.5s;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but .jia {
  opacity: 1;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but .jian {
  opacity: 0;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  display: inline-block;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--20);
  line-height: 1.5;
  font-weight: 500;
  color: #1d2a54;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  display: none;
  position: relative;
  background-color: #fff;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-morebox {
  padding: var(--d24);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more1 {
  padding-left: 15px;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  list-style-type: disc;
  margin-bottom: var(--d8);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child {
  margin-bottom: 0;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover::marker {
  color: var(--c);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a {
  color: var(--c);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a span {
  text-decoration: underline;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  color: #1d2a54;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: var(--16);
  line-height: 1;
  position: relative;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action::marker {
  color: var(--c);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a {
  color: var(--c);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a span {
  text-decoration: underline;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut::after {
  opacity: 1;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut a {
  color: #fff;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but {
  color: #fff;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but .jia {
  opacity: 0;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but .jian {
  opacity: 1;
}

.gmt-box .gmt-rigth {
  width: calc(1140 / 1500 * 100%);
  padding-left: var(--d64);
}

.gmt-box .gmt-rigth .gmt-list {
  margin-bottom: calc(-1 * var(--d32));
}

.gmt-box .gmt-rigth .gmt-list .gmt-list2 {
  margin-bottom: var(--d32);
}

.productcon-con:hover .productcon-text::after {
  opacity: 1;
}

.productcon-con:hover .productcon-text h3 {
  color: #fff;
}

.productcon-con .productcon-img .img-box {
  padding-bottom: 100%;
}

.productcon-con .productcon-text {
  padding: var(--d12);
  position: relative;
}

.productcon-con .productcon-text::after {
  background: linear-gradient(270deg, #E9C79F 0%, #B09574 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.5s;
  opacity: 0;
}

.productcon-con .productcon-text h3 {
  text-align: center;
  font-size: var(--18);
  line-height: 1.5;
  color: #1d2a54;
  font-weight: 500;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.details-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.details-content .details-left {
  width: calc(746 / 1500 * 100%);
}

.details-content .details-left .img-box {
  padding-bottom: 100%;
}

.details-content .details-left .img-box img {
  transition: none;
}

.details-content .details-left .details-imgbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details-content .details-left .details-imgbox .swiper-slide {
  overflow: hidden;
}

.details-content .details-left .details-imgbox .details-swiperbox {
  width: calc(114 / 746 * 100%);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 100%;
}

.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #fffbf2;
}

.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border: 1px solid var(--c);
}

.details-content .details-left .details-imgbox .details-swiperbox2 {
  width: calc(620 / 746 * 100%);
  overflow: hidden;
  position: relative;
}

.details-content .details-left .details-imgbox .details-swiperbox2 .details-but {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}

.details-content .details-left .details-imgbox .details-swiperbox2 .details-but img {
  width: var(--40);
  height: var(--40);
}

.details-content .details-left .details-imgbox .details-swiperbox2 .details-prev {
  left: 0;
}

.details-content .details-left .details-imgbox .details-swiperbox2 .details-next {
  right: 0;
}

.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border: 1px solid #F5F5F5;
}

.details-content .details-right {
  width: calc(754 / 1500 * 100%);
  padding-left: var(--d80);
}

.details-content .details-right .details-right2 {
  height: 100%;
}

.details-content .details-right .details-right2 .details-title {
  padding-bottom: var(--d12);
  margin-bottom: var(--d32);
  border-bottom: 1px solid #e2d6c8;
}

.details-content .details-right .details-right2 .details-text {
  margin-bottom: var(--d24);
  color: #1d2a54;
}

.details-content .details-right .details-right2 .details-text2 {
  color: #1d2a54;
  font-size: var(--18);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: var(--d48);
}

.details-content .details-right .details-right2 .details-text2 .details-text-title {
  margin-bottom: var(--d16);
  color: var(--c);
}

.details-content .details-right .details-right2 .details-text2 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: var(--d16);
}

.details-content .details-right .details-right2 .details-text2 ul li:last-child {
  margin-bottom: 0;
}

.details-content .details-right .details-right2 .details-text2 ul li img {
  width: var(--27);
  height: var(--27);
  margin-right: var(--d8);
}

.details-content .details-right .details-right2 .details-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.details-content .details-right .details-right2 .details-butbox .con-but:first-child {
  margin-right: var(--d24);
}

.details-navbox {
  position: sticky;
  top: 159px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  background-color: #f4ede1;
}

.details-navbox .details-nav {
  position: relative;
  z-index: 10;
}

.details-navbox .details-nav .navbox {
  display: flex;
  justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: hidden;
}

.details-navbox .details-nav .navbox .navbox2 {
  transition: all 0.5s;
  position: relative;
}

.details-navbox .details-nav .navbox .navbox2:last-child a::after {
  display: none;
}

.details-navbox .details-nav .navbox .navbox2 a {
  display: block;
  padding: var(--d16) var(--d24);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  text-align: center;
  font-size: var(--18);
  line-height: 1.5;
  white-space: nowrap;
  color: #3d4662;
  position: relative;
  font-weight: 500;
}

.details-navbox .details-nav .navbox .navbox2 a::after {
  width: 1px;
  height: 27px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #e2d6c8;
  content: '';
  position: absolute;
  z-index: 10;
  transition: all 0.5s;
}

.productdetails .product-details {
  padding: var(--d48) 0 var(--d64);
}

.productdetails .con-title {
  padding: var(--d16) 0;
  font-size: var(--32);
  line-height: 1.5;
  border-bottom: 1px solid #9ca3af;
  font-weight: 600;
  color: #1d2a54;
  margin-bottom: var(--d64);
}

.productdetails .specifications {
  padding-top: var(--d64);
}

.productdetails .introduction {
  padding-top: var(--d80);
}

.productdetails .introduction .introduction-text {
  font-size: var(--18);
  line-height: 1.75;
  color: #1d2a54;
}

.productdetails .introduction .introduction-text img {
  max-width: 100% !important;
}

.productdetails .introduction .introduction-text p:has(img) {
  text-align: center;
}

.productdetails .application {
  padding-top: var(--d80);
}

.productdetails .application .img-box:hover img {
  transform: scale(1.1);
}

.productdetails .application .application-swiper {
  margin-bottom: var(--d48);
}

.productdetails .application .application-pagebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productdetails .application .application-pagebox .application-pagination {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  width: calc(100% - var(--r56) * 2 - var(--d12) - var(--d48));
  height: 4px;
  background-color: #EFE7DD;
}

.productdetails .application .application-pagebox .application-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--c);
}

.productdetails .application .application-pagebox .swiper-butbox {
  margin-left: auto;
}

.productdetails .shipping {
  padding-top: var(--d80);
}

.productdetails .shipping .shipping-list {
  margin-bottom: calc(-1 * var(--d30));
}

.productdetails .shipping .shipping-list .shipping-list2 {
  margin-bottom: var(--d30);
}

.productdetails .shipping .shipping-box:hover .img-box img {
  transform: scale(1.1);
}

.productdetails .shipping .shipping-box:hover .shipping-swtitle {
  color: var(--c);
}

.productdetails .shipping .shipping-box .shipping-imgbox .img-box {
  padding-bottom: calc(3 / 4 * 100%);
}

.productdetails .shipping .shipping-box .shipping-imgbox1 .img-box {
  padding-bottom: calc(1 / 1 * 100%);
}

.productdetails .shipping .shipping-box .shipping-swtitle {
  padding: var(--d24) var(--d16);
  text-align: center;
  font-size: var(--18);
  line-height: 1.4;
  font-weight: 500;
  color: var(--c3);
  transition: all 0.5s;
}

.productdetails .faq {
  padding-top: var(--d80);
}

.productdetails .faq .join-list .open .join-textbox2,
.productdetails .faq .join-list .open .join-list-title {
  color: var(--c) !important;
}

.productdetails .productdetails-con {
  padding-bottom: var(--d64);
}

.productdetails .inquire {
  padding: var(--d64) 0 var(--d96);
  background-color: #fcf5eb;
}

.productdetails .inquire .contact-form .input-box {
  background-color: #fff;
}

.productdetails .related {
  padding: var(--d96) 0 var(--d128);
}

.productdetails .related .related-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d16) 0;
  margin-bottom: var(--d64);
}

.productdetails .related .related-titlebox .related-title {
  font-size: var(--40);
  line-height: 1.25;
  font-weight: 600;
  color: #1d2a54;
}

.searchcon {
  padding-top: var(--d24);
  padding-bottom: var(--d128);
}

.searchcon .i-products-inputbox {
  margin: 0 auto var(--d48);
  width: 619px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.searchcon .search-not {
  text-align: center;
  font-size: var(--18);
  line-height: 1.75;
  font-weight: 400;
  color: #3D4662;
}

.searchcon .search-list {
  margin-bottom: calc(-1 * var(--d32));
}

.searchcon .search-list .search-list2 {
  margin-bottom: var(--d32);
}


.online {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1000;
}

.online .online-but {
  margin-bottom: 4px;
  position: relative;
}

.online .online-but:last-child {
  margin-bottom: 0;
}

.online .online-but .online-but2 {
  width: var(--r44);
  height: var(--r44);
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.5s;
}

.online .online-but .online-but2:hover {
  background-color: var(--c2);
}

.online .online-but .online-but2 img {
  width: var(--24);
  height: var(--24);
}

.online .online-but:hover .sidebox_content {
  transform: translateX(-10px) !important;
}

.about .network .mapbox .map-icon {
  position: absolute;
  top: 45.4%;
  left: 75.56%;
  z-index: 100;
  width: calc(45.78 / 1400 * 100%);
  height: calc(45.78 / 728 * 100%);
}

.sidebox_content {
  padding: 5px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  right: 38px;
  top: 6px;
  -webkit-transform: translateX(130%);
  transform: translateX(130%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  min-width: 160px;
  white-space: nowrap;
}

.sidebox_content:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-color: transparent #ccc #ccc transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: -6px;
  top: 10px;
  background-color: #fff;
}

@media (max-width: 1600px) {
  .header .header-box2 .header-content2 .header-pronav .header-pronav2 .header-pronav3 {
    font-size: 14px;
  }

  .header .header-box2 .header-content2 {
    height: 45px;
  }

  .header .header-box .header-content .logo {
    width: 250px;
  }

  .header .header-box .header-content {
    height: 70px;
  }

  .details-navbox,
  .header-searchbox {
    top: 115px;
  }

  .index .i-why .i-why-box .i-why-right .i-why-con .i-why-con2 .i-why-con3 .i-why-con-title {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .newsdetails .newsdetails-box .newsdetails-right {
    display: none;
  }

  .index .i-news .i-news-textbox {
    align-items: flex-start;
  }

  .contactbox .contact .contact-box {
    flex-direction: column;
  }

  .contactbox .contact .contact-left {
    width: 100%;
    padding: 0;
    margin-bottom: var(--d30);
  }

  .contactbox .contact .contact-right {
    width: 100%;
  }

  .newsdetails .newsdetails-box .newsdetails-left {
    width: 100%;
    padding: 0;
  }

  .about .international .international-box {
    flex-direction: column-reverse !important;
  }

  .about .international .international-box:nth-child(2n) {
    flex-direction: column !important;
  }

  .about .international .international-box .international-right2,
  .about .international .international-box .international-left2,
  .about .international .international-box .international-right1,
  .about .international .international-box .international-left1 {
    width: 100%;
  }

  .about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-right {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-left {
    width: 100%;
    padding: 0 !important;
  }

  .about .corporate .corporate-list .corporate-list2 .corporate-list3 {
    flex-direction: column-reverse !important;
  }

  .details-navbox,
  .header-searchbox {
    top: 70px;
  }

  .header .header-box2 {
    display: none;
  }

  .index .i-questions .i-questions-box {
    padding: 0;
  }

  .ams {
    margin-right: 2.25vw;
  }

  .ams img {
    width: 35.58333vw;
  }

  .i-cases .i-cases-swbox {
    padding-right: var(--p);
  }

  .index .i-about .i-about-box {
    flex-direction: column;
  }

  .index .i-why .i-why-box .i-why-right {
    width: 100%;
    padding: 0;
    margin-bottom: var(--d30);
  }

  .index .i-why .i-why-box .i-why-left {
    width: 100%;
  }

  .index .i-about .i-about-box .i-about-left {
    width: 100%;
    padding: 0;
    margin-bottom: var(--d30);
  }

  .index .i-about .i-about-box .i-about-right {
    width: 100%;
  }

  .index .i-why .i-why-box {
    flex-direction: column;
  }

  .index .i-why .i-why-box .i-why-left {
    margin-bottom: var(--d30);
  }

  .fooder-navbox {
    display: none;
  }

  .foodlist .foodlist-list .foodlist-list2:nth-child(2n) .foodlist-list3 {
    border-right: 1px solid rgba(255, 255, 255, 0);
  }

  .fooder .fooder-con .fooder-sharebox {
    width: 100%;
  }

  .index .i-products .i-products-titlebox {
    flex-direction: column;
    align-items: flex-end;
  }

  .index .i-products .i-products-titlebox .i-products-title {
    width: 100%;
    margin: 0;
    margin-bottom: var(--d30);
  }

  .productionconbox .productioncon .productioncon-box {
    flex-direction: column;
  }

  .productionconbox .productioncon .productioncon-box .productioncon-left {
    width: 100%;
  }

  .productionconbox .productioncon .productioncon-box .productioncon-right {
    width: 100%;
    padding-left: 0;
  }

  .details-content,
  .gmt-box {
    flex-direction: column;
  }

  .details-content .details-left {
    width: 100%;
  }

  .details-content .details-right {
    width: 100%;
    padding: 0;
    margin-top: var(--d30);
  }

  .gmt-box .gmt-left {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .gmt-box .gmt-rigth {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 990px) {
  .newsbox .newsbox-titlebox {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsbox .newsbox-titlebox .newsbox-title {
    width: 100%;
    margin: 0;
    margin-bottom: var(--d30);
  }

  .about .network .mapbox .map-list {
    display: none;
  }

  .map1 {
    display: block !important;
  }

  .map2 {
    display: none !important;
  }

  .about .network .mapbox .map-icon {
    display: none;
  }

  .about .international .international-numbox,
  .index .i-customized .i-customized-imgbox {
    border-radius: 40px 0;
  }

  .contact-form .textarea-box {
    height: 100px;
  }

  .contact-form .submit-box .code-box {
    margin-bottom: var(--d30);
  }

  .index .i-news .i-news-textbox .i-news-text {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .index .i-news .i-news-textbox {
    flex-direction: column;
  }

  .about .international .international-numbox .international-list,
  .index .i-about .i-about-list {
    flex-wrap: wrap;
  }

  .about .international .international-numbox .international-list .international-list2,
  .index .i-about .i-about-list .i-about-list2 {
    width: 50%;
  }

  .index .i-products .i-products-box .i-products-imgbox img {
    height: 500px;
  }

  .index .i-products .i-products-box .i-products-textbox {
    width: 300px;
  }

  .i-products-navbox {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .index .i-products .i-products-nav {
    width: 100%;
  }

  .index .i-products .i-products-nav .action .i-products-nav3 .i-products-navtitle {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .newsbox .newsbox-nav {
    flex-direction: column;
  }

  .contact-form .submit-box .code-box .code-img {
    width: 100px;
  }

  .newsbox .newsbox-nav .newsbox-nav2 {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .details-content .details-left .details-imgbox {
    flex-direction: column;
  }

  .details-content .details-left .details-imgbox .details-swiperbox {
    width: 100%;
    height: auto !important;
    margin-top: var(--d30);
  }

  .details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
  }

  .header-but {
    display: none;
  }

  .other-banner {
    height: 200px;
  }

  .header .header-search {
    margin-right: 15px;
  }

  .index-banner .swiper-slide .slide-inner {
    padding-bottom: calc(800 / 1200 * 100%);
  }

  .header .header-box .header-content .logo {
    width: 150px;
  }

  .about .international .international-numbox .international-list .international-list2 .international-list3 .i-about-num .num {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .online {
    display: none;
  }

  .ams {
    margin-right: 2.25vw;
  }

  .ams img {
    width: 75.58333vw;
  }

  .index-banner .swiper-slide .slide-inner {
    padding-bottom: calc(800 / 600 * 100%);
  }

  .about .international .international-numbox .international-list .international-list2,
  .index .i-about .i-about-list .i-about-list2 {
    width: 100%;
  }

  .header-nav .header-list li:nth-child(2) {
    display: block;
  }

  .gmt-box .gmt-rigth .gmt-list .gmt-list2 {
    width: 50%;
  }

  .foodlist .foodlist-list .foodlist-list2 .foodlist-list3 {
    border-right: 1px solid rgba(255, 255, 255, 0) !important;
  }

  .about .international .international-numbox .international-list .international-list2 .international-list3 .i-about-list-title,
  .index .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-list-title {
    font-size: 16px;
  }

  .news-con .news-list-textbox .news-list-date {
    font-size: 12px;
  }

  .join-list .join-list2 .join-list3 .join-titlebox .join-list-titlebox2 .join-list-title {
    font-size: 16px;
  }

  .foodlist .foodlist-list .foodlist-list2 .foodlist-list3 .foodlist-title h3 {
    font-size: 14px;
  }

  .about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-left .corporate-list-title h3,
  .fooder .get .get-title h2 {
    font-size: 20px;
  }

  .production .certitications .certitications-swbox .certitications-swbox2 {
    box-shadow: unset;
  }

  .production .certitications .certitications-swbox .certitications-next,
  .production .certitications .certitications-swbox .certitications-prev {
    top: 40%;
  }
}