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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Roboto';
  font-weight: 800;
  font-style: normal;
  src: local('Roboto Black'), local('Roboto-Black'), url('../font/Roboto-Black.woff2') format('woff2'), url('../font/Roboto-Black.woff') format('woff'), url('../font/Roboto-Black.ttf') format('truetype');
  font-display: swap;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: auto;
  text-align: left;
  font-size: var(--18);
  line-height: calc(26 / 18);
  font-weight: 400;
}

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

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

body.fancybox-active {
  overflow: auto;
}

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

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

label {
  width: 100%;
}

.pro {
  position: relative;
}

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

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

.show {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

i {
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

  :root {
    scroll-behavior: auto;
    --p: calc((100vw - 87.5vw) / 2);
  }
}

.container {
  padding: 0;
}

:root {
  scroll-behavior: auto;
  --c: #0061fe;
  --c2: #0054dd;
  --c3: #101828;
  --r72: 72px;
  --r70: 70px;
  --r48: 48px;
  --r40: 40px;
  --r36: 36px;
  --d178: 178px;
  --d154: 154px;
  --d150: 150px;
  --d145: 145px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d125: 125px;
  --d120: 120px;
  --d118: 118px;
  --d112: 112px;
  --d106: 106px;
  --d100: 100px;
  --d96: 96px;
  --d93: 93px;
  --d80: 80px;
  --d72: 72px;
  --d64: 64px;
  --d60: 60px;
  --d48: 48px;
  --d40: 40px;
  --d36: 36px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d25: 25px;
  --d24: 24px;
  --d20: 20px;
  --d16: 16px;
  --d14: 14px;
  --d12: 10px;
  --d10: 10px;
  --d8: 8px;
  --72: 72px;
  --60: 60px;
  --48: 48px;
  --40: 40px;
  --36: 36px;
  --32: 32px;
  --30: 30px;
  --24: 24px;
  --18: 18px;
  --16: 16px;
  --14: 14px;
}

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

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

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

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

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

  :root {
    --p: calc((100vw - 1260px) / 2);
    --r48: 40px;
    --d178: 110px;
    --d154: 100px;
    --d150: 100px;
    --d145: 100px;
    --d135: 90px;
    --d130: 90px;
    --d128: 90px;
    --d125: 90px;
    --d120: 90px;
    --d118: 90px;
    --d112: 90px;
    --d106: 70px;
    --d100: 70px;
    --d96: 70px;
    --d93: 70px;
    --d80: 60px;
    --d72: 65px;
    --d64: 54px;
    --d60: 35px;
    --d48: 40px;
    --d40: 30px;
    --d36: 24px;
    --d32: 24px;
    --d30: 24px;
    --d28: 24px;
    --d25: 20px;
    --d24: 15px;
    --d20: 10px;
    --d16: 10px;
    --d14: 10px;
    --d12: 8px;
    --d10: 10px;
    --72: 65px;
    --60: 45px;
    --48: 40px;
    --40: 30px;
    --36: 32px;
    --32: 30px;
    --30: 30px;
    --24: 22px;
    --18: 16px;
    --16: 14px;
    --14: 14px;
  }
}

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

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

  :root {
    --p: calc((100vw - 1060px) / 2);
    --r48: 40px;
    --r40: 35px;
    --r36: 35px;
    --d178: 80px;
    --d154: 80px;
    --d150: 70px;
    --d145: 70px;
    --d135: 60px;
    --d130: 60px;
    --d128: 60px;
    --d125: 60px;
    --d120: 60px;
    --d118: 60px;
    --d106: 60px;
    --d100: 60px;
    --d96: 40px;
    --d93: 40px;
    --d80: 30px;
    --d72: 40px;
    --d64: 40px;
    --d60: 25px;
    --d48: 33px;
    --d40: 20px;
    --d36: 20px;
    --d32: 20px;
    --d30: 20px;
    --d28: 20px;
    --d25: 20px;
    --d24: 20px;
    --d20: 20px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --d10: 8px;
    --72: 50px;
    --60: 38px;
    --48: 32px;
    --40: 30px;
    --36: 28px;
    --32: 24px;
    --30: 24px;
    --24: 20px;
    --18: 16px;
    --16: 15px;
    --14: 14px;
  }
}

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

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

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

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

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

  :root {
    --p: 5%;
    --r72: 50px;
    --r70: 50px;
    --r48: 35px;
    --r40: 35px;
    --d178: 60px;
    --d154: 50px;
    --d150: 50px;
    --d145: 50px;
    --d135: 40px;
    --d130: 40px;
    --d128: 40px;
    --d125: 40px;
    --d120: 40px;
    --d118: 40px;
    --d112: 40px;
    --d106: 40px;
    --d100: 40px;
    --d96: 40px;
    --d93: 40px;
    --d80: 40px;
    --d72: 40px;
    --d64: 30px;
    --d60: 25px;
    --d48: 30px;
    --d40: 20px;
    --d36: 20px;
    --d32: 22px;
    --d30: 18px;
    --d28: 15px;
    --d25: 20px;
    --d24: 15px;
    --d20: 10px;
    --d16: 10px;
    --d15: 10px;
    --d14: 8px;
    --d12: 8px;
    --d10: 8px;
    --d8: 8px;
    --72: 38px;
    --60: 34px;
    --48: 30px;
    --40: 28px;
    --36: 24px;
    --32: 22px;
    --30: 20px;
    --24: 18px;
    --18: 16px;
    --16: 14px;
    --14: 14px;
  }
}

@media (max-width: 540px) {
  :root {
    --r48: 30px;
    --r40: 30px;
    --r36: 30px;
    --d178: 30px;
    --d154: 30px;
    --d150: 30px;
    --d145: 30px;
    --d135: 30px;
    --d130: 30px;
    --d128: 30px;
    --d125: 30px;
    --d120: 30px;
    --d118: 30px;
    --d112: 30px;
    --d106: 30px;
    --d100: 30px;
    --d96: 30px;
    --d93: 30px;
    --d80: 30px;
    --d72: 30px;
    --d64: 20px;
    --d60: 28px;
    --d48: 28px;
    --d40: 15px;
    --d36: 15px;
    --d32: 20px;
    --d30: 15px;
    --d28: 18px;
    --d25: 18px;
    --d24: 18px;
    --d20: 10px;
    --d16: 8px;
    --d15: 6px;
    --d14: 16px;
    --d12: 6px;
    --d10: 6px;
    --d8: 6px;
    --72: 30px;
    --60: 28px;
    --48: 26px;
    --40: 26px;
    --36: 24px;
    --32: 20px;
    --30: 20px;
    --24: 20px;
    --18: 16px;
    --16: 16px;
    --14: 16px;
  }
}

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

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

/* .header:hover {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 20px 0 rgba(204, 204, 204, 0.2);
  backdrop-filter: blur(5px);
}

.header:hover .header-box1 {
  border-bottom: 1px solid rgba(71, 84, 103, 0.1);
}

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

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

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

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

.header:hover .header-search .search-box {
  background-color: #F5F8FF;
}

.header:hover .header-search .search-box i {
  color: var(--c3);
} */

