body {
  font-family: AlibabaPuHuiTi, '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: 500;
  overflow-x: hidden;
  color: #003855;
  background-color: #f5f8ff;
}

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

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

@font-face {
  font-family: 'AlibabaPuHuiTi';
  font-weight: 400;
  font-style: normal;
  src: local('AlibabaPuHuiTi Regular'), local('AlibabaPuHuiTi-Regular'), url('../font/AlibabaPuHuiTi-3-55-Regular.woff2') format('woff2'), url('../font/AlibabaPuHuiTi-3-55-Regular.woff') format('woff'), url('../font/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'AlibabaPuHuiTi';
  font-weight: 500;
  font-style: normal;
  src: local('AlibabaPuHuiTi Medium'), local('AlibabaPuHuiTi-Medium'), url('../font/AlibabaPuHuiTi-3-65-Medium.woff2') format('woff2'), url('../font/AlibabaPuHuiTi-3-65-Medium.woff') format('woff'), url('../font/AlibabaPuHuiTi-3-65-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'AlibabaPuHuiTi';
  font-weight: 600;
  font-style: normal;
  src: local('AlibabaPuHuiTi SemiBold'), local('AlibabaPuHuiTi-SemiBold'), url('../font/AlibabaPuHuiTi-3-75-SemiBold.woff2') format('woff2'), url('../font/AlibabaPuHuiTi-3-75-SemiBold.woff') format('woff'), url('../font/AlibabaPuHuiTi-3-75-SemiBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'AlibabaPuHuiTi';
  font-weight: 700;
  font-style: normal;
  src: local('AlibabaPuHuiTi Bold'), local('AlibabaPuHuiTi-Bold'), url('../font/AlibabaPuHuiTi-3-85-Bold.woff2') format('woff2'), url('../font/AlibabaPuHuiTi-3-85-Bold.woff') format('woff'), url('../font/AlibabaPuHuiTi-3-85-Bold.ttf') format('truetype');
  font-display: swap;
}

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(3 / 4 * 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;
}
.img-box img {
  transform: scale(1.01);
}
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);
  }
}

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

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

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

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

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

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

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

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

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: auto;
  object-fit: cover;
  width: 70%;
}

@media (max-width: 768px) {
  .video-box video {
    height: auto;
    width: 96%;
  }
}

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

.type {
  font-size: var(--24);
  color: var(--c);
  line-height: calc(28 / 24);
  font-weight: 500;
}

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

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

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

.container {
  padding: 0;
}

:root {
  scroll-behavior: auto;
  --c: #e35205;
  --c2: #ffaf00;
  --c3: #00385b;
  --r100: 100px;
  --r80: 60px;
  --r90: 90px;
  --r50: 50px;
  --r44: 44px;
  --d200: 200px;
  --d185: 185px;
  --d170: 170px;
  --d164: 164px;
  --d145: 145px;
  --d135: 135px;
  --d128: 128px;
  --d125: 125px;
  --d120: 120px;
  --d110: 110px;
  --d108: 108px;
  --d105: 105px;
  --d100: 100px;
  --d92: 92px;
  --d90: 90px;
  --d86: 86px;
  --d82: 82px;
  --d80: 80px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d56: 56px;
  --d52: 52px;
  --d46: 46px;
  --d40: 40px;
  --d38: 38px;
  --d32: 32px;
  --d30: 30px;
  --d26: 26px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d18: 18px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d10: 10px;
  --80: 80px;
  --56: 56px;
  --50: 50px;
  --48: 48px;
  --44: 44px;
  --40: 40px;
  --38: 38px;
  --32: 32px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
}

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

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

/* 响应式断点：1800px及以下 */
@media (max-width: 1800px) {
  .container {
    max-width: 1400px;
  }

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

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

  :root {
    --p: calc((100vw - 1260px) / 2);
    --r48: 40px;
    --d200: 150px;
    --d185: 110px;
    --d178: 110px;
    --d170: 110px;
    --d164: 110px;
    --d154: 100px;
    --d150: 100px;
    --d145: 100px;
    --d135: 90px;
    --d130: 90px;
    --d128: 90px;
    --d125: 90px;
    --d120: 90px;
    --d110: 90px;
    --d108: 90px;
    --d112: 90px;
    --d105: 70px;
    --d100: 70px;
    --d92: 70px;
    --d90: 70px;
    --d86: 70px;
    --d96: 70px;
    --d93: 70px;
    --d80: 60px;
    --d78: 60px;
    --d72: 60px;
    --d70: 54px;
    --d64: 54px;
    --d62: 54px;
    --d60: 35px;
    --d48: 40px;
    --d40: 30px;
    --d36: 24px;
    --d32: 24px;
    --d30: 24px;
    --d28: 24px;
    --d26: 20px;
    --d25: 20px;
    --d24: 15px;
    --d20: 10px;
    --d16: 10px;
    --d14: 10px;
    --d12: 8px;
    --d10: 10px;
    --72: 65px;
    --60: 45px;
    --56: 42px;
    --50: 42px;
    --48: 40px;
    --40: 38px;
    --38: 34px;
    --36: 32px;
    --32: 30px;
    --30: 30px;
    --24: 22px;
    --18: 16px;
    --16: 14px;
    --14: 14px;
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 1060px;
  }

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

  :root {
    --p: calc((100vw - 1060px) / 2);
    --r100: 80px;
    --r80: 50px;
    --r50: 40px;
    --r48: 40px;
    --r40: 35px;
    --r36: 35px;
    --d200: 100px;
    --d185: 80px;
    --d178: 80px;
    --d170: 80px;
    --d164: 80px;
    --d154: 80px;
    --d150: 70px;
    --d145: 70px;
    --d135: 60px;
    --d130: 60px;
    --d128: 60px;
    --d125: 60px;
    --d120: 60px;
    --d110: 60px;
    --d108: 60px;
    --d105: 60px;
    --d100: 60px;
    --d92: 60px;
    --d90: 60px;
    --d86: 60px;
    --d96: 60px;
    --d93: 60px;
    --d80: 40px;
    --d78: 40px;
    --d72: 40px;
    --d70: 30px;
    --d64: 30px;
    --d62: 30px;
    --d60: 25px;
    --d48: 33px;
    --d40: 20px;
    --d36: 20px;
    --d32: 20px;
    --d30: 20px;
    --d28: 20px;
    --d26: 20px;
    --d25: 20px;
    --d24: 20px;
    --d22: 22px;
    --d20: 20px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --d10: 8px;
    --80: 50px;
    --72: 50px;
    --60: 38px;
    --56: 36px;
    --50: 36px;
    --48: 32px;
    --40: 30px;
    --38: 30px;
    --36: 28px;
    --32: 24px;
    --30: 24px;
    --24: 20px;
    --18: 16px;
    --16: 15px;
    --14: 14px;
  }
}

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

  :root {
    --p: calc((100vw - 860px) / 2);
    --r90: 70px;
    --r72: 55px;
    --r50: 35px;
    --r48: 35px;
    --d154: 80px;
    --d150: 70px;
    --d145: 70px;
    --d135: 60px;
    --d130: 60px;
    --d128: 60px;
    --d125: 60px;
    --d120: 60px;
    --d96: 40px;
    --d93: 40px;
    --d80: 30px;
    --d78: 30px;
    --d72: 30px;
    --d70: 30px;
    --d64: 30px;
    --d62: 30px;
    --d60: 25px;
    --d48: 20px;
    --d40: 20px;
    --d36: 20px;
    --d32: 20px;
    --d30: 20px;
    --d28: 20px;
    --d26: 15px;
    --d25: 15px;
    --d24: 15px;
    --d22: 15px;
    --d20: 15px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --d10: 8px;
    --d8: 6px;
    --72: 45px;
    --48: 32px;
    --44: 30px;
    --40: 30px;
    --38: 30px;
    --36: 28px;
    --32: 25px;
    --30: 24px;
    --24: 22px;
    --22: 20px;
    --20: 18px;
    --18: 16px;
    --16: 15px;
    --14: 14px;
  }
}

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

  :root {
    --p: calc((100vw - 700px) / 2);
    --r70: 55px;
    --r48: 35px;
    --r40: 30px;
    --r36: 30px;
    --d154: 70px;
    --d150: 70px;
    --d145: 70px;
    --d135: 60px;
    --d130: 60px;
    --d128: 60px;
    --d125: 60px;
    --d120: 60px;
    --d96: 56px;
    --d93: 40px;
    --d80: 40px;
    --d72: 40px;
    --d60: 40px;
    --d48: 30px;
    --d40: 26px;
    --d36: 20px;
    --d32: 26px;
    --d30: 20px;
    --d28: 20px;
    --d25: 20px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --d10: 8px;
    --80: 40px;
    --72: 40px;
    --48: 30px;
    --40: 26px;
    --38: 26px;
    --36: 26px;
    --32: 26px;
    --30: 20px;
    --24: 18px;
    --18: 16px;
    --16: 15px;
    --14: 14px;
  }
}

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

  :root {
    --p: 5%;
    --r72: 50px;
    --r70: 50px;
    --r48: 35px;
    --r44: 35px;
    --r40: 35px;
    --d200: 60px;
    --d185: 60px;
    --d178: 60px;
    --d170: 60px;
    --d164: 60px;
    --d154: 50px;
    --d150: 50px;
    --d145: 50px;
    --d135: 40px;
    --d130: 40px;
    --d128: 40px;
    --d125: 40px;
    --d120: 40px;
    --d110: 40px;
    --d108: 40px;
    --d112: 40px;
    --d105: 40px;
    --d100: 40px;
    --d92: 40px;
    --d90: 40px;
    --d86: 40px;
    --d96: 40px;
    --d93: 40px;
    --d80: 40px;
    --d78: 30px;
    --d72: 30px;
    --d70: 30px;
    --d60: 25px;
    --d48: 30px;
    --d40: 20px;
    --d38: 20px;
    --d36: 20px;
    --d32: 22px;
    --d30: 18px;
    --d28: 15px;
    --d25: 20px;
    --d20: 10px;
    --d16: 10px;
    --d15: 10px;
    --d14: 8px;
    --d12: 8px;
    --d10: 8px;
    --d8: 8px;
    --72: 38px;
    --60: 34px;
    --56: 32px;
    --50: 32px;
    --48: 30px;
    --40: 28px;
    --38: 24px;
    --36: 24px;
    --32: 24px;
    --30: 20px;
    --24: 18px;
    --18: 16px;
    --16: 14px;
    --14: 14px;
  }
}

