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: #14171C;
}

@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: calc(26 / 18);
  font-weight: 400;
}

table tr {
  padding-bottom: var(--d10);
}

@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;
}

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

:root {
  scroll-behavior: unset;
  --p: calc((100vw - 1600px) / 2);
  --c: #014099;
  --c2: #f0ac3d;
  --c3: #1E1E1E;
  --g96: 6rem;
  --r80: 80px;
  --r64: 64px;
  --r52: 52px;
  --r44: 44px;
  --r32: 32px;
  --b60: 60px;
  --b48: 48px;
  --b32: 32px;
  --b25: 25px;
  --b12: 12px;
  --d318: 318px;
  --d302: 302px;
  --d180: 180px;
  --d168: 168px;
  --d160: 160px;
  --d140: 140px;
  --d136: 136px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d113: 113px;
  --d106: 106px;
  --d103: 103px;
  --d100: 100px;
  --d96: 96px;
  --d92: 92px;
  --d90: 90px;
  --d80: 80px;
  --d74: 74px;
  --d64: 64px;
  --d56: 56px;
  --d50: 50px;
  --d48: 48px;
  --d40: 40px;
  --d32: 32px;
  --d30: 30px;
  --d24: 24px;
  --d20: 20px;
  --d16: 16px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --96: 96px;
  --64: 64px;
  --56: 56px;
  --48: 48px;
  --44: 44px;
  --32: 32px;
  --30: 30px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
}

@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);
    --r80: 70px;
    --r64: 60px;
    --r52: 50px;
    --r44: 40px;
    --24: 20px;
  }
}

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

  :root {
    --p: calc((100vw - 1260px) / 2);
    --r136: 90px;
    --r80: 50px;
    --r64: 40px;
    --r52: 40px;
    --r44: 35px;
    --d180: 110px;
    --d168: 100px;
    --d160: 100px;
    --d140: 90px;
    --d136: 90px;
    --d128: 90px;
    --d124: 90px;
    --d120: 90px;
    --d106: 70px;
    --d103: 70px;
    --d100: 70px;
    --d96: 70px;
    --d90: 70px;
    --d80: 60px;
    --d64: 40px;
    --d56: 35px;
    --d50: 30px;
    --d48: 38px;
    --d40: 36px;
    --d32: 24px;
    --d30: 24px;
    --d24: 15px;
    --d20: 15px;
    --d16: 10px;
    --d14: 10px;
    --d12: 8px;
    --96: 70px;
    --64: 54px;
    --56: 45px;
    --48: 38px;
    --44: 36px;
    --32: 30px;
    --30: 28px;
    --24: 20px;
    --22: 18px;
    --20: 18px;
    --18: 16px;
    --16: 16px;
  }
}

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

  .container {
    max-width: 1060px;
  }

  :root {
    --p: calc((100vw - 1060px) / 2);
    --r136: 80px;
    --r64: 50px;
    --d180: 80px;
    --d168: 75px;
    --d160: 75px;
    --d140: 60px;
    --d136: 60px;
    --d128: 60px;
    --d124: 60px;
    --d120: 60px;
    --d106: 60px;
    --d103: 60px;
    --d100: 60px;
    --d96: 40px;
    --d90: 40px;
    --d80: 30px;
    --d64: 30px;
    --d56: 25px;
    --d50: 38px;
    --d48: 30px;
    --d40: 20px;
    --d32: 20px;
    --d30: 20px;
    --d24: 20px;
    --d20: 16px;
    --d16: 10px;
    --d14: 10px;
    --d12: 10px;
    --96: 60px;
    --64: 46px;
    --56: 38px;
    --48: 30px;
    --44: 30px;
    --32: 24px;
    --30: 24px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --18: 16px;
    --16: 16px;
  }
}

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

  :root {
    --p: calc((100vw - 860px) / 2);
    --b60: 48px;
    --b48: 32px;
    --b32: 25px;
    --b25: 12px;
    --b12: 8px;
    --r52: 40px;
    --d300: 150px;
    --d90: 55px;
    --d64: 30px;
    --d50: 20px;
    --d44: 20px;
    --d42: 20px;
    --d24: 18px;
    --d20: 16px;
    --d12: 8px;
    --d10: 8px;
    --d8: 4px;
    --96: 45px;
    --64: 38px;
    --56: 32px;
    --48: 30px;
    --32: 25px;
    --24: 18px;
    --22: 20px;
    --20: 16px;
    --18: 16px;
    --16: 16px;
  }
}

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

  :root {
    --p: calc((100vw - 700px) / 2);
    --r52: 42px;
    --d300: 100px;
    --d64: 30px;
    --d56: 30px;
    --d48: 28px;
    --d44: 26px;
    --d42: 26px;
    --d40: 26px;
    --d32: 26px;
    --d24: 18px;
    --24: 18px;
  }
}

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

  :root {
    --p: 5%;
    --r64: 45px;
    --d180: 60px;
    --d168: 50px;
    --d160: 50px;
    --d140: 50px;
    --d136: 50px;
    --d128: 40px;
    --d124: 40px;
    --d120: 40px;
    --d106: 40px;
    --d103: 40px;
    --d100: 40px;
    --d96: 38px;
    --d90: 40px;
    --d80: 38px;
    --d64: 36px;
    --d56: 30px;
    --d50: 28px;
    --d48: 26px;
    --d40: 24px;
    --d32: 20px;
    --d30: 18px;
    --d24: 15px;
    --d20: 8px;
    --d16: 8px;
    --d14: 12px;
    --d12: 12px;
    --96: 38px;
    --64: 32px;
    --56: 28px;
    --48: 24px;
    --44: 24px;
    --32: 20px;
    --30: 20px;
    --24: 18px;
    --22: 16px;
  }
}

@media (max-width: 576px) {
  :root {
    --b60: 24px;
    --d180: 30px;
    --d168: 30px;
    --d160: 30px;
    --d140: 30px;
    --d136: 30px;
    --d128: 30px;
    --d124: 30px;
    --d120: 30px;
    --d106: 30px;
    --d103: 30px;
    --d100: 30px;
    --d96: 35px;
    --d90: 35px;
    --d80: 30px;
    --d64: 20px;
    --d56: 28px;
    --d50: 20px;
    --d48: 20px;
    --d40: 24px;
    --d32: 15px;
    --d30: 15px;
    --d24: 15px;
    --d20: 14px;
    --d16: 8px;
    --d14: 14px;
    --d12: 12px;
    --96: 35px;
    --64: 26px;
    --56: 26px;
    --48: 24px;
    --44: 24px;
    --32: 24px;
    --30: 24px;
    --24: 20px;
    --22: 16px;
  }
}

.type {
  display: inline-flex;
  padding: var(--d16) var(--d24) var(--d16) var(--d12);
  align-items: center;
  border-radius: 50px;
  background: #E8F0F8;
  margin-bottom: var(--d24);
}

.type img {
  margin-right: var(--d8);
}

.type span {
  color: var(--c);
  font-family: Poppins;
  font-size: var(--20);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.type2 {
  display: inline-flex;
  padding: var(--d16) var(--d24) var(--d16) var(--d12);
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--d24);
}

.type2 img {
  margin-right: var(--d8);
  filter: brightness(0) invert(1);
}