.header .header-box1 {
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

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

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

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

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

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

.header .header-box2 {
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .header-box2 .header-content2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
}

.header .header-search {
  width: 408px;
}

.header .header-search .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  border-radius: 6px;
}

.header .header-search .search-box .input-text {
  width: calc(100% - var(--d16) * 2 - var(--18));
  padding: var(--d10) var(--d16);
  font-size: var(--16);
  line-height: calc(26 / 16);
  color: #F5F8FF;
  background-color: transparent;
}

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

.header .header-search .search-box .submit {
  background-color: transparent;
  padding: var(--d12) var(--d16);
}

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

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

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

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

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

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

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

.pro-more {
  transform: rotateX(-90deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
  position: fixed;
  top: 158px;
  width: 1125px;
  padding: var(--d60);
  border-radius: 0 0 12px 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 20px 0 rgba(204, 204, 204, 0.2);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: space-between;
  z-index: 0;
}

.pro-more .pro-left {
  width: calc(193 / 1005 * 100%);
}

.pro-more .pro-left .pro-nav .pro-nav2 {
  padding-bottom: var(--d20);
  margin-bottom: var(--d48);
  position: relative;
  cursor: pointer;
}

.pro-more .pro-left .pro-nav .pro-nav2::after {
  bottom: 0;
  left: 0;
  background-color: rgba(71, 84, 103, 0.1);
  width: 0;
  height: 2px;
  content: '';
  position: absolute;
  transition: all 0.5s;
}

.pro-more .pro-left .pro-nav .pro-nav2 .pro-nav3 {
  color: var(--c3);
  font-size: var(--18);
  line-height: calc(21 / 18);
}

.pro-more .pro-left .pro-nav .action::after {
  width: 100%;
}

.pro-more .pro-left .pro-nav .action .pro-nav3 {
  color: var(--c);
}

.pro-more .pro-right {
  width: calc(812 / 1005 * 100%);
  padding-left: var(--d60);
  position: relative;
}

.pro-more .pro-right .pro-con1 {
  margin-bottom: calc(-1 * var(--d40));
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
}

.pro-more .pro-right .pro-con1 .pro-con2 {
  margin-bottom: var(--d40);
}

.pro-more .pro-right .pro-con1 .pro-con2 .pro-con3 .pro-con-title {
  font-size: var(--18);
  line-height: calc(21 / 18);
  color: var(--c3);
  margin-bottom: var(--d32);
  font-weight: 600;
}

.pro-more .pro-right .pro-con1 .pro-con2 .pro-con3 .pro-2-con {
  --bs-gutter-x: 1rem;
  margin-bottom: calc(-1 * var(--d16));
}

.pro-more .pro-right .pro-con1 .pro-con2 .pro-con3 .pro-2-con .pro-2-con2 {
  margin-bottom: var(--d16);
}

.pro-more .pro-right .pro-con1 .pro-con2 .pro-con3 .pro-2-con .pro-2-con2 .pro-2-con3 {
  padding: var(--d14) 0;
  background-color: #f5f8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: all 0.5s;
}

.pro-more .pro-right .pro-con1 .pro-con2 .pro-con3 .pro-2-con .pro-2-con2 .pro-2-con3:hover {
  background-color: var(--c);
  color: #fff;
}

.pro-more .pro-right .pro-action {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  transform: unset;
  position: relative;
  transition: all 1s;
}

.headeraction {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 20px 0 rgba(204, 204, 204, 0.2);
  backdrop-filter: blur(5px);
}

.headeraction .header-box1 {
  border-bottom: 1px solid rgba(71, 84, 103, 0.1);
}

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

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

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

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

.headeraction .header-search .search-box {
  background-color: #F5F8FF;
}

.headeraction .header-search .search-box .input-text {
  color: var(--c3);
}

.headeraction .header-search .search-box .input-text::placeholder {
  color: var(--c3);
}

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

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

  .header-nav {
    display: flex !important;
    align-items: flex-end;
  }

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

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

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

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

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

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

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

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

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

  .header-nav .header-list .header-list3>a span {
    font-size: var(--18);
    font-weight: 500;
    transition: all 0.5s;
  }

  .header-nav .header-list .header-list3>a i {
    margin-left: 6px;
    font-size: var(--16);
  }

  .header-nav .header-list .header-contact a {
    background-color: var(--c);
    border-radius: 10px;
    padding: var(--d10) var(--d32);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }

  .header-nav .header-list .header-contact a:hover>span {
    color: #fff !important;
  }

  .header-nav .header-list .header-contact a:hover::before {
    animation: style1 0.75s;
    z-index: 1;
  }

  .header-nav .header-list .header-contact a::before {
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
  }

  @keyframes style1 {
    0% {
      background: rgba(0, 0, 0, 0.25);
      transform: translateX(-50%) translateY(-50%) scale(0);
    }

    100% {
      background: 0 0;
      transform: translateX(-50%) translateY(-50%) scale(1);
    }
  }

  .header-nav .header-list .header-contact a span {
    color: #fff !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.index-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: url(../image/other/banner_bg.png);
  mask-size: cover;
  mask-position: left bottom;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../image/other/banner_bg.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: left bottom;
  -webkit-mask-repeat: no-repeat;
}

.index-banner .banner-sw-but {
  width: var(--r48);
  height: var(--r48);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  z-index: 800;
  transition: all 0.5s;
}

.index-banner .banner-sw-but i {
  font-size: var(--14);
  color: #fff;
}

.index-banner .banner-sw-but:hover {
  background-color: var(--c);
}

.index-banner .banner-sw-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: var(--d30);
}

.index-banner .banner-sw-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--d30);
}

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

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

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

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

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

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

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

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

.banner-page {
  position: absolute;
  bottom: 0;
  left: var(--p);
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}

.banner-page .banner-allbox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  margin-bottom: 10px;
}

.banner-page .banner-num {
  font-size: var(--48);
  font-weight: 500;
}

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

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

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

.banner-textbox .banner-indextitle h2 {
  color: #fff;
  text-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
  font-size: var(--72);
  font-weight: 600;
  line-height: calc(84 / 72);
}

.banner-textbox .banner-indextext {
  width: 1400px;
  max-width: 100%;
  font-size: var(--30);
  line-height: calc(50 / 30);
  color: #fff;
}

.crbam {
  color: #475467;
  padding: var(--d24) 0;
  border-bottom: 1px solid rgba(71, 84, 103, 0.1);
}

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

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

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

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

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

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

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

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

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

.other-banner .other-textcon .other-title h2 {
  font-size: var(--72);
  line-height: calc(84 / 72);
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
}

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

.index-bannerbox {
  background: linear-gradient(186deg, #0158E5 47.46%, #01378E 89.91%);
  position: relative;
  overflow: hidden;
  z-index: 778;
}

.index-bannerbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle closest-side, #0061fe, transparent);
  background-size: 200% 200%;
  animation: mycircle 25s ease infinite;
}