@media (max-width: 540px) {
  :root {
    --r48: 30px;
    --r44: 30px;
    --r40: 30px;
    --r36: 30px;
    --d178: 30px;
    --d170: 30px;
    --d164: 30px;
    --d154: 30px;
    --d150: 30px;
    --d145: 50px;
    --d135: 30px;
    --d130: 30px;
    --d128: 30px;
    --d125: 30px;
    --d120: 30px;
    --d110: 30px;
    --d108: 30px;
    --d112: 30px;
    --d105: 30px;
    --d100: 30px;
    --d96: 30px;
    --d93: 30px;
    --d92: 30px;
    --d90: 30px;
    --d86: 30px;
    --d80: 30px;
    --d64: 20px;
    --d62: 20px;
    --d60: 28px;
    --d48: 28px;
    --d40: 20px;
    --d36: 15px;
    --d32: 15px;
    --d30: 15px;
    --d28: 18px;
    --d25: 18px;
    --d20: 10px;
    --d16: 8px;
    --d15: 6px;
    --d14: 6px;
    --d12: 6px;
    --d10: 6px;
    --d8: 6px;
    --80: 30px;
    --72: 30px;
    --60: 28px;
    --56: 28px;
    --50: 28px;
    --48: 28px;
    --40: 26px;
    --38: 26px;
    --36: 24px;
    --32: 24px;
    --30: 20px;
    --24: 18px;
    --22: 18px;
    --20: 16px;
    --18: 16px;
    --16: 16px;
    --14: 16px;
  }
}

.AlibabaPuHuiTi {
  font-family: 'AlibabaPuHuiTi', 'Source Han Sans SC', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}

.title {
  font-size: var(--48);
  line-height: calc(67 / 48);
  font-weight: 700;
}

.text {
  font-size: var(--18);
  line-height: calc(30 / 18);
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
  background-color: transparent;
}

.header:hover {
  background: #FBF8F0;
}

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

.header:hover .header-box1 .header-content1 .logo a .logo1 {
  transform: translateY(-100%);
}

.header:hover .header-box1 .header-content1 .logo a .logo2 {
  transform: translateY(0);
}

.header:hover .header-language {
  color: var(--c3);
}

.header:hover .header-search i {
  color: var(--c3) !important;
}

.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: 88px;
}

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

.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 .logo a .logo1 {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0%);
}

.header .header-box1 .header-content1 .logo a .logo2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

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

.header .header-language {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: var(--d16);
}

.header .header-language .header-language2 {
  margin-right: var(--d18);
}

.header .header-language .header-language2:last-child {
  margin-right: 0;
}

.header .header-language .header-language2 .header-language3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
}

.header .header-language .header-language2 .header-language3 svg {
  width: var(--32);
  height: var(--32);
  margin-right: 6px;
}

.header .header-search {
  position: relative;
  height: 100%;
}

.header .header-search .search-con {
  cursor: pointer;
  transition: all 0.5s;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header-search .search-con:hover i {
  color: var(--c);
}

.header .header-search .search-con i {
  transition: all 0.5s;
  color: #fff;
  font-size: var(--24);
}

.header .header-search .search {
  position: absolute;
  right: 0%;
  bottom: -10px;
  transform: translate(0%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  border-radius: 10px;
  background: #FBF8F0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 0px;
  max-width: 80vw;
}

.header .header-search .search .search-box {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.header .header-search .search .search-box .input-text {
  font-size: var(--18);
  line-height: calc(12 / 18);
  font-weight: 400;
  width: calc(100% - var(--d30) * 2 - 40px);
  background: #FBF8F0;
}

.header .header-search .search .search-box .input-text::placeholder {
  color: rgba(0, 56, 91, 0.6);
}

.header .header-search .search .search-box .submit {
  padding: var(--d16) var(--d30);
  font-size: var(--18);
  line-height: calc(12 / 18);
  background-color: var(--c);
  border-radius: 10px;
  color: #fff;
}

.header .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
  z-index: 100;
}

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

.pro-more {
  transform: rotateX(-90deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  background-color: #FBF8F0;
  box-shadow: inset 0 8px 10px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
  z-index: 0;
}

.pro-more .pro-more2 {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.04);
  width: 100%;
  padding: var(--d60) 0;
}

.pro-more .pro-more-list {
  --bs-gutter-x: 2.5rem;
}

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

.pro-more .pro-more-list .pro-more-list2 .pro-more-list3:hover .pro-more-list-title h2 {
  color: var(--c);
}

.pro-more .pro-more-list .pro-more-list2 .pro-more-list3 .pro-more-list-img {
  border-radius: 10px;
  overflow: hidden;
}

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

.pro-more .pro-more-list .pro-more-list2 .pro-more-list3 .pro-more-list-title {
  margin-top: var(--d20);
}

.pro-more .pro-more-list .pro-more-list2 .pro-more-list3 .pro-more-list-title h2 {
  font-size: var(--20);
  line-height: calc(25 / 20);
  text-align: center;
  transition: all 0.5s;
}

.other-header {
  position: sticky;
  background: #FBF8F0;
  box-shadow: 0 6px 20px 0 rgba(204, 204, 204, 0.2);
  backdrop-filter: blur(5px);
}

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

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

.other-header .header-box1 .header-content1 .logo a .logo1 {
  transform: translateY(-100%);
}

.other-header .header-box1 .header-content1 .logo a .logo2 {
  transform: translateY(0);
}

.other-header .header-language {
  color: var(--c3);
}

.other-header .header-search i {
  color: var(--c3) !important;
}

.headeraction {
  background: #FBF8F0;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(5px);
}

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

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

.headeraction .header-box1 .header-content1 .logo a .logo1 {
  transform: translateY(-100%);
}

.headeraction .header-box1 .header-content1 .logo a .logo2 {
  transform: translateY(0);
}

.headeraction .header-language {
  color: var(--c3);
}

.headeraction .header-search i {
  color: var(--c3) !important;
}

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

  .header-nav {
    height: 100%;
    margin-right: var(--d60);
  }

  .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>a {
    color: var(--c);
  }

  .header-nav .header-list .header-list2:hover .pro-more {
    opacity: 1;
    transform: none;
    visibility: visible;
  }

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

  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    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 {
    font-size: var(--18);
    line-height: calc(36 / 18);
    transition: all 0.5s;
  }

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

  .header-nav .header-list:last-child {
    margin-right: 0;
  }

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

  .more {
    visibility: hidden;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    width: 200px;
    text-align: center;
    background-color: #FBF8F0;
    padding: var(--d10) var(--d26);
    border-radius: 10px;
  }

  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }

  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: var(--16);
    color: var(--c3);
    border-bottom: 1px solid rgba(0, 56, 91, 0.10);
    transition: all 0.5s;
    font-weight: 500;
  }

  .more .more-1-list .more-1-list2:last-child {
    border-bottom: none;
  }

  .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 .more-1-list2 a {
    padding: var(--d10) 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .header-none2 {
    display: none !important;
  }

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

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

  .header-nav .header-list .action .header-list3>a {
    color: var(--c) !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%);
  }

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

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

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

