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;
  --bs-body-color: #999999;
  color: #999999;
}

.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-Regular.woff2') format('woff2'), url('../font/AlibabaPuHuiTi-Regular.woff') format('woff'), url('../font/AlibabaPuHuiTi-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-Medium.woff2') format('woff2'), url('../font/AlibabaPuHuiTi-Medium.woff') format('woff'), url('../font/AlibabaPuHuiTi-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-SemiBold.woff2') format('woff2'), url('../font/AlibabaPuHuiTi-SemiBold.woff') format('woff'), url('../font/AlibabaPuHuiTi-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-Bold.woff2') format('woff2'), url('../font/AlibabaPuHuiTi-Bold.woff') format('woff'), url('../font/AlibabaPuHuiTi-Bold.ttf') format('truetype');
  font-display: swap;
}

table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: auto;
  text-align: left;
  font-size: var(--18);
  line-height: calc(25 / 18);
  font-weight: 500;
  color: #666666;
  margin-bottom: calc(-1 * var(--d24));
}

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

table td,
table th {
  padding-bottom: var(--d24);
  padding-right: var(--d24);
}

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

label {
  width: 100%;
}

.pro {
  position: relative;
}

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

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

  50% {
    transform: translateY(-14px);
  }

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

@keyframes playan2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes playan3 {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

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: 999;
  opacity: 0;
  visibility: hidden;
  transform: ;
}

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

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

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

:root {
  scroll-behavior: auto;
  --p: calc((100vw - 1600px) / 2);
  --c: #e60012;
  --c2: #333333;
  --c3: #00479D;
  --g50: 3.125rem;
  --g46: 2.875rem;
  --g40: 2.5rem;
  --r120: 120px;
  --r110: 110px;
  --r60: 60px;
  --r54: 54px;
  --r50: 50px;
  --r48: 48px;
  --r44: 44px;
  --r40: 40px;
  --r36: 36px;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d292: 292px;
  --d286: 286px;
  --d260: 260px;
  --d243: 243px;
  --d225: 225px;
  --d210: 210px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d185: 185px;
  --d180: 180px;
  --d178: 178px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d154: 154px;
  --d150: 150px;
  --d147: 147px;
  --d145: 145px;
  --d140: 140px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d86: 86px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d40: 40px;
  --d38: 38px;
  --d36: 36px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d18: 18px;
  --d17: 17px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --110: 110px;
  --100: 100px;
  --96: 96px;
  --92: 92px;
  --90: 90px;
  --80: 80px;
  --76: 76px;
  --75: 75px;
  --72: 72px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --44: 44px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --24: 24px;
  --22: 22px;
  --21: 21px;
  --20: 20px;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}

.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(--64);
  line-height: calc(90 / 64);
  font-weight: 700;
  color: var(--c2);
  padding-left: var(--d26);
  position: relative;
}

.title::after {
  width: 6px;
  height: calc(44 / 90 * 100%);
  background-color: var(--c);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  position: absolute;
}

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

.header:hover {
  background-color: #fff;
}

.header:hover .header-nav .header-list .header-list3 a span {
  color: #333333;
}

.header-left {
  position: relative;
  z-index: 999999;
}

.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-box1 .header-content1 .header-language .header-language2 {
  color: #333333;
}

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

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

.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-box1 .header-content1 .header-language {
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 999;
}

.header .header-box1 .header-content1 .header-language:hover .header-language2 {
  color: var(--c);
}

.header .header-box1 .header-content1 .header-language:hover .language-more {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
}

.header .header-box1 .header-content1 .header-language .header-language2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  transition: all 0.5s;
}

.header .header-box1 .header-content1 .header-language .header-language2 svg {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.header .header-box1 .header-content1 .header-language .header-language2 span {
  font-size: var(--18);
  font-weight: 700;
  margin-left: 6px;
  margin-right: var(--d10);
}

.header .header-box1 .header-content1 .header-language .header-language2 i {
  font-size: var(--24);
}

.header .header-box1 .header-content1 .header-language .language-more {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  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);
  padding: var(--d20);
  text-align: left;
  background-color: #fff;
}

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

.header .header-box1 .header-content1 .header-language .language-more .more-1-list .more-1-list2 {
  width: 100%;
  position: relative;
  transition: all 0.5s;
}

.header .header-box1 .header-content1 .header-language .language-more .more-1-list .more-1-list2:last-child a {
  margin-bottom: 0 !important;
}

.header .header-box1 .header-content1 .header-language .language-more .more-1-list .more-1-list2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: var(--d12) !important;
}

.header .header-box1 .header-content1 .header-language .language-more .more-1-list .more-1-list2 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--c);
  transition: all 0.5s;
}

.header .header-box1 .header-content1 .header-language .language-more .more-1-list .more-1-list2 a:hover::after {
  width: 100%;
}

.header .header-box1 .header-content1 .header-language .language-more .more-1-list .more-1-list2 a:hover span {
  color: var(--c);
}

.header .header-box1 .header-content1 .header-language .language-more .more-1-list .more-1-list2 a:last-child {
  margin-bottom: 0;
}

.header .header-box1 .header-content1 .header-language .language-more .more-1-list .more-1-list2 a svg {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.header .header-box1 .header-content1 .header-language .language-more .more-1-list .more-1-list2 a span {
  font-size: var(--18);
  font-weight: 700;
  transition: all 0.5s;
}

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

.other-header {
  position: sticky;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(177, 177, 177, 0.25);
}

.other-header .header-nav .header-list .header-list3 a span {
  color: #333333;
}

.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-box1 .header-content1 .header-language .header-language2 {
  color: #333333;
}

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

.headeraction .header-nav .header-list .header-list3 a span {
  color: #333333;
}

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

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

.headeraction .header-box1 .header-content1 .header-language .header-language2 {
  color: #333333;
}

@media (min-width: 1201px) {
  .header-nav {
    height: 100%;
    display: flex !important;
    align-items: flex-end;
    margin-right: var(--d100);
  }

  .header-nav .header-list {
    display: flex;
    height: 100%;
  }

  .header-nav .header-list .header-list2 {
    position: relative;
    transition: all 0.5s;
    margin-right: 40px;
  }

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

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

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

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

  .header-nav .header-list .header-list3 {
    height: 100%;
    transition: all 0.5s;
  }

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

  .header-nav .header-list .header-list3 a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
  }

  .header-nav .header-list .header-list3 a span {
    font-size: var(--18);
    color: #fff;
    font-weight: 700;
    transition: all 0.5s;
  }

  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: calc(-1 * var(--d20));
    transform: translate(0%, 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%;
    text-align: left;
    background-color: #fff;
    padding: var(--d10) 0;
  }

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

  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    transition: all 0.5s;
  }

  .more .more-1-list .more-1-list2:hover a {
    background-color: var(--c);
    color: #fff;
  }

  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }

  .more .more-1-list .more-1-list2 a {
    white-space: nowrap;
    display: block;
    padding: var(--d10) var(--d20);
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
  }

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

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

@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav .header-list .header-list2 {
    margin-right: 30px;
  }

  .header-nav .header-list .header-list3 a span {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .header .s-nav {
    display: flex;
  }

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

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

  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 18px;
    color: #E60012;
    font-weight: 500;
  }

  .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 rgba(228, 228, 228, 1)
  }

  .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: 20px;
    padding-right: 45px;
    font-size: 18px;
    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: 8px 10px 6px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #666666;
    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);
  }

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

.index-banner .banner-pagination {
  position: absolute;
  left: unset;
  bottom: unset;
  right: var(--d75);
  top: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: auto;
}

.index-banner .banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: var(--d8);
}

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

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

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

.index-banner .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.index-banner .scroll .scroll-title {
  font-size: var(--16);
  line-height: calc(22 / 16);
  margin-bottom: var(--d20);
}

.index-banner .scroll .scroll-line {
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.index-banner .scroll .scroll-line .scroll-line2 {
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(0%);
  z-index: 10;
  animation: banneranline 3s linear infinite normal;
}

.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 .con-but {
  animation-delay: 0.8s;
  opacity: 0;
}

.banner-textbox .banner-indextitle {
  margin-bottom: var(--d24);
  width: 1500px;
  max-width: 100%;
  margin-bottom: var(--d60);
}

.banner-textbox .banner-indextitle h2 {
  font-size: var(--72);
  line-height: calc(101 / 72);
  font-weight: 700;
}

.crbam {
  color: #fff;
}

.crbam i {
  margin-right: var(--d12);
  font-size: var(--20);
}

.crbam .crbam-list {
  display: inline;
  font-size: var(--16);
  line-height: var(--20);
  font-weight: 500;
}

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

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

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

.con-but .con-but2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d14) var(--d20);
  transition: all 0.5s;
  border: 1px solid var(--c);
  color: var(--c);
  position: relative;
  overflow: hidden;
}

