body {
  font-family: 'Source Han Sans SC', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #222;
  color: #222;
  background: linear-gradient(90deg, #EAF6FB 0%, #D8EEF9 100%);
}

body.fancybox-active {
  overflow: auto;
}

.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

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

label {
  width: 100%;
}

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

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

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

i {
  line-height: 1;
}

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

:root {
  --p: calc((100vw - 1600px) / 2);
  --c: #004183;
  --c2: linear-gradient(270deg, #306D3C 0%, #589E45 100%);
  --r50: 50px;
  --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;
}

.title {
  font-size: var(--50);
  line-height: calc(72 / 50);
  font-weight: 500;
  color: var(--c);
}

.title2 {
  font-size: var(--60);
  font-weight: 800;
  line-height: calc(85 / 60);
  font-family: Arial;
  color: var(--c);
  opacity: 0;
  white-space: nowrap;
}

.con-titlebox {
  position: relative;
}

.con-titlebox .con-title {
  position: relative;
  z-index: 10;
}

.con-titlebox .con-title .w {
  color: #fff;
}

.con-titlebox .con-title2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-45%);
}

.con-titlebox .con-title2 .w {
  color: #fff;
}

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

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

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

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

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

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

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

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

.header .header-box1 .header-content1 .header-con .header-con2:first-child {
  margin-right: 217px;
}

.header .header-box1 .header-content1 .header-con .header-con2 {
  height: 100%;
  padding: 0;
  font-size: var(--20);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s;
}

.header .header-box1 .header-content1 .header-con .header-con2:hover {
  color: var(--c);
}

.header .header-box1 .header-content1 .header-con .action {
  color: var(--c);
}

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

.header .header-box1 .header-content1 .header-right .header-language {
  position: relative;
}

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

.header .header-box1 .header-content1 .header-right .header-language .header-language2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d10) var(--d16);
  border-radius: 50px;
  border: 1px solid var(--c);
}

.header .header-box1 .header-content1 .header-right .header-language .header-language2 .icon-yuyan {
  font-size: var(--18);
  color: #666;
}

.header .header-box1 .header-content1 .header-right .header-language .header-language2 .language {
  margin: 0 var(--d12) 0 6px;
}

.header .header-box1 .header-content1 .header-right .header-language .header-language2 .icon-xia {
  font-size: var(--12);
  color: var(--c);
}

.header .header-box1 .header-content1 .header-right .header-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);
  min-width: 100%;
  text-align: center;
  background-color: #fff;
}

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

.header .header-box1 .header-content1 .header-right .header-language .more .more-1-list .more-1-list2 {
  width: 100%;
  position: relative;
  font-size: var(--16);
  line-height: calc(23 / 16);
  color: #666666;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  padding: var(--d10) 0;
}

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

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

.header .header-box1 .header-content1 .header-right .header-language .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;
}

.header .header-box1 .header-content1 .header-right .header-language .more .more-1-list .more-1-list2 a {
  white-space: nowrap;
  display: block;
}

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

.header .header-box2 .header-content2 {
  height: 73px;
  position: relative;
}

.header .header-box2 .header-navbox {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}

.header .header-box2 .action {
  opacity: 1;
  visibility: visible;
}

.header .product-more {
  position: fixed;
  left: 0;
  top: 163px;
  z-index: 100;
  width: 100vw;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.header .product-more .product-more2 {
  padding-top: var(--d60);
  padding-bottom: var(--d70);
  display: flex;
  justify-content: space-between;
}

.header .product-more .product-more2 .pmore-navbox {
  width: calc(338 / 1600 * 100%);
}

.header .product-more .product-more2 .pmore-navbox .pmore-nav .pmore-nav2 {
  margin-bottom: var(--d36);
}

.header .product-more .product-more2 .pmore-navbox .pmore-nav .pmore-nav2:last-child {
  margin-bottom: 0;
}

.header .product-more .product-more2 .pmore-navbox .pmore-nav .pmore-nav2 .pmore-nav3 {
  display: flex;
  font-size: var(--20);
  line-height: calc(34 / 24);
  color: #666;
  transition: all 0.5s;
  cursor: pointer;
}

.header .product-more .product-more2 .pmore-navbox .pmore-nav .pmore-nav2 .pmore-nav3 i {
  font-size: calc(var(--24) * (34 / 24));
  margin-right: var(--d12);
  line-height: 1;
}

.header .product-more .product-more2 .pmore-navbox .pmore-nav .pmore-nav-action .pmore-nav3 {
  color: var(--c);
}

.header .product-more .product-more2 .pmore-detailsbox {
  width: calc(240 / 1600 * 100%);
}

.header .product-more .product-more2 .pmore-detailsbox .pmore-details {
  padding: var(--d10) 0;
  padding-left: var(--d40);
}

.header .product-more .product-more2 .pmore-detailsbox .pmore-details .pmore-details2 {
  margin-bottom: var(--d30);
}

.header .product-more .product-more2 .pmore-detailsbox .pmore-details .pmore-details2:last-child {
  margin-bottom: 0;
}

.header .product-more .product-more2 .pmore-detailsbox .pmore-details .pmore-details2 .pmore-details3 {
  font-size: var(--18);
  line-height: calc(29 / 20);
  cursor: pointer;
  color: #666;
  transition: all 0.5s;
}

.header .product-more .product-more2 .pmore-detailsbox .pmore-details .pmore-details-action .pmore-details3 {
  color: var(--c);
}

.header .product-more .product-more2 .pmore-swbox {
  width: calc(912 / 1600 * 100%);
}

.header .product-more .product-more2 .pmore-swbox .pmore-swbox-box {
  border: 1px solid rgba(0, 65, 131, 0.1);
  border-radius: 10px;
  padding-top: var(--d20);
}

.header .product-more .product-more2 .pmore-swbox .pmore-swbox-box .img-box {
  padding-bottom: calc(3 / 4 * 100%);
}

.header .product-more .product-more2 .pmore-swbox .pmore-swbox-box .pmore-swbox-text {
  padding: var(--d10) var(--d10) var(--d20);
  text-align: center;
  font-size: var(--16);
  line-height: calc(23 / 16);
  color: #666666;
}

.header .product-more .product-more2 .pmore-swbox .pmore-swbox-swiper2 {
  position: relative;
  padding-bottom: var(--d24);
}

.header .product-more .product-more2 .pmore-swbox .pmore-swbox-swiper2 .pmore-swbox-pagination {
  position: absolute;
  bottom: 0;
  top: unset;
  z-index: 10;
  background-color: #F4F4F4;
  border-radius: 4px;
  overflow: hidden;
}

.header .product-more .product-more2 .pmore-swbox .pmore-swbox-swiper2 .pmore-swbox-pagination span {
  background-color: #004183;
  border-radius: 4px;
}

.header .product-moreaction {
  opacity: 1;
  visibility: visible;
}

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

@media (min-width: 1201px) {
  .header-nav {
    height: 100%;
  }

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

  .header-nav .header-list .header-list2 {
    position: relative;
    transition: all 0.5s;
    width: 16.66666667%;
  }

  .header-nav .header-list .header-list2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(90deg, #306D3C 0%, #589E45 100%);
    transition: all 0.5s;
  }

  .header-nav .header-list .header-list2:hover::after {
    opacity: 1;
  }

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

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

  .header-nav .header-list .action::after {
    opacity: 1;
  }

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

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

  .header-nav .header-list .header-list3 {
    height: 100%;
    transition: all 0.5s;
    position: relative;
    z-index: 10;
  }

  .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: 500;
    transition: all 0.5s;
  }

  .header-nav .header-list .header-list3 a i {
    color: #fff;
    font-size: var(--22);
    opacity: 0;
    margin-right: 5px;
    transition: all 0.5s;
  }

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

  .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);
    min-width: 100%;
    text-align: center;
    background-color: #fff;
  }

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

  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: calc(29 / 20);
    color: #666666;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.5s;
    padding: var(--d20) 20px;
  }

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

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

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

  .more .more-1-list .more-1-list2 a {
    white-space: nowrap;
    display: block;
  }
}