.index-bannerbox .index-banner-title,
.index-bannerbox .index-bannerbox2 {
  position: relative;
  z-index: 10;
}

@keyframes mycircle {
  0% {
    background-position: 50% 50%;
    background-size: 200% 200%;
  }

  10% {
    background-position: 100% 10%;
    background-size: 180% 180%;
  }

  20% {
    background-position: 15% 100%;
    background-size: 220% 220%;
  }

  30% {
    background-position: 10% 25%;
    background-size: 240% 240%;
  }

  40% {
    background-position: 25% 75%;
    background-size: 260% 260%;
  }

  50% {
    background-position: 100% 20%;
    background-size: 150% 150%;
  }

  60% {
    background-position: 150% 5%;
    background-size: 180% 180%;
  }

  70% {
    background-position: 75% 10%;
    background-size: 200% 200%;
  }

  70% {
    background-position: 25% 100%;
    background-size: 220% 220%;
  }

  80% {
    background-position: 15% 50%;
    background-size: 240% 240%;
  }

  90% {
    background-position: 35% 50%;
    background-size: 220% 220%;
  }

  100% {
    background-position: 50% 50%;
    background-size: 200% 200%;
  }
}

.index-banner-title {
  padding: var(--d150) 0;
}

.index-banner-title .index-banner-title2 {
  font-size: var(--48);
  line-height: calc(60 / 48);
  color: #fff;
  font-weight: 600;
}

.fooder {
  background: linear-gradient(186deg, #0158E5 0%, #01317F 98.77%);
}

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

.fooder .fooder-con .fooder-con-title {
  font-size: var(--24);
  line-height: calc(28 / 24);
  margin-bottom: var(--d40);
  font-weight: 600;
  color: #fff;
}

.fooder .fooder-con .fooder-con-text {
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #fff;
}

.fooder .fooder-con .fooder-con-text span {
  opacity: 1;
  margin-right: 8px;
}

.fooder .fooder-con .fooder-con-text a,
.fooder .fooder-con .fooder-con-text p {
  display: inline;
  opacity: 0.8;
  transition: all 0.5s;
}

.fooder .fooder-con .fooder-con-text a:hover {
  opacity: 1;
}

.fooder .fooder-con .fooder-mesbox {
  width: 482px;
}

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

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

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

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

.fooder .fooder-con .fooder-mesbox .fooder-social a {
  width: var(--r36);
  height: var(--r36);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--c);
  margin-right: var(--d24);
}

.fooder .fooder-con .fooder-mesbox .fooder-social a:last-child {
  margin-right: 0;
}

.fooder .fooder-con .fooder-mesbox .fooder-social a i {
  font-size: var(--16);
}

.fooder .fooder-con .fooder-bg {
  position: absolute;
  width: 22.76042vw;
  bottom: 0;
  right: 0;
}

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

.fooder .fooder-navbox {
  display: flex;
  justify-content: space-between;
  width: 1097px;
}

.fooder .fooder-navbox .fooder-nav .fooder-nav2 {
  margin-bottom: var(--d16);
}

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

.fooder .fooder-navbox .fooder-nav .fooder-nav2 a {
  display: block;
}

.fooder .fooder-bom {
  display: flex;
  justify-content: space-between;
  padding: var(--d25) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: var(--16);
  color: rgba(255, 255, 255, 0.6);
}

.floating {
  position: fixed;
  right: var(--d30);
  top: 50%;
  transform: translate(0, -50%);
  z-index: 777;
  opacity: 0;
}

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

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

.floating .floating-list .floating-list2:hover .floating-list3 {
  background-color: var(--c);
  color: #fff;
}

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

.floating .floating-list .floating-list2 .floating-list3 {
  width: var(--r48);
  height: var(--r48);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(237, 249, 255, 0.8);
  box-shadow: 2px 4px 10px rgba(174, 174, 174, 0.15);
  transition: all 0.5s;
  color: var(--c);
  border-radius: 50%;
  position: relative;
  z-index: 10;
}

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

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

.floating .floating-list .floating-list2 .floating-con {
  background-color: var(--c);
  border-radius: 50px;
  padding: var(--d14) var(--d20);
  font-size: var(--16);
  line-height: calc(22 / 16);
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.index .i-product {
  padding-top: var(--d128);
  padding-bottom: var(--d120);
}

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

.index .i-product .i-product-con .i-product-left {
  width: calc(609 / 1920 * 100%);
  padding-left: var(--p);
  padding-right: var(--d93);
}

.index .i-product .i-product-con .i-product-left .i-product-icon {
  width: var(--60);
  margin-bottom: var(--d16);
}

.index .i-product .i-product-con .i-product-left .i-product-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .i-product .i-product-con .i-product-left .i-product-type {
  margin-bottom: var(--d24);
}

.index .i-product .i-product-con .i-product-left .i-product-title {
  margin-bottom: var(--d48);
}

.index .i-product .i-product-con .i-product-left .i-product-text {
  font-size: var(--18);
  line-height: calc(32 / 18);
  margin-bottom: var(--d60);
}

.index .i-product .i-product-con .i-product-right {
  width: calc(1311 / 1920 * 100%);
}

.index .i-product .i-product-con .i-product-right .i-product-swiper {
  padding-bottom: var(--d60);
}

.index .i-product .i-product-con .i-product-right .i-product-but {
  padding-right: var(--p);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index .i-product .i-product-con .i-product-right .i-product-but .i-pro-pagination {
  width: calc(100% - var(--d40) - var(--r48) * 2 - var(--d10));
  position: relative;
  height: 4px;
  background-color: rgba(71, 84, 103, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.index .i-product .i-product-con .i-product-right .i-product-but .i-pro-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--c);
}

.index .i-choose {
  padding-top: var(--d120);
  padding-bottom: var(--d118);
  background: linear-gradient(186deg, #0158E5 0%, #01317F 98.77%);
  position: relative;
}

.index .i-choose .i-choose-crbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
}

.index .i-choose .i-choose-cr {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 49.6875vw;
  height: 45.72917vw;
  pointer-events: none;
  transition: opacity 0.5s;
  z-index: 5;
  border-radius: 954px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(25, 112, 255, 0.8) 0%, rgba(1, 83, 216, 0.18) 100%);
  filter: blur(100px);
}

.index .i-choose .i-choose-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(740 / 1920 * 100%);
}

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

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

.index .i-choose .i-choose-type {
  margin-bottom: var(--d24);
  color: #fff;
}

.index .i-choose .i-choose-title {
  margin-bottom: var(--d80);
}

.index .i-choose .i-choose-title h2 {
  color: #fff;
}

.index .i-choose .i-choose-con {
  display: flex;
  justify-content: space-between;
}

.index .i-choose .i-choose-con .i-choose-left {
  width: calc(726 / 1680 * 100%);
}