.con-but .con-but2::after {
  pointer-events: none;
  z-index: 10;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skewx(-25deg);
  content: '';
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

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

.con-but .con-but2:hover::after {
  transition: all 0.5s;
  left: 100%;
}

.con-but .con-but2:hover .icon1 {
  transform: translate(250%, -50%);
}

.con-but .con-but2:hover .icon2 {
  transform: translate(-50%, -50%);
}

.con-but .con-but2 .con-but-icon {
  overflow: hidden;
  position: relative;
  width: var(--24);
  height: var(--24);
}

.con-but .con-but2 .icon1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.con-but .con-but2 .icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%, -50%);
}

.con-but .con-but2 span {
  font-size: var(--18);
  line-height: calc(25 / 18);
  margin-right: var(--d20);
}

.con-but .con-but2 i {
  font-size: var(--24);
  display: block;
  transition: all 0.5s;
}

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

.con-but .con-but-w {
  color: #fff;
  border-color: #fff;
}

.indexcontent .i-products {
  padding-top: var(--d115);
  padding-bottom: var(--d150);
  background: linear-gradient(111.97deg, #FFFFFF 9.08%, #F2F3F4 98.87%);
  position: relative;
}

.indexcontent .i-products .i-products-con {
  position: sticky;
  top: calc(97px);
}

.indexcontent .i-products .bg {
  position: fixed;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 33.38542vw;
  z-index: 0;
}

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

.indexcontent .i-products .i-products-box {
  display: flex;
  justify-content: space-between;
}

.indexcontent .i-products .i-products-box .i-products-left {
  width: calc(800 / 1600 * 100%);
  padding-right: var(--d84);
}

.indexcontent .i-products .i-products-box .i-products-left .i-products-list {
  margin-bottom: calc(-1 * var(--d30));
}

.indexcontent .i-products .i-products-box .i-products-left .i-products-list .i-products-list2 {
  margin-bottom: var(--d30);
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}

.indexcontent .i-products .i-products-box .i-products-left .i-products-list .i-products-list2::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e4e4e4;
  z-index: 10;
  opacity: 0;
  transition: all 0.5s;
}

.indexcontent .i-products .i-products-box .i-products-left .i-products-list .i-products-list2::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--c);
  z-index: 10;
  transition: all 0.5s;
}

.indexcontent .i-products .i-products-box .i-products-left .i-products-list .i-products-list2 .i-products-list3 {
  width: calc(100% - 16px - var(--d12));
  position: relative;
  transition: all 0.5s;
}

.indexcontent .i-products .i-products-box .i-products-left .i-products-list .i-products-list2 .i-products-list3:hover .i-products-list-title .i-products-but {
  background-color: var(--c);
  color: #fff;
}

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

.indexcontent .i-products .i-products-box .i-products-left .i-products-list .action {
  padding-bottom: var(--d30);
}

.indexcontent .i-products .i-products-box .i-products-left .i-products-list .action .i-products-list3 {
  transform: translateX(calc(16px + var(--d12)));
}

.indexcontent .i-products .i-products-box .i-products-left .i-products-list .action .i-products-list3 .i-products-but {
  background-color: var(--c) !important;
  color: #fff !important; 
}

.indexcontent .i-products .i-products-box .i-products-left .i-products-list .action::after {
  opacity: 1;
}

.indexcontent .i-products .i-products-box .i-products-left .i-products-list .action::before {
  width: calc(178 / 715 * 100%);
}

.indexcontent .i-products .i-products-box .i-products-left .i-products-list .action .i-products-list-title h3 {
  color: var(--c) !important;
}

.indexcontent .i-products .i-products-box .i-products-right {
  width: calc(800 / 1600 * 100%);
  border-top: var(--d20) solid #E70012;
}

.indexcontent .i-products .i-products-box .i-products-right .i-products-imgbox {
  position: relative;
  border-top: var(--d20) solid #E4888F;
}

.indexcontent .i-products .i-products-box .i-products-right .i-products-imgbox .i-products-imgbox2 {
  width: 100%;
}

/* .indexcontent .i-products .i-products-box .i-products-right .i-products-imgbox .i-products-imgbox2:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
} */

.indexcontent .i-products .i-products-box .i-products-right .i-products-imgbox .i-products-imgbox a{
  width: 100%;
  height: 100%;
  display: block;
}

.indexcontent .i-products .i-products-box .i-products-right .i-products-imgbox .i-products-imgbox2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.indexcontent .i-choose {
  background-color: #f2f3f4;
  padding-top: var(--d190);
  position: relative;
  padding-bottom: var(--d160);
  z-index: 10;
}

.indexcontent .i-choose .i-choose-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 623px;
  pointer-events: none;
}

.indexcontent .i-choose .i-choose-bg img {
  width: 100%;
  height: 100%;
  max-height: 623px;
  object-fit: cover;
}

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

.indexcontent .i-choose .container .i-choose-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d90);
}

.indexcontent .i-choose .container .i-choose-title .title {
  color: #fff;
}

.indexcontent .i-choose .container .i-choose-swiper .i-choose-box {
  background-color: #fff;
  padding-bottom: 10px;
  padding-right: 8px;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 75% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 90%, 75% 100%, 0 100%, 0 0);
  height: 100%;
}

.indexcontent .i-choose .container .i-choose-swiper .i-choose-box:hover .i-choose-box2 {
  background-color: var(--c) !important;
}

.indexcontent .i-choose .container .i-choose-swiper .i-choose-box:hover .i-choose-icon i {
  color: #fff !important;
}

.indexcontent .i-choose .container .i-choose-swiper .i-choose-box:hover h3 {
  color: #fff !important;
}

.indexcontent .i-choose .container .i-choose-swiper .i-choose-box:hover .i-choose-list-text {
  color: #fff;
}

.indexcontent .i-choose .container .i-choose-swiper .i-choose-box .i-choose-box2 {
  padding: var(--d50) var(--d20);
  padding-right: var(--d22);
  background-color: transparent;
  transition: all 0.5s;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 75% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 90%, 75% 100%, 0 100%, 0 0);
  height: 100%;
}

.indexcontent .i-choose .container .i-choose-swiper .i-choose-box .i-choose-box2 .i-choose-icon {
  margin-bottom: var(--d32);
}

.indexcontent .i-choose .container .i-choose-swiper .i-choose-box .i-choose-box2 .i-choose-icon i {
  font-size: var(--80);
  color: var(--c);
  transition: all 0.5s;
}

.indexcontent .i-choose .container .i-choose-swiper .i-choose-box .i-choose-box2 .i-choose-list-title {
  margin-bottom: var(--d32);
}

.indexcontent .i-choose .container .i-choose-swiper .i-choose-box .i-choose-box2 .i-choose-list-title h3 {
  font-weight: 700;
  font-size: var(--26);
  line-height: calc(36 / 26);
  color: var(--c2);
  transition: all 0.5s;
}

.indexcontent .i-choose .container .i-choose-swiper .i-choose-box .i-choose-box2 .i-choose-list-text {
  font-size: var(--18);
  line-height: calc(25 / 18);
  font-weight: 500;
  transition: all 0.5s;
}

.indexcontent .i-about {
  background-color: #f2f3f4;
  padding-bottom: var(--d22);
  position: relative;
  z-index: 10;
}

.indexcontent .i-about .i-about-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d124);
}

.indexcontent .i-about .i-about-box .i-about-left {
  width: calc(790 / 1600 * 100%);
  padding-right: var(--d66);
}

.indexcontent .i-about .i-about-box .i-about-left .i-about-type {
  font-size: var(--30);
  line-height: calc(42 / 30);
  color: var(--c);
  margin-bottom: var(--d20);
  font-weight: 500;
}

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

.indexcontent .i-about .i-about-box .i-about-left .i-about-title h2 {
  font-size: var(--64);
  line-height: calc(90 / 64);
  font-weight: 700;
  color: var(--c2);
}

.indexcontent .i-about .i-about-box .i-about-left .i-about-text {
  font-size: var(--18);
  line-height: calc(36 / 18);
  margin-bottom: var(--d60);
}

.indexcontent .i-about .i-about-box .i-about-right {
  width: calc(810 / 1600 * 100%);
}

.indexcontent .i-about .i-about-box .i-about-right .i-about-imgbox {
  width: calc(780 / 810 * 100%);
  position: relative;
}