@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: 16px;
    color: #001937;
    font-weight: 400;
  }

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

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

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

  .header-nav .header-list .header-list2 .header-list3 a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
  }

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

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

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

  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }

  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }

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

  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #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);
  }
}

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

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

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

.index-banner .swiper-textbox .swiper-text1 {
  font-size: var(--48);
  line-height: calc(100 / 70);
  font-weight: 500;
  color: #fff;
  opacity: 0;
  width: 1363px;
  max-width: 100%;
}

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

.index-banner .banner-pagination {
  position: absolute;
  bottom: var(--d40);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  padding: 0 var(--p);
}

.index-banner .banner-pagination .swiper-pagination-bullet {
  opacity: 0.3;
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}

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

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

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

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

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

.fooder {
  background: linear-gradient(100.22deg, #265A92 -0.23%, #004183 61.77%);
  padding-top: var(--d35);
  padding-bottom: var(--d32);
}

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

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

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

.fooder .fooder-top .fooder-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--40);
  letter-spacing: 0.06em;
  font-weight: 700;
}

.fooder .fooder-top .fooder-tel i {
  font-size: var(--40);
  margin-right: var(--d20);
}

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

.fooder .fooder-top .fooder-tel a:hover {
  color: #306D3C;
}

.fooder .fooder-con {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d40);
  padding-bottom: var(--d110);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fooder .fooder-con .fooder-title {
  font-size: var(--20);
  line-height: calc(29 / 20);
  color: #fff;
  margin-bottom: var(--d30);
  font-weight: 700;
}

.fooder .fooder-con .fooder-mes .fooder-mes2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  line-height: calc(22 / 18);
  font-weight: 500;
  margin-bottom: var(--d14);
  color: rgba(255, 255, 255, 0.8);
}

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

.fooder .fooder-con .fooder-mes .fooder-mes2 i {
  color: #fff;
  font-size: var(--20);
  margin-right: var(--d10);
  font-weight: 400;
}

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

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

.fooder .fooder-con .fooder-nav {
  display: flex;
  justify-content: center;
}

.fooder .fooder-con .fooder-nav .fooder-nav2 {
  margin-right: var(--d100);
  max-width: 100px;
}

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

.fooder .fooder-con .fooder-nav .fooder-nav2 .fooder-nav-content {
  display: block;
  font-size: var(--16);
  line-height: calc(23 / 16);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
  margin-bottom: var(--d8);
}

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

.fooder .fooder-con .fooder-nav .fooder-nav2 .fooder-nav-content:hover {
  color: #fff;
}

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

.index .i-introduce {
  padding-top: var(--d150);
  padding-bottom: var(--d100);
  background-image: url('../image/other/i_introduce_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.index .i-introduce .i-introduce-box .i-introduce-left .i-introduce-title {
  padding-top: var(--d12);
}

.index .i-introduce .i-introduce-box .i-introduce-left .i-introduce-title h2 {
  font-size: var(--48);
  line-height: calc(105 / 80);
  letter-spacing: 0.05em;
  color: var(--c);
  font-weight: 500;
}

.index .i-introduce .i-introduce-box .i-introduce-right {
  width: 880px;
}

.index .i-introduce .i-introduce-box .i-introduce-right .i-introduce-text {
  font-size: var(--24);
  line-height: calc(40 / 24);
  margin-bottom: var(--d24);
}

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

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

.index .i-introduce .i-introduce-box .i-introduce-right .i-introduce-list .i-introduce-list2 .i-introduce-list3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.index .i-introduce .i-introduce-box .i-introduce-right .i-introduce-list .i-introduce-list2 .i-introduce-list3 .i-introduce-num {
  margin-bottom: var(--d8);
}

.index .i-introduce .i-introduce-box .i-introduce-right .i-introduce-list .i-introduce-list2 .i-introduce-list3 .i-introduce-num .num {
  font-size: var(--60);
  line-height: calc(87 / 60);
  font-weight: 500;
}

.index .i-introduce .i-introduce-box .i-introduce-right .i-introduce-list .i-introduce-list2 .i-introduce-list3 .i-introduce-list-title {
  text-align: center;
  font-size: var(--24);
  line-height: calc(35 / 24);
}

.index .i-product {
  padding-top: var(--d154);
  padding-bottom: var(--d110);
  background-image: url('../image/other/i_pro_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.index .i-product .i-product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d88);
}

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

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

.index .i-product .i-product-butbox .i-product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.index .i-product .i-product-butbox .i-product-img .i-product-img2 {
  margin: 0 4px;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: var(--14);
  line-height: 1;
  color: #fff;
}

.index .i-product .i-product-butbox .i-product-img i {
  font-size: var(--16);
  color: #fff;
}

.index .i-solution {
  padding-top: var(--d150);
  padding-bottom: var(--d115);
  background-image: url('../image/other/i_solution_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.index .i-solution .i-solution-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d60);
}

.index .i-solution .i-solution-title .con-titlebox .con-title2 {
  left: 50%;
  transform: translate(-50%, -45%);
}

.index .i-solution .i-solution-swiper {
  padding-bottom: var(--d60);
  width: 790px;
  max-width: 100%;
}

.index .i-solution .i-solution-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.index .i-solution .i-solution-box .i-solution-sw-title {
  margin-bottom: var(--d30);
}

.index .i-solution .i-solution-box .i-solution-sw-title h3 {
  text-align: center;
  font-size: var(--36);
  line-height: 1;
  font-weight: 500;
}

.index .i-solution .i-solution-box .i-solution-sw-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: var(--d62);
}

.index .i-solution .i-solution-list {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(var(--d30) * -1);
}

.index .i-solution .i-solution-list .i-solution-list2 {
  margin-bottom: var(--d30);
  margin-right: 20px;
    margin-left: 20px;
}

.index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3:hover .i-solution-icon {
  background-color: transparent;
}

.index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3:hover .i-solution-icon::after {
  opacity: 1;
}

.index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3:hover .i-solution-icon i {
  color: #fff;
}

.index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-icon {
  width: 90px;
  height: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: var(--d12);
}

.index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(86.32deg, #0F6C37 -6.46%, #86B226 80.72%);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}

.index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-icon i {
  position: relative;
  z-index: 10;
  font-size: var(--38);
  color: #306D3C;
  transition: all 0.5s;
}

.index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-list-title {
  font-size: 18px;
  line-height: calc(32 / 22);
  color: #222222;
  font-weight: 500;
  text-align: center;
}

.index .i-solution .i-solution-list .action .i-solution-list3 .i-solution-icon {
  background-color: transparent;
}

.index .i-solution .i-solution-list .action .i-solution-list3 .i-solution-icon::after {
  opacity: 1;
}

.index .i-solution .i-solution-list .action .i-solution-list3 .i-solution-icon i {
  color: #fff;
}

.index .i-global {
  background-color: #114C8A;
  position: relative;
}

.index .i-global .i-global-map {
  width: 100%;
  position: relative;
}

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

.index .i-global .i-global-map .i-global-add .i-global-add2 {
  position: absolute;
}

.index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-add3 {
  width: 0.83333vw;
  height: 0.83333vw;
  border-radius: 50%;
  background-color: #86B226;
  position: relative;
  transition: all .5s;
}

.index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-add3 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -75%);
  font-size: 1.25vw;
  color: #D40000;
  z-index: 100;
  opacity: 0;
  transition: all 0.5s;
}

.index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-add3::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #86B226;
  border-radius: 50%;
  animation: playan1 1.5s linear infinite normal;
}

.index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-title {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: -0.67708vw;
  font-size: 0.9375vw;
  color: #fff;
}

.index .i-global .i-global-map .i-global-add .action .i-global-add3 i {
  opacity: 1;
}

.index .i-global .i-global-map .i-global-add .action .i-global-add3 {
  background-color: transparent !important;
}

.index .i-global .i-global-map .i-global-add .action .i-global-add3::after {
  display: none;
}

.index .i-global .i-global-map .i-global-add .russia {
  top: 11.35%;
  left: 29.95%;
}

.index .i-global .i-global-map .i-global-add .headquarters .i-global-add3 {
  background-color: #CF2424;
}

.index .i-global .i-global-map .i-global-add .headquarters .i-global-add3::after {
  background-color: #CF2424;
}