.index-banner .banner-pagination {
  position: absolute;
  text-align: center;
  z-index: 10;
  bottom: var(--d56);
}

.index-banner .banner-pagination .swiper-pagination-bullet {
  opacity: 0.6;
  background-color: #fff;
  margin: 0 var(--d10);
  width: 12px;
  height: 12px;
}

.index-banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

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

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

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

.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  z-index: 10;
}

.banner-textbox .banner-textbox2 {
  animation-delay: 0.8s;
  opacity: 0;
}

.banner-textbox .banner-title {
  margin-bottom: var(--d20);
}

.banner-textbox .banner-title h2 {
  font-size: var(--56);
  line-height: calc(78 / 56);
  font-weight: 700;
}

.banner-textbox .banner-text {
  font-size: var(--24);
  line-height: 1.75;
  width: 724px;
  max-width: 100%;
  margin-bottom: var(--d100);
}

.con-but .con-but2 {
  padding: var(--d14) var(--d24);
  background-color: var(--c);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: #FFFFFF;
  cursor: pointer;
}

.con-but .con-but2:hover span {
  left: calc(100%);
  transform: translateX(-100%);
}

.con-but .con-but2:hover .con-img1 {
  transform: translateX(0%);
}

.con-but .con-but2:hover .con-img2 {
  transform: translateX(200%);
}

.con-but .con-but2 span {
  position: relative;
  transition: all 0.5s;
  left: 0;
  transform: translateX(0%);
}

.con-but .con-but2 .con-img {
  width: var(--24);
  height: var(--24);
  object-fit: cover;
  position: relative;
  transition: all 0.5s;
}

.con-but .con-but2 .con-img1 {
  position: absolute;
  transform: translateX(-200%);
  left: var(--d24);
}

.con-but .con-but2 .con-img2 {
  margin-left: var(--d20);
}

.crbam {
  color: #FFFFFF;
}

.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: '';
}

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

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

.other-banner .other-textcon {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.other-banner .other-textcon .crbam {
  width: 100%;
  text-align: center;
}

.other-banner .other-textcon .other-title {
  margin-bottom: var(--d20);
}

.other-banner .other-textcon .other-title h2 {
  font-size: var(--56);
  line-height: calc(78 / 56);
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}

.other-banner .other-textcon .other-text {
  font-size: var(--30);
  line-height: calc(50 / 30);
  color: #fff;
}

.index .i-pro {
  margin-top: -1px;
  padding-top: var(--d100);
  padding-bottom: var(--d145);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: calc(-1 * var(--d82));
  position: relative;
  z-index: 10;
}

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

.index .i-pro .i-pro-title .title {
  text-align: center;
  color: #fff;
}

.index .i-pro .i-pro-text {
  text-align: center;
  color: #fff;
  margin-bottom: var(--d62);
}

.index .i-pro .i-pro-swbox {
  position: relative;
}

.index .i-about {
  padding-top: calc(var(--d170) + var(--d82));
  padding-bottom: var(--d125);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.index .i-about .i-about-box .i-about-left {
  width: calc(630 / 1480 * 100%);
  padding-right: var(--d32);
}

.index .i-about .i-about-box .i-about-left .i-about-left2 {
  height: 100%;
  border-radius: 10px;
  padding: var(--d60) var(--d40);
  background-color: var(--c3);
}

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

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

.index .i-about .i-about-box .i-about-left .i-about-left2 .text {
  color: #fff;
}

.index .i-about .i-about-box .i-about-left .i-about-left2 .i-about-text {
  margin-bottom: var(--d40);
}

.index .i-about .i-about-box .i-about-left .i-about-left2 .i-about-text2 {
  margin-bottom: var(--d60);
}

.index .i-about .i-about-box .i-about-right {
  width: calc(850 / 1480 * 100%);
  padding: var(--d24);
  border-radius: 10px;
  background-color: var(--c3);
  cursor: pointer;
}

.index .i-about .i-about-box .i-about-right .i-about-video {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

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

.index .i-about .i-about-box .i-about-right .i-about-video .i-about-icon {
  width: var(--r100);
  height: var(--r100);
  right: var(--d24);
  bottom: var(--d24);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--c);
  position: absolute;
  z-index: 10;
}

.index .i-about .i-about-box .i-about-right .i-about-video .i-about-icon img {
  width: calc(41 / 100 * 100%);
  height: calc(46 / 100 * 100%);
  object-fit: cover;
  transform: translateX(10%);
}

.index .i-certification {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--d125);
  padding-bottom: var(--d120);
}

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

.index .i-certification .i-certification-text {
  margin-bottom: var(--d120);
  text-align: center;
}

.index .i-certification .i-certification-swbox {
  position: relative;
}

.index .i-news {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: var(--d105) 0 var(--d80);
}

.index .i-news .i-news-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d60);
}

.index .i-news .i-news-titlebox .i-news-title {
  margin-bottom: 8px;
}

.index .i-news .i-news-titlebox .i-news-title .title {
  color: #fff;
}

.index .i-news .i-news-titlebox .i-news-text {
  color: #fff;
}