.indexcontent .i-about .i-about-box .i-about-right .i-about-imgbox::after {
  width: 100%;
  height: 100%;
  top: var(--d25);
  left: var(--d30);
  position: absolute;
  content: '';
  background-image: url('../image/other/i_about_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.indexcontent .i-about .i-about-box .i-about-right .i-about-imgbox img {
  -webkit-clip-path: polygon(100% 0, 100% 80%, 75% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 80%, 75% 100%, 0 100%, 0 0);
}

.indexcontent .i-about .i-about-list {
  --bs-gutter-x: var(var(--g50));
  margin-bottom: calc(var(--d50) * -1);
}

.indexcontent .i-about .i-about-list .i-about-list2 {
  margin-bottom: var(--d50);
}

.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3 {
  padding: var(--d20);
  position: relative;
  height: 100%;
}

.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3:hover::after {
  box-shadow: 0px 0px 20px rgba(137, 137, 137, 0.25);
}

.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3:hover i {
  color: var(--c) !important;
}

.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3:hover .num {
  color: var(--c) !important;
}

.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3::after {
  width: 100%;
  height: 50%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-con {
  position: relative;
  z-index: 10;
}

.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-con .i-about-icon {
  margin-bottom: var(--d32);
}

.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-con .i-about-icon i {
  font-size: var(--56);
  transition: all 0.5s;
}

.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-con .num {
  text-align: right;
  font-size: var(--80);
  line-height: calc(85 / 80);
  margin-bottom: var(--d12);
  color: var(--c2);
  font-weight: 800;
  transition: all 0.5s;
}

.indexcontent .i-about .i-about-list .i-about-list2 .i-about-list3 .i-about-con .i-about-list-text {
  text-align: right;
  font-size: var(--18);
  line-height: calc(25 / 18);
}

.indexcontent .i-look {
  background-image: url('../image/other/i_look_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-bottom: var(--d150);
  position: relative;
  z-index: 10;
}

.indexcontent .i-look::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  mix-blend-mode: multiply;
  background-color: rgba(47, 22, 7, 0.6);
}

.indexcontent .i-look .i-look-box {
  padding: var(--d60) var(--d20);
  position: relative;
  z-index: 10;
  width: 977px;
  max-width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.06);
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.indexcontent .i-look .i-look-title {
  margin-bottom: var(--d62);
}

.indexcontent .i-look .i-look-title h2 {
  font-size: var(--64);
  line-height: calc(78 / 64);
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .indexcontent .i-look .i-look-title h2 {
    font-size: 22px;
  }
}

.indexcontent .i-news {
  padding-top: var(--d120);
  padding-bottom: var(--d140);
  background-image: url('../image/other/i_news_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  z-index: 10;
}

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

.indexcontent .i-news .i-news-list {
  --bs-gutter-x: var(--g50);
  margin-bottom: calc(var(--d50) * -1);
}

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

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 {
  box-shadow: 0px 4px 20px rgba(146, 146, 146, 0.25);
  height: 100%;
  background-color: #fff;
  transition: all 0.5s;
}

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

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

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3:hover h3 {
  color: #fff !important;
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3:hover .i-news-date {
  color: #fff !important;
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3:hover .i-news-list-but {
  background-color: #fff !important;
  color: var(--c) !important;
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox {
  padding: var(--d20) var(--d30);
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-date {
  font-size: var(--20);
  line-height: calc(28 / 20);
  color: var(--c);
  margin-bottom: var(--d20);
  font-weight: 500;
  transition: all 0.5s;
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-title {
  margin-bottom: var(--d20);
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-title h3 {
  font-size: var(--26);
  line-height: calc(36 / 26);
  color: var(--c2);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  transition: all 0.5s;
  overflow: hidden;
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-but {
  margin-left: auto;
  width: var(--r40);
  height: var(--r40);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
  transition: all 0.5s;
  color: #fff;
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-textbox .i-news-list-but i {
  font-size: var(--14);
}

.i-products-titlebox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: var(--d60);
}

.i-products-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d18);
  position: relative;
}

.i-products-titlebox::after {
  content: '';
  width: 16px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: calc(var(--d12) * -1);
  transform: translate(-100%, -50%);
  background-color: var(--c);
  z-index: 10;
}

.i-products-titlebox .i-products-list-title {
  width: calc(100% - 87px);
}

.i-products-titlebox .i-products-list-title h3 {
  font-weight: 700;
  color: var(--c2);
  font-size: var(--26);
  line-height: calc(36 / 26);
  transition: all 0.5s;
}

.i-products-titlebox .i-products-but {
  width: var(--r40);
  height: var(--r40);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.i-products-list-text {
  font-size: var(--16);
  line-height: calc(22 / 16);
  font-weight: 500;
}

.i-products-box2 {
  display: none;
}

.i-products-box2 .i-products-box2-imgbox {
  width: 100%;
  margin-bottom: var(--d30);
}

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

.i-products-box2 .i-products-titlebox::after {
  display: none !important;
}

.fooder {
  background-image: url('../image/other/food_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--d75);
  position: relative;
}

.fooder .fooder-up {
  position: fixed;
  width: var(--r50);
  height: var(--r50);
  right: var(--d55);
  bottom: var(--d243);
  background-color: var(--c);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: all .5s;
  opacity: 0;
}

.fooder .show {
  opacity: 1;
}

.fooder .fooder-up:hover .icon1 {
  transform: translate(-50%, -250%);
}

.fooder .fooder-up:hover .icon2 {
  transform: translate(-50%, -50%);
}

.fooder .fooder-up i {
  font-size: var(--20);
  color: #fff;
  font-weight: 500;
  display: block;
  transition: all 0.5s;
}

.fooder .fooder-up .icon1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fooder .fooder-up .icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150%);
}

.fooder .fooder-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d18) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--d100);
}

.fooder .fooder-top .fooder-logo {
  width: 125px;
}

.fooder .fooder-top .fooder-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fooder .fooder-top .fooder-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fooder .fooder-top .fooder-nav .fooder-nav2 {
  font-size: var(--18);
  line-height: calc(25 / 18);
  font-weight: 700;
  color: #fff;
  opacity: 0.4;
  transition: all 0.5s;
  margin-right: var(--d40);
}

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

.fooder .fooder-top .fooder-nav .fooder-nav2:hover {
  opacity: 1;
}

.fooder .fooder-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: var(--d160);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fooder .fooder-con .fooder-mesbox {
  width: calc(752 / 1600 * 100%);
  padding-right: var(--d110);
}

.fooder .fooder-con .fooder-mesbox .fooder-mes-title {
  font-size: var(--18);
  line-height: calc(25 / 18);
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.4);
}

.fooder .fooder-con .fooder-mesbox .fooder-mes {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: calc(-1 * var(--d52));
  padding-bottom: var(--d52);
}

.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2 {
  margin-bottom: var(--d52);
}

.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2:nth-child(1) {
  margin-right: var(--d90);
}

.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2:nth-child(3) {
  width: 100%;
}

.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2 a {
  font-size: var(--22);
  line-height: calc(31 / 22);
  color: #fff;
  transition: all 0.5s;
  font-weight: 500;
}

.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2 a:hover {
  color: var(--c);
}

.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2 p {
  font-size: var(--20);
  line-height: calc(28 / 20);
  color: #fff;
  font-weight: 500;
}

.fooder .fooder-con .fooder-mesbox .fooder-socialbox .fooder-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fooder .fooder-con .fooder-mesbox .fooder-socialbox .fooder-social a {
  margin-right: var(--d24);
}

.fooder .fooder-con .fooder-mesbox .fooder-socialbox .fooder-social a:hover i {
  opacity: 1;
}

.fooder .fooder-con .fooder-mesbox .fooder-socialbox .fooder-social a i {
  font-size: var(--30);
  opacity: 0.4;
  color: #fff;
  transition: all 0.5s;
}

.fooder .fooder-con .fooder-form {
  width: calc(848 / 1600 * 100%);
}

.fooder .fooder-con .fooder-form ul {
  --bs-gutter-x: var(--g46);
}

.fooder .fooder-con .fooder-form ul li .input-box {
  width: 100%;
  background-color: transparent;
  padding: var(--d10) 0;
  font-size: var(--18);
  line-height: calc(25 / 18);
  margin-bottom: var(--d40);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.fooder .fooder-con .fooder-form ul li .input-box::placeholder {
  color: #fff;
}

.fooder .fooder-con .fooder-form ul li .textarea-box {
  margin-bottom: var(--d60);
  height: 120px;
}

.fooder .fooder-bom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d30) 0;
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: #FFFFFF;
}

.fooder .fooder-bom span,
.fooder .fooder-bom a {
  opacity: 0.4;
  transition: all 0.5s;
}

.fooder .fooder-bom span:hover,
.fooder .fooder-bom a:hover {
  opacity: 1;
}

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

.other-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: banneran 3s ease forwards;
}

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

.other-banner .other-text .other-title {
  margin-bottom: 6px;
}

.other-banner .other-text .other-title h2 {
  font-size: var(--72);
  line-height: calc(101 / 72);
  font-weight: 700;
  color: #FFFFFF;
}

.crbam {
  color: #fff;
}

.crbam i {
  margin-right: var(--d12);
  font-size: var(--24);
  line-height: var(--28);
}

.crbam .crbam-list {
  display: inline;
  font-size: var(--18);
  line-height: var(--28);
  font-weight: 500;
}

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

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

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

.con-nav {
  display: flex;
  justify-content: safe center;
  background-color: #f2f3f4;
  border-bottom: 1px solid #e4e4e4;
}

.con-nav .con-nav2 {
  flex: 1;
}

.con-nav .con-nav2 .con-nav3 {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  transition: all 0.5s;
}

.con-nav .con-nav2 .con-nav3:hover {
  background-color: #FFFFFF;
}

.con-nav .con-nav2 .con-nav3:hover .con-navbox {
  background-color: var(--c);
  color: #FFFFFF;
}

.con-nav .con-nav2 .con-nav3 .con-navbox {
  -webkit-clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d20);
  min-height: 85px;
  transition: all 0.5s;
  font-size: var(--18);
  line-height: calc(24 / 18);
  color: #666666;
  text-align: left;
}

.con-nav .action .con-nav3 {
  background-color: #FFFFFF;
}

.con-nav .action .con-nav3 .con-navbox {
  background-color: var(--c);
  color: #FFFFFF;
}

.product {
  background-color: #f2f3f4;
  padding-top: var(--d120);
  position: relative;
  z-index: 10;
}

.product .bg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 33.38542vw;
  z-index: -1;
}

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