.index .i-choose .i-choose-con .i-choose-left .i-choose-left2 {
  position: sticky;
  top: 200px;
  left: 0;
}

.index .i-choose .i-choose-con .i-choose-left .i-choose-left2 .i-choose-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: var(--d60);
}

.index .i-choose .i-choose-con .i-choose-left .i-choose-left2 .i-choose-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .i-choose .i-choose-con .i-choose-right {
  width: calc(954 / 1680 * 100%);
  padding-left: var(--d130);
}

.index .i-choose .i-choose-con .i-choose-right .i-choose-list .i-choose-list2 {
  padding-bottom: var(--d32);
  margin-bottom: var(--d60);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.index .i-choose .i-choose-con .i-choose-right .i-choose-list .i-choose-list2 .i-choose-list3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.index .i-choose .i-choose-con .i-choose-right .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-icon {
  width: var(--32);
  min-width: var(--32);
}

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

.index .i-choose .i-choose-con .i-choose-right .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-list-textbox {
  width: calc(100% - var(--32));
  margin-left: var(--d24);
}

.index .i-choose .i-choose-con .i-choose-right .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-list-textbox .i-choose-list-title {
  margin-bottom: var(--d24);
}

.index .i-choose .i-choose-con .i-choose-right .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-list-textbox .i-choose-list-title h3 {
  font-weight: 600;
  font-size: var(--24);
  line-height: calc(28 / 24);
  color: #fff;
}

.index .i-choose .i-choose-con .i-choose-right .i-choose-list .i-choose-list2 .i-choose-list3 .i-choose-list-textbox .i-choose-list-text {
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: #fff;
}

.index .i-service {
  padding-top: var(--d120);
  padding-bottom: var(--d135);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.index .i-service .i-servicebox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.index .i-service .i-servicebox .i-service-icon {
  margin-bottom: var(--d16);
  width: var(--60);
}

.index .i-service .i-servicebox .i-service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .i-service .i-servicebox .i-service-type {
  margin-bottom: var(--d24);
  text-align: center;
  color: #fff;
  margin-bottom: var(--d16);
}

.index .i-service .i-servicebox .i-service-title {
  text-align: center;
  margin-bottom: var(--d24);
}

.index .i-service .i-servicebox .i-service-title .title {
  color: #fff;
}

.index .i-service .i-servicebox .i-service-text {
  text-align: center;
  margin-bottom: var(--d60);
  color: #fff;
  font-size: var(--18);
  line-height: calc(21 / 18);
}

.index .i-service .i-servicebox .i-service-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .i-service .i-servicebox .i-service-butbox .con-but:first-child {
  margin-right: var(--d32);
}

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

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

.index .i-news .i-news-titlebox .i-news-titlebox2 {
  width: 881px;
}

.index .i-news .i-news-titlebox .i-news-titlebox2 .i-news-icon {
  width: var(--60);
  margin-bottom: var(--d16);
}

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

.index .i-news .i-news-titlebox .i-news-titlebox2 .i-news-type {
  margin-bottom: var(--d24);
}

.index .i-news .i-news-titlebox .i-news-textbox {
  width: 538px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.index .i-news .i-news-titlebox .i-news-textbox .i-news-text {
  font-size: var(--18);
  line-height: calc(32 / 18);
  margin-bottom: var(--d30);
}

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

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

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

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

.i-about .i-about-box .i-about-left {
  width: calc(970 / 1680 * 100%);
  padding-right: var(--d145);
}

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

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

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

.i-about .i-about-box .i-about-left .i-about-list {
  margin-bottom: calc(-1 * var(--d30));
  padding-bottom: var(--d60);
  --bs-gutter-x: 4.375rem;
}

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

.i-about .i-about-box .i-about-left .i-about-list .i-about-list2 .i-about-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.i-about .i-about-box .i-about-left .i-about-list .i-about-list2 .i-about-list3 .i-about-icon {
  margin-right: var(--d24);
  position: relative;
  width: var(--r70);
  height: var(--r70);
  min-width: var(--r70);
  display: flex;
  justify-content: center;
  align-items: center;
}

.i-about .i-about-box .i-about-left .i-about-list .i-about-list2 .i-about-list3 .i-about-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url('../image/other/i_about_iconbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  animation: playan2 5s linear infinite normal;
}

.about-swiper2 .i-about-icon img {
  position: relative;
  z-index: 10;
  width: var(--32);
  object-fit: cover;
}

.about-swiper2 .i-about-icon {
  margin-right: var(--d24);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: var(--r70);
  height: var(--r70);
  min-width: var(--r70);
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-swiper2 .i-about-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url('../image/other/i_about_iconbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  animation: playan2 5s linear infinite normal;
}

.about-swiper2 .i-about-icon i {
  font-size: var(--16);
  position: relative;
  z-index: 10;
  transform: translateX(10%);
  color: var(--c);
}


.i-about .i-about-box .i-about-left .i-about-list .i-about-list2 .i-about-list3 .i-about-icon img {
  position: relative;
  z-index: 10;
  width: var(--32);
  object-fit: cover;
}

.i-about .i-about-box .i-about-left .i-about-list .i-about-list2 .i-about-list3 .i-about-list-text .i-about-list-title {
  font-size: var(--18);
  line-height: calc(26 / 18);
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--c3);
}

.i-about .i-about-box .i-about-left .i-about-list .i-about-list2 .i-about-list3 .i-about-list-text .i-about-list-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
}

.i-about .i-about-box .i-about-right {
  width: calc(710 / 1680 * 100%);
  position: relative;
  padding-bottom: 216px;
}

.i-about .i-about-box .i-about-right .i-about-img {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

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

.i-about .i-about-box .i-about-right .i-about-videobox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 10;
  position: relative;
}

.i-about .i-about-box .i-about-right .i-about-videobox .i-about-video {
  width: calc(376 / 710 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.i-about .i-about-box .i-about-right .i-about-videobox .i-about-video:hover img {
  transform: scale(1.1);
}

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

.i-about .i-about-box .i-about-right .i-about-videobox .i-about-video .i-about-icon {
  position: absolute;
  right: var(--d28);
  bottom: var(--d28);
  width: var(--r40);
  height: var(--r40);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 5;
}

.i-about .i-about-box .i-about-right .i-about-videobox .i-about-video .i-about-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(66 / 40 * 100%);
  height: calc(66 / 40 * 100%);
  background: #0061FE;
  filter: blur(15px);
}

.i-about .i-about-box .i-about-right .i-about-videobox .i-about-video .i-about-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}

.i-about .i-about-box .i-about-right .i-about-videobox .i-about-video .i-about-icon i {
  font-size: var(--16);
  position: relative;
  z-index: 10;
  transform: translateX(10%);
}

.i-about .i-about-box .i-about-right .i-about-videobox .i-about-numbox {
  width: calc(160 / 710 * 100%);
  background-color: var(--c);
  border-radius: 8px;
  margin-left: var(--d24);
  margin-top: var(--d60);
}

.i-about .i-about-box .i-about-right .i-about-videobox .i-about-numbox .img-box {
  padding-bottom: 100%;
}

.i-about .i-about-box .i-about-right .i-about-videobox .i-about-numbox .i-about-numbox2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.i-about .i-about-box .i-about-right .i-about-videobox .i-about-numbox .i-about-numbox2 .num {
  font-size: var(--72);
  line-height: 1;
  font-weight: 600;
}

.i-about .i-about-box .i-about-right .i-about-videobox .i-about-numbox .i-about-numbox2 .tip {
  font-size: var(--40);
  line-height: 1;
  margin-left: var(--d8);
  font-weight: 500;
}

.news-con {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}

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

.news-con:hover .img-box {
  padding-bottom: calc(2 / 3 * 100%);
}

.news-con:hover .product-but {
  background-color: var(--c) !important;
  color: #fff !important;
}

.news-con:hover .product-but i {
  transform: rotate(45deg) !important;
}

.news-con .news-textbox {
  padding: var(--d24) var(--d24) var(--d32);
}

.news-con .news-textbox .news-list-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  line-height: calc(26 / 18);
  margin-bottom: var(--d16);
}

.news-con .news-textbox .news-list-date i {
  font-size: var(--24);
  margin-right: var(--d12);
  color: var(--c);
}

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

.news-con .news-textbox .news-list-title h3 {
  font-size: var(--24);
  line-height: calc(28 / 24);
  color: #101828;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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

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

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

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

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

.con-but .con-but2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d10) var(--d12);
  padding-left: var(--d24);
  border-radius: 50px;
  background-color: #0061fe;
  overflow: hidden;
  transition: all 0.7s;
  color: #fff;
}

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