.i-certification-con {
  background-image: url('../image/other/certification_conbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 7% 5.9%;
}

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

.i-certification-con .img-box {
  padding-bottom: calc(1680 / 1200 * 100%);
}

.news-list {
  --bs-gutter-x: 4.125rem;
  margin-bottom: calc(-1 * var(--d64));
}

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

.news-list .news-list2 .news-con {
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.news-list .news-list2 .news-con:hover {
  background-color: var(--c2);
}

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

.news-list .news-list2 .news-con .news-list-textbox {
  padding: var(--d40) var(--d24) var(--d30);
}

.news-list .news-list2 .news-con .news-list-textbox .news-list-date {
  font-size: var(--18);
  line-height: 2;
  margin-bottom: var(--d10);
}

.news-list .news-list2 .news-con .news-list-textbox .news-list-title {
  margin-bottom: var(--d32);
}

.news-list .news-list2 .news-con .news-list-textbox .news-list-title h2 {
  font-size: var(--24);
  line-height: calc(34 / 24);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 64px;
}

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

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

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

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

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

.swiper-but2 {
  border-color: #fff;
  color: #fff;
}

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

.swiper-ab-prev {
  position: absolute;
  top: 50%;
  left: calc(-1 * var(--d40));
  transform: translate(-100%, -50%);
}

.swiper-ab-next {
  position: absolute;
  top: 50%;
  right: calc(-1 * var(--d40));
  transform: translate(100%, -50%);
}

.product-con {
  height: 100%;
  background-color: #ffffff;
  transition: all 0.5s;
  border-radius: 10px;
  overflow: hidden;
}

.product-con:hover {
  background-color: var(--c2);
}

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

.product-con .product-img .img-box {
  padding-bottom: calc(403 / 450 * 100%);
}

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

.product-con .product-list-textbox .product-list-title {
  margin-bottom: var(--d10);
}

.product-con .product-list-textbox .product-list-title h3 {
  font-size: var(--24);
  font-weight: 600;
  line-height: calc(45 / 32);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-con .product-list-textbox .product-list-text {
  font-size: var(--18);
  line-height: calc(36 / 18);
  margin-bottom: var(--d38);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-con2 {
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.other-fooder {
  padding-top: var(--d170);
  padding-bottom: calc(var(--d128) + var(--d52));
  background-color: #FFFFFF;
}

.other-fooder .other-fooder-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.other-fooder .other-fooder-box .other-fooder-img {
  width: calc(724 / 1480 * 100%);
}

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

.other-fooder .other-fooder-box .other-fooder-con {
  width: calc(756 / 1480 * 100%);
  padding-left: var(--d92);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-title {
  margin-bottom: var(--d20);
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-title h2 {
  font-size: var(--38);
  line-height: calc(56 / 38);
  font-weight: 700;
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-text {
  font-size: var(--20);
  line-height: 2;
  margin-bottom: var(--d64);
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form {
  width: 540px;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form .other-fooder-form2 {
  padding: var(--d10);
  display: flex;
  justify-content: space-between;
  background-color: var(--c3);
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form .other-fooder-form2 .input-text {
  padding: 0 var(--d22);
  font-size: var(--18);
  line-height: calc(12 / 18);
  width: calc(100% - var(--d24) * 2 - var(--40) - 90px);
  background-color: transparent;
  color: #FFFFFF;
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form .other-fooder-form2 .input-text::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form .other-fooder-form2 .submit {
  background-color: var(--c);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px var(--d10);
  font-size: var(--18);
  color: #FFFFFF;
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form .other-fooder-form2 .submit:hover .submit-icon i {
  transition: all 0.5s;
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form .other-fooder-form2 .submit:hover .submit-icon .icon1 {
  transform: translate(-50%, -50%) scale(0);
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form .other-fooder-form2 .submit:hover .submit-icon .icon2 {
  transform: translate(-50%, -50%) scale(1);
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form .other-fooder-form2 .submit .submit-icon {
  width: var(--40);
  height: var(--40);
  margin-left: var(--d16);
  position: relative;
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form .other-fooder-form2 .submit .submit-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: var(--40);
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form .other-fooder-form2 .submit .submit-icon .icon1 {
  transform: translate(-50%, -50%) scale(1);
  transform-origin: top right;
}

.other-fooder .other-fooder-box .other-fooder-con .other-fooder-form .other-fooder-form2 .submit .submit-icon .icon2 {
  transform: translate(-50%, -50%) scale(0);
  transform-origin: bottom left;
}

.fooder {
  margin-top: calc(-1 * var(--d52));
  padding-top: var(--d100);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

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

.fooder .fooder-con .fooder-left {
  width: 371px;
  padding-top: var(--d46);
}

.fooder .fooder-con .fooder-left .fooder-img {
  width: 100%;
  margin-bottom: var(--d14);
}

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

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

.fooder .fooder-con .fooder-left .fooder-share a {
  margin-right: var(--d24);
}

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

.fooder .fooder-con .fooder-left .fooder-share a img {
  width: var(--44);
  height: var(--44);
  object-fit: cover;
}

.fooder .fooder-con .fooder-nav a {
  display: block;
  margin-bottom: var(--d32);
  color: rgba(255, 255, 255, 0.3);
  font-size: var(--24);
  line-height: 2;
}

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

.fooder .fooder-con .fooder-nav a:hover {
  color: #fff;
}
.fooder .fooder-con .fooder-mes{
    max-width: 35%;
}
.fooder .fooder-con .fooder-mes .fooder-mes-list .fooder-mes-list2 {
  margin-bottom: var(--d16);
}

.fooder .fooder-con .fooder-mes .fooder-mes-list .fooder-mes-list2:last-child {
  margin-bottom: 0;
}

.fooder .fooder-con .fooder-mes .fooder-mes-list .fooder-mes-list2 .fooder-mes-list3 {
  font-size: var(--24);
  line-height: 2;
}

.fooder .fooder-con .fooder-mes .fooder-mes-list .fooder-mes-list2 .fooder-mes-list3 .fooder-mes-title {
  color: #fff;
}

.fooder .fooder-con .fooder-mes .fooder-mes-list .fooder-mes-list2 .fooder-mes-list3 .fooder-mes-text {
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
}

.fooder .fooder-con .fooder-mes .fooder-mes-list .fooder-mes-list2 .fooder-mes-list3 .fooder-mes-text:hover {
  color: #FFFFFF;
}

.fooder .fooder-bom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  font-size: var(--18);
  line-height: calc(32 / 18);
  padding: var(--d30) 0;
  color: rgba(255, 255, 255, 0.4);
  flex-wrap: wrap;
}

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

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

.floating {
  position: fixed;
  right: var(--d40);
  bottom: var(--d80);
  z-index: 999;
}

.floating .floating-list .floating-list2 {
  cursor: pointer;
  margin-bottom: var(--d20);
  position: relative;
}

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

.floating .floating-list .floating-list2 .floating-con0 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding-right: var(--d10);
}

.floating .floating-list .floating-list2 .floating-con {
  border-radius: 50px;
  padding: var(--d18) var(--d24);
  font-size: var(--20);
  line-height: calc(35 / 20);
  font-weight: 500;
  white-space: nowrap;
  background-color: var(--c2);
}

.floating .floating-list .floating-list2:hover .floating-con0 {
  transform: translate(-100%, -50%);
  left: 0px;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}

.floating .floating-list .floating-list2 .floating-list3 {
  width: var(--r80);
  height: var(--r80);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: all 0.5s;
  color: var(--c);
  border-radius: 50%;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 20px rgba(141, 141, 141, 0.25);
}

.floating .floating-list .floating-list2 .floating-list3 i {
  font-size: var(--24);
}

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


.nav-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.nav-box .nav-list .nav-list2:hover .nav-list3 {
  color: var(--c);
}

.nav-box .nav-list .nav-list2:hover .nav-list3::after {
  width: 100%;
}

.nav-box .nav-list .nav-list2 .nav-list3 {
  padding: var(--d24) 0;
  /*width: 140px;*/
  margin: 0 auto;
  position: relative;
  font-size: var(--24);
  line-height: 1.75;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.nav-box .nav-list .nav-list2 .nav-list3::after {
  background-color: var(--c);
  width: 0%;
  height: 6px;
  border-radius: 6px;
  z-index: 10;
  content: '';
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.nav-box .nav-list .action .nav-list3 {
  color: var(--c);
}

.nav-box .nav-list .action .nav-list3::after {
  width: 100%;
}

.nav-box2 .nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-box2 .nav-list .nav-list2 {
  margin-right: 195px;
}

.nav-box2 .nav-list .nav-list2:last-child {
  margin-right: 0;
}

.mybg {
  background-color: #fbf8f0;
}

.product {
  padding-top: var(--d100);
  padding-bottom: var(--d135);
}

.product .product-box:last-child {
  margin-bottom: 0;
}

.product .product-box .product-box2 {
  margin-bottom: var(--d80);
}

.product .product-box .product-box2 .product-title {
 
  margin-bottom: var(--d62);
}

.product .product-box .product-box2 .product-title h2 {
  font-size: var(--44);
  line-height: calc(45 / 32);
  font-weight: 700;
  text-align: center;
}
.product .product-box .product-box2 .product-title p {
  font-size: var(--18);
  line-height: calc(45 / 32);
  text-align: center;
   
}
.product .product-box .product-box2 .product-list {
  margin-bottom: calc(-1 * var(--d30));
  --bs-gutter-x: 4rem;
}

.product .product-box .product-box2 .product-list .product-list2 {
  margin-bottom: var(--d64);
}

.productdetails .crbam {
  padding-top: var(--d30);
  padding-bottom: var(--d62);
  color: var(--c3);
}

.productdetails .product-details {
  margin-bottom: var(--d80);
}

.productdetails .product-details .productdet-con {
  display: flex;
  justify-content: space-between;
}

.productdetails .product-details .productdet-con .productdet-left {
  width: calc(732 / 1480 * 100%);
}

.productdetails .product-details .productdet-con .productdet-left .img-box {
  border-radius: 10px;
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox2 {
  margin-bottom: var(--d18);
  border-radius: 10px;
  overflow: hidden;
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox {
  display: flex;
  justify-content: space-between;
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox .details-prev {
  width: var(--r44);
  min-width: var(--r44);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 175, 0, 0.6);
  transition: all 0.5s;
  border-radius: 10px;
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox .details-prev:hover {
  background-color: #ffaf00;
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox .details-prev i {
  font-size: var(--24);
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox .details-next {
  width: var(--r44);
  min-width: var(--r44);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 175, 0, 0.6);
  transition: all 0.5s;
  border-radius: 10px;
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox .details-next:hover {
  background-color: #ffaf00;
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox .details-next i {
  font-size: var(--24);
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox .details-swiper1 {
  margin: 0 var(--d15);
  width: 100%;
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox .details-swiper1 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox .details-swiper1 .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: all 0.5s;
}

.productdetails .product-details .productdet-con .productdet-left .productdet-swbox .details-swiper1 .swiper-slide-thumb-active::after {
  opacity: 0;
}

.productdetails .product-details .productdet-con .productdet-right {
  width: calc(748 / 1480 * 100%);
  padding-left: var(--d40);
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 {
  height: 100%;
  border-radius: 10px;
  padding: var(--d40);
  padding-bottom: var(--d86);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-title {
  margin-right: 8px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: var(--d20);
  margin-bottom: var(--d60);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-title::after {
  width: 140px;
  height: 4px;
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--c);
  content: '';
  z-index: 10;
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-title h1 {
  font-size: var(--48);
  font-weight: 700;
  line-height: calc(67 / 48);
  color: #fff;
  margin-right: var(--d20);
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-title span {
  font-size: var(--24);
  line-height: 1.75;
  color: #fff;
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-textbox ul {
  margin-bottom: var(--d40);
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-textbox ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: var(--18);
  color: #fff;
  margin-bottom: var(--d14);
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-textbox ul li:last-child {
  margin-bottom: 0;
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-textbox ul li .productdet-text-title {
  font-weight: 700;
  white-space: nowrap;
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-textbox ul li .productdet-text {
  font-weight: 400;
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-butbox {
  display: flex;
  justify-content: flex-start;
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-butbox .productdet-but1 {
  margin-right: var(--d40);
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-butbox .productdet-but1 .con-but2 {
  border: 2px solid var(--c);
}

.productdetails .product-details .productdet-con .productdet-right .productdet-right2 .productdet-butbox .productdet-but2 .con-but2 {
  background-color: transparent;
  border: 2px solid var(--c2);
  color: var(--c2);
}

.productdetails .details {
  padding-bottom: var(--d110);
}

.productdetails .details .details-con {
  --bs-gutter-x: 2rem;
  margin-bottom: calc(-1 * var(--d40));
  padding-bottom: var(--d80);
}

.productdetails .details .details-con .details-con2 {
  margin-bottom: var(--d30);
}

.productdetails .details .details-con .details-con2 .details-con3 {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}

.productdetails .details .details-con .details-con2 .details-con3 .details-con-title {
  padding: var(--d22) 0;
  background-color: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--32);
  line-height: calc(45 / 32);
  font-weight: 700;
}

.productdetails .details .details-con .details-con2 .details-con3 .details-con-title img {
  width: var(--50);
  height: var(--50);
  object-fit: cover;
  margin-left: var(--d18);
}

.productdetails .details .details-con .details-con2 .details-con3 .details-con-text {
  padding: var(--d40);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.productdetails .details .details-con .details-con2 .details-con3 .details-con-text ul {
  list-style: disc;
  padding-left: 20px;
}

.productdetails .details .details-con .details-con2 .details-con3 .details-con-text ul li {
  list-style: disc;
  margin-bottom: var(--d10);
  font-size: var(--20);
  line-height: 1.5;
}

.productdetails .details .details-con .details-con2 .details-con3 .details-con-text ul li:last-child {
  margin-bottom: 0;
}

.productdetails .details .details-form {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding: var(--d60) var(--d40);
}

.productdetails .details .details-form .details-form-title {
  margin-bottom: var(--d40);
}

.productdetails .related {
  padding: var(--d108) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.productdetails .related .related-titlebox .related-title .title {
  color: #fff;
}

.contact-form .product-input .input-box {
  background: var(--c2);
  font-size: var(--24);
  font-weight: 600;
  color: #003855;
}

.contact-form .input-box {
  padding: var(--d15) var(--d20);
  width: 100%;
  border-radius: 10px;
  background: #fbf8f0;
  font-size: var(--18);
  line-height: calc(30 / 18);
  margin-bottom: var(--d20);
}

.contact-form .input-box::placeholder {
  color: rgba(0, 56, 91, 0.6);
}

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

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

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

.contact-form .code {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form .input-box2 {
  width: 340px;
  margin-bottom: 0;
  margin-right: var(--d10);
}

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

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

.contact-form .submit {
  background-color: var(--c);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px var(--d24);
  font-size: var(--18);
  color: #FFFFFF;
}

.contact-form .submit:hover .submit-icon i {
  transition: all 0.5s;
}

.contact-form .submit:hover .submit-icon .icon1 {
  transform: translate(-50%, -50%) scale(0);
}

.contact-form .submit:hover .submit-icon .icon2 {
  transform: translate(-50%, -50%) scale(1);
}

.contact-form .submit .submit-icon {
  width: var(--40);
  height: var(--40);
  margin-left: var(--d16);
  position: relative;
}

.contact-form .submit .submit-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: var(--40);
}

.contact-form .submit .submit-icon .icon1 {
  transform: translate(-50%, -50%) scale(1);
  transform-origin: top right;
}

.contact-form .submit .submit-icon .icon2 {
  transform: translate(-50%, -50%) scale(0);
  transform-origin: bottom left;
}

.about .company {
  padding-top: var(--d110);
  padding-bottom: var(--d120);
}

.about .company .company-text {
  text-align: center;
  font-size: var(--24);
  line-height: 2;
  margin-bottom: var(--d70);
}

.about .company .company-con {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d110);
  margin-bottom: calc(-1 * var(--d30));
}

.about .company .company-con .company-video,
.about .company .company-con .company-con-textbox {
  margin-bottom: var(--d30);
}

.about .company .company-con .company-con-textbox2 {
  padding: var(--d32) var(--d40);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: var(--22);
  line-height: 2;
  color: #fff;
  height: 100%;
  border-radius: 20px;
}

.about .company .company-con .company-video .company-video2 {
  position: relative;
}

.about .company .company-con .company-video .company-video2>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.about .company .company-con .company-video .company-video2 .company-icon {
  width: var(--r90);
  height: var(--r90);
  right: var(--d24);
  bottom: var(--d24);
  border-radius: 50%;
  background-color: var(--c);
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .company .company-con .company-video .company-video2 .company-icon img {
  width: calc(36 / 90 * 100%);
  height: calc(41 / 90 * 100%);
  object-fit: cover;
  transform: translateX(10%);
}

.about .company .company-swbox {
  position: relative;
}

.about .company .company-swbox .company-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(var(--p) + var(--d90));
  z-index: 10;
}

.about .company .company-swbox .company-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(var(--p) + var(--d90));
  z-index: 10;
}


.about .company .company-swbox .company-swiper .img-box {
  padding-bottom: calc(9 / 16 * 100%);
  border-radius: 20px;
}

.about .company .company-swbox .company-swiper .swiper-slide {
  transform: scale(0.9);
  transition: all 0.5s;
}

.about .company .company-swbox .company-swiper .swiper-slide-active {
  transform: scale(1);
}

.about .company .company-pagination {
  text-align: center;
  margin-top: var(--d40);
}

.about .company .company-pagination .swiper-pagination-bullet {
  opacity: 0.6;
  background-color: var(--c3);
  margin: 0 var(--d10);
  width: 12px;
  height: 12px;
}

.about .company .company-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--c3);
}

.about .about-title {
  padding-bottom: var(--d20);
  margin-bottom: var(--d20);
  position: relative;
  text-align: center;
}

.about .about-title::after {
  content: '';
  display: block;
  width: 140px;
  height: 4px;
  background-color: var(--c);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
}

.about .about-con {
  padding-top: var(--d164);
  padding-bottom: var(--d125);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.about .about-con .text,
.about .about-con .title {
  text-align: center;
  color: #FFFFFF;
}

.about .environment .environment-title {
  margin-bottom: 8px;
}

.about .environment .environment-text {
  margin-bottom: var(--d60);
}

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

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

.about .environment .environment-list .environment-list2 .img-box {
  border-radius: 10px;
}

.about .environment .environment-list .environment-list2:hover .img-box img {
  transform: scale(1.1);
}

.about .honors {
  padding-top: var(--d110);
}

.about .honors .honors-title {
  margin-bottom: 8px;
}

.about .honors .honors-text {
  margin-bottom: var(--d80);
}

.about .honors .honors-box {
  height: 500px;
  width: 80%;
  position: relative;
  margin: 0 auto;
}

.about .honors .honors-box .roundabout_box {
  height: 100%;
}

.about .honors .honors-box .roundabout_box .roundabout-holder {
  height: 100%;
}

.about .honors .honors-box .honors-img {
  width: 347px;
  max-width: 100%;
  background-image: url('../image/other/certification_conbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 7% 5.9%;
}

.about .honors .honors-box .honors-img .img-box {
  padding-bottom: calc(1680 / 1200 * 100%);
}

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

.about .honors .honors-swbox {
  position: relative;
}

.about .honors .honors-swbox .honors-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  z-index: 11000;
}

.about .honors .honors-swbox .honors-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  z-index: 11000;
}

.about .global {
  padding-top: var(--d110);
  padding-bottom: var(--d30);
}

.about .global .global-text {
  margin-bottom: var(--d25);
  text-align: center;
}

.about .global .global-map {
  width: 100%;
  position: relative;
  padding: 0 var(--d40);
}

.about .global .global-map .global-map2 {
  position: relative;
}

.about .global .global-map .global-map2>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .global .global-map .global-dot {
  position: absolute;
  width: calc(10 / 1400 * 100%);
  height: calc(10 / 768.58 * 100%);
  background-color: var(--c2);
  border-radius: 50%;
}

.about .global .global-map .global-dot::after {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: var(--c2);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: playan1 3s linear infinite normal;
}

.about .global .global-map .global-dot img {
  position: absolute;
}

.about .global .global-map .global-linean1 {
  animation: linean1 3s linear infinite normal;
}

.about .global .global-map .global-linean2 {
  animation: linean2 3s linear infinite normal;
}

.about .global .global-map .global-linean3 {
  animation: linean3 3s linear infinite normal;
}

.about .global .global-map .global-linean4 {
  animation: linean4 3s linear infinite normal;
}

.about .global .global-map .global-dot1 {
  left: 18.7%;
  top: 57.1%;
}

.about .global .global-map .global-dot1 img {
  width: calc(857.49 / 10 * 100%);
  height: calc(141.28 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot2 {
  left: 28.7%;
  top: 63.5%;
}

.about .global .global-map .global-dot2 img {
  width: calc(718.41 / 10 * 100%);
  height: calc(166.46 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot3 {
  left: 25.6%;
  top: 70.5%;
}

.about .global .global-map .global-dot3 img {
  width: calc(762.62 / 10 * 100%);
  height: calc(211.85 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot4 {
  left: 33.1%;
  top: 70.5%;
}

.about .global .global-map .global-dot4 img {
  width: calc(655.78 / 10 * 100%);
  height: calc(206.09 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot5 {
  left: 53.45%;
  top: 81.25%;
}

.about .global .global-map .global-dot5 img {
  width: calc(371 / 10 * 100%);
  height: calc(245 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot6 {
  left: 56.25%;
  top: 52.3%;
}

.about .global .global-map .global-dot6 img {
  width: calc(331.57 / 10 * 100%);
  height: calc(60.8 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot7 {
  left: 60%;
  top: 53.4%;
}

.about .global .global-map .global-dot7 img {
  width: calc(278.15 / 10 * 100%);
  height: calc(51.82 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot8 {
  left: 61.7%;
  top: 56.1%;
}

.about .global .global-map .global-dot8 img {
  width: calc(258.05 / 10 * 100%);
  height: calc(59.48 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot9 {
  left: 67.2%;
  top: 64.8%;
}

.about .global .global-map .global-dot9 img {
  width: calc(177.81 / 10 * 100%);
  height: calc(118.88 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot10 {
  left: 71.7%;
  top: 56.5%;
}

.about .global .global-map .global-dot10 img {
  width: calc(114.21 / 10 * 100%);
  height: calc(55.45 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot11 {
  left: 74.55%;
  top: 60.1%;
}

.about .global .global-map .global-dot11 img {
  width: calc(75 / 10 * 100%);
  height: calc(84 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot12 {
  left: 76.3%;
  top: 60.5%;
}

.about .global .global-map .global-dot12 img {
  width: calc(50.28 / 10 * 100%);
  height: calc(85.12 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot13 {
  left: 75.1%;
  top: 65.2%;
}

.about .global .global-map .global-dot13 img {
  width: calc(66.19 / 10 * 100%);
  height: calc(121.21 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot14 {
  left: 76.25%;
  top: 69.2%;
}

.about .global .global-map .global-dot14 img {
  width: calc(49.74 / 10 * 100%);
  height: calc(152.26 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot15 {
  left: 78.2%;
  top: 66.3%;
}

.about .global .global-map .global-dot15 img {
  width: calc(23.21 / 10 * 100%);
  height: calc(129.62 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot16 {
  left: 79.2%;
  top: 64.5%;
}

.about .global .global-map .global-dot16 img {
  width: calc(23 / 10 * 100%);
  height: calc(116 / 10 * 100%);
  bottom: 50%;
  left: 50%;
}

.about .global .global-map .global-dot17 {
  left: 85.05%;
  top: 78.75%;
}

.about .global .global-map .global-dot17 img {
  width: calc(77.07 / 10 * 100%);
  height: calc(226.12 / 10 * 100%);
  bottom: 50%;
  right: 0;
}

.about .global .global-map .global-dot18 {
  left: 94.3%;
  top: 88.6%;
}

.about .global .global-map .global-dot18 img {
  width: calc(205.74 / 10 * 100%);
  height: calc(301.62 / 10 * 100%);
  bottom: 50%;
  right: 0%;
}

.about .global .global-map .global-dot19 {
  left: 85.2%;
  top: 49.5%;
}

.about .global .global-map .global-dot19 img {
  width: calc(75.53 / 10 * 100%);
  height: calc(10.07 / 10 * 100%);
  bottom: 50%;
  right: 0%;
}

.about .global .global-map .global-dot20 {
  left: 77.5%;
  top: 26.5%;
}

.about .global .global-map .global-dot20 img {
  width: calc(44.25 / 10 * 100%);
  height: calc(179.94 / 10 * 100%);
  top: 50%;
  left: 50%;
}

.about .culture {
  padding: var(--d185) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

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

.about .culture .culture-title .title {
  color: #fff;
}

.about .culture .culture-text {
  color: #fff;
  text-align: center;
  font-size: var(--24);
  line-height: 1.75;
}

@media (min-width: 1921px) {
  .about .honors .honors-box .honors-img {
    width: 18.07292vw;
  }

  .about .honors .honors-box {
    height: 26.04167vw;
  }
}

.service .service-con .service-con-title {
  position: relative;
  padding-bottom: var(--d20);
}

.service .service-con .service-con-title::after {
  width: 140px;
  height: 4px;
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--c);
  content: '';
  z-index: 10;
}

.service .service-con .service-con-text {
  font-size: var(--24);
  line-height: 1.75;
  font-weight: 600;
}

.service .service-con .service-con-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: calc(-1 * var(--d10));
}

.service .service-con .service-con-list .service-con-list2 {
  margin-bottom: var(--d10);
  list-style: disc;
  font-size: var(--18);
  line-height: 1.5;
  font-weight: 400;
}

.service .service-con .service-con1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: var(--d105) 0;
}

.service .service-con .service-con1 .service-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service .service-con .service-con1 .service-box .service-textbox {
  width: calc(914 / 1480 * 100%);
  padding-right: var(--d92);
}

.service .service-con .service-con1 .service-box .service-textbox .service-con-title {
  margin-bottom: var(--d60);
}

.service .service-con .service-con1 .service-box .service-textbox .service-con-text {
  margin-bottom: var(--d30);
}

.service .service-con .service-con1 .service-box .service-textbox .service-con-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 550px;
  max-width: 100%;
  margin-right: calc(-1 * (var(--d14) + 20px));
  padding-bottom: var(--d60);
}

.service .service-con .service-con1 .service-box .service-textbox .service-con-list .service-con-list2 {
  margin-right: calc(var(--d14) + 20px);
  min-width: 140px;
}

.service .service-con .service-con1 .service-box .service-img {
  width: calc(724 / 1480 * 100%);
  border-radius: 10px;
  overflow: hidden;
}

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

.service .service-con .service-con1 .service-box .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.service .service-con .service-con2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: var(--d105) 0;
}

.service .service-con .service-con2 .service-con2-title {
  margin-bottom: var(--d60);
}

.service .service-con .service-con2 .service-con2-title h2 {
  font-size: var(--32);
  font-weight: 700;
  color: #fff;
}

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

.service .service-con .service-con2 .service-con2-box .service-con2-box2 {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: var(--d30) var(--d20);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(5px);
  transition: all 0.5s;
}

.service .service-con .service-con2 .service-con2-box .service-con2-box2:hover {
  background-color: var(--c2);
}

.service .service-con .service-con2 .service-con2-box .service-con2-box2 .service-con2-icon {
  width: var(--80);
  margin-bottom: var(--d20);
}

.service .service-con .service-con2 .service-con2-box .service-con2-box2 .service-con2-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service .service-con .service-con2 .service-con2-box .service-con2-box2 .service-con2-text {
  font-size: var(--18);
  line-height: calc(30 / 18);
  text-align: center;
}

.service .service-con .service-con2 .service-con2-box .service-con2-left {
  width: calc(370 / 1480 * 100%);
}

.service .service-con .service-con2 .service-con2-box .service-con2-right {
  width: calc(1110 / 1480 * 100%);
  padding-left: var(--d30);
}

.service .service-con .service-con2 .service-con2-box .service-con2-right .service-con2-list {
  margin-bottom: calc(-1 * var(--d30));
  height: 100%;
}

.service .service-con .service-con2 .service-con2-box .service-con2-right .service-con2-list .service-con2-list2 .service-con2-list3 {
  height: 100%;
}

.service .service-con .service-con3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: var(--d105) 0;
}

.service .service-con .service-con3 .service-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service .service-con .service-con3 .service-box .service-img {
  width: calc(724 / 1480 * 100%);
  border-radius: 10px;
  overflow: hidden;
}

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

.service .service-con .service-con3 .service-box .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.service .service-con .service-con3 .service-box .service-textbox {
  width: calc(756 / 1480 * 100%);
  padding-left: var(--d72);
}

.service .service-con .service-con3 .service-box .service-textbox .service-con-title {
  margin-bottom: var(--d40);
}

.service .service-con .service-con3 .service-box .service-textbox .service-con-text {
  margin-bottom: var(--d10);
}

.service .service-con .service-con3 .service-box .service-textbox .service-con-list {
  padding-bottom: var(--d40);
}

.service .process {
  padding-top: var(--d92);
  padding-bottom: var(--d78);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

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

.service .process .process-text {
  text-align: center;
  margin-bottom: var(--d60);
}

.service .process .process-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news {
  padding-top: var(--d100);
  padding-bottom: var(--d105);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.news .news-list {
  padding-bottom: var(--d60);
}

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

.pagination a {
  width: var(--r44);
  height: var(--r44);
  border-radius: 50%;
  color: var(--c2);
  border: 1px solid var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  line-height: 1;
  font-weight: 700;
  position: relative;
  transition: all 0.5s;
}

.pagination a:hover {
  color: var(--c3);
}

.pagination a:hover::after {
  opacity: 1;
}

.pagination a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--c2);
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}

.pagination a span {
  position: relative;
  z-index: 10;
}

.pagination a i {
  position: relative;
  z-index: 10;
  display: block;
  transition: all 0.5s;
  font-size: var(--20);
}

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

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

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

.pagination .pagination-page .active a {
  color: var(--c3);
}

.pagination .pagination-page .active a::after {
  opacity: 1;
}

.newsdetails .crbam {
  padding-top: var(--d30);
  padding-bottom: var(--d62);
  color: var(--c3);
}

.newsdetails .newsdetails-con {
  padding-bottom: var(--d120);
}

.newsdetails .newsdetails-con .newsdetails-con2 {
  padding: var(--d60);
  background-color: #fff;
  border-radius: 10px;
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-titlebox {
  padding-bottom: var(--d20);
  border-bottom: 1px solid rgba(0, 56, 91, 0.2);
  margin-bottom: var(--d60);
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-titlebox .newsdetails-title {
  margin-bottom: var(--d40);
  text-align: center;
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-titlebox .newsdetails-date {
  font-size: var(--18);
  line-height: 2;
  text-align: center;
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list {
  padding-bottom: var(--d60);
  border-bottom: 1px solid rgba(0, 56, 91, 0.2);
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2 {
  margin-bottom: var(--d60);
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2:not(:has(img)) .newsdetails-img {
  display: none;
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2:not(:has(img)) .newsdetails-textbox {
  width: 100% !important;
  padding: 0 !important;
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2:last-child {
  margin-bottom: 0;
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2:nth-child(2n) .newsdetails-list3 {
  flex-direction: row-reverse;
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2:nth-child(2n) .newsdetails-list3 .newsdetails-textbox {
  padding-left: 0;
  padding-right: var(--d100);
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-img {
  width: calc(600 / 1480 * 100%);
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-textbox {
  width: calc(880 / 1480 * 100%);
  padding-left: var(--d100);
  font-size: var(--20);
  line-height: 2;
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d20) 0;
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-butbox .newsdetails-but-left {
  width: calc(100% - 140px);
}

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-butbox .newsdetails-but-left .newsdetails-but {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}

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

.newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-butbox .newsdetails-but-left .newsdetails-but:first-child {
  margin-bottom: var(--d10);
}

.contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: calc(var(--d52) + var(--d52));
}

.contact .mes {
  padding-top: var(--d92);
  padding-bottom: var(--d200);
}

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

.contact .mes .mes-text {
  margin-bottom: var(--d62);
  text-align: center;
}

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

.contact .mes .mes-list .mes-list2 {
  margin-bottom: var(--d30);
}

.contact .mes .mes-list .mes-list2 .mes-list3 {
  padding: var(--d18) var(--d24);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background-color: var(--c2);
  border-radius: 10px;
}

.contact .mes .mes-list .mes-list2 .mes-list3:hover .mes-icon {
  animation: playan3 1s linear forwards;
}

.contact .mes .mes-list .mes-list2 .mes-list3 .mes-icon {
  width: var(--80);
  margin-bottom: var(--d32);
}

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

.contact .mes .mes-list .mes-list2 .mes-list3 .mes-list-title {
  line-height: calc(45 / 32);
  font-size: var(--32);
  text-align: center;
  margin-bottom: var(--d10);
  font-weight: 700;
}

.contact .mes .mes-list .mes-list2 .mes-list3 .mes-list-text {
  font-size: var(--24);
  line-height: 1.5;
  text-align: center;
}

.contact .form .form2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: var(--d60) var(--d60) var(--d80);
  border-radius: 10px;
}

.contact .form .form2 .form-title {
  text-align: center;
  margin-bottom: 8px;
}

.contact .form .form2 .form-title .title {
  color: #fff;
}

.contact .form .form2 .form-text {
  color: #fff;
  text-align: center;
  margin-bottom: var(--d60);
}

.search {
  padding-bottom: calc(var(--d120) + var(--d52));
}

.search .crbam {
  padding-top: var(--d30);
  padding-bottom: var(--d46);
  color: var(--c3);
}

.search .search-con .search-form {
  width: 800px;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto var(--d40);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.search .search-con .search-form .search-form2 {
  padding: var(--d10);
  display: flex;
  justify-content: space-between;
  background-color: transparent;
}

.search .search-con .search-form .search-form2 .input-text {
  padding: 0 var(--d22);
  font-size: var(--18);
  line-height: calc(12 / 18);
  width: calc(100% - var(--d24) * 2 - 90px);
  background-color: transparent;
  color: var(--c3);
}

.search .search-con .search-form .search-form2 .input-text::placeholder {
  color: #00385b;
  opacity: 0.6;
}

.search .search-con .search-form .search-form2 .submit {
  background-color: var(--c);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px var(--d24);
  font-size: var(--18);
  color: #FFFFFF;
  transition: all 0.5s;
}

.search .search-con .search-form .search-form2 .submit:hover {
  background-color: var(--c2);
}

.search .search-con .search-text {
  text-align: center;
  font-size: var(--24);
  font-weight: 600;
}

.search .search-con .search-list .search-list2 {
  margin-bottom: var(--d32);
  border-bottom: 1px solid rgba(0, 56, 91, 0.1);
}

.search .search-con .search-list .search-list2:first-child {
  margin-top: var(--d80);
}

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

.search .search-con .search-list .search-list2 .search-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: var(--d20);
  font-size: var(--22);
  line-height: calc(31 / 22);
  position: relative;
  transition: all 0.5s;
}

.search .search-con .search-list .search-list2 .search-list3:hover {
  color: var(--c);
}

.search .search-con .search-list .search-list2 .search-list3:hover::after {
  width: 100%;
}

.search .search-con .search-list .search-list2 .search-list3::after {
  transition: all 0.5s;
  content: " ";
  width: 0%;
  height: 1px;
  background-color: var(--c);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

.search .search-con .search-list .search-list2 .search-list3 .search-list-type {
  white-space: nowrap;
}

.search .search-con .search-list .search-list2 .search-list3 .search-list-title {
  width: calc(100% - 130px);
  padding-left: var(--d40);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.process-img2,
.banner-swiper2 {
  display: none;
}

@media (max-width: 1600px) {
  .news-list {
    --bs-gutter-x: 3.125rem;
  }

  .product .product-box .product-box2 .product-list {
    --bs-gutter-x: 3rem;
  }

  .about .company .company-con .company-con-textbox2 {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {
  .fooder .fooder-con .fooder-left {
    width: 280px;
  }

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

  .product .product-box .product-box2 .product-list {
    --bs-gutter-x: 2rem;
  }

  .news-list {
    --bs-gutter-x: 2.125rem;
  }

  .productdetails .product-details .productdet-con {
    flex-direction: column;
  }

  .productdetails .product-details .productdet-con .productdet-left {
    width: 100%;
  }

  .productdetails .product-details .productdet-con .productdet-right {
    width: 100%;
    padding: 0;
    margin-top: var(--d30);
  }
}

@media (max-width: 1200px) {
  .product .product-box .product-box2 .product-list {
    --bs-gutter-x: 1rem;
  }

  .service .service-con .service-con1 .service-box {
    flex-direction: column-reverse;
  }

  .service .service-con .service-con2 .service-con2-box {
    flex-direction: column;
  }

  .service .service-con .service-con1 .service-box .service-img,
  .service .service-con .service-con2 .service-con2-box .service-con2-left {
    width: 100%;
  }

  .service .service-con .service-con1 .service-box .service-textbox,
  .service .service-con .service-con2 .service-con2-box .service-con2-right {
    width: 100%;
    padding: 0;
    margin-top: var(--d30);
  }

  .service .service-con .service-con3 .service-box .service-img {
    width: 100%;
  }

  .service .process {
    background-attachment: unset;
  }

  .service .service-con .service-con3 .service-box .service-textbox {
    width: 100%;
    padding: 0;
    margin-top: var(--d30);
  }

  .service .service-con .service-con3 .service-box {
    flex-direction: column;
  }

  .about .culture {
    background-attachment: unset;
  }

  .contact-form .input-box2 {
    width: 224px;
  }

  .other-fooder .other-fooder-box {
    flex-direction: column;
  }

  .fooder-nav {
    display: none;
  }

  .other-fooder .other-fooder-box .other-fooder-img {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .other-fooder .other-fooder-box .other-fooder-con {
    width: 100%;
    padding: 0;
  }

  .news-list {
    --bs-gutter-x: 1.125rem;
  }

  .header {
    position: sticky;
  }

  .header {
    background: #FBF8F0;
    box-shadow: 0 6px 20px 0 rgba(204, 204, 204, 0.2);
    backdrop-filter: blur(5px);
  }

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

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

  .header .header-box1 .header-content1 .logo a .logo1 {
    transform: translateY(-100%);
  }

  .header .header-box1 .header-content1 .logo a .logo2 {
    transform: translateY(0);
  }

  .header .header-language {
    color: var(--c3);
  }

  .header .header-search i {
    color: var(--c3) !important;
  }

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

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

  .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-certification .i-certification-swbox {
    padding: 0px 60px;
  }

  .swiper-ab-prev {
    left: 0;
    z-index: 99;
    transform: translate(0, -50%);
  }

  .swiper-ab-next {
    right: 0;
    z-index: 99;
    transform: translate(0, -50%);
  }

  .header-language {
    margin-top: var(--d30);
  }

  .newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 {
    flex-direction: column !important;
  }

  .newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-img {
    width: 100%;
    margin-bottom: var(--d15);
  }

  .newsdetails .newsdetails-con .newsdetails-con2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-textbox {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 990px) {
  .nav-box .nav-list {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .service .service-con .service-con2 .service-con2-box .service-con2-right .service-con2-list .service-con2-list2 {
    margin-bottom: var(--d30);
  }

  .other-banner img {
    height: 250px;
  }

  .about .honors .honors-box .honors-img {
    width: 260px;
  }

  .about .about-con {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .about .company .company-swbox {
    padding-left: var(--p);
    padding-right: var(--p);
  }

  .contact-form .form-butbox {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-box2 .nav-list .nav-list2 {
    margin-right: 30px;
  }

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

  .about .honors .honors-box .honors-img {
    width: 200px;
  }

  .about .honors .honors-box {
    height: 300px;
  }

  .floating .floating-list .floating-list2 .floating-list3 {
    width: 35px;
    height: 35px;
  }

  .contact .form .form2 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .fooder .fooder-con {
    flex-direction: column;
  }

  .fooder .fooder-con .fooder-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .fooder .fooder-con .fooder-left .fooder-img {
    width: 160px;
  }

  .process-img1,
  .banner-swiper {
    display: none !important;
  }

  .process-img2,
  .banner-swiper2 {
    display: block;
  }

  .banner-textbox {
    top: 30%;
  }
}

.i-news-swbox {
  position: relative;
  padding: 20px 0;
}

@media (max-width: 576px) {
  .index .i-news .i-news-titlebox {
    flex-direction: column;
    align-items: flex-start;
  }

  .about .honors .honors-box .honors-img {
    width: 150px;
  }

  .about .honors .honors-box {
    height: 250px;
  }

  .contact-form .input-box2 {
    width: 170px;
  }

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

  .i-news-titlebox2 {
    margin-bottom: var(--d30);
  }
  
  .fooder .fooder-con .fooder-mes{
    max-width: 100%;
}

.news-list .news-list2 .news-con .news-list-textbox .news-list-title h2{
    height: 54px;
}
}