.product .product-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--d100);
}

.product .product-box .product-imgbox {
  width: calc(658 / 1600 * 100%);
}

.product .product-box .product-imgbox .product-imgbox2 {
  width: calc(638 / 658 * 100%);
  position: relative;
}

.product .product-box .product-imgbox .product-imgbox2::after {
  width: 100%;
  height: 100%;
  top: var(--d25);
  left: var(--d30);
  position: absolute;
  content: '';
  background-image: url('../image/other/i_about_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.product .product-box .product-imgbox .product-imgbox2 img {
  -webkit-clip-path: polygon(100% 0, 100% 80%, 75% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 80%, 75% 100%, 0 100%, 0 0);
}

.product .product-box .product-textbox {
  width: calc(942 / 1600 * 100%);
  padding-left: var(--d60);
}

.product .product-box .product-textbox .product-type {
  font-size: var(--30);
  line-height: calc(42 / 30);
  color: var(--c);
  margin-bottom: var(--d20);
}

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

.product .product-box .product-textbox .product-title h2 {
  font-size: var(--48);
  line-height: calc(67 / 48);
  color: var(--c2);
  font-weight: 700;
}

.product .product-box .product-textbox .product-text {
  font-size: var(--18);
  line-height: calc(36 / 18);
  margin-bottom: var(--d60);
  color: #666666;
}

.product .advantages {
  padding: var(--d80) var(--d60);
  margin-bottom: var(--d120);
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  .product .advantages {
    padding: 20px 10px;
  }
}


.product .advantages .advantages-text {
  margin-bottom: var(--d60);
}

.product .products-con .products-con-title {
  margin-bottom: var(--d80);
  padding-left: var(--d26);
  position: relative;
}

.product .products-con .products-con-title::after {
  width: 6px;
  height: calc(44 / 90 * 100%);
  background-color: var(--c);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  position: absolute;
}

.product .products-con .products-con-title h2 {
  font-size: var(--48);
  line-height: calc(67 / 48);
  font-weight: 700;
  color: var(--c2);
}

.product .products-con .products-list {
  padding-bottom: var(--d120);
  --bs-gutter-x: var(var(--r50));
}

.product .products-con .products-list .products-list2 {
  margin-bottom: var(--d50);
}

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

.product .products-con .products-list .products-list2:hover h3 {
  color: var(--c) !important;
}

.product .products-con .products-list .products-list2:hover .products-list3 {
  background-color: var(--c) !important;
}

.product .products-con .products-list .products-list2 .products-list3 {
  padding-right: var(--d10);
  padding-bottom: var(--d10);
  background-color: #FFFFFF;
  height: 100%;
  transition: all 0.5s;
}

.product .products-con .products-list .products-list2 .products-list3 .products-con-box {
  background-color: #FFFFFF;
  height: 100%;
}

.product .products-con .products-list .products-list2 .products-list3 .products-con-box .products-title h3 {
  padding: var(--20) var(--d80);
  font-size: var(--24);
  line-height: calc(34 / 24);
  color: var(--c2);
  font-weight: 700;
  transition: all 0.5s;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product .application {
  padding-bottom: var(--d120);
}

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

.product .application .application-titlebox .application-title {
  padding-left: var(--d26);
  position: relative;
}

.product .application .application-titlebox .application-title::after {
  width: 6px;
  height: calc(44 / 90 * 100%);
  background-color: var(--c);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  position: absolute;
}

.product .application .application-titlebox .application-title h2 {
  font-size: var(--48);
  line-height: calc(67 / 48);
  font-weight: 700;
  color: var(--c2);
}

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

.advantages-title {
  padding-bottom: var(--d20);
  position: relative;
  margin-bottom: var(--d36);
}

.advantages-title::after {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  content: '';
  position: absolute;
  bottom: 0;
}

.advantages-title::before {
  width: 60px;
  height: 1px;
  background-color: var(--c);
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.advantages-title h3 {
  font-size: var(--32);
  line-height: calc(45 / 32);
  color: var(--c2);
  font-weight: 700;
}

.advantages-list .advantages-list2 {
  margin-bottom: var(--d24);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.advantages-list .advantages-list2 .advantages-icon {
  width: var(--r36);
  height: var(--r36);
  min-width: var(--r36);
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d16);
}

.advantages-list .advantages-list2 .advantages-icon .advantages-icon2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
}

.advantages-list .advantages-list2 .advantages-icon .advantages-icon2 i {
  color: #fff;
}

.advantages-list .advantages-list2 .advantages-list3 {
  font-size: var(--18);
  line-height: calc(36 / 18);
  color: #666666;
}

.productdetails {
  padding-top: var(--d40);
  padding-bottom: var(--d20);
}

.productdetails .crbam {
  margin-bottom: var(--d62);
}

.productdetails .crbam i {
  color: var(--c);
}

.productdetails .crbam ul li {
  color: #999999;
}

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

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

.swiper-but {
  width: var(--r54);
  height: var(--r54);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  font-size: var(--14);
  transition: all 0.5s;
  cursor: pointer;
  color: var(--c);
}

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

.swiper-but i {
  font-size: var(--24);
  line-height: calc(34 / 24);
}

.get {
  background-image: url('../image/other/get_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}

.get::after {
  width: 100%;
  height: 100%;
  background-color: rgba(47, 22, 7, 0.6);
  mix-blend-mode: multiply;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.get .get-box {
  padding: var(--d90) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

.get .get-box .get-title {
  width: 1008px;
  font-size: var(--48);
  line-height: calc(67 / 48);
  color: #FFFFFF;
  font-weight: 700;
}

@media (max-width: 768px) {
  .get .get-box .get-title {
    font-size: 22px;
  }
}





.capacity .equipment {
  padding-top: var(--d120);
  padding-bottom: var(--d124);
  background-color: #f2f3f4;
}

.capacity .equipment .equipment-title {
  margin-bottom: var(--d80);
}

.capacity .equipment .equipment-swiper {
  margin-left: var(--p);
  margin-bottom: var(--d60);
}

.capacity .equipment .equipment-swiper .equipment-imgbox {
  padding-right: var(--d10);
  padding-bottom: var(--d10);
  background-color: #fff;
  transition: all 0.5s;
}

.capacity .equipment .equipment-swiper .equipment-imgbox:hover {
  background-color: var(--c);
}

.capacity .equipment .equipment-swiper .equipment-imgbox:hover img {
  transform: scale(1.1);
}

.capacity .equipment .equipment-swiper .equipment-imgbox .equipment-imgbox2 {
  position: relative;
}

.capacity .equipment .equipment-swiper .equipment-imgbox .equipment-imgbox2 .equipment-sw-title {
  position: absolute;
  width: 100%;
  padding: var(--d30) var(--d20);
  z-index: 10;
  bottom: 0;
  left: 0;
}

.capacity .equipment .equipment-swiper .equipment-imgbox .equipment-imgbox2 .equipment-sw-title::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.capacity .equipment .equipment-swiper .equipment-imgbox .equipment-imgbox2 .equipment-sw-title h3 {
  color: #fff;
  font-size: var(--20);
  line-height: calc(28 / 20);
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 10;
}

.capacity .equipment .equipment-sw-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.capacity .equipment .equipment-sw-butbox .equipment-pagination {
  width: calc(100% - 174px);
  position: relative;
  background-color: #e4e4e4;
  height: 2px;
}

.capacity .equipment .equipment-sw-butbox .equipment-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--c);
}

.capacity .key {
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}

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

.capacity .key .key-box .key-left {
  padding-right: var(--d60);
  width: calc(825 / 1600 * 100%);
}

.capacity .key .key-box .key-left .key-title {
  margin-bottom: var(--d40);
}

.capacity .key .key-box .key-left .key-text {
  margin-bottom: var(--d80);
  font-size: var(--18);
  line-height: calc(36 / 18);
  color: #666666;
}

.capacity .key .key-box .key-left .key-list .key-list2 {
  margin-bottom: var(--d80);
}

.capacity .key .key-box .key-left .key-list .key-list2:last-child {
  margin-bottom: 0;
}

.capacity .key .key-box .key-left .key-list .key-list2 .key-list3 {
  color: var(--c2);
  transition: all 0.5s;
}

.capacity .key .key-box .key-left .key-list .key-list2 .key-list3 .key-list-title {
  margin-bottom: var(--d20);
  font-size: var(--26);
  line-height: var(--50);
  display: flex;
  align-items: center;
  font-weight: 700;
}

.capacity .key .key-box .key-left .key-list .key-list2 .key-list3 .key-list-title span {
  font-size: var(--36);
  margin-right: var(--d16);
}

.capacity .key .key-box .key-left .key-list .key-list2 .key-list3 .key-line {
  width: 100%;
  background-color: #e4e4e4;
  height: 1px;
}

.capacity .key .key-box .key-left .key-list .key-list2 .key-list3 .key-line .key-line2 {
  width: 0%;
  height: 100%;
  background-color: var(--c);
}

.capacity .key .key-box .key-left .key-list .action .key-list3 {
  color: var(--c);
}

.capacity .key .key-box .key-left .key-list .action .key-list3 .key-line .key-line2 {
  animation: linean 3.8s linear forwards;
}

@keyframes linean {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.capacity .key .key-box .key-right {
  width: calc(775 / 1600 * 100%);
}

.capacity .key .key-box .key-right .key-swiper {
  padding-right: var(--d20);
  padding-bottom: var(--d20);
}

.capacity .key .key-box .key-right .key-swiper::after {
  width: calc(100% - var(--d20));
  height: calc(100% - var(--d20));
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  background-color: var(--c);
}

.capacity .key .key-box .key-right .key-swiper .swiper-slide:hover .img-box img {
  transform: scale(1.1);
}

.capacity .testing {
  padding-top: var(--d128);
  padding-bottom: var(--d120);
  background-color: #f2f3f4;
}

.capacity .testing .testing-title {
  margin-bottom: var(--d60);
}

.capacity .testing .testing-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(-1 * var(--d60));
  padding-bottom: var(--d60);
}

.capacity .testing .testing-nav .testing-nav2 {
  margin-right: var(--d60);
  padding: var(--d14) var(--d28);
  font-size: var(--18);
  line-height: calc(25 / 18);
  font-weight: 500;
  border: 1px solid var(--c);
  color: var(--c);
  cursor: pointer;
  transition: all 0.5s;
  margin-bottom: var(--d30);
}

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

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

.capacity .testing .testing-swbox {
  position: relative;
}

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

.capacity .testing .testing-swbox .testing-re {
  position: relative;
}

.capacity .testing .testing-swbox .swiper-action {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.capacity .testing .testing-swbox .testing-sw-imgbox {
  padding-right: var(--d10);
  padding-bottom: var(--d10);
  background-color: #fff;
  transition: all 0.5s;
}

.capacity .testing .testing-swbox .testing-sw-imgbox:hover {
  background-color: var(--c);
}

.capacity .testing .testing-swbox .testing-sw-imgbox:hover img {
  transform: scale(1.1);
}

.capacity .quality .quality-titlebox {
  padding-top: var(--d120);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.capacity .quality .quality-swiper {
  padding-top: var(--d80);
  padding-bottom: var(--d120);
}

.capacity .quality .quality-box {
  padding: 0 var(--d20) var(--d26);
  box-shadow: 0px 0px 20px rgba(201, 201, 201, 0.25);
}

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

.capacity .quality .quality-box:hover .quality-sw-title {
  color: var(--c);
}

.capacity .quality .quality-box .quality-sw-title {
  text-align: center;
  color: var(--c2);
  font-size: var(--20);
  line-height: calc(26 / 20);
  transition: all 0.5s;
}

.packaging {
  padding: var(--d120) 0;
  background: linear-gradient(111.97deg, rgba(242, 243, 244, 0.6) 9.08%, #F2F3F4 98.87%);
}

.packaging .packaging-list .packaging-list2 {
  margin-bottom: var(--d48);
}

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

.packaging .packaging-list .packaging-list2 .packaging-list3 {
  background-color: #FFFFFF;
  padding: var(--d20) var(--d40);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.packaging .packaging-list .packaging-list2 .packaging-list3 .packaging-imgbox {
  width: calc(735 / 1520 * 100%);
}

.packaging .packaging-list .packaging-list2 .packaging-list3 .packaging-imgbox .img-box {
  padding-bottom: calc(608 / 1280 * 100%);
}

.packaging .packaging-list .packaging-list2 .packaging-list3 .packaging-textbox {
  width: calc(785 / 1520 * 100%);
  padding-left: var(--d90);
}

.packaging .packaging-list .packaging-list2 .packaging-list3 .packaging-textbox .packaging-type {
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: var(--c);
  margin-bottom: var(--d20);
}

.packaging .packaging-list .packaging-list2 .packaging-list3 .packaging-textbox .packaging-title {
  margin-bottom: var(--d60);
}

.packaging .packaging-list .packaging-list2 .packaging-list3 .packaging-textbox .packaging-title h2 {
  font-size: var(--32);
  line-height: calc(45 / 32);
  color: var(--c2);
  font-weight: 700;
}

.packagingdetails {
  padding-bottom: var(--d145);
  background: linear-gradient(111.97deg, rgba(242, 243, 244, 0.6) 9.08%, #F2F3F4 98.87%);
}

.packagingdetails .packagingdetails-con {
  background-color: #ffffff;
  padding: var(--d80) var(--d60);
}

@media (max-width: 768px) {
  .packagingdetails .packagingdetails-con {
    padding: 20px 10px;
  }
}

.packagingdetails .packagingdetails-con .packagingdetails-titlebox .packagingdetails-type {
  font-size: var(--30);
  line-height: calc(42 / 30);
  color: var(--c);
  margin-bottom: var(--d20);
}

.packagingdetails .packagingdetails-con .packagingdetails-titlebox .packagingdetails-title {
  padding: var(--d20) 0 var(--d30);
  margin-bottom: var(--d60);
  border-bottom: 1px solid #e4e4e4;
}

.packagingdetails .packagingdetails-con .packagingdetails-titlebox .packagingdetails-title h2 {
  font-size: var(--48);
  line-height: calc(67 / 48);
  color: var(--c2);
  font-weight: 700;
}

.packagingdetails .packagingdetails-con .packagingdetails-imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d60);
}

.packagingdetails .packagingdetails-con .packagingdetails-imgbox img {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.packagingdetails .packagingdetails-con .packagingdetails-text {
  margin-bottom: var(--d60);
}

.packagingdetails .packagingdetails-con .packagingdetails-text:last-child {
  margin-bottom: 0;
}

.about {
  background-color: #f2f3f4;
}

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

.about .company .company-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d30);
}

.about .company .company-titlebox .company-video {
  width: var(--r120);
  height: var(--r120);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(230, 0, 18, 0.3) 0%, rgba(227, 227, 227, 0.1) 100%);
  box-shadow: inset 0px 1px 2px #FFFFFF;
  animation: playan2 5s linear infinite normal;
}

.about .company .company-titlebox .company-video .company-video2 {
  width: calc(96 / 120 * 100%);
  height: calc(96 / 120 * 100%);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: playan3 5s linear infinite normal;
}

.about .company .company-titlebox .company-video .company-video2 .company-video3 {
  width: calc(65 / 96 * 100%);
  height: calc(65 / 96 * 100%);
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .company .company-titlebox .company-video .company-video2 .company-video3 i {
  font-size: var(--24);
  color: var(--c);
}

.about .company .company-text {
  font-size: var(--18);
  line-height: calc(32 / 18);
  color: #666666;
  font-weight: 500;
  margin-bottom: var(--d80);
}

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

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

.about .company .company-list .company-list2 .company-list3 {
  background-color: #FFFFFF;
  padding: var(--d20);
  height: 100%;
  transition: all 0.5s;
}

.about .company .company-list .company-list2 .company-list3:hover {
  background-color: var(--c);
}

.about .company .company-list .company-list2 .company-list3:hover .company-list-titlebox .company-icon i {
  color: #fff;
}

.about .company .company-list .company-list2 .company-list3:hover .company-list-titlebox .company-list-num {
  color: #fff;
}

.about .company .company-list .company-list2 .company-list3:hover .company-list-text {
  color: #fff !important;
}

.about .company .company-list .company-list2 .company-list3 .company-list-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d20);
}

.about .company .company-list .company-list2 .company-list3 .company-list-titlebox .company-icon i {
  transition: all 0.5s;
  color: #999999;
  font-size: var(--50);
}

.about .company .company-list .company-list2 .company-list3 .company-list-titlebox .company-list-num {
  font-size: var(--48);
  line-height: calc(67 / 48);
  color: var(--c2);
  font-weight: 700;
}

.about .company .company-list .company-list2 .company-list3 .company-list-text {
  text-align: right;
  transition: all 0.5s;
  font-size: var(--16);
  line-height: calc(22 / 16);
}

.about .company .company-swiper {
  padding-bottom: var(--d60);
}

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

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

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

.about .company .company-pagination {
  text-align: center;
}

.about .company .company-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0 var(--d8);
  background-color: #e60012;
}

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

.about .service .service-title {
  margin-bottom: var(--d40);
}

.about .service .service-title2 {
  font-size: var(--26);
  line-height: calc(36 / 26);
  font-weight: 700;
  margin-bottom: var(--d20);
  color: var(--c2);
}

.about .service .service-text {
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: #666666;
  margin-bottom: var(--d60);
}

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

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

.about .service .service-list .service-list2 .service-list3 {
  height: 100%;
  background-color: #fff;
  padding: var(--d80) var(--d20) var(--d86);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about .service .service-list .service-list2 .service-list3:hover .service-icon {
  transform: translateY(-10px);
}

.about .service .service-list .service-list2 .service-list3 .service-icon {
  margin-bottom: var(--d32);
  color: var(--c);
  transition: all 0.5s;
}

.about .service .service-list .service-list2 .service-list3 .service-icon i {
  font-size: var(--80);
}

.about .service .service-list .service-list2 .service-list3 .service-list-title {
  text-align: center;
  font-size: var(--32);
  line-height: calc(45 / 32);
}

.about .service .service-list .service-list2 .service-list3 .service-list-title h3 {
  margin-bottom: var(--d32);
  font-weight: 700;
  color: #333333;
}

.about .service .service-list .service-list2 .service-list3 .service-list-text {
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: #666666;
  text-align: center;
}

.about .sustainable {
  padding-bottom: var(--d120);
}

.about .sustainable .sustainable-title {
  margin-bottom: var(--d40);
}

.about .sustainable .sustainable-title2 {
  font-size: var(--26);
  line-height: calc(36 / 26);
  font-weight: 700;
  margin-bottom: var(--d20);
  color: var(--c2);
}

.about .sustainable .sustainable-text {
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: #666666;
  margin-bottom: var(--d60);
}

.about .sustainable .sustainable-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about .sustainable .sustainable-list .sustainable-list2 {
  width: calc(363 / 1600 * 100%);
  height: 600px;
  transition: all 0.5s;
}

.about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 .sustainable-list-textbox1 {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: var(--d20) var(--d20) var(--d40);
  transition: all 0.15s;
}

.about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 .sustainable-list-textbox1 h3 {
  font-size: var(--26);
  line-height: calc(36 / 26);
  font-weight: 700;
  color: #fff;
}

.about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 .sustainable-list-textbox2 {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: var(--d40) var(--d20) var(--d40);
  opacity: 0;
  background: linear-gradient(181deg, rgba(51, 51, 51, 0.00) 0.49%, rgba(23, 23, 23, 0.53) 54.15%, rgba(0, 0, 0, 0.67) 99.51%);
}

@media (max-width: 768px) {
  .about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 .sustainable-list-textbox2 {
    padding: 20px 15px;
  }
}

.about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 .sustainable-list-textbox2 h3 {
  font-size: var(--26);
  line-height: calc(36 / 26);
  font-weight: 700;
  color: #fff;
}

.about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 .sustainable-list-textbox2 .sustainable-list-title2 {
  margin-bottom: var(--d12);
}

@media (max-width: 768px) {
  .about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 .sustainable-list-textbox2 .sustainable-list-title2 {
    margin-bottom: 20px;
  }
}

.about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 .sustainable-list-textbox2 .sustainable-list-text2 {
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: #fff;
}

.about .sustainable .sustainable-list .action {
  width: calc(775 / 1600 * 100%);
}

.about .sustainable .sustainable-list .action .sustainable-list-textbox1 {
  opacity: 0 !important;
}

.about .sustainable .sustainable-list .action .sustainable-list-textbox2 {
  opacity: 1 !important;
  transition: all 0.5s;
  transition-delay: 0.5s;
}

.is-pagination {
  text-align: center;
  margin-top: var(--d30);
}

.is-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0 var(--d8);
  background-color: #e60012;
}

.news {
  padding-top: var(--d115);
  padding-bottom: var(--d120);
  background: linear-gradient(111.97deg, rgba(242, 243, 244, 0.6) 9.08%, #F2F3F4 98.87%);
}

.news .news-top {
  margin-bottom: var(--d80);
}

.news .news-top .news-box {
  background-color: #fff;
  padding: var(--d40);
  display: flex;
  justify-content: space-between;
}

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

.news .news-top .news-box:hover .news-title h2 {
  color: var(--c) !important;
}

.news .news-top .news-box .news-imgbox {
  width: calc(735 / 1520 * 100%);
}

.news .news-top .news-box .news-textbox {
  width: calc(785 / 1520 * 100%);
  padding-left: var(--d90);
  padding-top: var(--d15);
}

.news .news-top .news-box .news-textbox .news-date {
  font-size: var(--20);
  line-height: calc(28 / 20);
  margin-bottom: var(--d20);
  color: var(--c);
}

.news .news-top .news-box .news-textbox .news-title {
  margin-bottom: var(--d40);
}

.news .news-top .news-box .news-textbox .news-title h2 {
  font-size: var(--36);
  line-height: calc(50 / 36);
  color: var(--c2);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

.news .news-top .news-box .news-textbox .news-text {
  font-size: var(--16);
  line-height: calc(30 / 16);
  color: #666666;
  margin-bottom: var(--d60);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news .news-top .news-pagination {
  position: absolute;
  left: auto;
  bottom: 5.5%;
  right: 39.5%;
  width: auto;
  z-index: 10;
}

.news .news-top .news-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0 var(--d8);
  background-color: #e60012;
}

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

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

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

.news .news-list .news-list2 .news-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d30) var(--d40);
  background-color: #fff;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .news .news-list .news-list2 .news-list3 {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

.news .news-list .news-list2 .news-list3:hover .news-list-date .news-list-day,
.news .news-list .news-list2 .news-list3:hover .news-list-years,
.news .news-list .news-list2 .news-list3:hover .news-list-title h2 {
  color: #fff !important;
}

.news .news-list .news-list2 .news-list3:hover .news-list-to {
  background-color: #fff !important;
  color: var(--c) !important;
}

.news .news-list .news-list2 .news-list3 .news-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px - var(--d80));
}

@media (max-width: 768px) {
  .news .news-list .news-list2 .news-list3 .news-left {
    width: 100%;
  }
}

.news .news-list .news-list2 .news-list3 .news-left .news-list-date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.news .news-list .news-list2 .news-list3 .news-left .news-list-date .news-list-day {
  font-size: var(--64);
  line-height: calc(60 / 64);
  margin-bottom: var(--d14);
  font-weight: 700;
  color: var(--c2);
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .news .news-list .news-list2 .news-list3 .news-left .news-list-date .news-list-day {
    margin-bottom: 0px;
  }
}

.news .news-list .news-list2 .news-list3 .news-left .news-list-date .news-list-years {
  font-size: var(--20);
  line-height: calc(28 / 20);
  color: var(--c2);
  transition: all 0.5s;
}

.news .news-list .news-list2 .news-list3 .news-left .news-list-title {
  width: calc(100% - 170px - var(--d24));
  padding: var(--d20) 0;
  padding-left: var(--d40);
  border-left: 1px solid #e4e4e4;
}

.news .news-list .news-list2 .news-list3 .news-left .news-list-title h2 {
  font-size: var(--26);
  line-height: calc(48 / 26);
  color: var(--c2);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

.news .news-list .news-list2 .news-list3 .news-list-to {
  width: var(--r40);
  height: var(--r40);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
  transition: all 0.5s;
  color: #fff;
  font-size: var(--14);
}

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

.pagination a {
  width: var(--r40);
  height: var(--r40);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  color: var(--c);
  font-size: var(--18);
  transition: all 0.5s;
}

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

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

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

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

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

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

.newsdetails {
  background: linear-gradient(111.97deg, rgba(242, 243, 244, 0.6) 9.08%, #F2F3F4 98.87%);
  padding-bottom: var(--d120);
}

.newsdetails .newsdetails-con {
  padding: var(--d80) var(--d60);
  background-color: #fff;
}

.newsdetails .newsdetails-con .newsdetails-date {
  font-size: var(--20);
  line-height: calc(28 / 20);
  color: var(--c);
  margin-bottom: var(--d20);
}

.newsdetails .newsdetails-con .newsdetails-title {
  padding-bottom: var(--d30);
  margin-bottom: var(--d32);
  border-bottom: 1px solid #f2f3f4;
}

.newsdetails .newsdetails-con .newsdetails-title h2 {
  font-size: var(--36);
  line-height: calc(50 / 36);
  color: var(--c2);
  font-weight: 700;
}

.newsdetails .newsdetails-con .newsdetails-text {
  font-size: var(--16);
  line-height: calc(32 / 16);
  color: #666666;
  margin-bottom: var(--d32);
}

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

.newsdetails .newsdetails-con .newsdetails-text p:has(img) img {
  max-width: 100%;
}

.newsdetails .newsdetails-con .newsdetails-butbox {
  padding-top: var(--d30);
}

.newsdetails .newsdetails-con .newsdetails-butbox .newsdetails-but {
  margin-bottom: var(--d36);
}

.newsdetails .newsdetails-con .newsdetails-butbox .newsdetails-but a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.newsdetails .newsdetails-con .newsdetails-butbox .newsdetails-but a p {
  font-size: var(--16);
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsdetails .newsdetails-con .newsdetails-butbox .newsdetails-but a span {
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: #333333;
  font-weight: 700;
  margin-right: var(--d12);
}

.newsdetails .newsdetails-con .newsdetails-butbox .con-but2 {
  flex-direction: row-reverse;
}

.newsdetails .newsdetails-con .newsdetails-butbox .con-but2 span {
  margin-right: unset;
  margin-left: var(--d20);
}

.newsdetails .newsdetails-con .newsdetails-butbox .con-but2 i {
  font-size: var(--14);
}

.contact {
  background-color: #f2f3f4;
  position: relative;
}

.contact .bg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 33.38542vw;
  z-index: 0;
}

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

.contact .contact-box {
  padding: var(--d120) 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.contact .contact-box .contact-img {
  width: calc(775 / 1600 * 100%);
}

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

.contact .contact-box .contact-mesbox {
  width: calc(825 / 1600 * 100%);
  padding-left: var(--d55);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.contact .contact-box .contact-mesbox .contact-title {
  margin-bottom: var(--d60);
}

.contact .contact-box .contact-mesbox .contact-title h2 {
  font-weight: 700;
  font-size: var(--40);
  line-height: calc(56 / 40);
  color: var(--c2);
}

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

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

.contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3 {
  padding: var(--d20);
  background-color: #fff;
}

.contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3:hover {
  box-shadow: 0 0 20px 0 rgba(137, 137, 137, 0.25);
}

@media (max-width: 768px) {
  .contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3 {
    padding: 20px 10px;
  }
}

.contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3 .contact-list-title {
  margin-bottom: var(--d18);
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: var(--c);
}

.contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3 .contact-list-text a {
  font-size: var(--22);
  line-height: calc(31 / 22);
  color: var(--c2);
}

.contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3 .contact-list-text a:hover {
  color: var(--c);
}

.contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3 .contact-list-text p {
  font-size: var(--20);
  line-height: calc(28 / 20);
  color: var(--c2);
}

.contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3 .contact-list-text p:hover {
  color: var(--c);
}

.contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3 .contact-list-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3 .contact-list-social a {
  margin-right: var(--d24);
}

.contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3 .contact-list-social a:hover i {
  color: var(--c);
}

.contact .contact-box .contact-mesbox .contact-list .contact-list2 .contact-list3 .contact-list-social a i {
  font-size: var(--30);
  color: var(--c2);
  transition: all 0.5s;
}

.contact .formbox {
  background-image: url('../image/other/contact_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: var(--d90) 0;
  position: relative;
  z-index: 10;
  mix-blend-mode: multiply;
}

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

.contact .formbox .formbox-box .formbox-left {
  width: calc(100% - 500px);
  padding-right: var(--d80);
}

.contact .formbox .formbox-box .formbox-left .formbox-left-con {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
  padding: var(--d80) var(--d60);
}

.contact .formbox .formbox-box .formbox-left .formbox-left-con .formbox-title {
  margin-bottom: var(--d20);
}

.contact .formbox .formbox-box .formbox-left .formbox-left-con .formbox-title h2 {
  font-size: var(--48);
  line-height: calc(60 / 48);
  font-weight: 700;
  color: #fff;
}

@media (max-width: 768px) {
  .contact .formbox .formbox-box .formbox-left .formbox-left-con .formbox-title h2 {
    font-size: 22px;
  }
}

.contact .formbox .formbox-box .formbox-left .formbox-left-con .formbox-text {
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: #ffffff;
}

.contact .formbox .formbox-box .formbox-content {
  width: 500px;
  padding: var(--d60) var(--d40);
  background-color: #fff;
}

.contact .formbox .formbox-box .formbox-content .formbox-content-title {
  margin-bottom: var(--d30);
}

.contact .formbox .formbox-box .formbox-content .formbox-content-title h2 {
  font-size: var(--26);
  line-height: calc(36 / 26);
  font-weight: 700;
  color: var(--c2);
}

.contact .formbox .formbox-box .formbox-content .formbox-content-title h2 span {
  color: var(--c);
}

.contact .formbox .formbox-box .formbox-content .contact-form .input-box {
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: var(--c2);
  width: 100%;
  background-color: transparent;
  padding: var(--d10) 0;
  margin-bottom: var(--d20);
  border-bottom: 1px solid #e4e4e4;
}

.contact .formbox .formbox-box .formbox-content .contact-form .input-box::placeholder {
  color: #666666;
}

.contact .formbox .formbox-box .formbox-content .contact-form .textarea-box {
  height: 120px;
  margin-bottom: var(--d30);
}

.container {
  max-width: 1600px;
  padding: 0;
}

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

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

  .indexcontent .i-products .i-products-box .i-products-left .i-products-list .i-products-list2 .i-products-list3 .i-products-titlebox .i-products-list-title h3 {
    font-size: 1.35417vw;
  }

  .indexcontent .i-products .i-products-box .i-products-left .i-products-list .i-products-list2 .i-products-list3 .i-products-list-text {
    font-size: 0.83333vw;
  }

  .about .sustainable .sustainable-list .sustainable-list2 {
    height: 520px;
  }

  .news .news-top .news-pagination {
    right: 38%;
  }
}

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

  :root {
    --p: calc((100vw - 1260px) / 2);
    --g50: 2.5rem;
    --r120: 90px;
    --r110: 90px;
    --r60: 50px;
    --d700: 600px;
    --d357: 285px;
    --d330: 270px;
    --d286: 150px;
    --d260: 150px;
    --d243: 150px;
    --d225: 150px;
    --d210: 130px;
    --d208: 130px;
    --d200: 130px;
    --d190: 110px;
    --d180: 110px;
    --d178: 110px;
    --d170: 110px;
    --d164: 110px;
    --d160: 110px;
    --d154: 100px;
    --d150: 100px;
    --d147: 100px;
    --d145: 100px;
    --d140: 90px;
    --d135: 90px;
    --d130: 90px;
    --d128: 90px;
    --d124: 90px;
    --d120: 90px;
    --d115: 90px;
    --d118: 90px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d93: 70px;
    --d90: 70px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d70: 50px;
    --d66: 40px;
    --d62: 40px;
    --d64: 40px;
    --d60: 35px;
    --d58: 35px;
    --d56: 35px;
    --d55: 35px;
    --d52: 30px;
    --d50: 30px;
    --d45: 30px;
    --d40: 30px;
    --d38: 30px;
    --d36: 24px;
    --d35: 24px;
    --d32: 24px;
    --d30: 24px;
    --d28: 24px;
    --d24: 15px;
    --d20: 10px;
    --d18: 10px;
    --d12: 8px;
    --110: 75px;
    --100: 75px;
    --96: 75px;
    --90: 75px;
    --80: 65px;
    --76: 65px;
    --75: 65px;
    --72: 65px;
    --68: 60px;
    --64: 54px;
    --60: 45px;
    --56: 45px;
    --50: 40px;
    --48: 40px;
    --44: 36px;
    --40: 30px;
    --38: 34px;
    --36: 32px;
    --34: 30px;
    --32: 30px;
    --28: 24px;
    --26: 22px;
    --24: 22px;
    --21: 18px;
    --20: 18px;
    --18: 16px;
  }

  .about .sustainable .sustainable-list .sustainable-list2 {
    height: 470px;
  }

  .banner-textbox .banner-indextitle h2 {
    font-size: var(--56);
  }
}

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

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

  :root {
    --p: calc((100vw - 1060px) / 2);
    --g50: 2rem;
    --r50: 40px;
    --r120: 90px;
    --d700: 450px;
    --d357: 205px;
    --d330: 205px;
    --d286: 100px;
    --d260: 100px;
    --d243: 100px;
    --d225: 100px;
    --d210: 80px;
    --d208: 80px;
    --d200: 80px;
    --d190: 80px;
    --d180: 80px;
    --d178: 80px;
    --d170: 80px;
    --d164: 80px;
    --d160: 80px;
    --d154: 80px;
    --d150: 70px;
    --d147: 70px;
    --d145: 70px;
    --d140: 60px;
    --d135: 60px;
    --d130: 60px;
    --d128: 60px;
    --d124: 60px;
    --d120: 60px;
    --d118: 60px;
    --d115: 60px;
    --d110: 60px;
    --d100: 60px;
    --d96: 40px;
    --d93: 40px;
    --d90: 40px;
    --d86: 40px;
    --d80: 30px;
    --d72: 40px;
    --d70: 30px;
    --d68: 30px;
    --d62: 30px;
    --d58: 25px;
    --d56: 25px;
    --d55: 25px;
    --d48: 33px;
    --d46: 33px;
    --d40: 20px;
    --d38: 20px;
    --d34: 20px;
    --d32: 20px;
    --d30: 20px;
    --d28: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 16px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --110: 66px;
    --100: 66px;
    --96: 66px;
    --90: 66px;
    --80: 50px;
    --76: 50px;
    --75: 50px;
    --70: 50px;
    --68: 50px;
    --65: 50px;
    --64: 40px;
    --60: 38px;
    --56: 38px;
    --50: 38px;
    --48: 32px;
    --44: 30px;
    --40: 30px;
    --38: 28px;
    --36: 28px;
    --34: 28px;
    --32: 24px;
    --30: 24px;
    --24: 20px;
    --22: 18px;
    --21: 17px;
    --20: 16px;
    --17: 15px;
    --16: 14px;
  }

  .about .sustainable .sustainable-list .sustainable-list2 {
    height: 390px;
  }

  .get .get-box .get-title {
    width: 800px;
  }

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

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

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

  :root {
    --p: calc((100vw - 860px) / 2);
    --r120: 70px;
    --r110: 70px;
    --r54: 40px;
    --r50: 35px;
    --r48: 35px;
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d90: 55px;
    --d88: 55px;
    --d70: 40px;
    --d64: 30px;
    --d62: 25px;
    --d60: 25px;
    --d50: 20px;
    --d48: 20px;
    --d45: 20px;
    --d44: 20px;
    --d25: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 6px;
    --100: 50px;
    --90: 50px;
    --80: 45px;
    --76: 45px;
    --75: 45px;
    --72: 45px;
    --70: 45px;
    --68: 45px;
    --64: 38px;
    --50: 30px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }

  .news .news-top .news-pagination {
    right: 10px;
    bottom: 10px;
  }

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

  .news .news-top .news-box .news-textbox {
    width: 100%;
    padding-left: 0;
  }

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

  .about .sustainable .sustainable-list {
    flex-wrap: wrap;
  }

  .about .sustainable .sustainable-list .sustainable-list2 {
    width: 100% !important;
    margin-bottom: var(--d30);
  }

  .about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 .sustainable-list-textbox2 {
    opacity: 1 !important;
  }

  .about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 .sustainable-list-textbox1 {
    opacity: 0 !important;
  }

  .capacity .key .key-box {
    flex-direction: column-reverse;
  }

  .capacity .key .key-box .key-right {
    width: 100%;
    margin-bottom: var(--d30);
  }

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

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

  .get .get-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .con-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .con-nav .con-nav2 .con-nav3 .con-navbox {
    white-space: nowrap;
    min-height: 50px;
  }

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

  .product .product-box .product-imgbox {
    width: 100%;
    margin-bottom: 30px;
  }

  .product .product-box .product-textbox {
    width: 100%;
    padding: 0;
  }

  .fooder .fooder-top .fooder-nav {
    display: none;
  }

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

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

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

  .i-products-box {
    display: none !important;
  }

  .i-products-box2 {
    display: block;
  }

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

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

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

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

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

  .contact .formbox .formbox-box .formbox-content {
    width: 100%;
  }
}

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

  :root {
    --p: calc((100vw - 700px) / 2);
    --r60: 45px;
    --d700: 264px;
    --d330: 100px;
    --d178: 80px;
    --d170: 80px;
    --d164: 80px;
    --d154: 70px;
    --d150: 70px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d58: 28px;
    --d46: 28px;
    --d24: 20px;
    --100: 40px;
    --96: 45px;
    --80: 40px;
    --70: 40px;
    --60: 40px;
    --48: 30px;
    --44: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --30: 20px;
    --24: 18px;
  }

  .i-products-list-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .i-products-titlebox .i-products-but {
    background-color: var(--c);
    color: #fff;
  }

  .capacity .testing .testing-nav {
    flex-wrap: wrap;
  }

  .index-banner .scroll .scroll-line {
    width: 1px;
    height: 20px;
  }

  .packaging .packaging-list .packaging-list2 .packaging-list3 {
    flex-direction: column;
  }

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

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

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

  :root {
    --p: 5%;
    --r110: 50px;
    --r60: 40px;
    --r54: 35px;
    --r48: 35px;
    --r40: 35px;
    --d357: 85px;
    --d286: 80px;
    --d260: 80px;
    --d243: 80px;
    --d225: 80px;
    --d210: 60px;
    --d208: 60px;
    --d200: 60px;
    --d190: 60px;
    --d180: 60px;
    --d178: 60px;
    --d170: 60px;
    --d164: 60px;
    --d160: 60px;
    --d154: 50px;
    --d150: 50px;
    --d147: 50px;
    --d145: 50px;
    --d135: 40px;
    --d130: 40px;
    --d128: 40px;
    --d124: 40px;
    --d120: 40px;
    --d118: 40px;
    --d115: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d75: 40px;
    --d72: 40px;
    --d46: 20px;
    --d36: 20px;
    --d35: 18px;
    --d30: 18px;
    --d28: 15px;
    --d24: 15px;
    --d22: 8px;
    --d18: 8px;
    --100: 38px;
    --80: 38px;
    --76: 38px;
    --75: 38px;
    --72: 38px;
    --70: 30px;
    --64: 36px;
    --60: 34px;
    --56: 30px;
    --50: 28px;
    --48: 30px;
    --38: 24px;
    --36: 22px;
    --32: 20px;
    --22: 18px;
  }

  .news .news-list .news-list2 .news-list3 .news-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .news .news-list .news-list2 .news-list3 .news-left .news-list-title {
    width: 100%;
  }

  .news .news-list .news-list2 .news-list3 .news-left .news-list-date {
    flex-direction: row;
    align-items: center;
  }

  .news .news-list .news-list2 .news-list3 .news-left .news-list-title {
    border: 0;
    padding-left: 0;
  }

  .news .news-list .news-list2 .news-list3 .news-left .news-list-date .news-list-day {
    margin-right: 10px;
  }

  .fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2 {
    margin-bottom: var(--d24);
  }

  .fooder .fooder-top .fooder-logo {
    width: 80px;
  }

  .swiper-but i {
    font-size: 14px;
  }

  .other-img {
    height: 300px;
    overflow: hidden;
  }


  .header {
    position: sticky;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(177, 177, 177, 0.25);
  }

  .header .header-nav .header-list .header-list3 a span {
    color: #333333;
  }

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

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

  .header .header-box1 .header-content1 .header-language .header-language2 {
    color: #333333;
  }

  .banner-textbox .banner-indextitle h2 {
    font-size: 25px;
  }

  .index-banner .swiper-slide .slide-inner {
    height: 400px;
  }

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

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

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

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

  .fooder .fooder-con .fooder-mesbox {
    width: 100%;
    padding-right: 0;
    margin-bottom: var(--d30);
  }

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

  .fooder .fooder-up {
    bottom: 100px;
  }

  .fooder .fooder-bom {
    flex-direction: column;
    align-items: flex-start;
  }

  .indexcontent .i-about .i-about-box .i-about-left .i-about-text {
    line-height: calc(28 / 18);
  }
}

@media (max-width: 540px) {
  :root {
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d286: 50px;
    --d260: 50px;
    --d243: 50px;
    --d210: 30px;
    --d208: 30px;
    --d190: 30px;
    --d180: 30px;
    --d178: 30px;
    --d170: 30px;
    --d160: 40px;
    --d164: 30px;
    --d154: 30px;
    --d150: 30px;
    --d145: 30px;
    --d130: 30px;
    --d124: 30px;
    --d120: 30px;
    --d110: 30px;
    --d105: 30px;
    --d100: 30px;
    --d93: 30px;
    --d90: 30px;
    --d88: 30px;
    --d84: 30px;
    --d80: 30px;
    --d75: 30px;
    --d72: 30px;
    --d70: 30px;
    --d64: 20px;
    --d62: 20px;
    --d50: 20px;
    --d60: 20px;
    --d44: 10px;
    --d40: 15px;
    --d38: 15px;
    --d36: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 6px;
    --d10: 6px;
    --100: 30px;
    --96: 30px;
    --90: 35px;
    --80: 30px;
    --76: 28px;
    --75: 28px;
    --72: 30px;
    --70: 20px;
    --68: 28px;
    --65: 28px;
    --64: 24px;
    --60: 28px;
    --50: 26px;
    --48: 24px;
    --44: 30px;
    --40: 24px;
    --38: 24px;
    --30: 18px;
    --28: 18px;
    --26: 18px;
    --22: 16px;
    --21: 16px;
    --18: 16px;
    --17: 16px;
    --16: 16px;
    --15: 16px;
    --14: 16px;
  }

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

  .newsdetails .newsdetails-con {
    padding: var(--d80) 5px;
  }

  .newsdetails .newsdetails-con .newsdetails-title h2 {
    font-size: 26px;
  }

  .about .sustainable .sustainable-list .sustainable-list2 .sustainable-list3 .sustainable-list-textbox2 h3 {
    font-size: 20px;
  }

  .company-title {
    width: 100%;
    margin-bottom: calc(-d30);
  }

  .about .company .company-titlebox {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .product .application .application-titlebox {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .con-nav .con-nav2 .con-nav3 .con-navbox {
    min-height: 35px;
  }

  .crbam .crbam-list,
  .con-but .con-but2 span {
    font-size: 14px;
  }

  .index-banner .banner-pagination {
    right: 0;
  }

  .indexcontent .i-choose .i-choose-bg {
    height: 240px;
  }

  .indexcontent .i-choose .container .i-choose-swiper .i-choose-box .i-choose-box2 .i-choose-icon i {
    font-size: 40px;
  }

  .indexcontent .i-choose .container .i-choose-swiper .i-choose-box .i-choose-box2 .i-choose-list-title h3 {
    font-size: 20px;
  }

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

  .contact,
  .about,
  .fooder,
  .other-banner,
  .product,
  .indexcontent {
    overflow: hidden;
  }
}