.type2 span {
  color: #fff;
  font-family: Poppins;
  font-size: var(--20);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.titlebox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

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

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

.title span {
  color: var(--c2);
}

.header {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.header .header-box1 {
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}

.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 92px;
}

.header .header-box1 .header-content1 .logo {
  width: 110px;
}

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

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

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

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

.header .header-but .header-but2 {
  display: flex;
  padding: var(--d16) var(--d24);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  border: 1px solid var(--c);
  background: var(--c);
  color: #fff;
  transition: all 0.5s;
}

.header .header-but .header-but2:hover {
  border: 1px solid var(--c);
  background: #00337a;
}

.header .header-but .header-but2 span {
  position: relative;
  z-index: 10;
}

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

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

.headeraction .header-nav .header-list .header-list2 .header-list3>a {
  color: var(--c3);
}

.headeraction .header-but .header-but2::after {
  opacity: 1;
}
.header-nav .header-list .header7mobile {
  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(--d48);
  }

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

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

  .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(--18);
    font-weight: 400;
    line-height: 175%;
  }

  .header-nav .header-list .header-list2 .header-list3 a img {
    position: absolute;
    bottom: var(--d20);
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: all 0.5s;
  }

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

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

  .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: 1400px) and (min-width: 1201px) {
  .header-nav .header-list .header-list2 {
    margin-right: 20px;
  }
}

@media (max-width: 1200px) {
  .header-none2 {
    display: none !important;
  }
.header-nav .header-list .header7mobile {
  display: block;
}
  .header .s-nav {
    display: flex;
  }

  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    overflow-y: scroll;
  }

  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 70px;
    width: 100%;
  }

  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 400;
  }

  .header-nav .header-list .header-list2:first-child .header-list3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.5;
  }

  .header-nav .header-list .header-list2 .header-list3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--c);
  }

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

  .header-nav .header-list .header-list2 .header-list3>a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 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;
  }
}

.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;
  padding-left: var(--p);
}

.index-banner .banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 34px;
  height: 34px;
  background-color: transparent;
  margin: 0;
  transform: rotateX(180deg) rotateZ(180deg);
  display: inline-block;
  margin-right: var(--d16);
}

.index-banner .banner-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.index-banner .banner-pagination .swiper-pagination-bullet-active circle {
  fill: #fff;
}

.index-banner .banner-pagination .path {
  stroke-dashoffset: -2828;
}

.index-banner .banner-pagination .swiper-pagination-bullet-active .path {
  animation: paginationan 5.5s linear forwards;
}