.index .i-global .i-global-map .i-global-add .headquarters {
  top: 32.4%;
  left: 33.6%;
}

.index .i-global .i-global-map .i-global-add .panama {
  top: 50.05%;
  left: 74.8%;
}

.index .i-global .i-global-map .i-global-add .colombia {
  top: 53.5%;
  left: 76.7%;
}

.index .i-global .i-global-map .i-global-add .peru {
  top: 61.35%;
  left: 76.35%;
}

.index .i-global .i-global-map .i-global-add .brazil {
  top: 59.85%;
  left: 81.9%;
}

.index .i-global .i-global-map .i-global-add .chile {
  top: 69.5%;
  left: 78%;
}

.index .i-global .i-global-map .i-global-add .chile .i-global-title {
  bottom: -0.78125vw;
  top: unset;
  left: 50%;
  right: unset;
  transform: translate(-50%, 100%);
}

.index .i-global .i-global-map .i-global-add .paraguay {
  top: 68.65%;
  left: 80.8%;
}

.index .i-global .i-global-map .i-global-add .chemicalbase {
  top: 31.65%;
  left: 32.8%;
}

.index .i-global .i-global-map .i-global-add .chemicalbase .i-global-title {
  top: -0.78125vw;
  bottom: unset;
  left: 50%;
  right: unset;
  transform: translate(-50%, -100%);
}

.index .i-global .i-global-map .i-global-add .machinerybase {
  top: 32.65%;
  left: 32.7%;
}

.index .i-global .i-global-map .i-global-add .machinerybase .i-global-add3 {
  background-color: #0F6C37;
}

.index .i-global .i-global-map .i-global-add .machinerybase .i-global-add3::after {
  background-color: #0F6C37;
}

.index .i-global .i-global-map .i-global-add .chemicalbase .i-global-add3 {
  background-color: #0F6C37;
}

.index .i-global .i-global-map .i-global-add .chemicalbase .i-global-add3::after {
  background-color: #0F6C37;
}

.index .i-global .i-global-map .i-global-add .machinerybase .i-global-title {
  bottom: -0.78125vw;
  top: unset;
  left: 50%;
  right: unset;
  transform: translate(-50%, 100%);
}


.index .i-global .i-global-map .i-global-add .group {
  top: 31.35%;
  left: 32.1%;
}


.index .i-global .i-global-map .i-global-add .group .i-global-title {
  top: 50%;
  transform: translate(-100%, -50%);
  left: -0.67708vw;
  font-size: 0.9375vw;
  right: unset;
}


.index .i-global .i-global-titlebox {
  position: absolute;
  top: 7.6875vw;
  left: var(--p);
}

.index .i-global .i-global-titlebox .con-titlebox {
  margin-bottom: 3.28125vw;
}

.index .i-global .i-global-titlebox .i-global-list {
  padding: var(--d40) var(--d62);
  background-color: #205996;
  border-radius: 10px;
  margin-top: 180px;
}

.index .i-global .i-global-titlebox .i-global-list .i-global-list2 {
  margin-bottom: var(--d40);
}

.index .i-global .i-global-titlebox .i-global-list .i-global-list2:last-child {
  margin-bottom: 0;
}

.index .i-global .i-global-titlebox .i-global-list .i-global-list2 .i-global-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.index .i-global .i-global-titlebox .i-global-list .i-global-list2 .i-global-list3 .i-global-dotbox {
  padding: var(--d8);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}

.index .i-global .i-global-titlebox .i-global-list .i-global-list2 .i-global-list3 .i-global-dotbox .i-global-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.index .i-global .i-global-titlebox .i-global-list .i-global-list2 .i-global-list3 .i-global-dotbox .i-global-dot1 {
  background-color: #CF2424;
}

.index .i-global .i-global-titlebox .i-global-list .i-global-list2 .i-global-list3 .i-global-dotbox .i-global-dot2 {
  background-color: #0F6C37;
}

.index .i-global .i-global-titlebox .i-global-list .i-global-list2 .i-global-list3 .i-global-dotbox .i-global-dot3 {
  background-color: #86B226;
}

.index .i-global .i-global-titlebox .i-global-list .i-global-list2 .i-global-list3 .i-global-list-title {
  font-size: var(--22);
  line-height: calc(32 / 22);
  color: #fff;
}

.index .i-global .i-global-sw-box {
  position: absolute;
  bottom: 2vw;
  left: 56%;
  transform: translate(-50%, 0%);
}

.index .i-global .i-global-swiper {
  width: 26.04167vw;
  max-width: 100%;
  border-radius: 20px;
  background: linear-gradient(181.89deg, #86B226 -30.81%, #0F6C37 85.6%);
}

.index .i-global .i-global-box {
  padding: 3.85417vw 2.11458vw 0.78125vw;
  border-radius: 20px;
  position: relative;
}

.index .i-global .i-global-box .i-global-textbox {
  position: relative;
  z-index: 10;
  color: #fff;
}

.index .i-global .i-global-box .i-global-textbox .i-global-title {
  font-size: 1.66667vw;
  margin-bottom: 1.14583vw;
  line-height: calc(46 / 32);
}

.index .i-global .i-global-box .i-global-textbox .i-global-title2 {
  font-size: 1.25vw;
  line-height: calc(32 / 24);
  margin-bottom: 0.41667vw;
}

.index .i-global .i-global-box .i-global-textbox .i-global-mes .i-global-mes2 {
  margin-bottom: 0.3125vw;
  display: flex;
  align-items: center;
  font-size: 0.9375vw;
  line-height: calc(26 / 18);
}

.index .i-global .i-global-box .i-global-textbox .i-global-mes .i-global-mes2 .i-global-mes-title {
  white-space: nowrap;
}

.index .i-global .i-global-box .i-global-textbox .i-global-mes .i-global-mes2 .i-global-mes-text {
  margin-right: 0.52083vw;
}

.index .i-global .i-global-box .i-global-textbox .i-global-mes:last-child {
  margin-bottom: 0;
}

.index .i-global .i-global-logo {
  position: absolute;
  width: 24.84375vw;
  bottom: 0.49427vw;
  left: 50%;
  transform: translate(-50%, 0);
}

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

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

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

.index .i-news .i-news-swiper {
  margin-bottom: var(--d40);
}

.index .i-news .i-news-butbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.index .i-news .i-news-butbox .i-news-pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 516px;
  background-color: rgba(136, 136, 136, 0.6);
}

.index .i-news .i-news-butbox .i-news-pagination .swiper-pagination-progressbar-fill {
  background-color: #306D3C;
}

.con-but .con-but2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding: 6px;
  overflow: hidden;
  border-radius: 50px;
  cursor: pointer;
  transition: all .5s;
  box-shadow: 0px 2px 16px rgba(153, 153, 153, 0.25);
}

.con-but .con-but2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #306D3C 0%, #589E45 100%);
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
}

.con-but .con-but2:hover {
  background-color: transparent;
}

.con-but .con-but2:hover::after {
  opacity: 1;
}

.con-but .con-but2:hover .con-but3 {
  transform: translateX(calc(var(--r50) + 6px));
}

.con-but .con-but2:hover .con-but3 .con-title {
  color: #fff;
}

.con-but .con-but2:hover .con-icon1 {
  transform: translate(calc(0% + 6px), -50%);
}

.con-but .con-but2 .con-but3 {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}

.con-but .con-but2 .con-title {
  transition: all 0.5s;
  font-size: var(--18);
  line-height: calc(26 / 18);
  margin: 0 var(--d35);
}

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

.con-but .con-but2 .con-icon i {
  font-size: var(--24);
}

.con-but .con-but2 .con-icon1 {
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  left: 0;
  transition: all 0.5s;
  z-index: 10;
}

.con-but .con-but2 .con-icon1 i {
  color: var(--c);
}