.con-but .con-but2:hover .con-icon::after {
  transform: translate(-50%, -50%) scale(17);
}

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

.con-but .con-but2 .con-icon {
  width: var(--r36);
  height: var(--r36);
  min-width: var(--r36);
  border-radius: 50%;
  background-color: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: var(--d20);
  color: #fff;
  position: relative;
}

.con-but .con-but2 .con-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--c2);
  z-index: 1;
  transition: all 0.7s ease;
}

.con-but .con-but2 .con-icon i {
  font-size: var(--14);
  color: #fff;
  position: relative;
  z-index: 10;
}

.con-but .con-but3 {
  background-color: rgba(255, 255, 255, 0.4);
}

.con-but .con-but3:hover {
  color: var(--c);
}

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

.con-but .con-but3 .con-icon::after {
  background-color: #fff;
}

.con-but .con-but3 .con-icon i {
  color: var(--c);
}

.con-but .con-but4 {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}

.con-but .con-but4:hover {
  color: var(--c);
}

.con-but .con-but4 .con-icon {
  background-color: #fff;
}

.con-but .con-but4 .con-icon::after {
  background-color: #fff;
}

.con-but .con-but4 .con-icon i {
  color: var(--c);
}

.con-but .con-but5 {
  background-color: transparent;
  color: var(--c);
}

.product-con {
  padding: var(--d32) var(--d24);
  height: 100%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(204, 204, 204, 0.25);
}

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

.product-con:hover .product-but {
  background-color: var(--c) !important;
  color: #fff !important;
}

.product-con:hover .product-but i {
  transform: rotate(45deg) !important;
}

.product-con .product-img {
  margin-bottom: var(--d24);
}

.product-con .product-textbox .product-type {
  margin-bottom: var(--d16);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: var(--c3);
}

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

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

.product-but {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d16);
  background-color: #f5f8ff;
  font-size: var(--18);
  line-height: calc(26 / 18);
  color: var(--c3);
  transition: all 0.5s;
  border-radius: 6px;
}

.product-but i {
  font-size: var(--24);
  transition: all 0.5s;
}

.product {
  padding-top: var(--d80);
  padding-bottom: var(--d96);
}

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

.product .product-navbox .product-navbox2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: var(--d30);
}

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

.product-nav-titlebox {
  width: 140px;
  min-width: 140px;
  padding: var(--d14) var(--d36);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  background-color: var(--c);
  margin-right: var(--d16);
}

.product-icon {
  display: none;
}

.product .product-navbox .product-navbox2 .product-nav-title {
  font-size: var(--16);
  line-height: calc(19 / 16);
  color: #fff;
}