@keyframes paginationan {
  0% {
    stroke-dashoffset: -2828;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.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(868 / 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;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
  width: 100vw;
  padding: 0 var(--p);
}

.banner-textbox .banner-title {
  margin-bottom: var(--d20);
  opacity: 0;
  width: 920px;
  max-width: 100%;
}

.banner-textbox .banner-title h2 {
  font-size: var(--64);
  font-weight: 700;
  color: #fff;
}

.banner-textbox .banner-text {
  opacity: 0;
  width: 920px;
  max-width: 100%;
  font-family: Poppins;
  font-size: var(--20);
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}

.banner-textbox .banner-but {
  margin-top: var(--spacing-space-64, 64px);
  opacity: 0;
}

@media (max-width: 768px) {
.banner-textbox .banner-but {
  margin-top: 48px;
 }
}

.banner-textbox .banner-list {
  opacity: 0;
}

.banner-textbox .banner-list .banner-list2 {
  margin-bottom: var(--d16);
}

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

.banner-textbox .banner-list .banner-list2 .banner-list3 img {
  width: var(--30);
  height: var(--30);
  margin-right: var(--d8);
}

.banner-textbox .banner-list .banner-list2 .banner-list3 span {
  color: var(--Semantic-text-white, #FFF);
  font-size: var(--18);
  font-weight: 400;
  line-height: 175%;
}

.banner-textbox2 {
  top: var(--d180);
  left: 0;
  transform: unset;
}

.banner-textbox3 {
  top: var(--d136);
  left: 0;
  transform: unset;
}

.banner-textbox3 .banner-title {
  margin-bottom: var(--d48);
}

.banner-textbox3 .banner-title h2 {
  font-size: var(--96);
}

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

.other-banner::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(1, 64, 153, 0.94) 0%, rgba(1, 64, 153, 0.78) 48.99%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}

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

.other-banner .crbam {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: var(--d24) 0;
  color: #fff;
}

.other-banner .other-titlebox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.other-banner .other-titlebox .other-bannertitle {
  font-size: var(--64);
  line-height: calc(70 / 64);
  color: #fff;
  font-weight: 600;
  margin-bottom: var(--d32);
  width: 782px;
  letter-spacing: -0.01em;
  max-width: 100%;
}

.other-banner .other-titlebox .other-bannertext {
  width: 784px;
  max-width: 100%;
  font-size: var(--18);
  line-height: 1.75;
  color: #fff;
}

.con-but .con-but2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.con-but .con-but2:hover .con-but-title {
  left: var(--r52);
}

.con-but .con-but2:hover .con-but-icon .con-but-icon2 {
  right: 100%;
  transform: translateX(100%);
}

.con-but .con-but2 .con-but-title {
  padding: var(--d16) var(--d24);
  background: #fff;
  font-size: var(--18);
  line-height: 1;
  color: var(--c);
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--r52);
  border-radius: 100px;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.con-but .con-but2 .con-but-icon {
  width: var(--r52);
  height: var(--r52);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-but .con-but2 .con-but-icon .con-but-icon2 {
  position: absolute;
  width: var(--r52);
  height: var(--r52);
  border-radius: 50%;
  background: var(--Semantic-action-bg-accent, #F0AC3D);
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  transition: all 0.5s;
}

.con-but .con-but2 .con-but-icon .con-but-icon2 i {
  font-size: var(--30);
  color: #fff;
  display: block;
}

.con-but .con-but3 .con-but-title {
  background-color: var(--c);
  color: #fff;
}

.crbam {
  color: #999999;
  padding-top: var(--d20);
  font-weight: 400;
}

.crbam i {
  margin-right: 6px;
  font-size: var(--16);
}

.crbam .crbam-list {
  display: inline;
  font-size: var(--16);
}

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

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

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

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

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

.swiper-but {
  width: var(--r52);
  height: var(--r52);
  min-width: var(--r52);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c2);
  transition: all 0.5s;
  color: #fff;
  border-radius: 50%;
}

.swiper-but:hover {
  background-color: #d68d1a;
}

.swiper-but i {
  font-size: var(--24);
}

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

.index .i-pro .i-pro-titelbox {
  margin-bottom: var(--d80);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.index .i-pro .i-pro-titelbox .i-pro-title {
  width: 1290px;
  max-width: 100%;
}

.index .i-pro .i-pro-titelbox .i-pro-title .title {
  font-size: var(--44);
}

.index .i-pro .i-pro-swbox {
  padding-left: var(--p);
  margin-bottom: var(--d40);
}

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

.index .i-pro .i-pro-swbutbox2 .i-pro-pagination {
  width: calc(100% - var(--r52) * 2 - var(--d12) - var(--d48));
  position: relative;
  background-color: #E8F0F8;
  border-radius: 5px;
  overflow: hidden;
}

.index .i-pro .i-pro-swbutbox2 .i-pro-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--c);
  border-radius: 5px;
}

.index .i-strengths {
  position: sticky;
  top: 0;
  background-image: url('../image/other/i_strengths_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--d128);
  padding-bottom: var(--d136);
  border-radius: var(--b60) var(--b60) 0 0;
}

.index .i-strengths .i-strengths-titlebox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: var(--d80);
}

.index .i-strengths .i-strengths-titlebox .i-strengths-title {
  width: 950px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.index .i-strengths .i-strengths-box {
  display: flex;
  justify-content: space-between;
}

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

.index .i-strengths .i-strengths-box .i-strengths-left .i-strengths-left2 {
  position: sticky;
  top: 130px;
  left: 0;
}

.index .i-strengths .i-strengths-box .i-strengths-left .i-strengths-left2 .i-strengths-imgbox {
  margin-bottom: var(--d32);
  border-radius: var(--b32);
  overflow: hidden;
}

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

.index .i-strengths .i-strengths-box .i-strengths-right {
  width: calc(884 / 1600 * 100%);
  padding-left: var(--d100);
}

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

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2:last-child {
  margin-bottom: 0;
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3 {
  padding: var(--d32) var(--d48);
  background-color: #fff;
  border-radius: var(--b32);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3:hover {
  background-color: var(--c);
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3:hover .i-strengths-list-title {
  color: #fff !important;
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3:hover .i-strengths-list-text {
  color: #fff !important;
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3:hover .i-strengths-list-icon .i-strengths-list-img1 {
  opacity: 0;
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3:hover .i-strengths-list-icon .i-strengths-list-img2 {
  opacity: 1;
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3 .i-strengths-list-textbox {
  width: calc(100% - var(--64));
  padding-right: var(--d64);
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3 .i-strengths-list-textbox .i-strengths-list-title {
  font-size: var(--24);
  font-weight: 500;
  margin-bottom: var(--d24);
  color: var(--c3);
  transition: all 0.5s;
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3 .i-strengths-list-textbox .i-strengths-list-text {
  color: #6C6C6C;
  transition: all 0.5s;
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3 .i-strengths-list-icon {
  width: var(--64);
  min-width: var(--64);
  position: relative;
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3 .i-strengths-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3 .i-strengths-list-icon .i-strengths-list-img2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.index .i-about {
  position: relative;
  z-index: 10;
  background-image: url('../image/other/i_about_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: var(--d128);
  padding-bottom: var(--d318);
  border-radius: var(--b60) var(--b60) 0 0;
}

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

.index .i-about .i-about-box .i-about-textbox {
  width: calc(1086 / 1600 * 100%);
  padding-right: var(--d302);
}

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

.index .i-about .i-about-box .i-about-textbox .i-about-title .title {
  color: #fff;
}

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

.index .i-about .i-about-box .i-about-textbox .i-about-text span {
  color: var(--c2);
}

.index .i-about .i-about-box .i-about-img {
  width: calc(514 / 1600 * 100%);
}

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

.index .i-news {
  overflow: hidden;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.index .i-news .i-news-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

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

.i-news-con {
  padding: var(--d128) 0;
  position: relative;
  z-index: 10;
}

.i-news-con .i-news-titelbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d80);
}

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

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

.i-news-list .i-news-list2 .i-news-list3 {
  border-radius: var(--b48);
  padding: var(--d48) var(--d64);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.i-news-list .i-news-list2 .i-news-list3:hover .i-news-list-title h3 {
  color: var(--c) !important;
}

.i-news-list .i-news-list2 .i-news-list3:hover .i-news-icon {
  opacity: 1 !important;
}

.i-news-list .i-news-list2 .i-news-list3:hover .img-box img {
  transform: scale(1.1);
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox {
  width: calc(1168 / 1472 * 100%);
  padding-right: var(--d32);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--c2);
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-date .i-news-days {
  font-size: var(--64);
  line-height: 1.1;
  font-weight: 600;
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-date .i-news-years {
  font-size: var(--20);
  line-height: 1.5;
  white-space: nowrap;
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-textbox2 {
  width: calc(100% - 84px);
  padding-left: var(--d128);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-textbox2 .i-news-textbox3 {
  width: calc(100% - var(--r64));
  padding-right: var(--d32);
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-textbox2 .i-news-textbox3 .i-news-list-title {
  margin-bottom: var(--d24);
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-textbox2 .i-news-textbox3 .i-news-list-title h3 {
  font-size: var(--24);
  line-height: 1.4;
  color: var(--c3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  transition: all 0.5s;
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-textbox2 .i-news-textbox3 .i-news-list-text {
  color: #6C6C6C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-textbox2 .i-news-icon {
  transition: all 0.5s;
  width: var(--r64);
  height: var(--r64);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c2);
  color: #fff;
  border-radius: 50%;
  opacity: 0;
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-textbox2 .i-news-icon i {
  font-size: var(--44);
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-imgbox {
  width: calc(304 / 1472 * 100%);
}

.i-news-list .i-news-list2 .i-news-list3 .i-news-list-imgbox .img-box {
  border-radius: var(--d24);
  padding-bottom: calc(9 / 16 * 100%);
}

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

.product-box:hover .product-icon {
  background-color: var(--c2) !important;
  color: #fff !important;
}

.product-box:hover .product-list-title h3 {
  color: var(--c) !important;
}

.product-box .product-list-textbox {
  padding: var(--d24);
}

.product-box .product-list-textbox .product-list-title {
  margin-bottom: var(--d16);
}

.product-box .product-list-textbox .product-list-title h3 {
  font-size: var(--24);
  font-weight: 500;
  line-height: 1.4;
  color: var(--c3);
  transition: all 0.5s;
}

.product-box .product-list-textbox .product-list-text {
  font-size: var(--16);
  color: #6C6C6C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-imgbox {
  padding: var(--d24);
  background-color: #e8f0f8;
  border-radius: var(--b25);
  position: relative;
}

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

.product-imgbox .product-icon {
  position: absolute;
  right: var(--d14);
  bottom: var(--d14);
  width: var(--r64);
  height: var(--r64);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: var(--c);
  border-radius: 50%;
  transition: all 0.5s;
}

.product-imgbox .product-icon i {
  font-size: var(--44);
}

.fooder .footcontact {
  background-image: url('../image/other/footcontact_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-top: var(--d128);
  padding-bottom: calc(var(--d106) + var(--d74));
  position: relative;
  z-index: 10;
}

body:has(.service) .fooder .footcontact {
  background-image: url('../image/other/footcontact_bg2.webp') !important;
}

.fooder .footcontact::after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}

.fooder .footcontact .container {
  position: relative;
  z-index: 10;
}

.fooder .footcontact .footcontact-title {
  margin-bottom: var(--d24);
}

.fooder .footcontact .footcontact-title .title {
  color: #fff;
  text-align: center;
}

.fooder .footcontact .footcontact-text {
  width: 1030px;
  margin: 0 auto var(--d48);
  text-align: center;
  color: #fff;
  font-size: var(--20);
  line-height: 1.5;
  max-width: 100%;
}

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

.fooder .footcontact .footcontact-butbox .footcontact-but {
  margin-left: var(--d24);
}

.fooder .footcontact .footcontact-butbox .footcontact-but .footcontact-but2 {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  padding: var(--d16) var(--d24);
  font-size: var(--16);
  line-height: calc(20 / 16);
  color: #fff;
  transition: all 0.5s;
}

.fooder .footcontact .footcontact-butbox .footcontact-but .footcontact-but2:hover {
  background-color: var(--c);
}

.fooder .footcontact2 {
  margin-top: calc(-1 * var(--d74));
  background-color: var(--c);
  padding-top: var(--d80);
  border-radius: var(--b60) var(--b60) 0 0;
  position: relative;
  z-index: 10;
}

.fooder .footcontact2 .footcon1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d64);
}

.fooder .footcontact2 .footcon1 .foot-logobox {
  width: 512px;
}

.fooder .footcontact2 .footcon1 .foot-logobox .foot-logo {
  width: 160px;
  margin-bottom: var(--d24);
}

.fooder .footcontact2 .footcon1 .foot-logobox .foot-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fooder .footcontact2 .footcon1 .foot-logobox .foot-text {
  font-size: var(--18);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: var(--d24);
}

.fooder .footcontact2 .footcon1 .foot-logobox .food-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fooder .footcontact2 .footcon1 .foot-logobox .food-share a {
  width: var(--r32);
  height: var(--r32);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--c);
  margin-right: var(--d12);
}

.fooder .footcontact2 .footcon1 .foot-logobox .food-share a:last-child {
  margin-right: 0;
}

.fooder .footcontact2 .footcon1 .foot-logobox .food-share a i {
  font-style: var(--16);
}

.fooder .footcontact2 .footcon1 .foot-otherbox {
  width: calc(100% - 512px);
  padding-left: var(--d168);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-title {
  font-size: var(--24);
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  margin-bottom: var(--d24);
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-nav a {
  display: block;
  margin-bottom: var(--d8);
  font-size: var(--18);
  line-height: 1.75;
  color: #fff;
  opacity: 0.6;
  transition: all 0.5s;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-nav a:hover {
  opacity: 1;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-nav a:last-child {
  margin-right: 0;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-list {
  width: 377px;
  max-width: 100%;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-list .food-list2 {
  margin-bottom: var(--d24);
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-list .food-list2:last-child {
  margin-bottom: 0;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-list .food-list2 .food-list3 .food-list-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  color: #fff;
  opacity: 0.6;
  line-height: 1.75;
  margin-bottom: 4px;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-list .food-list2 .food-list3 .food-list-title i {
  font-size: var(--24);
  margin-right: 4px;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-list .food-list2 .food-list3 .food-list-text {
  font-size: var(--20);
  line-height: 1.5;
  color: #fff;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-list .food-list2 .food-list3 .food-list-text a {
  transition: all 0.5s;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-list .food-list2 .food-list3 .food-list-text a:hover {
  color: var(--c2);
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-topbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-topbox .food-toptitle {
  margin-right: 8px;
  font-size: var(--16);
  color: #fff;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-topbox .food-topcon {
  width: var(--r52);
  height: var(--r52);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
  background-color: var(--c2);
  cursor: pointer;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-topbox .food-topcon:hover {
  background-color: #D68D1A;
}

.fooder .footcontact2 .footcon1 .foot-otherbox .food-topbox .food-topcon i {
  font-size: var(--22);
}

.fooder .footcontact2 .footcon2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: var(--d24) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.fooder .footcontact2 .footcon2 div {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--16);
}

.fooder .footcontact2 .footcon2 a {
  transition: all 0.5s;
}

.fooder .footcontact2 .footcon2 a:hover {
  color: #fff;
}

.massage {
  position: fixed;
  right: var(--d40);
  bottom: 10vh;
  z-index: 100;
}

.massage .massage2 {
  width: var(--r80);
  height: var(--r80);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: var(--c2);
  transition: all 0.5s;
  fill: var(--, #F0AC3D);
  filter: drop-shadow(0 10px 20px rgba(102, 102, 102, 0.20));
}

.massage .massage2:hover {
  background-color: #D68D1A;
}

.massage .massage2 i {
  font-size: var(--56);
}

.products {
  padding-top: var(--d128);
  padding-bottom: var(--d128);
  position: relative;
  z-index: 15;
}

.products .products-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d64);
  position: relative;
  z-index: 10;
}

.products .products-nav .products-nav2 {
  margin-right: var(--d24);
  position: relative;
  z-index: 1;
}

.products .products-nav .products-nav2:first-child {
  position: relative;
  z-index: 10;
}


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

.products .products-nav .products-nav2 .products-nav3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d16) var(--d32);
  background-color: #E8F0F8;
  border-radius: 50px;
  font-size: var(--20);
  line-height: 1.5;
  color: var(--c3);
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}

.products .products-nav .products-nav2 .products-nav3 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.products .products-nav .products-nav2 .products-nav3:hover {
  background-color: var(--c);
  color: #fff;
}

.products .products-nav .products-nav2 .products-nav3:hover i {
  transform: rotate(180deg);
}

.products .products-nav .products-nav2 .products-nav3:hover .products-navbox {
  opacity: 1;
  visibility: visible;
}

.products .products-nav .products-nav2 .products-nav3 .products-navbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: var(--d24);
  transform: translate(0, 100%);
  transition: all 0.5s;
  z-index: 10;
}

.products .products-nav .products-nav2 .products-nav3 .products-navbox .products-navbox2 {
  padding: var(--d64) var(--d48);
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  border-radius: var(--b32);
}

.products .products-nav .products-nav2 .products-nav3 .products-navbox .products-navbox2 .products-nav-title {
  font-size: var(--32);
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  margin-bottom: var(--d48);
  color: var(--c3);
}

.products .products-nav .products-nav2 .products-nav3 .products-navbox .products-navbox2 .products-navlist {
  display: flex;
  justify-content: space-between;
}

.products .products-nav .products-nav2 .products-nav3 .products-navbox .products-navbox2 .products-navlist .products-navlist2 {
  margin-right: var(--d24);
}

.products .products-nav .products-nav2 .products-nav3 .products-navbox .products-navbox2 .products-navlist .products-navlist2:last-child {
  margin-right: 0;
}

.products .products-nav .products-nav2 .products-nav3 .products-navbox .products-navbox2 .products-navlist .products-navlist2 .products-navlist3 {
  padding: var(--d16) var(--d32);
  border-radius: 50px;
  font-size: var(--20);
  line-height: 1.5;
  background-color: #E8F0F8;
  transition: all 0.5s;
  white-space: nowrap;
  color: var(--c3);
}

.products .products-nav .products-nav2 .products-nav3 .products-navbox .products-navbox2 .products-navlist .products-navlist2 .products-navlist3:hover {
  background-color: var(--c);
  color: #fff;
}

.products .products-nav .products-nav2 .products-nav3 .products-navbox .products-navbox2 .products-navlist .navlist2-action .products-navlist3 {
  background-color: var(--c);
  color: #fff;
}

.products .products-nav .products-nav2 .products-nav3 i {
  font-size: var(--24);
  margin-left: var(--d32);
  display: block;
  transition: transform 0.5s;
}

.products .products-nav .action .products-nav3 {
  background-color: var(--c);
  color: #fff;
}

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

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

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

.pagination a {
  width: var(--r44);
  height: var(--r44);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #D1D5DB;
  color: #6C6C6C;
  font-size: var(--14);
  transition: all 0.5s;
}

.pagination a i {
  font-size: var(--14);
}

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

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

.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 var(--d12);
}

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

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

.productdetails {
  position: relative;
}

.productdetails .crbam {
  padding: var(--d48) 0;
}

.productdetails .product-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
}

.productdetails .product-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productdetails .productdetails-box {
  position: relative;
  z-index: 10;
  margin-bottom: var(--d124);
}

.productdetails .productdetails-box .productdetails-box2 {
  border-radius: var(--b32);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  padding: var(--d80) var(--d64);
  display: flex;
  justify-content: space-between;
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-left {
  width: calc(529 / 1472 * 100%);
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-left .productdetails-left2 {
  position: sticky;
  top: 150px;
  left: 0;
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-left .productdetails-left2 .productdetails-back {
  margin-bottom: var(--d12);
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-left .productdetails-left2 .productdetails-back .productdetails-back2 {
  padding: var(--d12) var(--d24);
  border-radius: 50px;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  color: var(--c);
  line-height: 1.75;
  transition: all 0.5s;
  margin-bottom: var(--d12);
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-left .productdetails-left2 .productdetails-back .productdetails-back2:hover {
  background-color: var(--c);
  color: #fff;
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right {
  width: calc(943 / 1472 * 100%);
  padding-left: var(--d40);
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .productdetails-title {
  margin-bottom: var(--d32);
  padding-bottom: var(--d16);
  position: relative;
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .productdetails-title::after {
  width: 100%;
  height: 2px;
  background-color: rgba(240, 172, 61, 0.2);
  bottom: 0;
  position: absolute;
  left: 0;
  content: "";
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .productdetails-title::before {
  width: 15%;
  height: 2px;
  background-color: var(--c2);
  bottom: 0;
  position: absolute;
  left: 0;
  content: "";
  z-index: 1;
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .productdetails-title h1 {
  font-size: var(--44);
  line-height: 1.25;
  color: var(--c);
  font-weight: 600;
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .productdetails-text {
  font-size: var(--18);
  line-height: 1.75;
  color: #14171C;
  margin-bottom: var(--d48);
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .productdetails-con-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--d32);
  border-bottom: 1px solid #E5E6EB;
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .productdetails-con-title img {
  margin-right: var(--d8);
  width: var(--32);
  height: var(--32);
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .productdetails-con-title h2 {
  padding: var(--d16) 0;
  font-size: var(--32);
  line-height: 1.25;
  color: var(--c);
  font-weight: 600;
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .features {
  margin-bottom: var(--d48);
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .features .features-list .features-list2 {
  margin-bottom: var(--d8);
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .features .features-list .features-list2:last-child {
  margin-bottom: 0;
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .features .features-list .features-list2 .features-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: var(--18);
  line-height: var(--32);
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .features .features-list .features-list2 .features-list3 img {
  width: var(--32);
  height: var(--32);
  margin-right: var(--d8);
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .analysis .analysis-text table tr {
  border-bottom: 1px solid #E5E6EB;
}

.productdetails .productdetails-box .productdetails-box2 .productdetails-right .analysis .analysis-text table td {
  padding: var(--d16) 0;
  font-size: var(--18);
  line-height: 1.75;
}

.productdetails .related {
  padding: var(--d103) 0;
  background-color: #F7F8FA;
}

.productdetails .related .related-title {
  text-align: center;
  margin-bottom: var(--d80);
}

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

.productdetails .related .related-list .related-list2 {
  margin-bottom: var(--d32);
}

.contact-form .product-input {
  margin-bottom: var(--d16);
  border-radius: var(--b12);
  overflow: hidden;
}

.contact-form .product-input .input-box {
  padding: var(--d16);
  background: var(--c);
  font-size: var(--18);
  line-height: 1.5;
  color: #fff;
}

.contact-form .input-box {
  padding: var(--d16);
  padding-left: 0;
  width: 100%;
  background-color: transparent;
  font-size: var(--18);
  line-height: 1.75;
  border-bottom: 1px solid #E5E6EB;
}

.contact-form .input-box::placeholder {
  color: #86909C;
}

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

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

.contact-form .code {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #E5E6EB;
}

.contact-form .input-box2 {
  width: calc(100% - 159px);
  margin-bottom: 0;
  margin-right: var(--d10);
  border-bottom: none;
}

.contact-form .code-img {
  width: 159px;
}

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

.contact-form .submit {
  margin-top: var(--d16);
  background-color: transparent;
}

.strength .production {
  padding-top: var(--d128);
  padding-bottom: var(--d124);
}

.strength .production .titlebox {
  margin-bottom: var(--d80);
}

.strength .production .production-swbox {
  padding-left: var(--p);
  margin-bottom: var(--d64);
}

.strength .production .production-swbox .production-imgbox .img-box {
  border-radius: var(--b25);
  padding-bottom: calc(450 / 600 * 100%);
}

.strength .production .production-swbutbox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.strength .production .production-swbutbox2 .production-pagination {
  width: calc(100% - var(--r52) * 2 - var(--d12) - var(--d48));
  position: relative;
  background-color: #E8F0F8;
  border-radius: 5px;
  overflow: hidden;
}

.strength .production .production-swbutbox2 .production-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--c);
  border-radius: 5px;
}

.strength .management {
  padding-top: var(--d92);
  padding-bottom: var(--d113);
  background-image: url('../image/other/management_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.strength .management .titlebox .management-title {
  width: 1328px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.strength .management .management-list {
  --bs-gutter-x: var(--g96);
  margin-bottom: calc(-1 * var(--d32));
  padding-bottom: var(--d64);
}

.strength .management .management-list .management-list2 {
  margin-bottom: var(--d32);
}

.strength .management .management-list .management-list2 .management-list3 {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.strength .management .management-list .management-list2 .management-list3 .management-imgbox {
  width: 260px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #E8F0F8;
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: var(--d16);
}

.strength .management .management-list .management-list2 .management-list3 .management-imgbox img {
  width: calc(240 / 260 * 100%);
  height: calc(240 / 260 * 100%);
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.strength .management .management-list .management-list2 .management-list3 .management-num {
  font-size: var(--44);
  line-height: 1.25;
  color: var(--c);
  font-weight: 600;
  margin-bottom: var(--d16);
}

.strength .management .management-list .management-list2 .management-list3 .management-list-text {
  font-size: var(--20);
  line-height: 1.5;
  color: #4E5969;
  text-align: center;
}

.strength .management .management-ceres {
  padding: var(--d48);
  border-radius: var(--b32);
  background-color: var(--c);
  color: #fff;
}

.strength .management .management-ceres .management-ceres-title {
  padding-bottom: var(--d12);
  margin-bottom: var(--d24);
  position: relative;
}

.strength .management .management-ceres .management-ceres-title::after {
  width: 100%;
  height: 2px;
  background-color: rgba(240, 172, 61, 0.2);
  bottom: 0;
  position: absolute;
  left: 0;
  content: "";
}

.strength .management .management-ceres .management-ceres-title::before {
  width: 100px;
  height: 2px;
  background-color: var(--c2);
  bottom: 0;
  position: absolute;
  left: 0;
  content: "";
  z-index: 1;
}

.strength .management .management-ceres .management-ceres-title h2 {
  font-size: var(--32);
  line-height: 1.25;
  font-weight: 600;
}

.service {
  padding-bottom: var(--d128);
}

.service .service-list .service-list2 {
  padding-top: var(--d128);
}

.service .service-list .service-list2 .service-list3 .titlebox {
  margin-bottom: var(--d48);
}

.service .service-list .service-list2 .service-list3 .titlebox .service-title {
  text-align: center;
}

.service .service-list .service-list2 .service-list3 .titlebox .service-text {
  text-align: center;
  width: 1328px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: var(--d32);
  font-size: var(--18);
  line-height: 1.75;
  color: var(--c3);
}

.service .service-list .service-list2 .service-list3 .service-img {
  border-radius: var(--b25);
  overflow: hidden;
}

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

.about .company {
  padding-top: var(--d128);
}

.about .company .company-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d128);
}

.about .company .company-box .company-left {
  width: calc(816 / 1600 * 100%);
  padding-right: var(--d48);
  padding-top: var(--d48);
}

.about .company .company-box .company-left .type {
  margin-bottom: var(--d24);
}

.about .company .company-box .company-left .company-title {
  margin-bottom: var(--d48);
}

.about .company .company-box .company-left .company-title .title {
  font-size: var(--44);
}

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

.about .company .company-box .company-right {
  width: calc(784 / 1600 * 100%);
  border-radius: var(--b25);
  overflow: hidden;
}

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

.about .company .company-sustainability {
  border-radius: var(--b32);
  overflow: hidden;
  background-image: url('../image/other/company_img2.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--d160);
  padding-bottom: var(--d318);
}

.about .company .company-sustainability .sustainability-con {
  width: calc(872 / 1600 * 100%);
  margin-left: auto;
  margin-right: var(--d50);
  padding: var(--d64) var(--d48);
  background-color: var(--c);
  border-radius: var(--b25);
}

.about .company .company-sustainability .sustainability-con .sustainability-title {
  margin-bottom: var(--d48);
}

.about .company .company-sustainability .sustainability-con .sustainability-title .title {
  font-size: var(--48);
  color: #fff;
}

.about .company .company-sustainability .sustainability-con .sustainability-text {
  font-size: var(--18);
  line-height: 1.75;
  color: #fff;
}

.about .corporate {
  padding-top: var(--d128);
  padding-bottom: var(--d120);
}

.about .corporate .titlebox {
  margin-bottom: var(--d80);
}

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

.about .corporate .corporate-list .corporate-list2:nth-child(2n - 1) .corporate-list3 .corporate-right .corporate-right2 {
  background-color: #E8F0F8;
}

.about .corporate .corporate-list .corporate-list2:nth-child(2n - 1) .corporate-list3 .corporate-right .corporate-right2 .corporate-type {
  color: var(--c);
}

.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-right {
  padding-left: 0;
  padding-right: var(--d32);
}

.about .corporate .corporate-list .corporate-list2:nth-child(2n) .corporate-list3 .corporate-right .corporate-right2 {
  background-color: #FEF8E9;
}

.about .corporate .corporate-list .corporate-list2:nth-child(2n) .corporate-list3 .corporate-right .corporate-right2 .corporate-type {
  color: var(--c2);
}

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

.about .corporate .corporate-list .corporate-list2 .corporate-list3 {
  display: flex;
  justify-content: space-between;
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-left {
  width: calc(783 / 1600 * 100%);
  border-radius: var(--b25);
  overflow: hidden;
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-right {
  width: calc(817 / 1600 * 100%);
  padding-left: var(--d32);
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-right .corporate-right2 {
  border-radius: var(--b25);
  height: 100%;
  padding: var(--d64) var(--d32);
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-right .corporate-right2 .corporate-type {
  margin-bottom: var(--d80);
  font-size: var(--20);
  line-height: 1.5;
}

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

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-right .corporate-right2 .corporate-list-title h3 {
  color: var(--c3);
  font-size: var(--32);
  font-weight: 600;
  line-height: 1.25;
}

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

.about .global {
  padding: var(--d96) 0;
  background-color: #F7F8FA;
}

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

.about .global .global-box .global-left {
  width: calc(680 / 1600 * 100%);
  padding-right: var(--d96);
  padding-top: var(--d64);
}

.about .global .global-box .global-left .type {
  margin-bottom: var(--d24);
}

.about .global .global-box .global-left .global-title {
  margin-bottom: var(--d48);
}

.about .global .global-box .global-left .global-title .title {
  font-size: var(--48);
}

.about .global .global-box .global-left .global-text {
  font-size: var(--20);
  line-height: 1.5;
  margin-bottom: var(--d80);
}

.about .global .global-box .global-right {
  width: calc(920 / 1600 * 100%);
}

.about .global .global-box .global-right .global-img {
  position: relative;
}

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

.about .global .global-box .global-right .global-img .global-list {
  width: 100%;
  height: 100%;
}

.about .global .global-box .global-right .global-img .global-list .global-list2 {
  width: calc(92 / 920 * 100%);
  height: calc(92 / 509 * 100%);
  border-radius: 50%;
  background-color: var(--c);
  position: absolute;
  font-size: var(--14);
  line-height: 1.6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.01em;
  text-align: center;
  cursor: pointer;
}

.about .global .global-box .global-right .global-img .global-list .global-list2::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background-color: var(--c);
  opacity: 0.2;
  animation: globalan 3s linear infinite normal;
  border-radius: 50%;
}

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

  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.about .global .global-box .global-right .global-img .global-list .global-list2 span {
  position: relative;
  z-index: 10;
}

.about .global .global-box .global-right .global-img .global-list .americas {
  top: 41.2%;
  left: 16%;
}

.about .global .global-box .global-right .global-img .global-list .europe {
  top: 32%;
  left: 45.2%;
}

.about .global .global-box .global-right .global-img .global-list .central {
  top: 37%;
  left: 60.4%;
}

.about .global .global-box .global-right .global-img .global-list .asia {
  top: 41%;
  left: 74.4%;
}

.about .global .global-swbox {
  margin-top: calc(-1 * var(--d100));
  position: relative;
  z-index: 10;
}

.about .global .global-swbox .global-con {
  padding: var(--d32) var(--d48);
  background: #e8f0f8;
  border-radius: var(--b25);
  height: 100%;
}

.about .global .global-swbox .global-con .global-list-title {
  padding-bottom: var(--d12);
  margin-bottom: var(--d24);
  position: relative;
  font-size: var(--32);
  line-height: 1.25;
  font-weight: 600;
}

.about .global .global-swbox .global-con .global-list-title::after {
  width: 100%;
  height: 2px;
  background-color: rgba(240, 172, 61, 0.2);
  bottom: 0;
  position: absolute;
  left: 0;
  content: "";
}

.about .global .global-swbox .global-con .global-list-title::before {
  width: 15%;
  height: 2px;
  background-color: var(--c2);
  bottom: 0;
  position: absolute;
  left: 0;
  content: "";
  z-index: 1;
}

.about .global .global-swbox .global-con .global-list-text {
  font-size: var(--16);
  font-weight: 400;
  padding-bottom: var(--d24);
}

.about .global .global-pagination {
  padding-right: var(--d48);
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: var(--d32);
  z-index: 10;
}

.about .global .global-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: #B8D0EB;
  margin: 0 4px !important;
  opacity: 1;
  border-radius: 4px;
}

.about .global .global-pagination .swiper-pagination-bullet-active {
  background-color: var(--c);
}

.map2 {
  display: none;
}

.news {
  position: relative;
  padding-top: var(--d128);
  padding-bottom: var(--d128);
}

.news .news-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

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

.news .news-content {
  position: relative;
  z-index: 10;
}

.news .news-content .news-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d96);
}

.news .news-content .news-box .news-imgbox {
  width: calc(1059 / 1600 * 100%);
  border-radius: var(--b25);
  overflow: hidden;
}

.news .news-content .news-box .news-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-content .news-box .news-textbox {
  width: calc(541 / 1600 * 100%);
  padding-left: var(--d24);
}

.news .news-content .news-box .news-textbox .news-textbox2 {
  border-radius: var(--b25);
  background-color: var(--c);
  padding: var(--d90) var(--d32);
  height: 100%;
  position: relative;
}

.news .news-content .news-box .news-textbox .news-textbox2 .news-logo {
  position: absolute;
  bottom: var(--d30);
  right: var(--d30);
  width: 191px;
}

.news .news-content .news-box .news-textbox .news-textbox2 .news-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-content .news-box .news-textbox .news-textbox2 .news-date {
  font-size: var(--18);
  line-height: 1.75;
  color: var(--c2);
  margin-bottom: var(--d16);
}

.news .news-content .news-box .news-textbox .news-textbox2 .news-title {
  margin-bottom: var(--d32);
}

.news .news-content .news-box .news-textbox .news-textbox2 .news-title h2 {
  font-size: var(--32);
  line-height: 1.25;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news .news-content .news-box .news-textbox .news-textbox2 .news-text {
  font-size: var(--18);
  line-height: 1.75;
  color: #fff;
  margin-bottom: var(--d64);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news .i-news-list {
  margin-bottom: var(--d48);
}

.newsdetails {
  position: relative;
  padding-bottom: var(--d128);
}

.newsdetails .news-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.newsdetails .news-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsdetails .crbam {
  padding: var(--d48) 0;
}

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

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left {
  width: calc(1059 / 1600 * 100%);
  border-radius: var(--b32);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  padding: var(--d56) var(--d48);
}

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

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-date {
  color: var(--c2);
  font-size: var(--18);
  line-height: 1.75;
  margin-bottom: var(--d24);
}

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

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-textbox h1,
.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-textbox h2,
.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-textbox h3,
.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-textbox h4,
.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-textbox h5 {
  margin: var(--16) 0;
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-textbox ul {
  padding-left: 15px;
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-textbox ul li {
  list-style: unset;
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-textbox img {
  max-width: 100%;
  border-radius: var(--b32);
}

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

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-butbox {
  margin-top: var(--d40);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 {
  width: calc(100% - 122px);
  padding-right: var(--d128);
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 .newsdetails-but {
  font-size: var(--18);
  line-height: 1.75;
  color: var(--c3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 .newsdetails-but:hover {
  color: var(--c);
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 .newsdetails-but:first-child {
  margin-bottom: var(--d8);
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-back .newsdetails-back2 {
  padding: var(--d12) var(--d24);
  font-size: var(--18);
  line-height: 1.75;
  color: #fff;
  background-color: #014099;
  border-radius: 50px;
  transition: all 0.5s;
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-back .newsdetails-back2:hover {
  background-color: #00337A;
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-right {
  width: calc(541 / 1600 * 100%);
  padding-left: var(--d24);
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-right .newsdetails-right2 {
  padding: var(--d48);
  border-radius: var(--b32);
  background: #fff;
  position: sticky;
  top: 130px;
  left: 0;
  z-index: 10;
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-right-title {
  padding: var(--d20) 0;
  font-size: var(--32);
  line-height: 1.25;
  border-bottom: 1px solid #E5E6EB;
  color: #14171C;
  font-weight: 600;
  margin-bottom: var(--d24);
}

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

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

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 {
  padding-top: var(--d24);
  border-radius: var(--b32);
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-list-date {
  font-size: var(--18);
  line-height: 1.75;
  color: var(--c2);
  padding-top: var(--d24);
  margin-bottom: var(--d16);
}

.newsdetails .newsdetails-con .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-list-text {
  font-size: var(--20);
  line-height: 1.5;
  color: #14171C;
  padding-bottom: var(--d16);
  border-bottom: 1px solid #E5E6EB;
}

.contact {
  padding-top: var(--d128);
  padding-bottom: calc(var(--d74) + var(--d140));
  background-image: url('../image/other/contact_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.contact .contact-box .contact-left {
  width: calc(680 / 1600 * 100%);
  padding-right: var(--d32);
}

.contact .contact-box .contact-left .contact-left2 {
  padding: var(--d64) var(--d48);
  border-radius: var(--b32);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  height: 100%;
}

.contact .contact-box .contact-left .contact-left2 .contact-left-title {
  margin-bottom: var(--d32);
}

.contact .contact-box .contact-left .contact-left2 .contact-left-title h2 {
  font-size: var(--56);
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: #fff;
}

.contact .contact-box .contact-left .contact-left2 .contact-left-title h2 span {
  color: var(--c2);
}

.contact .contact-box .contact-left .contact-left2 .contact-left-text {
  font-size: var(--18);
  line-height: calc(32 / 18);
  color: #fff;
  margin-bottom: var(--d64);
}

.contact .contact-box .contact-left .contact-left2 .contact-mes {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: var(--d24) 0;
  margin-bottom: var(--d40);
}

.contact .contact-box .contact-left .contact-left2 .contact-mes .contact-mes2 {
  margin-bottom: var(--d24);
}

.contact .contact-box .contact-left .contact-left2 .contact-mes .contact-mes2:last-child {
  margin-bottom: 0;
}

.contact .contact-box .contact-left .contact-left2 .contact-mes .contact-mes2 .contact-mes3 .contact-mes-title {
  margin-bottom: 4px;
  font-size: var(--18);
  line-height: 1.75;
  color: var(--c2);
}

.contact .contact-box .contact-left .contact-left2 .contact-mes .contact-mes2 .contact-mes3 .contact-mes-title img {
  width: var(--24);
  height: var(--24);
  object-fit: cover;
  margin-right: 4px;
}

.contact .contact-box .contact-left .contact-left2 .contact-mes .contact-mes2 .contact-mes3 .contact-mes-text {
  font-size: var(--20);
  line-height: 1.5;
  color: #fff;
}

.contact .contact-box .contact-left .contact-left2 .contact-sharebox .contact-sharetitle {
  margin-bottom: 4px;
  font-size: var(--18);
  line-height: 1.75;
  color: var(--c2);
}

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

.contact .contact-box .contact-left .contact-left2 .contact-sharebox .contact-share a {
  width: var(--r44);
  height: var(--r44);
  border-radius: 50%;
  border: 1px solid #E5E6EB;
  font-size: var(--18);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E5E6EB;
  margin-right: var(--d12);
}

.contact .contact-box .contact-left .contact-left2 .contact-sharebox .contact-share a:last-child {
  margin-right: 0;
}

.contact .contact-box .contact-left .contact-left2 .contact-sharebox .contact-share a i {
  font-style: var(--16);
}

.contact .contact-box .contact-right {
  width: calc(920 / 1600 * 100%);
  padding: var(--d64);
  border-radius: var(--b32);
  background-color: #fff;
}

.contact .contact-box .contact-right .contact-right-title {
  margin-bottom: var(--d32);
}

.contact .contact-box .contact-right .contact-right-title h2 {
  font-size: var(--56);
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: var(--c2);
}

.contact .contact-box .contact-right .contact-right-title h2 span {
  color: var(--c3);
}

@media (max-width: 1800px) {
  .index .i-pro .i-pro-titelbox .i-pro-title {
    width: 966px;
  }
}

@media (max-width: 1400px) {
  .index .i-pro .i-pro-titelbox .i-pro-title {
    width: 750px;
  }

  .header .header-box1 .header-content1 .logo {
    width: 90px;
  }

  .header .header-box1 .header-content1 {
    height: 70px;
  }

  .fooder .footcontact2 .footcon1 .foot-logobox {
    width: 340px;
  }

  .fooder .footcontact2 .footcon1 .foot-otherbox {
    width: calc(100% - 340px);
  }
}

@media (max-width: 1200px) {
  .index .i-pro .i-pro-titelbox .i-pro-title {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .about .company .company-box .company-left,
  .productdetails .productdetails-box .productdetails-box2 .productdetails-left,
  .fooder .footcontact2 .footcon1 .foot-logobox,
  .index .i-about .i-about-box .i-about-textbox,
  .index .i-strengths .i-strengths-box .i-strengths-right {
    width: 100%;
    padding: 0;
    margin-bottom: var(--d30);
  }

  .about .company .company-box .company-right,
  .productdetails .productdetails-box .productdetails-box2 .productdetails-right,
  .fooder .footcontact2 .footcon1 .foot-otherbox {
    width: 100%;
    padding: 0;
  }

  .about .company .company-sustainability .sustainability-con,
  .index .i-strengths .i-strengths-box .i-strengths-left {
    width: 100%;
  }

  .about .company .company-sustainability {
    padding: var(--d64) var(--d64) var(--d100);
  }

  .about .corporate .corporate-list .corporate-list2 .corporate-list3,
  .about .company .company-box,
  .productdetails .productdetails-box .productdetails-box2,
  .index .i-about .i-about-box,
  .index .i-pro .i-pro-titelbox {
    flex-direction: column !important;
  }

  .about .global .global-box {
    flex-direction: column;
  }

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

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

  .about .global .global-box .global-right .global-img .global-list .global-list2 {
    width: calc(164 / 920 * 100%);
    height: calc(164 / 509 * 100%);
    font-size: 12px;
    line-height: 1;
  }

  .map1 {
    display: none;
  }

  .map2 {
    display: block;
  }

  .about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-left {
    width: 100%;
  }

  .about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-right {
    width: 100% !important;
    padding: 0 !important;
    margin-top: var(--d30);
  }

  .index .i-about .i-about-box .i-about-img {
    width: 450px;
    max-width: 100%;
  }

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

  .index .i-strengths .i-strengths-box .i-strengths-left .i-strengths-left2 {
    position: unset;
  }

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

  .index .i-strengths {
    position: unset;
  }

  .food-quick {
    display: none;
  }

  .fooder .footcontact2 .footcon1 {
    flex-direction: column;
  }

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

  .newsdetails .newsdetails-con .newsdetails-box .newsdetails-right {
    display: none;
  }

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

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

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

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

  .fooder .footcontact {
    background-attachment: unset;
  }
}

@media (max-width: 990px) {
  .i-news-list .i-news-list2 .i-news-list3 {
    flex-direction: column-reverse;
  }

  .i-news-list .i-news-list2 .i-news-list3 .i-news-list-imgbox {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox {
    padding: 0;
    width: 100%;
  }

  .i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-textbox2 .i-news-icon {
    display: none;
  }

  .i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-textbox2 .i-news-textbox3 {
    width: 100%;
    padding: 0;
  }

  .fooder .footcontact2 .footcon1 .foot-otherbox .food-list {
    width: calc(100% - 80px);
  }

  .other-banner {
    height: 260px;
  }

  .news .news-content .news-box {
    flex-direction: column;
  }

  .news .news-content .news-box .news-imgbox {
    width: 100%;
  }

  .news .news-content .news-box .news-textbox {
    width: 100%;
    padding: 0;
    margin-top: var(--d30);
  }
}

@media (max-width: 768px) {
  .index-banner .swiper-slide .slide-inner {
    height: 450px;
  }

  .banner-textbox2 {
    top: 70px;
  }

  .products .products-nav {
    flex-direction: column;
  }

  .products .products-nav .products-nav2 .products-nav3 {
    width: 100%;
  }

  .products .products-nav .products-nav2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: var(--d20);
  }

  .banner-textbox {
    top: 49px;
    left: 0;
    transform: unset;
  }

  .banner-textbox {
    top: 84px;
  }

  .con-but .con-but2 .con-but-title {
    padding: 12px 24px;
  }

  .banner-textbox .banner-title h2 {
    font-size: 26px;
  }

  .banner-textbox .banner-text {
    display: none;
  }

  .fooder .footcontact .footcontact-butbox {
    flex-direction: column;
  }

  .fooder .footcontact .footcontact-butbox .footcontact-but {
    margin-left: 0;
    margin-top: var(--d20);
  }

  .products .products-nav .products-nav2 .products-nav3 .products-navbox .products-navbox2 .products-navlist {
    flex-direction: column;
  }

  .products .products-nav .products-nav2 .products-nav3 .products-navbox .products-navbox2 .products-navlist .products-navlist2 {
    margin-right: 0;
    margin-bottom: var(--d20);
  }
}

.index-banner2 {
  display: none;
}

.index .i-about .i-about-bg {
  display: none;
}

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

  .index-banner2 {
    display: block;
  }

  .i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox {
    flex-direction: column;
  }

  .i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-textbox2 {
    width: 100%;
    margin-top: var(--d30);
    padding: 0;
  }

  .other-banner .other-titlebox .other-bannertext {
    display: none;
  }

  .i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-date .i-news-days {
    font-size: var(--20);
    line-height: 1.5;
    font-weight: 500;
    margin-left: 10px;
    display: none;
  }

  .i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-date {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .fooder .footcontact2 .footcon1 .foot-otherbox {
    flex-direction: column;
    align-items: flex-end;
  }

  .fooder .footcontact2 .footcon1 .foot-otherbox .food-list {
    width: 100%;
  }

  .index .i-strengths {
    background-image: unset;
    background-color: #e9f1fa;
  }

  .index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3 .i-strengths-list-textbox {
    width: 100%;
  }

  .productdetails .productdetails-box .productdetails-box2 .productdetails-right .productdetails-con-title h2 {
    font-size: 18px;
  }

  .index .i-about {
    border-radius: 0;
    padding-top: 40px;
  }

  .index .i-strengths .i-strengths-box .i-strengths-right .i-strengths-list .i-strengths-list2 .i-strengths-list3 .i-strengths-list-icon {
    display: none;
  }

  .index .i-about .i-about-box .i-about-img {
    padding-top: 20px;
  }

  .index .i-about {
    padding-bottom: 30px;
    position: relative;
    background-image: unset;
  }

  .index .i-about .i-about-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

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

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

  .newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-butbox {
    flex-direction: column;
    align-items: flex-end;
  }

  .newsdetails .newsdetails-con .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 {
    width: 100%;
    padding: 0;
    margin-bottom: var(--d30);
  }

  .i-news-con .i-news-titelbox {
    flex-direction: column;
    align-items: flex-start;
  }

  .i-news-con .i-news-titelbox .i-news-title {
    margin-bottom: var(--d30);
  }

  .crbam .crbam-list {
    font-size: 14px;
  }
}