.con-but .con-but2 .con-icon2 {
  background: linear-gradient(270deg, #306D3C 0%, #589E45 100%);
}

.con-but .con-but2 .con-icon2 i {
  color: #fff;
}

.product-box {
  border-radius: 20px;
  padding-top: var(--d20);
  padding-bottom: var(--d30);
  background-color: #fff;
}

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

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

.product-box:hover .product-list-titlebox .product-list-but::after {
  opacity: 1;
}

.product-box:hover .product-list-titlebox .product-list-but i {
  color: #fff;
}

.product-box .product-imgbox {
  margin-bottom: var(--d10);
}

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

.product-box .product-list-titlebox {
  padding: 0 var(--d26);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-box .product-list-titlebox .product-list-title {
  width: calc(100% - calc(var(--r50) + 10px));
}

.product-box .product-list-titlebox .product-list-title h3 {
  font-size: var(--20);
  line-height: calc(35 / 24);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}

.product-box .product-list-titlebox .product-list-but {
  width: var(--r50);
  height: var(--r50);
  background-color: #DCE9F2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.product-box .product-list-titlebox .product-list-but::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #306D3C 0%, #589E45 100%);
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
}

.product-box .product-list-titlebox .product-list-but i {
  position: relative;
  z-index: 10;
  font-size: var(--24);
  color: var(--c);
  transition: all 0.5s;
}

.news-box {
  padding: var(--d48) var(--d40);
  border-radius: 20px;
  background-color: #fff;
}

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

.news-box:hover .news-title {
  color: var(--c);
}

.news-box .news-date {
  margin-bottom: var(--d25);
  font-size: var(--24);
  line-height: calc(30 / 24);
  color: var(--c);
  font-weight: 700;
}

.news-box .news-title {
  font-size: var(--20);
  line-height: calc(29 / 20);
  margin-bottom: var(--d12);
  font-weight: 500;
  transition: all 0.5s;
}

.news-box .news-title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-box .img-box {
  padding-bottom: calc(9 / 16 * 100%);
  border-radius: 10px;
}

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

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

.swiper-but {
  width: var(--r50);
  height: var(--r50);
  background-color: #FFFFFF;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}

.swiper-but:hover {
  background-color: transparent;
}

.swiper-but:hover::after {
  opacity: 1;
}

.swiper-but:hover i {
  color: #fff;
}

.swiper-but::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  background: linear-gradient(270deg, #306D3C 0%, #589E45 100%);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}

.swiper-but i {
  position: relative;
  z-index: 10;
  font-size: var(--24);
  color: var(--c);
  transition: all 0.5s;
}

.other-banner {
  position: relative;
}

.other-banner .other-img {
  width: 100%;
}

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

.other-banner .other-textbox {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.other-banner .other-textbox .other-title {
  position: relative;
  margin-bottom: var(--d30);
  padding-bottom: var(--d26);
}

.other-banner .other-textbox .other-title:after {
  width: 60px;
  height: 4px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  transform: translateY(50%);
  content: '';
}

.other-banner .other-textbox .other-title h2 {
  font-size: var(--72);
  line-height: calc(104 / 72);
  color: #fff;
  font-weight: 500;
}

.other-banner .other-textbox .other-title2 {
  margin-bottom: var(--d115);
}

.other-banner .other-textbox .other-title2 h2 {
  font-size: var(--50);
  line-height: calc(72 / 50);
  font-weight: 500;
  color: #fff;
}

.other-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: var(--d32);
  height: 74px;
}

.other-nav .other-nav2 {
  margin-right: var(--d40);
}

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

.other-nav .other-nav2 .other-nav3 {
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #fff;
  padding-bottom: var(--d16);
  position: relative;
  font-weight: 500;
  white-space: nowrap;
}

.other-nav .other-nav2 .other-nav3:hover:after {
  width: 18px;
}

.other-nav .other-nav2 .other-nav3:after {
  width: 0px;
  height: 4px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  content: '';
  transition: all 0.5s;
}

.other-nav .action .other-nav3:after {
  width: 18px;
}

.pro {
  position: relative;
}

.top {
  position: absolute;
  height: 250px;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.about .a-introduce {
  padding-top: var(--d100);
  padding-bottom: var(--d110);
  background: linear-gradient(90deg, #EAF6FB 0%, #D8EEF9 100%);
}

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

.about .a-introduce .a-introduce-box .a-introduce-left {
  width: calc(704 / 1600 * 100%);
  padding-top: var(--d36);
}

.about .a-introduce .a-introduce-box .a-introduce-left .a-introduce-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  margin-bottom: var(--d75);
  margin-top: var(--d58);
}

.about .a-introduce .a-introduce-box .a-introduce-left .a-introduce-list {
  margin-bottom: calc(var(--d30) * -1);
  display: flex;
  justify-content: space-between;
}

.about .a-introduce .a-introduce-box .a-introduce-left .a-introduce-list .a-introduce-list2 {
  margin-bottom: var(--d30);
}

.about .a-introduce .a-introduce-box .a-introduce-left .a-introduce-list .a-introduce-list2 .a-introduce-list3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.about .a-introduce .a-introduce-box .a-introduce-left .a-introduce-list .a-introduce-list2 .a-introduce-list3 .a-introduce-num {
  margin-bottom: var(--d8);
}

.about .a-introduce .a-introduce-box .a-introduce-left .a-introduce-list .a-introduce-list2 .a-introduce-list3 .a-introduce-num .num {
  font-size: var(--60);
  line-height: calc(87 / 60);
  font-weight: 700;
  color: var(--c);
}

.about .a-introduce .a-introduce-box .a-introduce-left .a-introduce-list .a-introduce-list2 .a-introduce-list3 .a-introduce-list-title {
  text-align: center;
  font-size: var(--20);
  line-height: calc(35 / 24);
  color: var(--c);
}

.about .a-introduce .a-introduce-box .a-introduce-right {
  width: calc(776 / 1600 * 100%);
  overflow: hidden;
  position: relative;
}

.about .a-introduce .a-introduce-box .a-introduce-right .a-introduce-img {
  overflow: hidden;
  border-radius: 20px;
}

.about .a-introduce .a-introduce-box .a-introduce-right .a-introduce-img:hover img {
  transform: scale(1.1);
}

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

.about .a-introduce .a-introduce-box .a-introduce-right .a-introduce-icon {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.about .culture {
  position: relative;
}

.about .culture .culture-bg {
  width: 100%;
}

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

.about .culture .culture-title {
  width: 100%;
  position: absolute;
  top: 7.29167vw;
  left: 0;
  z-index: 10;
}

.about .culture .culture-content {
  width: 100%;
  position: absolute;
  top: 10.26042vw;
  left: 0;
  z-index: 2;
}

.about .culture .culture-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .culture .culture-content .culture-list .culture-list2 {
  position: absolute;
  z-index: 5;
}

.about .culture .culture-content .culture-list .culture-list2 .culture-list3 {
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.about .culture .culture-content .culture-list .culture-list2 .culture-list3::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(70 / 24 * 100%);
  height: calc(70 / 24 * 100%);
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 0.1;
}

.about .culture .culture-content .culture-list .culture-list2 .culture-list-title {
  position: absolute;
  bottom: -2.29167vw;
  left: 50%;
  transform: translate(-50%, 100%);
  white-space: nowrap;
  font-size: 0.9375vw;
  line-height: calc(26 / 18);
  color: #fff;
}

.about .culture .culture-content .culture-list .culture-list2 .culture-list-box {
  width: 17.1875vw;
  height: 17.1875vw;
  border-radius: 50%;
  background: linear-gradient(181.89deg, #86B226 -24.65%, #0F6C37 85.6%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 10;
  flex-direction: column;
  transition: all 0.5s;
  opacity: 0;
}

.about .culture .culture-content .culture-list .culture-list2 .culture-list-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(362 / 330 * 100%);
  height: calc(362 / 330 * 100%);
  border-radius: 50%;
  content: '';
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 84.2%, rgba(255, 255, 255, 0.06) 100%);
}

.about .culture .culture-content .culture-list .culture-list2 .culture-list-box .culture-list-box2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
}

.about .culture .culture-content .culture-list .culture-list2 .culture-list-box .culture-list-icon {
  margin-bottom: 1.5625vw;
}

.about .culture .culture-content .culture-list .culture-list2 .culture-list-box .culture-list-icon i {
  color: #fff;
  font-size: 2.60417vw;
}

.about .culture .culture-content .culture-list .culture-list2 .culture-list-box .culture-list-title2 {
  font-size: 1.66667vw;
  line-height: calc(46 / 32);
  text-align: center;
  color: #fff;
  margin-bottom: 0.72917vw;
  font-weight: 500;
}

.about .culture .culture-content .culture-list .culture-list2 .culture-list-box .culture-list-text {
  text-align: center;
  font-size: 0.83333vw;
  color: #fff;
  line-height: calc(23 / 16);
  width: 70%;
}

.about .culture .culture-content .culture-list .culture-list2-1 {
  top: 94%;
  left: 23%;
}

.about .culture .culture-content .culture-list .culture-list2-2 {
  top: 82%;
  left: 50%;
}

.about .culture .culture-content .culture-list .culture-list2-3 {
  top: 23%;
  left: 77%;
}

.about .culture .culture-content .culture-list .action .culture-list-box {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.about .history {
  padding-top: var(--d135);
  padding-bottom: var(--d140);
  background-image: url('../img/fooder_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about .history .history-title {
  margin-bottom: var(--d64);
}

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

.about .history .history-box .history-left {
  width: calc(650 / 1600 * 100%);
}

.about .history .history-box .history-left .history-img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.about .history .history-box .history-left .history-img:hover img {
  transform: scale(1.1);
}

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

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

.about .history .history-box .history-right .history-list {
  height: 530px;
  overflow: auto;
  position: relative;
}

.about .history .history-box .history-right .history-list::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.about .history .history-box .history-right .history-list::-webkit-scrollbar-thumb {
  background-color: var(--c);
}

.about .history .history-box .history-right .history-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

.about .history .history-box .history-right .history-list::-webkit-scrollbar-button {
  display: none;
}

.about .history .history-box .history-right .history-list .history-list2 {
  margin-bottom: var(--d60);
  width: 692px;
}

.about .history .history-box .history-right .history-list .history-list2:last-child {
  margin-bottom: 0;
}

.about .history .history-box .history-right .history-sw-box .history-date {
  font-size: var(--50);
  line-height: calc(57 / 50);
  color: var(--c);
  margin-bottom: var(--d12);
  font-weight: 700;
}

.about .history .history-box .history-right .history-sw-box .history-sw-title {
  font-size: var(--20);
  line-height: calc(40 / 24);
}

.about .honors {
  padding-top: var(--d135);
  padding-bottom: var(--d135);
  background-image: url('../image/other/honors_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about .honors .swiper-butbox .honors-prev {
  margin-right: var(--d30);
}

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

.about .honors .honors-swbox {
  padding-left: var(--p);
}

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

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

.about .honors .honors-box {
  padding: var(--d34);
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
}

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

.about .honors .honors-box:hover .honors-sw-title {
  color: var(--c);
}

.about .honors .honors-box .honors-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: var(--d22);
}

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

.about .honors .honors-box .honors-sw-title {
  font-size: var(--18);
  line-height: calc(26 / 18);
  text-align: center;
  transition: all 0.5s;
}

.about .partners {
  padding: var(--d135) 0 var(--d120);
}

.about .partners .partners-title {
  margin-bottom: var(--d68);
}

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

.about .partners .partners-list .partners-list2 {
  margin-bottom: var(--d40);
}

.about .partners .partners-list .partners-list2 .partners-list3 {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: var(--d20);
  background-color: #fff;
}

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

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

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

.product .other-nav {
  margin-bottom: var(--d64);
}

.product .other-nav .other-nav2 .other-nav3 {
  color: var(--c);
  font-weight: 400;
  white-space: nowrap;
}

.product .other-nav .other-nav2 .other-nav3:after {
  background-color: var(--c);
}

.product .product-list {
  --bs-gutter-x: 2.5rem;
  margin-bottom: calc(var(--d60) * -1);
  padding-bottom: var(--d80);
}

.product .product-list .product-list2 {
  margin-bottom: var(--d60);
}

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

.pagination .prev a {
  margin-right: var(--d30);
}

.pagination .next a {
  margin-left: var(--d30);
}

.pagination a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #306D3C;
  font-size: var(--16);
  transition: all 0.5s;
}

.pagination a:hover {
  color: #fff;
  background-color: transparent;
}

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

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

.pagination a i {
  font-size: var(--20);
  position: relative;
  z-index: 10;
}

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

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

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

.pagination .pagination-page .active a {
  color: #fff;
  background-color: transparent;
}

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

.solution {
  padding: var(--d120) 0;
}

.solution .solution-list {
  margin-bottom: var(--d80);
}

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

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

.solution .solution-list .solution-list2 .i-solution-list3 {
  padding: var(--d40) var(--d88);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.solution .solution-list .solution-list2 .i-solution-list3:hover .i-solution-textbox .i-solutio-list-title {
  color: var(--c);
}

.solution .solution-list .solution-list2 .i-solution-list3:hover .i-solution-textbox .i-solutio-list-text {
  color: var(--c);
}

.solution .solution-list .solution-list2 .i-solution-list3 .i-solution-img {
  width: calc(500 / (1600 - 88 - 88) * 100%);
}

.solution .solution-list .solution-list2 .i-solution-list3 .i-solution-img .img-box {
  padding-bottom: calc(9 / 16 * 100%);
}

.solution .solution-list .solution-list2 .i-solution-list3 .i-solution-textbox {
  width: calc(100% - 500 / (1600 - 88 - 88) * 100%);
  padding-left: var(--d60);
}

.solution .solution-list .solution-list2 .i-solution-list3 .i-solution-textbox .i-solutio-list-title {
  font-size: var(--24);
  line-height: calc(35 / 24);
  margin-bottom: var(--d20);
  transition: all 0.5s;
  font-weight: 700;
}

.solution .solution-list .solution-list2 .i-solution-list3 .i-solution-textbox .i-solutio-list-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  transition: all 0.5s;
  margin-bottom: var(--d60);
}

.solution .solution-list .solution-list2 .i-solution-list3 .i-solution-textbox .i-solutio-list-text p{ 
     display: -webkit-box;
  -webkit-line-clamp: 2;          /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;          /* 支持长单词换行 */
  line-height: 1.4;               /* 可选：设置行高以控制高度 */
  max-height: 2.8em;  
}

.solution .solution-list .solution-list2 .i-solution-list3 .i-solution-textbox .i-solutio-more {
  background-color: #DCE9F2;
}

.news {
  padding: var(--d120) 0;
}

.news .news-list {
  margin-bottom: calc(var(--d60) * -1);
  --bs-gutter-x: 2.25rem;
  padding-bottom: var(--d40);
}

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

.contact {
  padding: var(--d150) 0;
}

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

.contact .contact-box .contact-left {
  width: calc(664 / 1600 * 100%);
  background: linear-gradient(145deg, #265A92 19.92%, #004183 82%);
  border-radius: 20px;
  padding: var(--d100);
  padding-right: var(--d30);
  padding-bottom: var(--d30);
}

.contact .contact-box .contact-left .con-titlebox {
  margin-bottom: var(--d40);
  position: relative;
  z-index: 10;
}

.contact .contact-box .contact-left .contact-title {
  font-size: var(--36);
  line-height: calc(45 / 36);
  font-weight: 500;
  color: #fff;
  margin-bottom: var(--d90);
  position: relative;
  z-index: 10;
}

.contact .contact-box .contact-left .contact-mes {
  position: relative;
  z-index: 10;
  margin-bottom: var(--d28);
}

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

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

.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 {
  display: flex;
  align-items: center;
  color: #fff;
}

.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 i {
  font-size: var(--24);
  margin-right: var(--d24);
  line-height: 1;
}

.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-text {
  font-size: var(--24);
  line-height: calc(35 / 24);
}

.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-text a {
  transition: all 0.5s;
}

.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes3 .contact-mes-text a:hover {
  color: #306D3C;
}

.contact .contact-box .contact-left .contact-img {
  width: 470px;
  max-width: 100%;
  opacity: 0.05;
}

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

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

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

.contact .contact-box .contact-right .contact-form .input-box {
  width: 100%;
  background-color: #fff;
  font-size: var(--20);
  line-height: calc(29 / 20);
  padding: var(--d24) var(--d20);
  margin-bottom: var(--d30);
  border-radius: 10px;
}

.contact .contact-box .contact-right .contact-form .input-box::placeholder {
  color: #999999;
}

.contact .contact-box .contact-right .contact-form .textarea-box {
  height: 233px;
  padding-bottom: 0;
}

.contact .contact-box .contact-right .contact-form .code {
  display: flex;
  margin-bottom: var(--d75);
}

.contact .contact-box .contact-right .contact-form .code .code-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--20);
  line-height: calc(29 / 20);
  color: #999999;
}

.contact .contact-box .contact-right .contact-form .code .input-box2 {
  width: 150px;
  height: 50px;
  margin: 0;
  padding: var(--d24) var(--d10);
}

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

.contact .contact-box .contact-right .contact-form .code .code-imgbox .code-img {
  width: 120px;
  margin-left: 30px;
  margin-right: 10px;
}

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

.contact .contact-box .contact-right .contact-form .code .code-imgbox .code-icon {
  font-size: var(--20);
  line-height: calc(29 / 20);
  color: #999999;
}

.contact .contact-box .contact-right .contact-form .submit {
  background-color: transparent;
}

.details {
  background: #EAF6FB;
  padding-bottom: var(--d120);
}

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

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

.details .details-box .details-img .img-box {
  padding-bottom: calc(9 / 19 * 100%);
}

.details .details-box .details-textbox {
  width: calc(814 / 1600 * 100%);
  padding: var(--d30);
  display: flex;
  justify-content: center;
}

.details .details-box .details-textbox .details-textbox2 .details-type {
  font-size: var(--20);
  line-height: calc(29 / 20);
  margin-bottom: var(--d24);
  font-weight: 500;
  color: #222;
}

.details .details-box .details-textbox .details-textbox2 .details-title h2 {
  font-size: var(--34);
  line-height: calc(70 / 48);
  color: var(--c);
  font-weight: 500;
}

.details .details-box .details-textbox .details-textbox2 .details-title2 {
  font-size: var(--20);
  line-height: calc(29 / 20);
  color: #222;
  margin-bottom: var(--d48);
  display: none;
}

.details .details-box .details-textbox .details-textbox2 .details-text {
  font-size: var(--24);
  line-height: calc(35 / 24);
  margin-bottom: var(--d80);
  margin-top: 60px;
}

.details .details-box .details-textbox .details-textbox2 .details-text p {
  margin-bottom: var(--d12);
}

.details .details-box .details-textbox .details-textbox2 .details-text p:last-child {
  margin-bottom: 0;
}

.details .details-box .details-textbox .details-textbox3 {
  width: calc(624 / 814 * 100%);
}

.details .details-box .details-textbox .details-textbox3 .details-type {
  font-size: var(--20);
  line-height: calc(29 / 20);
  margin-bottom: var(--d24);
  font-weight: 500;
  color: #222;
}

.details .details-box .details-textbox .details-textbox3 .details-title {
  margin-bottom: var(--d84);
}

.details .details-box .details-textbox .details-textbox3 .details-title h2 {
  font-size: var(--48);
  line-height: calc(70 / 48);
  color: var(--c);
  font-weight: 500;
}

.details .details-box .details-swiper .details-imgbox {
  padding: var(--d40) var(--d140) var(--d80);
  background-color: #fff;
}

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

.details .details-box .details-swiper .details-pagination {
  position: absolute;
  bottom: var(--d40);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.details .details-box .details-swiper .details-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

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

.details-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d60);
}

.details-nav .details-nav2 {
  margin-right: var(--d120);
}

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

.details-nav .details-nav2 .details-nav3 {
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #222222;
  padding-bottom: var(--d16);
  position: relative;
  font-weight: 500;
  white-space: nowrap;
}

.details-nav .details-nav2 .details-nav3:hover {
  color: var(--c);
}

.details-nav .details-nav2 .details-nav3:hover:after {
  width: 18px;
}

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

.details-nav .action .details-nav3 {
  color: var(--c);
}

.details-nav .action .details-nav3:after {
  width: 18px;
}

.crumbs {
  padding: var(--d50) 0;
}

.crumbs i {
  font-size: var(--24);
  line-height: 1;
  margin-right: var(--d14);
  color: var(--c);
}

.crumbs .crumbs-list {
  display: inline;
}

.crumbs .crumbs-list .crumbs-list2 {
  display: inline;
  font-size: var(--16);
  line-height: calc(24 / 16);
}

.crumbs .crumbs-list .crumbs-list2:last-child::after {
  display: none;
}

.crumbs .crumbs-list .crumbs-list2::after {
  content: '>';
  margin-left: var(--d12);
  margin-right: var(--d12);
}

.details-conbox {
  margin-bottom: var(--d130);
}

.details-conbox .details-conbox2 {
  padding: var(--d60) var(--d100);
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  margin-bottom: var(--d30);
}

.details-conbox .details-conbox2:last-child {
  margin-bottom: 0;
}

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

.details-conbox .details-conbox2 .details-conbox-titlebox .details-conbox-title {
  font-size: var(--36);
  line-height: calc(52 / 36);
  color: var(--c);
  font-weight: 500;
}

.details-conbox .details-conbox2 .details-conbox-titlebox .details-but {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--d10) var(--d20);
  background-color: #DCE9F2;
  color: #306D3C;
  font-size: var(--18);
  line-height: calc(26 / 18);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.details-conbox .details-conbox2 .details-conbox-titlebox .details-but:hover {
  color: #fff;
}

.details-conbox .details-conbox2 .details-conbox-titlebox .details-but:hover::after {
  opacity: 1;
}

.details-conbox .details-conbox2 .details-conbox-titlebox .details-but::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #589E45 0%, #306D3C 100%);
  opacity: 0;
  transition: all 0.5s;
}

.details-conbox .details-conbox2 .details-conbox-titlebox .details-but span {
  position: relative;
  z-index: 10;
}

.details-conbox .details-conbox2 .details-conbox-titlebox .details-but i {
  position: relative;
  z-index: 10;
  font-size: var(--24);
  line-height: 1;
  margin-right: var(--d10);
}

.details-conbox .details-conbox2 .details-conbox-text {
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #222222;
  overflow: auto;
}

.details-conbox .details-conbox2 .details-conbox-text table {
  width: 100%;
}

.details-conbox .details-conbox2 .details-conbox-text table td,
.details-conbox .details-conbox2 .details-conbox-text table th {
  border: 1px solid #E6ECF3;
  padding: var(--d20) var(--d80);
  padding-right: var(--d20);
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #222;
}

.details-conbox .details-conbox2 .details-conbox-text table tr:first-child {
  font-size: var(--24);
  line-height: calc(35 / 24);
}

.details-conbox .details-conbox2 .details-conbox-text table td:first-child {
  width: calc(296 / 1400 * 100%);
  min-width: 296px;
  text-align: center;
  padding: var(--d20) 0;
}

.related .con-titlebox {
  margin-bottom: var(--d80);
}

.related .con-titlebox .con-title {
  text-align: center;
}

.related .con-titlebox .con-title2 {
  left: 50%;
  transform: translate(-50%, -45%);
}

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

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

.details-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #666;
}

.details-butbox .details-prev,
.details-butbox .details-next {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}

.details-butbox .details-prev:hover,
.details-butbox .details-next:hover {
  color: var(--c);
}

.details-butbox .details-next {
  text-align: right;
}

.details-butbox .details-back {
  color: var(--c);
}

.details-butbox .details-back a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-butbox .details-back i {
  color: var(--c);
  font-size: var(--24);
  line-height: 1;
  margin-right: var(--d10);
}

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

.newsdetails-titlebox .newsdetails-title {
  margin-bottom: var(--d28);
}

.newsdetails-titlebox .newsdetails-title h2 {
  font-size: var(--48);
  line-height: calc(70 / 48);
  color: var(--c);
  text-align: center;
}

.newsdetails-titlebox .newsdetails-date {
  text-align: center;
  font-size: var(--18);
  line-height: calc(21 / 18);
  color: #666666;
}

.newsdetails-textbox {
  padding: var(--d80) var(--d100) var(--d100);
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: var(--d80);
}

.newsdetails-textbox .newsdetails-textbox2 {
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #222222;
}

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

.newsdetails-textbox .newsdetails-textbox2 p img {
  border-radius: 20px;
  max-width: 100%;
}

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

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

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

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

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

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

.pmore-swbox-swiper2 .swiper-slide {
  pointer-events: unset !important;
}


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

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

  .header .header-box1 .header-content1 .header-con .header-con2:first-child {
    margin-right: 182px;
  }
}

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

  :root {
    --p: calc((100vw - 1260px) / 2);
    --d700: 600px;
    --d357: 285px;
    --d330: 270px;
    --d260: 150px;
    --d225: 150px;
    --d210: 130px;
    --d208: 130px;
    --d200: 130px;
    --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;
    --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;
    --100: 75px;
    --96: 75px;
    --90: 75px;
    --80: 65px;
    --76: 65px;
    --75: 65px;
    --72: 65px;
    --68: 60px;
    --64: 54px;
    --60: 50px;
    --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;
  }

  .header .header-box1 .header-content1 .header-con {
    padding-right: 107px;
  }

  .header .header-box1 .header-content1 .header-con .header-con2:first-child {
    margin-right: 167px;
  }

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

  .about .a-introduce .a-introduce-box .a-introduce-right .a-introduce-icon {
    width: 80px;
  }

  .about .history .history-box .history-left {
    width: calc(752 / 1600 * 100%);
  }

  .about .history .history-box .history-right .history-list .history-list2 {
    width: 580px;
  }

  .about .history .history-box .history-right .history-list {
    height: 488px;
  }

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

  .index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-icon {
    width: 80px;
    height: 80px;
  }

  .index .i-introduce .i-introduce-box .i-introduce-right {
    width: 790px;
  }
}

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

  :root {
    --p: calc((100vw - 1060px) / 2);
    --r50: 40px;
    --d700: 450px;
    --d357: 205px;
    --d330: 205px;
    --d260: 100px;
    --d225: 100px;
    --d210: 80px;
    --d208: 80px;
    --d200: 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;
    --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;
    --100: 66px;
    --96: 66px;
    --90: 66px;
    --80: 50px;
    --76: 50px;
    --75: 50px;
    --70: 50px;
    --68: 50px;
    --65: 50px;
    --64: 40px;
    --60: 45px;
    --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;
  }

  .header .header-box1 .header-content1 .header-con .header-con2:first-child {
    margin-right: 134px;
  }

  .header .header-box1 .header-content1 .header-con {
    padding-right: 59px;
  }

  .product .product-list {
    --bs-gutter-x: 1.5rem;
  }

  .about .a-introduce .a-introduce-box .a-introduce-right .a-introduce-icon {
    width: 60px;
  }

  .about .history .history-box .history-right .history-list .history-list2 {
    width: 480px;
  }

  .about .history .history-box .history-right .history-list {
    height: 410px;
  }

  .header .product-more {
    top: 110px;
  }

  .header .product-more .product-more2 .pmore-detailsbox {
    width: calc(275 / 1600 * 100%);
  }

  .header .product-more .product-more2 .pmore-navbox {
    width: calc(346 / 1600 * 100%);
  }

  .header .product-more .product-more2 .pmore-navbox .pmore-nav .pmore-nav2 .pmore-nav3 {
    font-size: var(--18);
  }

  .header .product-more .product-more2 .pmore-navbox .pmore-nav .pmore-nav2 .pmore-nav3 i {
    font-size: calc(var(--18) * (34 / 24));
    margin-right: var(--d12);
    line-height: 1;
  }

  .index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-icon {
    width: 70px;
    height: 70px;
  }

  .index .i-introduce .i-introduce-box .i-introduce-right {
    width: 700px;
  }

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

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

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

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

  .about .a-introduce .a-introduce-box {
    flex-direction: column;
  }

  .about .a-introduce .a-introduce-box .a-introduce-left {
    padding-top: 0;
    width: 100%;
    padding-bottom: var(--d30);
  }

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

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

  :root {
    --p: calc((100vw - 860px) / 2);
    --r50: 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;
  }

  .pagination a {
    width: 35px;
    height: 35px;
  }

  .details-conbox .details-conbox2 .details-conbox-text table td:first-child {
    white-space: nowrap;
    min-width: auto;
    text-align: center;
    padding: var(--d20);
  }

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

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

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

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

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

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

  .details .details-box .details-textbox {
    width: 100%;
    padding: var(--d30) 0;
  }

  .details .details-box .details-textbox .details-textbox2 {
    width: 100%;
  }

  .details .details-box .details-textbox .details-textbox3 {
    width: 100%;
  }

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

  .details-conbox .details-conbox2 {
    border-radius: 10px;
  }

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

  .about .history .history-box .history-right {
    padding-left: 0;
    width: 100%;
  }

  .about .history .history-box .history-right .history-list .history-list2 {
    width: 95%;
  }

  .other-banner .other-textbox .other-title2 {
    margin-bottom: var(--60);
  }

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

  .header .header-box1 .header-content1 .header-con {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }

  .header:has(.s-nav-action) .header-box1 .header-content1 .header-con {
    opacity: 1;
    visibility: visible;
  }

  .index .i-global .i-global-titlebox .i-global-list .i-global-list2 .i-global-list3 .i-global-dotbox .i-global-dot {
    width: 8px;
    height: 8px;
  }

  .con-but .con-but2 {
    padding: 4px;
  }

  .product-more {
    display: none;
  }

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

  .index .i-introduce .i-introduce-box .i-introduce-right {
    width: 100%;
    margin-top: var(--d20);
  }

  .header .header-box2 {
    height: 0;
  }

  .header .header-box2 .container {
    max-width: 100%;
  }
}

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

  :root {
    --p: calc((100vw - 700px) / 2);
    --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;
  }

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

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

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

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

  .about .culture .culture-content .culture-list .culture-list2 .culture-list-box {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .about .culture .culture-content img {
    display: none;
  }

  .about .culture .culture-content .culture-list .culture-list2 .culture-list-title {
    display: none;
  }

  .about .culture .culture-content .culture-list .culture-list2 {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  .about .culture .culture-content .culture-list .culture-list2 .culture-list-box {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    padding-bottom: 100%;
    width: 100%;
  }

  .about .culture .culture-content .culture-list .culture-list2 .culture-list-box .culture-list-box2 {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .about .culture .culture-content .culture-list .culture-list2 .culture-list-box .culture-list-icon {
    margin-bottom: var(--d20);
  }

  .about .culture .culture-content .culture-list .culture-list2 .culture-list-box .culture-list-icon i {
    font-size: var(--60);
  }

  .about .culture .culture-content .culture-list .culture-list2 .culture-list-box .culture-list-title2 {
    margin-bottom: var(--d10);
    font-size: var(--20);
  }

  .about .culture .culture-content .culture-list .culture-list2 .culture-list-box .culture-list-text {
    font-size: var(--16);
  }

  .about .culture .culture-content .culture-list .culture-list2 .culture-list3 {
    display: none;
  }

  .culture-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--p);
    margin-top: var(--d90);
    width: 100%;
  }

  .about .culture .culture-content .culture-list .culture-list2 {
    width: 32%;
  }

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

  .index .i-news .i-news-butbox .i-news-pagination {
    left: 0;
    transform: translateY(-50%);
    width: 80%;
  }

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

  .index .i-global .i-global-sw-box {
    position: unset;
    transform: none;
  }

  .index .i-global .i-global-swiper {
    width: 90%;
    margin: 0 auto;
  }

  .index .i-global .i-global-logo {
    width: 90%;
  }

  .index .i-global .i-global-box .i-global-textbox .i-global-title {
    font-size: var(--50);
    margin-bottom: var(--d30);
  }

  .index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-title {
    font-size: var(--14);
  }

  .index .i-global .i-global-box .i-global-textbox .i-global-title2 {
    font-size: var(--30);
    margin-bottom: var(--d20);
  }

  .index .i-global .i-global-box .i-global-textbox .i-global-mes .i-global-mes2 {
    font-size: var(--16);
    margin-bottom: var(--d10);
  }
}

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

  :root {
    --p: 5%;
    --d357: 85px;
    --d260: 80px;
    --d225: 80px;
    --d210: 60px;
    --d208: 60px;
    --d200: 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;
    --d120: 40px;
    --d118: 40px;
    --d115: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d75: 40px;
    --d72: 40px;
    --d46: 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;
    --32: 20px;
    --22: 18px;
  }

  .header .header-box1 .header-content1 .header-con .header-con2:first-child {
    margin-right: 50px;
  }

  .header .header-box1 .header-content1 .header-con {
    padding-right: 0;
  }

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

  .details-butbox .details-prev,
  .details-butbox .details-next {
    width: 100%;
    text-align: left;
  }

  .details-butbox .details-back {
    margin: var(--d20) 0;
  }

  .other-nav {
    overflow: auto;
  }

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

  .about .culture .culture-content {
    position: unset;
    padding-bottom: var(--d120);
  }

  .about .culture .culture-title {
    position: unset;
    padding-top: var(--d120);
  }

  .about .culture .culture-content .culture-list .culture-list2 {
    width: 300px;
    margin-bottom: 40px;
    max-width: 80%;
  }

  .about .culture .culture-bg {
    position: absolute;
    width: 100%;
    height: 100%;
  }

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

  .culture-list {
    flex-direction: column;
  }

  .index .i-global .i-global-map .i-global-add .panama .i-global-title,
  .index .i-global .i-global-map .i-global-add .peru .i-global-title {
    transform: translate(-100%, -50%);
    left: -0.67708vw;
    right: unset;
  }

  .index .i-global .i-global-map .i-global-add .colombia .i-global-title {
    top: -50%;
  }

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

  .index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-icon {
    width: 60px;
    height: 60px;
  }

  .index .i-global .i-global-titlebox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .index .i-global {
    padding-top: 250px;
  }

  .index .i-global .i-global-titlebox .con-titlebox {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .banner-swiper {
    height: 350px;
  }

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

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

  .other-banner .other-textbox .other-title:after {
    width: 30px;
    height: 2px;
  }

  .pagination a {
    width: 30px;
    height: 30px;
  }
.index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-add3::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360%;
    height: 360%;
    background-color: #86B226;
    border-radius: 50%;
    animation: playan1 1.5s linear infinite normal;
}
.index .i-global .i-global-titlebox .i-global-list .i-global-list2 .i-global-list3 .i-global-list-title {
    font-size: 14px;
    line-height: calc(32 / 22);
    color: #fff;
}    
.index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-add3 i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -75%);
    font-size: 4.25vw;
    color: #D40000;
    z-index: 100;
    opacity: 0;
    transition: all 0.5s;
}    
.index .i-global .i-global-box {
    padding: 3.85417vw 4.11458vw 4.78125vw;
    border-radius: 20px;
    position: relative;
}    
.details-conbox .details-conbox2 .details-conbox-titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--d30);
    flex-direction: column;
}    
.details .details-box .details-textbox .details-textbox2 .details-text {
    font-size: var(--24);
    line-height: calc(35 / 24);
    margin-bottom: var(--d80);
    margin-top: 30px;
}    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