.product .product-navbox .product-navbox2 .product-nav {
  margin: calc(-1 * var(--d8));
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product .product-navbox .product-navbox2 .product-nav .product-nav2 {
  padding: var(--d8);
}

.product .product-navbox .product-navbox2 .product-nav .product-nav2 .product-nav3 {
  padding: var(--d14) var(--d36);
  font-size: var(--16);
  line-height: calc(19 / 16);
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  background-color: #fff;
}

@media (min-width: 769px) {
  .product .product-navbox .product-navbox2 .product-nav .product-nav2 .product-nav3:hover {
    color: #fff;
    background-color: var(--c);
  }
}

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

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

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

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

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

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

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

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

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

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

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

.other-fooder {
  padding: var(--d106) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.other-fooder .other-fooder2 .other-fooder-left {
  width: calc(100% - 200px);
}

.other-fooder .other-fooder2 .other-fooder-left .other-fooder-text {
  font-size: var(--24);
  line-height: calc(28 / 24);
  color: #fff;
  margin-bottom: var(--d24);
}

.other-fooder .other-fooder2 .other-fooder-left .other-fooder-title .title {
  color: #fff;
}

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

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

.productdetails .details-box .details-img {
  width: calc(680 / 1680 * 100%);
  border-radius: 12px;
  box-shadow: 0 0 40px 0 rgba(204, 204, 204, 0.25);
  background-color: #fff;
  overflow: hidden;
}

.productdetails .details-box .details-textbox {
  width: calc(1000 / 1680 * 100%);
  padding-left: var(--d112);
}

.productdetails .details-box .details-textbox .details-title {
  padding-bottom: var(--d24);
  margin-bottom: var(--d40);
  border-bottom: 1px solid rgba(71, 84, 103, 0.1);
}

.productdetails .details-box .details-textbox .details-text {
  margin-bottom: var(--d60);
}

.productdetails .details-box .details-textbox .details-text .table-box tr td:first-child {
  font-weight: 500;
  color: var(--c3);
  width: 150px;
}

.productdetails .details-box .details-textbox .details-text .table-box table tr,
.productdetails .details-box .details-textbox .details-text .table-box table td,
.productdetails .details-box .details-textbox .details-text .table-box table th {
  width: auto;
  height: auto;
  padding: var(--d10) 0 var(--d20);
}

.productdetails .details-box .details-textbox .details-text .table-box table tr:last-child td {
  padding: var(--d10) 0 var(--d10);
}

.productdetails .details-box .details-textbox .details-but {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.productdetails .details-box .details-textbox .details-but .con-but:first-child {
  margin-right: var(--d40);
}

.productdetails .details-con2 {
  padding: var(--d80) var(--d60);
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

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

.productdetails .details-con2 .details-con-box:last-child {
  margin-bottom: 0;
}

.productdetails .details-con2 .details-con-box .details-con-title {
  font-size: var(--24);
  line-height: calc(28 / 24);
  font-weight: 600;
  color: var(--c);
  margin-bottom: var(--d40);
  padding-bottom: var(--d20);
  position: relative;
}

.productdetails .details-con2 .details-con-box .details-con-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(71, 84, 103, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.productdetails .details-con2 .details-con-box .details-con-title::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--c);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.productdetails .details-con2 .details-con-box .details-con-text {
  font-size: var(--18);
  line-height: calc(21 / 18);
}

.productdetails .details-con2 .details-con-box .details-con-text table tr,
.productdetails .details-con2 .details-con-box .details-con-text table td,
.productdetails .details-con2 .details-con-box .details-con-text table th {
  width: auto;
  height: auto;
  padding-bottom: var(--d24);
}

.productdetails .details-con2 .details-con-box .details-con-text table tr:last-child td {
  padding-bottom: 0;
}

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

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

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

.application .application-list .application-list2 .application-list3 {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.application .application-list .application-list2 .application-list3:hover .application-list-title::after {
  opacity: 1;
}

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

.application .application-list .application-list2 .application-list3 .application-list-title {
  padding: var(--d24);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.application .application-list .application-list2 .application-list3 .application-list-title::after {
  background: linear-gradient(180deg, rgba(0, 97, 254, 0) 0%, rgba(0, 97, 254, 0.6) 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.application .application-list .application-list2 .application-list3 .application-list-title h2 {
  font-size: var(--24);
  line-height: calc(28 / 24);
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

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

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

.service .service-titlebox .service-titlebox2 {
  width: 549px;
}

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

.service .service-titlebox .service-text {
  width: 842px;
}

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

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

.service .service-list .service-list2:nth-child(2n) .service-list3 .service-textbox {
  padding-left: 0;
  padding-right: var(--d60);
}

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

.service .service-list .service-list2 .service-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  padding: var(--d40);
}

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

.service .service-list .service-list2 .service-list3 .service-img {
  width: calc(738 / 1600 * 100%);
  border-radius: 12px;
  overflow: hidden;
}

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

.service .service-list .service-list2 .service-list3 .service-textbox {
  width: calc(862 / 1600 * 100%);
  padding-left: var(--d60);
}

.service .service-list .service-list2 .service-list3 .service-textbox .service-icon {
  position: relative;
  width: var(--r72);
  height: var(--r72);
  min-width: var(--r72);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d16);
}

.service .service-list .service-list2 .service-list3 .service-textbox .service-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url('../image/other/i_about_iconbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  animation: playan2 5s linear infinite normal;
}

.service .service-list .service-list2 .service-list3 .service-textbox .service-icon img {
  position: relative;
  z-index: 10;
  width: var(--40);
  object-fit: cover;
}

.service .service-list .service-list2 .service-list3 .service-textbox .service-list-type {
  margin-bottom: var(--d24);
}

.service .service-list .service-list2 .service-list3 .service-textbox .service-list-title {
  padding-bottom: var(--d32);
  margin-bottom: var(--d32);
  border-bottom: 1px solid rgba(71, 84, 103, 0.1);
}

.service .service-list .service-list2 .service-list3 .service-textbox .service-list-text ul li {
  padding-left: 32px;
  position: relative;
  font-size: var(--18);
  line-height: calc(32 / 18);
  margin-bottom: var(--d24);
}

.service .service-list .service-list2 .service-list3 .service-textbox .service-list-text ul li:last-child {
  margin-bottom: 0;
}

.service .service-list .service-list2 .service-list3 .service-textbox .service-list-text ul li::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(186deg, #0158E5 0%, #01317F 98.77%);
  position: absolute;
  top: 10px;
  left: 10px;
  content: '';
}

.about .i-about {
  padding: var(--d80) 0 var(--d120);
}

.about .i-about .i-about-box {
  align-items: center;
}

.about .i-about .i-about-box .i-about-left .i-about-text {
  margin-bottom: 0;
}

.about .about-swbox {
  margin-top: var(--d80);
}

.about .about-swbox .img-box {
  border-radius: 12px;
}

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

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

.about .about-swbox .about-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.4;
  background-color: var(--c);
  margin: 0 5px;
}

.about .about-swbox .about-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.about .about-swbox .about-pagination2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.4;
  background-color: var(--c);
  margin: 0 5px;
}

.about .about-swbox .about-pagination2 .swiper-pagination-bullet-active {
  opacity: 1;
}

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

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

.about .quality .quality-titlebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d60);
}

.about .quality .quality-con {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: var(--d32);
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.about .quality .quality-con .quality-img {
  margin-bottom: var(--d24);
}

.about .quality .quality-con .quality-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .quality .quality-con .quality-sw-title h3 {
  font-size: var(--24);
  line-height: calc(28 / 24);
  font-weight: 600;
  text-align: center;
  color: var(--c3);
}

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

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

.news .news-top .news-sw-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d40);
  background-color: #fff;
  border-radius: 12px;
}

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

.news .news-top .news-sw-con .img-box {
  padding-bottom: calc(2 / 3 * 100%);
  border-radius: 12px;
}

.news .news-top .news-sw-con .news-sw-img {
  width: calc(784 / 1600 * 100%);
}

.news .news-top .news-sw-con .news-sw-textbox {
  width: calc(816 / 1600 * 100%);
  padding-left: var(--d60);
}

.news .news-top .news-sw-con .news-sw-textbox .news-sw-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  line-height: calc(26 / 18);
  margin-bottom: var(--d24);
}

.news .news-top .news-sw-con .news-sw-textbox .news-sw-date i {
  font-size: var(--24);
  margin-right: var(--d12);
  color: var(--c);
}

.news .news-top .news-sw-con .news-sw-textbox .news-sw-title {
  margin-bottom: var(--d48);
}

.news .news-top .news-sw-con .news-sw-textbox .news-sw-title h2 {
  font-size: var(--32);
  line-height: calc(60 / 32);
  font-weight: 600;
  color: var(--c3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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

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

.news .news-top .news-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.4;
  background-color: var(--c);
  margin: 0 5px;
}

.news .news-top .news-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.news .news-list {
  margin-bottom: calc(-1 * var(--d40));
  padding-bottom: var(--d60);
}

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

.newsdetails {
  padding-top: var(--d80);
  padding-bottom: var(--d178);
}

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

.newsdetails .newsdetails-box .newsdetails-left {
  width: calc(1170 / 1680 * 100%);
  padding-right: var(--d120);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 {
  padding: var(--d60) var(--d48);
  border-radius: 12px;
  background-color: #fff;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 .newsdetails-titlebox {
  border-bottom: 1px solid rgba(71, 84, 103, 0.1);
  margin-bottom: var(--d40);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 .newsdetails-titlebox .newsdetails-title {
  margin-bottom: var(--d20);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 .newsdetails-titlebox .newsdetails-title h1 {
  font-size: var(--36);
  line-height: calc(42 / 36);
  font-weight: 700;
  color: var(--c3);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 .newsdetails-titlebox .newsdetails-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  line-height: calc(26 / 18);
  margin-bottom: var(--d30);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 .newsdetails-titlebox .newsdetails-date i {
  font-size: var(--24);
  margin-right: var(--d12);
  color: var(--c);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 .newsdetails-text {
  font-size: var(--16);
  line-height: calc(32 / 16);
  padding-bottom: var(--d64);
  border-bottom: 1px solid rgba(71, 84, 103, 0.1);
}

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

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 .newsdetails-text p img {
  border-radius: 12px;
  max-width: 100%;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 .newsdetails-butbox {
  padding-top: var(--d30);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 .newsdetails-butbox .newsdetails-but {
  margin-bottom: var(--d20);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 .newsdetails-butbox .newsdetails-but a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--16);
  font-weight: 500;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 .newsdetails-butbox .newsdetails-but a span {
  color: var(--c3);
  font-size: var(--18);
  font-weight: 700;
}


/*********/
.transformertails {
  padding: var(--d80) 0 var(--d120);
}

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

.transformertails .transformertails-box .transformertails-left {
  width: 100%;

}

.transformertails .transformertails-box .transformertails-left .transformertails-left2 {
  /*padding: var(--d60) var(--d48);*/
  /*border-radius: 12px;*/
  /*background-color: #fff;*/
}

.transformertails .transformertails-box .transformertails-left .transformertails-left2 .transformertails-titlebox {
  border-bottom: 1px solid rgba(71, 84, 103, 0.1);
  margin-bottom: var(--d40);
}

.transformertails .transformertails-box .transformertails-left .transformertails-left2 .transformertails-titlebox .transformertails-title {
  margin-bottom: var(--d20);
}

.transformertails .transformertails-box .transformertails-left .transformertails-left2 .transformertails-titlebox .transformertails-title h1 {
  font-size: var(--36);
  line-height: calc(42 / 36);
  font-weight: 700;
  color: var(--c3);
}

.transformertails .transformertails-box .transformertails-left .transformertails-left2 .transformertails-titlebox .transformertails-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  line-height: calc(26 / 18);
  margin-bottom: var(--d30);
}

.transformertails .transformertails-box .transformertails-left .transformertails-left2 .transformertails-titlebox .transformertails-date i {
  font-size: var(--24);
  margin-right: var(--d12);
  color: var(--c);
}

.transformertails .transformertails-box .transformertails-left .transformertails-left2 .transformertails-text {
  font-size: var(--16);
  line-height: calc(32 / 16);
  padding-bottom: var(--d64);
  border-bottom: 1px solid rgba(71, 84, 103, 0.1);
}

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

.transformertails .transformertails-box .transformertails-left .transformertails-left2 .transformertails-text p img {
  border-radius: 12px;
  max-width: 80%;
}

@media (max-width: 990px) {
.transformertails .transformertails-box .transformertails-left .transformertails-left2 .transformertails-text p img {
  max-width: 100%;
 }    
}

/*******/

.newsdetails .newsdetails-box .newsdetails-right {
  width: calc(510 / 1680 * 100%);
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 {
  padding: var(--d48) var(--d24);
  background-color: #fff;
  position: sticky;
  top: 200px;
  left: 0;
  border-radius: 12px;
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-right-title {
  padding: var(--d10) 0 var(--d20);
  margin-bottom: var(--d16);
  border-bottom: 1px solid rgba(71, 84, 103, 0.1);
  font-size: var(--24);
  font-weight: 700;
  color: var(--c3);
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 {
  padding: var(--d36) 0;
  border-bottom: 1px solid rgba(71, 84, 103, 0.1);
}

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

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-list-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  line-height: calc(26 / 18);
  margin-bottom: var(--d8);
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-list-date i {
  font-size: var(--24);
  margin-right: var(--d12);
  color: var(--c);
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-list-title h2 {
  font-size: var(--18);
  line-height: calc(32 / 18);
  transition: all 0.5s;
}

.contact .mes {
  padding-top: var(--d80);
  padding-bottom: var(--d120);
}

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

.contact .mes .mes-box .mes-left {
  width: calc(726 / 1680 * 100%);
  border-radius: 12px;
  overflow: hidden;
}

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

.contact .mes .mes-box .mes-right {
  width: calc(954 / 1680 * 100%);
  padding-left: var(--d80);
}

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

.contact .mes .mes-box .mes-right .mes-text {
  font-size: var(--24);
  line-height: calc(32 / 24);
  color: var(--c3);
  margin-bottom: var(--d48);
}

.contact .mes .mes-box .mes-right .mes-list {
  margin-bottom: var(--d48);
}

.contact .mes .mes-box .mes-right .mes-list .mes-list2 {
  margin-bottom: var(--d32);
}

.contact .mes .mes-box .mes-right .mes-list .mes-list2:last-child {
  margin-bottom: 0;
}

.contact .mes .mes-box .mes-right .mes-list .mes-list2 .mes-list3 {
  display: flex;
  justify-content: flex-start;
}

.contact .mes .mes-box .mes-right .mes-list .mes-list2 .mes-list3 .mes-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--c);
  margin-right: var(--d24);
}

.contact .mes .mes-box .mes-right .mes-list .mes-list2 .mes-list3 .mes-icon i {
  font-size: var(--16);
}

.contact .mes .mes-box .mes-right .mes-list .mes-list2 .mes-list3 .mes-list-text {
  font-size: var(--18);
  line-height: calc(32 / 18);
  color: #475467;
}

.contact .mes .mes-box .mes-right .mes-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contact .mes .mes-box .mes-right .mes-social a {
  width: var(--r36);
  height: var(--r36);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--c);
  margin-right: var(--d24);
}

.contact .mes .mes-box .mes-right .mes-social a:last-child {
  margin-right: 0;
}

.contact .mes .mes-box .mes-right .mes-social a i {
  font-size: var(--16);
}

.contact .form {
  overflow: hidden;
  position: relative;
  padding: var(--d120) 0;
}

.contact .form .form-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

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

.contact .form .form-con {
  position: relative;
  z-index: 1;
}

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

.contact .form .form-title {
  margin-bottom: var(--d72);
}

.contact .form .form-title .title {
  color: #fff;
  text-align: center;
}

.contact .form .contact-form {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(204, 204, 204, 0.25);
  padding: var(--d64) var(--d48);
}

.contact .form .contact-form .input-box {
  padding: var(--d16) var(--d24);
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(71, 84, 103, 0.1);
  background: #f5f8ff;
  color: var(--c3);
  font-size: var(--16);
  line-height: calc(19 / 16);
  margin-bottom: var(--d32);
}

.contact .form .contact-form .input-box::placeholder {
  color: rgba(71, 84, 103, 0.6);
}

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

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

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

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

.search .search-con {
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: var(--d32);
  transform: translateY(-50%);
}

.search .search-con .search-con2 {
  margin-bottom: var(--d24);
}

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

.search .search-con .search-con2 .search-con3 .input-text {
  padding: var(--d10) var(--d16);
  border: 1px solid rgba(71, 84, 103, 0.1);
  width: calc(100% - 120px - var(--d32));
  border-radius: 4px;
  color: var(--c3);
}

.search .search-con .search-con2 .search-con3 .input-text::placeholder {
  color: rgba(71, 84, 103, 0.6);
}

.search .search-con .search-con2 .search-con3 .submit {
  padding: var(--d10) var(--d32);
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: #fff;
}

.search .search-con .keywords {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: var(--18);
  line-height: calc(21 / 18);
  color: var(--c3);
}

.search .search-con .keywords .keywords-title {
  margin-right: var(--d16);
}

.search .search-con .keywords .keywords-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: calc(-1 * var(--d20));
}

.search .search-con .keywords .keywords-list .keywords-list2 {
  margin-bottom: var(--d20);
}

.search .search-con .keywords .keywords-list .keywords-list2:last-child .keywords-list3::after {
  display: none;
}

.search .search-con .keywords .keywords-list .keywords-list2 .keywords-list3::after {
  content: '|';
  padding-left: var(--d20);
  padding-right: var(--d20);
}

.search .word {
  margin-top: var(--d80);
  text-align: center;
  font-size: var(--24);
  font-weight: 500;
  line-height: calc(28 / 24);
  margin-bottom: var(--d80);
}

.search .word span {
  color: var(--c);
}

.search .not {
  width: 200px;
  margin: 0 auto;
}

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

@media (max-width: 1800px) {
  .fooder .fooder-con .fooder-mesbox {
    width: 360px;
  }

  .index .i-news .i-news-titlebox .i-news-titlebox2 {
    width: 784px;
  }

  .fooder .fooder-navbox {
    width: 1020px;
  }

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

@media (max-width: 1600px) {
  .index .i-news .i-news-titlebox .i-news-titlebox2 {
    width: 650px;
  }

  .fooder .fooder-navbox {
    width: 800px;
  }

  .index .i-news .i-news-titlebox .i-news-textbox {
    width: 480px;
  }

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

@media (max-width: 1400px) {
  .index .i-news .i-news-titlebox .i-news-titlebox2 {
    width: 450px;
  }
}

@media (max-width: 1200px) {
  .news .news-top .news-sw-con {
    flex-direction: column;
  }

  .news .news-top .news-sw-con .news-sw-img {
    width: 100%;
  }

  .news .news-top .news-sw-con .news-sw-textbox .news-sw-title h2 {
    line-height: calc(45 / 32);
  }

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

  .service .service-titlebox {
    flex-direction: column;
  }

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

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

  .service .service-list .service-list2 .service-list3 {
    flex-direction: column !important;
  }

  .service .service-titlebox .service-text {
    width: 100%;
  }

  .service .service-titlebox .service-titlebox2 {
    width: 100%;
    margin-bottom: var(--d30);
  }

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

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

  .index .i-service {
    background-attachment: unset;
  }

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

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

  .header .header-box1 {
    border-bottom: 1px solid rgba(71, 84, 103, 0.1);
  }

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

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

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

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


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

  .header .header-search .search-box .input-text {
    color: var(--c3);
  }

  .header .header-search .search-box .input-text::placeholder {
    color: var(--c3);
  }

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

  .header .header-search .search-box .input-text {
    background-color: #f5f8ff;
  }

  .header .header-search .search-box .submit {
    background-color: #f5f8ff;
  }

  .index-banner {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .banner-page {
    bottom: 30px;
    z-index: 10;
  }

  .index .i-product .i-product-con {
    flex-direction: column;
    padding-left: var(--p);
    padding-right: var(--p);
  }

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

  .index .i-product .i-product-con .i-product-right .i-product-but {
    padding-right: 0;
  }

  .index .i-product .i-product-con .i-product-right {
    width: 100%;
  }

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

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

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

  .i-about .i-about-box .i-about-right .i-about-img {
    top: unset;
    bottom: 0;
  }

  .i-about .i-about-box .i-about-right {
    padding-bottom: 200px;
  }

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

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

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

  .index .i-news .i-news-titlebox .i-news-textbox {
    width: 100%;
  }

  .fooder .fooder-navbox {
    display: none;
  }

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

  .other-banner .other-textcon {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

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

@media (max-width: 990px) {
  .index .i-choose .i-choose-con {
    flex-direction: column;
  }

  .contact .form .form-bg {
    height: 400px;
  }

  .index-banner .banner-sw-but i {
    font-size: 12px;
  }

  .index .i-choose .i-choose-con .i-choose-left {
    width: 100%;
  }

  .index .i-choose .i-choose-con .i-choose-right {
    padding: 0;
    width: 100%;
    margin-top: var(--d30);
  }
}

@media (max-width: 768px) {
  .header .header-search {
    width: 280px;
  }

  .fooder .fooder-bom {
    flex-direction: column-reverse;
  }

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

  .news .news-top .news-sw-con .news-sw-textbox .news-sw-title {
    margin-bottom: 20px;
  }

  .other-img {
    height: 300px;
  }

  .floating .floating-list .floating-list2 .floating-list3 i {
    font-size: 16px;
  }

  .floating {
    top: 70%;
  }

  .i-about .i-about-box .i-about-left .i-about-list {
    --bs-gutter-x: 0.375rem;
  }

  .index-banner {
    height: 400px;
  }

  .product .product-navbox .product-navbox2 {
    flex-direction: column;
  }

  .product .product-navbox .product-navbox2 .product-nav-titlebox {
    margin-right: 0;
    margin-bottom: var(--d20);
    width: 100%;
  }

  .pagination a i {
    font-size: 12px;
  }

  .product-icon {
    display: block;
  }

  .product-icon i {
    color: #fff;
    font-size: var(--16);
    transition: all .5s;
    display: block;
  }

  .service .service-list .service-list2 .service-list3 .service-textbox .service-list-text ul li::after {
    width: 8px;
    height: 8px;
  }

  .contact .form .contact-form .input-box {
    margin-bottom: 10px;
  }

  .on .product-icon i {
    transform: rotate(180deg);
  }

  .product .product-navbox .product-navbox2 .product-nav {
    display: none;
  }

  .product .product-navbox .product-navbox2 .product-nav .product-nav2 {
    display: inline-block;
  }

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

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

  .banner-page .banner-allbox {
    margin-bottom: 0;
  }

  .banner-page {
    margin-bottom: 0;
  }

  .banner-textbox .banner-indextext {
    line-height: calc(40 / 30);
  }
}

@media (max-width: 540px) {
  .header .header-search {
    width: 180px;
  }

  .newsdetails .newsdetails-box .newsdetails-left .newsdetails-left2 {
    padding: 20px 15px;
  }

  .application .application-list {
    --bs-gutter-x: 0;
  }
}