@media (max-width: 540px) {
  :root {
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d260: 50px;
    --d210: 30px;
    --d208: 30px;
    --d180: 30px;
    --d178: 30px;
    --d170: 30px;
    --d160: 30px;
    --d164: 30px;
    --d154: 30px;
    --d150: 30px;
    --d145: 30px;
    --d130: 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: 10px;
    --d44: 10px;
    --d40: 15px;
    --d38: 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: 28px;
    --60: 28px;
    --50: 28px;
    --48: 28px;
    --44: 30px;
    --40: 26px;
    --38: 24px;
    --30: 20px;
    --28: 18px;
    --26: 16px;
    --22: 16px;
    --21: 16px;
    --18: 14px;
    --17: 14px;
  }

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

  .index-banner .swiper-textbox .swiper-text1 {
    font-size: 26px;
  }

  .product-box {
    border-radius: 10px;
  }

  .contact .contact-box .contact-right .contact-form .code .code-imgbox .code-img {
    width: 147px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact .contact-box .contact-right .contact-form .code {
    align-items: center;
  }

  .contact .contact-box .contact-right .contact-form .code .input-box2 {
    width: 112px;
    height: 35px;
  }

  .contact .contact-box .contact-right .contact-form .code .code-title {
    display: none;
  }

  .details-conbox .details-conbox2 .details-conbox-titlebox .details-conbox-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .index .i-global .i-global-box .i-global-textbox .i-global-title {
    font-size: 24px;
  }

  .index .i-global .i-global-box .i-global-textbox .i-global-title2 {
    font-size: 18px;
  }

  .index .i-global {
    padding-top: 200px;
  }

  .index .i-solution .i-solution-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .index .i-solution .i-solution-list .i-solution-list2 {
    width: 33.33%;
  }

  .index .i-product .i-product-butbox .i-product-img .i-product-img2 {
    font-size: 10px;
  }

  .index .i-news .i-news-butbox .i-news-pagination {
    width: 71%;
  }

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

  .fooder .fooder-top .fooder-logo img {
    margin-bottom: var(--d20);
  }

  .header .header-box1 .header-content1 .header-con .header-con2 {
    padding: 0 10px;
  }

  .index .i-product .i-product-content {
    padding-right: var(--p);
  }

  .index .i-product .i-product-butbox .i-product-img .i-product-img2 {
    width: 50px;
    height: 50px;
  }

  .header .header-box1 .header-content1 .header-con {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  }

  .index .i-global {
    overflow: hidden;
  }

  .index .i-global .i-global-map {
    transform: translate(-5%, 0) scale(1.2);
  }

  .index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-title {
    font-size: 12px;
    display: none;
  }

  .index .i-global .i-global-map .i-global-add .chemicalbase .i-global-title {
    top: -1.78125vw;
  }

  .index .i-global .i-global-map .i-global-add .group .i-global-title {
    left: -1.67708vw;
  }

  .index .i-global .i-global-map .i-global-add .machinerybase .i-global-title {
    bottom: -1.78125vw;
  }


  .index .i-global .i-global-titlebox .i-global-list {
    padding: var(--d40) var(--d62);
    background-color: #205996;
    border-radius: 10px;
    margin-top: 0px;
}
.index .i-solution .i-solution-box .i-solution-sw-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: var(--d62);
}
.index .i-solution .i-solution-list .i-solution-list2 .i-solution-list3 .i-solution-list-title {
    font-size: 16px;
    line-height: calc(32 / 22);
    color: #222222;
    font-weight: 500;
    text-align: center;
}


 .index .i-solution .i-solution-swiper{
      padding-bottom:10px;
  }





 .index .i-solution .i-solution-swiper{
      padding-bottom:10px;
  }



.index .i-global .i-global-map .i-global-add .i-global-add2 {
  position: absolute;
}

.index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-add3 {
  width: 0.83333vw;
  height: 0.83333vw;
  border-radius: 50%;
  background-color: #86B226;
  position: relative;
  transition: all .5s;
}

.index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-add3 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -75%);
  font-size: 9vw;
  color: #D40000;
  z-index: 100;
  opacity: 0;
  transition: all 0.5s;
}

.index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-add3::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #86B226;
  border-radius: 50%;
  animation: playan1 1.5s linear infinite normal;
}

.index .i-global .i-global-map .i-global-add .i-global-add2 .i-global-title {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: -0.67708vw;
  font-size:5vw;
  color: #fff;
}

.index .i-global .i-global-map .i-global-add .action .i-global-add3 i {
  opacity: 1;
}

.index .i-global .i-global-map .i-global-add .action .i-global-add3 {
  background-color: transparent !important;
}

.index .i-global .i-global-map .i-global-add .action .i-global-add3::after {
  display: none;
}

.about .honors .honors-box {
margin-right: 6%;
}
.honors-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.honors-img img {
    width: 100%;
    height: auto;
    display: block;
}

.honors-sw-title {
    font-size: 14px;
    color: #333;
    margin-top: 8px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}












}