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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table tr,
table td,
table th {
  width: auto;
  height: auto;
  border: 1px solid #e4e4e4;
  padding: var(--d20);
  word-break: auto-phrase !important;
}

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

    table {
      width: 860px;
    }
  }

}

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;
  border-radius: 20px;
}

label {
  width: 100%;
}

.pro {
  position: relative;
}

.top {
  position: absolute;
  top: 0;
  pointer-events: none;
  height: 104px;
  left: 0;
}

.productdetails .top {
  transform: translateY(-100%);
}

.casesdetails .top {
  transform: translateY(-150%);
}

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

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

:root {
  scroll-behavior: auto;
  --p: calc((100vw - 1720px) / 2);
  --c: #0e94df;
  --c2: #333333;
  --c3: #222222;
  --g220: 13.75rem;
  --g50: 3.125rem;
  --g46: 2.875rem;
  --g40: 2.5rem;
  --r120: 120px;
  --r110: 110px;
  --r60: 60px;
  --r54: 54px;
  --r50: 50px;
  --r48: 48px;
  --r44: 44px;
  --r40: 40px;
  --r36: 36px;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d292: 292px;
  --d286: 286px;
  --d260: 260px;
  --d243: 243px;
  --d225: 225px;
  --d210: 210px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d185: 185px;
  --d180: 180px;
  --d178: 178px;
  --d175: 175px;
  --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;
  --86: 86px;
  --82: 82px;
  --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;
  --42: 42px;
  --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;
}

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

.title {
  padding-top: var(--d20);
  position: relative;
}

.title .title-bg {
  width: 97px;
  position: absolute;
  top: 0;
  left: 0;
}

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

.title h2 {
  position: relative;
  z-index: 10;
  font-size: var(--50);
  line-height: calc(70 / 50);
  color: var(--c3);
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header .header-box1 .header-content1 .header-language {
  height: 100%;
  position: relative;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pro-more {
  visibility: hidden;
  transform: rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  padding: var(--d60) 0;
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  box-shadow: 0 6px 20px 0 rgba(199, 199, 199, 0.20)
}

.pro-more .pro-more-navbox {
  padding: var(--d20) 0;
  position: relative;
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: #999999;
  transition: all 0.5s;
  font-weight: 500;
}

.pro-more .pro-more-navbox:hover {
  color: var(--c3);
}

.pro-more .pro-other-nav .action>a .pro-more-navbox::before {
  width: 100%;
}

.pro-more .pro-more-navbox:hover::before {
  width: 100%;
}


.pro-more .pro-more-navbox::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  content: '';
  position: absolute;
}

.pro-more .pro-more-navbox::before {
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--c);
  content: '';
  position: absolute;
  transition: all 0.5s;
}

.pro-more .pro-more-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.pro-more .pro-more-box .pro-more-left {
  width: 552px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: var(--d105);
}

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

.pro-more .pro-more-box .pro-more-right {
  width: 406px;
  padding-right: var(--d40);
}

.pro-more .pro-more-box .pro-more-right .pro-more-nav {
  position: relative;
}

.pro-more .pro-more-box .pro-more-right .pro-more-nav .pro-more2-nav {
  width: 550px;
  padding-right: var(--d40);
  position: absolute;
  left: calc(100% + var(--d105));
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}

.pro-more .pro-more-box .pro-more-right .pro-more-nav .action>a .pro-more-navbox {
  color: var(--c3);
}

.pro-more .pro-more-box .pro-more-right .pro-more-nav .action>a .pro-more-navbox::before {
  width: 100%;
}

.pro-more .pro-more-box .pro-more-right .pro-more-nav .action .pro-more2-nav {
  z-index: 10;
  opacity: 1;
}

.pro-more .pro-more-box2 {
  justify-content: center;
}

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

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

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

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

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

.headeraction {
  background-color: #fff;
  border-bottom: 1px solid #E4E4E4;
}

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

.headeraction .header-nav .header-list .action .header-list3 a span {
  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-box1 .header-content1 .header-language .header-language2 {
  color: #333333;
}

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

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

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

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

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

  .header-nav .header-list .header-list2:hover .header-list3 a::after {
    opacity: 1;
    bottom: 20px;
  }

  .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::after {
    opacity: 1;
    bottom: 20px;
  }

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

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

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

  .header-nav .header-list .header-list3 a::after {
    width: 8px;
    height: 8px;
    content: '';
    background-color: var(--c);
    border-radius: 50%;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
  }

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

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

@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%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.index-banner .banner-butbox {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index-banner .banner-butbox .banner-butbox2 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: var(--d26);
  padding-bottom: var(--d68);
}

.index-banner .banner-butbox .banner-butbox2 .banner-pagination {
  width: auto;
  font-size: var(--22);
  line-height: calc(30 / 22);
  color: rgba(255, 255, 255, 0.6);
}

.index-banner .banner-butbox .banner-butbox2 .banner-pagination .swiper-pagination-current {
  color: #fff;
}

.index-banner .banner-butbox .banner-butbox2 .banner-sw-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-banner .banner-butbox .banner-butbox2 .banner-sw-butbox .banner-sw-but {
  width: var(--r44);
  height: var(--r44);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.index-banner .banner-butbox .banner-butbox2 .banner-sw-butbox .banner-sw-but:first-child {
  margin-right: var(--d16);
}

.index-banner .banner-butbox .banner-butbox2 .banner-sw-butbox .banner-sw-but:hover::after {
  opacity: 1;
}

.index-banner .banner-butbox .banner-butbox2 .banner-sw-butbox .banner-sw-but::after {
  content: '';
  width: var(--r44);
  height: var(--r44);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  transition: all 0.5s;
  animation: cr 3s linear infinite normal;
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-textbox .banner-indextext {
  margin-bottom: var(--d80);
  width: 1330px;
  max-width: 100%;
  font-size: var(--24);
  line-height: calc(40 / 24);
}

.crbam {
  color: #999999;
  padding: var(--d40) 0;
}

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

.crbam .crbam-list {
  display: inline;
  font-size: var(--16);
  line-height: calc(22 / 16);
}

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

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

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

.con-but .con-but2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--d16);
  padding-left: var(--d24);
  border-radius: 50px;
  border: 1px solid var(--c);
  overflow: hidden;
  transition: all 0.7s;
  color: var(--c3);
}

.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: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: var(--d20);
  color: var(--c3);
  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(--c);
  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: var(--c);
  color: #fff;
}

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

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

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

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

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

.index .i-pro {
  padding-top: var(--d124);
  padding-bottom: var(--d90);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.index .i-pro .i-pro-titlebox .i-pro-title {
  padding-left: var(--p);
}

.index .i-pro .i-pro-titlebox .i-pro-textbox {
  width: calc(1300 / 1920 * 100%);
  padding-right: var(--p);
  display: flex;
  justify-content: space-between;
}

.index .i-pro .i-pro-titlebox .i-pro-textbox .i-pro-text {
  font-size: var(--22);
  line-height: calc(30 / 22);
  color: var(--c3);
  width: 782px;
  max-width: 100%;
}

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

.index .i-pro .i-pro-box .i-pro-left {
  width: calc(480 / 1920 * 100%);
  padding-left: var(--p);
  padding-top: var(--d175);
}

.index .i-pro .i-pro-box .i-pro-left .i-pro-nav .i-pro-nav2 {
  margin-bottom: var(--d60);
  font-size: var(--24);
  line-height: calc(33 / 24);
  color: #999999;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

@media (max-width: 990px) {
  .index .i-pro .i-pro-box .i-pro-left .i-pro-nav .i-pro-nav2 {
    margin-bottom: 10px;
  }
}

.index .i-pro .i-pro-box .i-pro-left .i-pro-nav .i-pro-nav2:hover {
  color: var(--c3);
}

.index .i-pro .i-pro-box .i-pro-left .i-pro-nav .i-pro-nav2::after {
  width: 0;
  height: 4px;
  background-color: var(--c);
  position: absolute;
  top: 50%;
  left: calc(var(--d20) * -1);
  transform: translate(-100%, -50%);
  content: '';
  transition: all 0.5s;
}

.index .i-pro .i-pro-box .i-pro-left .i-pro-nav .i-pro-nav2:last-child {
  margin-bottom: 0;
}

@media (max-width: 990px) {
  .index .i-pro .i-pro-box .i-pro-left .i-pro-nav .i-pro-nav2:last-child {
    margin-bottom: 20px;
  }
}

.index .i-pro .i-pro-box .i-pro-left .i-pro-nav .action {
  color: var(--c3);
}

.index .i-pro .i-pro-box .i-pro-left .i-pro-nav .action::after {
  width: calc(var(--p) - var(--d20));
}

.index .i-pro .i-pro-box .i-pro-right {
  width: calc(1300 / 1920 * 100%);
}

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

.index .i-pro .i-pro-box .i-pro-right .i-pro-swbox .i-pro-swbox2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}

.index .i-pro .i-pro-box .i-pro-right .i-pro-swbox .i-pro-swbox2 .i-pro-swiper {
  margin-bottom: var(--d40);
}

.index .i-pro .i-pro-box .i-pro-right .i-pro-swbox .i-pro-swbox2 .i-pro-swiper .i-product-box {
  overflow: hidden;
}

.index .i-pro .i-pro-box .i-pro-right .i-pro-swbox .i-pro-swbox2 .i-pro-swiper .i-product-box .i-product-list-img {
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: var(--d20);
}

.index .i-pro .i-pro-box .i-pro-right .i-pro-swbox .i-pro-swbox2 .i-pro-swiper .i-product-box .i-product-list-img .i-pro-more {
  position: absolute;
  pointer-events: none;
  transition: transform 0.5s;
  transform: scale(0);
  z-index: 10;
}

.index .i-pro .i-pro-box .i-pro-right .i-pro-swbox .i-pro-swbox2 .i-pro-swiper .i-product-box .i-product-list-img .i-pro-more .i-pro-more2 {
  width: var(--r120);
  height: var(--r120);
  background-color: var(--c);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--18);
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.index .i-pro .i-pro-box .i-pro-right .i-pro-swbox .i-pro-swbox2 .i-pro-swiper .i-product-box .i-product-list-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--20);
  color: #666666;
  line-height: calc(27 / 20);
  margin-bottom: var(--d15);
}

.index .i-pro .i-pro-box .i-pro-right .i-pro-swbox .i-pro-swbox2 .i-pro-swiper .i-product-box .i-product-list-title h3 {
  font-size: var(--26);
  line-height: calc(36 / 26);
  color: var(--c);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index .i-pro .i-pro-box .i-pro-right .i-pro-swbox .i-pro-swbox2 .i-pro-sw-butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: var(--p);
}

.index .i-pro .i-pro-box .i-pro-right .i-pro-swbox .i-pro-swbox2 .i-pro-sw-butbox .i-pro-pagination {
  width: calc(100% - var(--r60) - var(--r60) - var(--d40));
  position: relative;
  background-color: rgba(0, 166, 240, 0.14);
  border-radius: 4px !important;
  overflow: hidden;
}

.index .i-pro .i-pro-box .i-pro-right .i-pro-swbox .i-pro-swbox2 .i-pro-sw-butbox .i-pro-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--c);
  border-radius: 4px !important;
  overflow: hidden;
}

.index .i-core {
  padding-top: var(--d90);
  padding-bottom: var(--d140);
}

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

.index .i-core .i-core-nav {
  margin-bottom: var(--d20);
  --bs-gutter-x: 0;
  /* border-top: 2px solid #e4e4e4; */
}

.index .i-core .i-core-nav .i-core-nav2 {
  position: relative;
}

.index .i-core .i-core-nav .i-core-nav2 .i-core-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  background-color: var(--c);
  height: 2px;
}

.index .i-core .i-core-nav .i-core-nav2 .i-core-lineact {
  animation: line 3s linear forwards;
}

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

  100% {
    width: 100%;
  }
}

.index .i-core .i-core-nav .i-core-nav2 .i-core-nav3 {
  opacity: 0.6;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--d25) var(--d10);
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}


.index .i-core .i-core-nav .i-core-nav2 .i-core-nav3:hover {
  opacity: 1;
}

.index .i-core .i-core-nav .i-core-nav2 .i-core-nav3 .i-core-nav-icon {
  width: var(--r50);
  height: var(--r50);
  min-width: var(--r50);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
}

.index .i-core .i-core-nav .i-core-nav2 .i-core-nav3 .i-core-nav-icon i {
  color: #fff;
  font-size: var(--36);
}

.index .i-core .i-core-nav .i-core-nav2 .i-core-nav3 .i-core-nav-title {
  width: calc(100% - var(--r50) - var(--d24));
  font-size: var(--22);
  font-weight: 600;
  color: var(--c3);
  line-height: calc(30 / 22);
}

.index .i-core .i-core-nav .action .i-core-nav3 {
  opacity: 1;
}

.index .i-core .i-core-pagination {
  position: relative;
  height: 2px;
  border-radius: 4px !important;
  overflow: hidden;
  background-color: #e4e4e4;
}

.index .i-core .i-core-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--c);
  border-radius: 4px !important;
  overflow: hidden;
}

.index .i-core .i-core-box {
  background-color: var(--c);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.index .i-core .i-core-box .i-core-butbox {
  position: absolute;
  right: var(--d40);
  bottom: var(--d30);
  z-index: 10;
}

.index .i-core .i-core-box .i-core-left {
  width: calc(830 / 1720 * 100%);
  position: relative;
}

.index .i-core .i-core-box .i-core-left .i-core-img {
  position: absolute;
  right: var(--d18);
  bottom: 0;
  width: calc(392 / 830 * 100%);
}

.index .i-core .i-core-box .i-core-left .i-core-con {
  padding: var(--d100) var(--d52) var(--d80) var(--d72);
  height: 100%;
  position: relative;
}



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

.index .i-core .i-core-box .i-core-left .i-core-con .i-core-titlebox {
  padding: var(--d10) 0;
  position: relative;
  margin-bottom: var(--d45);
  z-index: 10;
}

.index .i-core .i-core-box .i-core-left .i-core-con .i-core-titlebox .i-core-num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: var(--96);
  font-weight: 800;
  color: rgba(121, 190, 65, 0.4);
}

.index .i-core .i-core-box .i-core-left .i-core-con .i-core-titlebox h2 {
  font-weight: 700;
  font-size: var(--32);
  line-height: calc(40 / 32);
  color: #fff;
  position: relative;
  z-index: 10;
}

.index .i-core .i-core-box .i-core-left .i-core-con .i-core-text {
  position: relative;
  z-index: 10;
}

.index .i-core .i-core-box .i-core-left .i-core-con .i-core-text ul {
  list-style-type: disc;
  padding-left: 30px;
}

.index .i-core .i-core-box .i-core-left .i-core-con .i-core-text ul li {
  list-style-type: disc;
  margin-bottom: var(--d20);
  font-size: var(--18);
  line-height: calc(30 / 18);
  color: #fff;
}

.index .i-core .i-core-box .i-core-left .i-core-con .i-core-text ul li:last-child {
  margin-bottom: 0;
}

.index .i-core .i-core-box .i-core-right {
  width: calc(890 / 1720 * 100%);
}

.index .i-core .i-core-box .i-core-right .i-core-right-swiper {
  height: 100%;
}

.index .i-core .i-core-box .i-core-right .i-core-right-swiper .swiper-wrapper {
  height: 100%;
}

.index .i-core .i-core-box .i-core-right .i-core-right-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.index .i-core .i-core-box .i-core-right .i-core-img {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

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

.index .i-shandong {
  padding-top: var(--d100);
  padding-bottom: var(--d60);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}

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

.index .i-shandong .i-shandong-titlebox .i-shandong-title {
  width: 734px;
  max-width: 100%;
}

.index .i-shandong .i-shandong-titlebox .shandong-textbox {
  width: 840px;
  max-width: 100%;
}

.index .i-shandong .i-shandong-titlebox .shandong-textbox .shandong-text {
  font-size: var(--18);
  line-height: calc(30 / 18);
  margin-bottom: var(--d40);
}

.index .i-shandong .i-shandong-list {
  padding: 0 var(--d10);
  --bs-gutter-x: var(--g220);
  margin-bottom: calc(-1 * var(--d30));
  padding-bottom: var(--d40);
}

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

.index .i-shandong .i-shandong-list .i-shandong-list2 .i-shandong-list3 .num {
  font-weight: 800;
  font-size: var(--82);
  line-height: calc(112 / 82);
  letter-spacing: -0.04em;
  color: #0E94DF;
  text-shadow: 4px 4px 6.8px rgba(0, 0, 0, 0.15);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.index .i-shandong .i-shandong-video {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 990px) {
  .index .i-shandong .i-shandong-video {
    border-radius: 20px;
  }
}

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

@media (max-width: 990px) {
  .index .i-shandong .i-shandong-video img {
    height: 200px;
  }
}

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

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

.index .i-news .i-news-swiper {
  margin-bottom: var(--d62);
  margin-left: var(--p);
}

.index .i-news .con-but {
  display: flex;
  justify-content: center;
  align-items: center;
}

.i-market {
  padding-top: var(--d55);
  padding-bottom: var(--d40);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.i-market .map2 {
  display: none;
}

.i-market .map2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i-market .i-market-titlebox {
  position: absolute;
  top: var(--d140);
  left: var(--p);
  width: 753px;
  max-width: 100%;
  z-index: 10;
}

.i-market .i-market-titlebox .i-market-title {
  margin-bottom: var(--d40);
}
.i-market .i-market-titlebox .i-market-text {
    font-size: var(--20);
}

.i-market .map {
  width: calc(1220 / 1710 * 100%);
  margin-left: auto;
  position: relative;
}

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

.i-market .map .map-list .map-list2 {
  width: calc(8 / 1220 * 100%);
  height: calc(8 / 804.27 * 100%);
  background-color: var(--c);
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  transition: all 0.5s;
}

.i-market .map .map-list .map-list2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--c);
  border-radius: 50%;
  animation: playan1 3s linear infinite normal;
}

.i-market .map .map-list .map-list2 i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: var(--30);
  color: var(--c);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.i-market .map .map-list .map-list2 .map-title {
  position: absolute;
  padding: 5px var(--d24);
  background-color: var(--c);
  border-radius: 50px;
  font-size: var(--16);
  font-weight: 500;
  line-height: calc(20 / 16);
  color: #fff;
  top: 50%;
  right: calc(var(--d20) * -1);
  transform: translate(100%, -50%);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  box-shadow: 0px 4px 6.8px rgba(0, 0, 0, 0.15);
}

.i-market .map .map-list .action {
  background-color: transparent !important;
  z-index: 100;
}

.i-market .map .map-list .action::after {
  opacity: 0 !important;
}

.i-market .map .map-list .action i {
  opacity: 1;
}

.i-market .map .map-list .action .map-title {
  opacity: 1;
  visibility: visible;
}

.i-market .map .map-list .tip1 {
  top: 45.6%;
  left: 66.12%;
}

.i-market .map .map-list .tip2 {
  top: 49.6%;
  left: 67.5%;
}

.i-market .map .map-list .tip3 {
  top: 55%;
  left: 61.9%;
}

.i-market .map .map-list .tip4 {
  top: 52.6%;
  left: 82.2%;
}

.i-market .map .map-list .tip5 {
  top: 52.6%;
  left: 85.2%;
}

.i-market .map .map-list .tip6 {
  top: 59%;
  left: 68.4%;
}

.i-market .map .map-list .tip7 {
  top: 59.75%;
  left: 73.2%;
}

.i-market .map .map-list .tip8 {
  top: 59.4%;
  left: 78.4%;
}

.i-market .map .map-list .tip9 {
  top: 62.4%;
  left: 74.8%;
}

.i-market .map .map-list .tip10 {
  top: 63.5%;
  left: 76.8%;
}

.i-market .map .map-list .tip11 {
  top: 64%;
  left: 80.9%;
}

.i-market .map .map-list .tip12 {
  top: 67.4%;
  left: 75%;
}

.i-market .map .map-list .tip13 {
  top: 67.4%;
  left: 78.65%;
}

.i-market .map .map-list .tip14 {
  top: 59%;
  left: 59.1%;
}

.i-market .map .map-list .tip15 {
  top: 65%;
  left: 57.6%;
}

.i-market .map .map-list .tip16 {
  top: 57.5%;
  left: 51.9%;
}

.i-market .map .map-list .tip17 {
  top: 61.3%;
  left: 49.7%;
}

.i-market .map .map-list .tip18 {
  top: 65%;
  left: 48.8%;
}

.i-market .map .map-list .tip19 {
  top: 60.5%;
  left: 43.7%;
}

.i-market .map .map-list .tip20 {
  top: 62.8%;
  left: 42.6%;
}

.i-market .map .map-list .tip21 {
  top: 76.1%;
  left: 28.7%;
}

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

.i-news-butbox .i-news-but:first-child {
  margin-right: var(--d26);
}

.i-news-butbox .i-news-but .i-news-but2 {
  padding: var(--d18) var(--d36);
  font-size: var(--20);
  line-height: calc(27 / 20);
  background-color: #fff;
  transition: all 0.5s;
  border-radius: 50px;
  cursor: pointer;
}

.i-news-butbox .i-news-but .i-news-but2:hover {
  background-color: var(--c);
  color: #fff;
}

.i-news-butbox .action .i-news-but2 {
  background-color: var(--c);
  color: #fff;
}

.news-con {
  background-color: #fff;
  padding: var(--d30);
  padding-bottom: var(--d40);
  border-radius: 20px;
  transition: all 0.5s;
}

.news-con:hover {
  background-color: var(--c);
}

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

.news-con:hover .news-list-title h3 {
  color: #fff !important;
}

.news-con:hover .news-icon {
  color: #fff !important;
}

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

.news-con .news-list-imgbox {
  position: relative;
  margin-bottom: var(--d30);
}

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

.news-con .news-list-imgbox .news-list-date {
  padding: var(--d10) var(--d16);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: var(--c);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  position: absolute;
  z-index: 10;
  bottom: var(--d24);
  left: var(--d17);
}

.news-con .news-list-imgbox .news-list-date i {
  font-size: var(--32);
  color: var(--c);
  margin-right: var(--d10);
}

.news-con .news-list-title h3 {
  font-size: var(--24);
  line-height: calc(36 / 24);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--c3);
  font-weight: 600;
  transition: all 0.5s;
}

.news-con .news-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  margin-top: var(--d30);
  color: var(--c3);
  transition: all 0.5s;
}

.news-con .news-icon .news-icon2 {
  width: 28px;
  height: 28px;
  margin-left: var(--d20);
  border-radius: 50%;
  background-color: var(--c);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.news-con .news-icon .news-icon2 i {
  font-size: 12px;
}

.i-shandong-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  z-index: 100;
}

.i-shandong-icon .video-icon .video-icon2 {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(360deg, #0E94DF 0%, #78BC41 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.i-shandong-icon .video-icon .video-icon2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url('../image/other/play_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  animation: playan2 10s linear infinite normal;
}

.i-shandong-icon .video-icon .video-icon2>img {
  width: var(--46) !important;
  height: var(--46) !important;
  object-fit: cover;
  border-radius: 0px !important;
}

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

.swiper-butbox .swiper-but {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
  width: var(--r60);
  height: var(--r60);
  transition: all 0.5s;
  cursor: pointer;
}

.swiper-butbox .swiper-but:hover {
  background-color: #1389cc;
}

.swiper-butbox .swiper-but i {
  color: #fff;
  font-size: var(--24);
}

.swiper-butbox .swiper-but:first-child {
  border-radius: 50% 0 0 50%;
}

.swiper-butbox .swiper-but:last-child {
  border-radius: 0 50% 50% 0;
}

.fooder {
  background-color: #05375c;
  padding-top: var(--d120);
  position: relative;
}

.fooder .fooder-bg {
  position: absolute;
  right: var(--p);
  bottom: 0;
  width: 1440px;
  max-width: 100%;
}

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

.fooder .fooder-con {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d120);
}

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

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

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

.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-mes .fooder-mes2 .fooder-mes-title {
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: #fff;
  margin-bottom: var(--d10);
}

.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2 .fooder-mes-text {
  font-size: var(--16);
  line-height: calc(22 / 16);
  color: #fff;
  opacity: 0.6;
  transition: all 0.5s;
}

.fooder .fooder-con .fooder-mesbox .fooder-mes .fooder-mes2 .fooder-mes-text:hover {
  opacity: 1;
}

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

.fooder .fooder-con .fooder-mesbox .fooder-social a {
  color: #fff;
  opacity: 0.6;
  transition: all 0.5s;
  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:hover {
  opacity: 1;
}

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

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

.fooder .fooder-con .fooder-navbox .fooder-navbox2 {
  margin-right: var(--d80);
}

.fooder .fooder-con .fooder-navbox .fooder-navbox2:last-child {
  margin-right: 0;
}

.fooder .fooder-con .fooder-navbox .fooder-nav .fooder-nav2 {
  font-size: var(--16);
  font-weight: 500;
  color: #fff;
  margin-bottom: var(--d16);
}

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

.fooder .fooder-con .fooder-navbox .fooder-nav .fooder-nav2 a {
  transition: all 0.5s;
  opacity: 0.6;
}

.fooder .fooder-con .fooder-navbox .fooder-nav .fooder-nav2 a:hover {
  opacity: 1;
}

.fooder .fooder-bom {
  position: relative;
  z-index: 10;
  padding: var(--d20) 0;
  font-size: var(--16);
  opacity: 0.6;
  color: #fff;
}

.fooder .fooder-bom div {
  display: inline-block;
  transition: all 0.5s;
}

.fooder .fooder-bom div:hover {
  opacity: 1;
}

.fooder .fooder-bom .fooder-powered {
  margin-left: var(--d17);
}

@media (max-width: 990px) {
  .fooder .fooder-bom .fooder-powered {
    margin-left: 0px;
  }
}

.floating {
  position: fixed;
  right: var(--d30);
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
  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.80);
  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.20);
}

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

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

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

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

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

.other-banner .other-textcon .other-text {
  width: 1200px;
  max-width: 100%;
  font-size: var(--24);
  line-height: calc(40 / 24);
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.nav-box {
  background-color: #fff;
}

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

.nav-box .nav-list .nav-list2 {
  margin-right: var(--d60);
}

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

.nav-box .nav-list .nav-list2 .nav-list3 {
  white-space: nowrap;
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: #999999;
  padding: var(--d32) 0;
  transition: all 0.5s;
  position: relative;
}

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

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

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

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

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

.product {
  padding: var(--d120) 0;
  background-color: #eff8fb;
}

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

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

.product-con {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s;
}

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

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

.product-con:hover .product-list-title h3 {
  color: #fff !important;
}

.product-con:hover .product-list-text {
  color: #fff !important;
}

.product-con:hover .product-list-but {
  color: #fff !important;
}

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

.product-con .product-imgbox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-con .product-imgbox .img-box {
  padding-bottom: calc(520 / 780 * 100%);
}
.product-con .product-imgbox .img-box img{
  border-radius: 20px 20px 0 0 !important;
}
.product-con .product-con-textbox {
  padding: var(--d30);
  padding-bottom: var(--d40);
}

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

.product-con .product-con-textbox .product-list-title h3 {
  font-size: var(--24);
  line-height: calc(33 / 24);
  font-weight: 700;
  color: var(--c3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .product-con .product-con-textbox .product-list-title h3 {
    font-size: 22px;
  }
}

.product-con .product-con-textbox .product-list-text {
  font-size: var(--18);
  line-height: calc(25 / 18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

.product-con .product-con-textbox .product-list-but {
  margin-top: var(--d20);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  color: var(--c3);
  margin-right: var(--d20);
  transition: all 0.5s;
}

.product-con .product-con-textbox .product-list-but .product-list-icon {
  width: 28px;
  height: 28px;
  background-color: var(--c);
  color: #fff;
  margin-left: var(--d20);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.product-con .product-con-textbox .product-list-but .product-list-icon i {
  font-size: var(--14);
}

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

.pagination a {
  width: var(--r44);
  height: var(--r44);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--c);
  color: var(--c);
  font-size: var(--16);
  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;
}

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

.productdetails .details-navbox {
  background-color: var(--c);
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 777;
  transition: all 0.5s;
}

.productdetails .details-navbox .details-navbox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productdetails .details-navbox .details-navbox2 .details-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.productdetails .details-navbox .details-navbox2 .details-nav .details-nav2 {
  margin-right: var(--d60);
}

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

.productdetails .details-navbox .details-navbox2 .details-nav .details-nav2 .details-nav3 {
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: #fff;
  padding: var(--d32) 0;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
}

.productdetails .details-navbox .details-navbox2 .details-nav .details-nav2 .details-nav3:hover::after {
  width: 100%;
}

.productdetails .details-navbox .details-navbox2 .details-nav .details-nav2 .details-nav3::after {
  width: 0%;
  height: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
}

.productdetails .details-navbox .details-navbox2 .details-nav .action .details-nav3::after {
  width: 100%;
}

.productdetails .details-navbox .details-navbox2 .details-navbutbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.productdetails .details-navbox .details-navbox2 .details-navbutbox .details-back {
  margin-left: var(--d20);
}

.productdetails .details-navbox .details-navbox2 .details-navbutbox .details-back .details-back2 {
  padding: var(--d16) var(--d24);
  font-size: var(--18);
  color: #FFFFFF;
  transition: all 0.5s;
  border-radius: 50px;
}

.productdetails .details-navbox .details-navbox2 .details-navbutbox .details-back .details-back2:hover {
  background-color: #fff;
  color: var(--c);
}

.productdetails .details-navbox .details-navbox2 .details-navbutbox .details-back .details-back2 i {
  margin-right: var(--d20);
}

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

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

.details-content {
  padding-top: var(--d100);
  padding-bottom: var(--d60);
  background-color: #FFFFFF;
}

.details-content .content-title {
  font-size: var(--32);
  line-height: calc(44 / 32);
  color: var(--c3);
  padding-bottom: var(--d16);
  margin-bottom: var(--d60);
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 700;
}

.details-content .content-title::after {
  width: 67px;
  height: 1px;
  background-color: var(--c);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  content: '';
}

.details-content .description {
  margin-bottom: var(--d80);
}

.details-content .description .description-text {
  color: #666666;
  font-size: var(--18);
  line-height: calc(30 / 18);
}

.details-content .advantages {
  margin-bottom: var(--d80);
}

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

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

.advantages-list .advantages-list2 .advantages-list3 {
  padding: var(--d40) var(--d20);
  background-color: #f3fbfe;
  border-radius: 20px;
  height: 100%;
  border: 1px solid #f3fbfe;
  transition: all 0.5s;
}

.advantages-list .advantages-list2 .advantages-list3:hover {
  border: 1px solid var(--c);
  box-shadow: 0px 4px 10px rgba(159, 159, 159, 0.25);
}

.advantages-list .advantages-list2 .advantages-list3 ul {
  list-style-type: disc;
  padding-left: 30px;
}

.advantages-list .advantages-list2 .advantages-list3 ul li {
  list-style-type: disc;
  margin-bottom: var(--d20);
  font-size: var(--18);
  line-height: calc(30 / 18);
}

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

.advantages-list .advantages-list2 .advantages-list3 ul li::marker {
  color: var(--c);
}

.details {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: var(--d90);
}

.details .huaxuan {
  position: absolute;
  width: 990px;
  right: 0;
  bottom: 13px;
}

.details-navbutbox .con-but2 {
  border: 1px solid #fff;
}

.details .huaxuan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details .details-con {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  align-items: center;
}

.details .details-con .details-textbox {
  width: calc(940 / 1720 * 100%);
  padding-right: var(--d178);
}

.details .details-con .details-textbox .details-type {
  font-size: var(--18);
  line-height: calc(25 / 18);
}

.details .details-con .details-textbox .details-title {
  margin-bottom: var(--d40);
}

.details .details-con .details-textbox .details-title h1 {
  font-size: var(--50);
  line-height: calc(68 / 50);
  color: var(--c3);
  font-weight: 700;
}

.details .details-con .details-textbox .details-text {
  color: #666666;
  font-size: var(--18);
  line-height: calc(30 / 18);
  margin-bottom: var(--d100);
}

.details .details-con .details-imgbox {
  width: calc(780 / 1720 * 100%);
}

.details .details-con .details-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.details .details-con .details-imgbox .casesdetails-pagination {
  text-align: center;
}

.details .details-con .details-imgbox .casesdetails-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--c);
  background-color: transparent;
  opacity: 1;
}

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

.details .details-con .details-imgbox .casesdetails-swiper {
  margin-bottom: var(--d20);
}

.details .details-con .details-imgbox .casesdetails-swiper .img-box {
  padding-bottom: calc(440 / 780 * 100%);
  border-radius: 20px;
}

.research .capability {
  padding-top: var(--d120);
}

.research .capability .capability-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d80);
}

.research .capability .capability-con {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: var(--d150) 0;
}

.research .capability .capability-con .capability-list {
  --bs-gutter-x: 0;
}

.research .capability .capability-con .capability-list .capability-list2 .capability-list3 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: var(--d40);
  padding-bottom: var(--d50);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.research .capability .capability-con .capability-list .capability-list2 .capability-list3 .num {
  font-size: var(--86);
  margin-bottom: var(--d10);
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.04em;
}

.research .capability .capability-con .capability-list .capability-list2 .capability-list3 .capability-list-title {
  font-size: var(--20);
  line-height: calc(27 / 20);
  color: #fff;
  text-align: center;
}

.research .environment {
  padding-top: var(--d118);
}

.research .environment .environment-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d40);
}

.research .environment .i-news-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d80);
}

.research .environment .environment-swbox {
  position: relative;
}

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

.research .environment .environment-swbox .img-box {
  padding-bottom: calc(9 / 16 * 100%);
}

.research .environment .environment-swbox .environment-butbox {
  padding-top: var(--d40);
}

.research .environment .environment-swbox .environment-butbox .environment-pagination {
  text-align: center;
}

.research .environment .environment-swbox .environment-butbox .environment-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--c);
  background-color: transparent;
  opacity: 1;
}

.research .environment .environment-swbox .environment-butbox .environment-pagination .swiper-pagination-bullet-active {
  background-color: var(--c);
}

.research .environment .environment-swbox .environment-prev {
  width: var(--r44);
  height: var(--r44);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 166, 240, 0.1);
  transition: all 0.5s;
  color: var(--c);
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  z-index: 10;
}

.research .environment .environment-swbox .environment-prev i {
  font-size: var(--14);
}

.research .environment .environment-swbox .environment-prev:hover {
  background-color: var(--c);
  color: #fff;
}

.research .environment .environment-swbox .environment-next {
  width: var(--r44);
  height: var(--r44);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 166, 240, 0.1);
  transition: all 0.5s;
  color: var(--c);
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  z-index: 10;
}

.research .environment .environment-swbox .environment-next i {
  font-size: var(--14);
}

.research .environment .environment-swbox .environment-next:hover {
  background-color: var(--c);
  color: #fff;
}

.research .environment .environment-swbox .environment-imgbox {
  position: relative;
}

.research .environment .environment-swbox .environment-imgbox .environment-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--r110);
  height: var(--r110);
  border-radius: 50%;
  background-color: #fff;
  color: var(--c);
}

.research .environment .environment-swbox .environment-imgbox .environment-video i {
  font-size: var(--50);
  transform: translateX(10%);
}

.research .quality {
  padding-top: var(--d150);
  padding-bottom: var(--d140);
}

.research .quality .quality-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d80);
}

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

.research .quality .quality-con .quality-textbox {
  width: calc(760 / 1640 * 100%);
  padding-right: var(--d80);
}

.research .quality .quality-con .quality-textbox .quality-con-title {
  margin-bottom: var(--d60);
}

.research .quality .quality-con .quality-textbox .quality-con-title h3 {
  font-size: var(--42);
  line-height: calc(57 / 42);
  font-weight: 700;
  color: var(--c3);
}

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

.research .quality .quality-con .quality-textbox .quality-con-text span {
  color: var(--c);
}

.research .quality .quality-con .quality-img {
  border-radius: 20px;
  overflow: hidden;
  width: calc(880 / 1640 * 100%);
}

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

.i-pro-swiper-re {
  position: relative !important;
}

.swiper-action {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.cases {
  padding-top: var(--d120);
  padding-bottom: var(--d154);
}

.cases .cases-list .cases-list2 {
  margin-bottom: var(--d60);
  position: relative;
}

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

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

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

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

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

.cases .cases-list .cases-list2 .cases-list3 .cases-img {
  border-radius: 20px;
  overflow: hidden;
  width: calc(9 / 16 * 100%);
}

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

.cases .cases-list .cases-list2 .cases-textbox {
  width: calc(9 / 16 * 100%);
  padding-left: var(--d80);
}

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

.cases .cases-list .cases-list2 .cases-textbox .cases-list-title h2 {
  font-size: var(--32);
  line-height: calc(44 / 32);
  font-weight: 700;
  color: var(--c3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cases .cases-list .cases-list2 .cases-textbox .cases-list-text {
  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;
}

.cases .cases-list .cases-list2 .cases-textbox .con-but {
  margin-top: var(--d80);
}

.casesdetails .details-content {
  padding-top: var(--d100);
}

.casesdetails .details-content .details-content2 {
  display: flex;
  justify-content: space-between;
}

.casesdetails .details-content .details-content2 .details-con-left {
  width: 260px;
}

.casesdetails .details-content .details-content2 .details-con-left .details-con-left2 {
  position: sticky;
  top: 150px;
  left: 0;
}

.casesdetails .details-content .details-content2 .details-con-left .details-con-left2 .details-con-left-title {
  font-size: var(--32);
  line-height: calc(44 / 32);
  color: var(--c3);
  font-weight: 700;
  margin-bottom: var(--d60);
}

.casesdetails .details-content .details-content2 .details-con-left .details-con-left2 .details-con-nav {
  padding: var(--d10) 0;
  border-left: 2px solid #e4e4e4;
}

.casesdetails .details-content .details-content2 .details-con-left .details-con-left2 .details-con-nav .details-con-nav2 {
  margin-bottom: var(--d40);
}

.casesdetails .details-content .details-content2 .details-con-left .details-con-left2 .details-con-nav .details-con-nav2:last-child {
  margin-bottom: 0;
}

.casesdetails .details-content .details-content2 .details-con-left .details-con-left2 .details-con-nav .details-con-nav2 .details-con-nav3 {
  padding-left: var(--d20);
  font-size: var(--20);
  line-height: calc(27 / 20);
  color: #999999;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

.casesdetails .details-content .details-content2 .details-con-left .details-con-left2 .details-con-nav .details-con-nav2 .details-con-nav3::after {
  width: 2px;
  left: -2px;
  height: 0;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  height: 2px;
  position: absolute;
  content: '';
  background-color: var(--c);
  transition: all 0.5s;
  z-index: 10;
}

.casesdetails .details-content .details-content2 .details-con-left .details-con-left2 .details-con-nav .details-con-nav2 .details-con-nav3:hover {
  color: var(--c3);
}

.casesdetails .details-content .details-content2 .details-con-left .details-con-left2 .details-con-nav .details-con-nav2 .details-con-nav3:hover::after {
  height: 100%;
  opacity: 1;
}

.casesdetails .details-content .details-content2 .details-con-right {
  width: calc(100% - 260px);
  padding-left: var(--d175);
}

.casesdetails .details-content .details-content2 .details-con-right .industry {
  margin-bottom: var(--d80);
}

.casesdetails .details-content .details-content2 .details-con-right .industry .industry-text .industry-text2 {
  margin-bottom: var(--d20);
}

.casesdetails .details-content .details-content2 .details-con-right .industry .industry-text .industry-text2:last-child {
  margin-bottom: 0;
}

.casesdetails .details-content .details-content2 .details-con-right .industry .industry-text .industry-text2 .industry-text-title {
  font-size: var(--24);
  font-weight: 600;
  color: var(--c3);
}

.casesdetails .details-content .details-content2 .details-con-right .industry .industry-text .industry-text2 .industry-text3 {
  font-size: var(--16);
  font-weight: 500;
  line-height: calc(30 / 16);
}

.casesdetails .details-content .details-content2 .details-con-right .solution {
  margin-bottom: var(--d80);
}

.casesdetails .details-content .details-content2 .details-con-right .solution .solution-text {
  font-size: var(--18);
  line-height: calc(30 / 18);
}

.casesdetails .details-content .details-content2 .details-con-right .solution .solution-text p img {
  max-width: 100%;
}

.casesdetails .details-content .details-content2 .details-con-right .technical {
  margin-bottom: var(--d80);
}

.casesdetails .details-content .details-content2 .details-con-right .technical .technical-title {
  font-size: var(--24);
  line-height: calc(33 / 24);
  color: var(--c3);
  font-weight: 600;
  margin-bottom: var(--d16);
}

.casesdetails .details-content .details-content2 .details-con-right .technical .technical-text {
  font-size: var(--18);
  line-height: calc(30 / 18);
}

.casesdetails .details-content .details-content2 .details-con-right .quantitative {
  margin-bottom: var(--d80);
}

.casesdetails .details-content .details-content2 .details-con-right .quantitative table tr,
.casesdetails .details-content .details-content2 .details-con-right .quantitative table td,
.casesdetails .details-content .details-content2 .details-con-right .quantitative table th {
  border: none;
  border-bottom: 1px solid #e4e4e4 !important;
}

.casesdetails .details-content .details-content2 .details-con-right .quantitative table tr td:first-child {
  color: var(--c3);
  font-weight: 500;
}

.casesdetails .details-content .details-content2 .details-con-right .scenarios .scenarios-swiper {
  margin-bottom: var(--d40);
}

.casesdetails .details-content .details-content2 .details-con-right .scenarios .scenarios-swiper .img-box {
  padding-bottom: calc(9 / 16 * 100%);
  border-radius: 20px;
}

.casesdetails .details-content .details-content2 .details-con-right .scenarios .scenarios-butbox {
  justify-content: flex-start;
}

.casesdetails .casesmore {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: var(--d120) 0;
}

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

.casesdetails .casesmore .casesmore-con {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s;
  padding: var(--d40);
}

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

.casesdetails .casesmore .casesmore-con:hover .casesmore-list-title h3 {
  color: var(--c) !important;
}

.casesdetails .casesmore .casesmore-con .casesmore-imgbox .img-box {
  padding-bottom: calc(440 / 780 * 100%);
  border-radius: 20px;
}

.casesdetails .casesmore .casesmore-con .casesmore-con-textbox {
  padding-top: var(--d40);
}

.casesdetails .casesmore .casesmore-con .casesmore-con-textbox .casesmore-list-title {
  margin-bottom: var(--d20);
}

.casesdetails .casesmore .casesmore-con .casesmore-con-textbox .casesmore-list-title h3 {
  font-size: var(--32);
  line-height: calc(44 / 32);
  font-weight: 700;
  color: var(--c3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}

.casesdetails .casesmore .casesmore-con .casesmore-con-textbox .casesmore-list-text {
  font-size: var(--18);
  line-height: calc(30 / 18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

.casesdetails .casesmore .casesmore-con .casesmore-con-textbox .con-but {
  margin-top: var(--d40);
}

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

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

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

.about .company .company-content .company-left {
  width: calc(960 / 1720 * 100%);
  padding-right: var(--d115);
}

.about .company .company-content .company-left .company-title {
  margin-bottom: var(--d60);
}

.about .company .company-content .company-left .company-text {
  font-size: var(--18);
  line-height: calc(30 / 18);
  font-weight: 500;
}

.about .company .company-content .company-left .company-text span {
  color: var(--c);
}

.about .company .company-content .company-right {
  width: calc(760 / 1720 * 100%);
  position: relative;
}

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

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

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

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

.about .company .company-list .company-list2:hover .company -list3 .company-num-title {
  color: #FFFFFF !important;
}

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

.about .company .company-list .company-list2:hover .company -list3 .company-icon .company-icon1 {
  opacity: 0;
}

.about .company .company-list .company-list2:hover .company -list3 .company-icon .company-icon2 {
  opacity: 1;
}

.about .company .company-list .company-list2 .company-list3 {
  padding: var(--d30) var(--d24) var(--d80);
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.about .company .company-list .company-list2 .company-list3 .company-num-title {
  font-size: var(--20);
  line-height: calc(27 / 20);
  color: #666666;
  margin-bottom: 4px;
  font-weight: 500;
  transition: all 0.5s;
}

.about .company .company-list .company-list2 .company-list3 .company-numbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: var(--c);
  transition: all 0.5s;
}

.about .company .company-list .company-list2 .company-list3 .company-numbox .num {
  font-size: var(--64);
  line-height: calc(76 / 64);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.about .company .company-list .company-list2 .company-list3 .company-numbox .tip {
  font-size: var(--20);
  line-height: calc(27 / 20);
  font-weight: 700;
}

.about .company .company-list .company-list2 .company-list3 .company-icon {
  position: absolute;
  width: var(--80);
  height: var(--80);
  right: var(--24);
  bottom: var(--d30);
}

.about .company .company-list .company-list2 .company-list3 .company-icon .company-icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}

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

.about .corporate {
  padding-top: var(--d120);
  padding-bottom: var(--d190);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.about .corporate .corporate-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d120);
}

.about .corporate .corporate-title .title h2 {
  color: #fff;
}

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

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

.about .corporate .corporate-list .corporate-list2 .corporate-list3 {
  height: 100%;
  padding: var(--d40) var(--d20);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 20px;
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-titlebox {
  padding: 0 var(--d12);
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-titlebox .corporate-titlebox2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d20);
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: var(--d40);
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-titlebox .corporate-titlebox2 .corporate-list-title {
  width: calc(100% - 20px);
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-titlebox .corporate-titlebox2 .corporate-list-title h3 {
  font-size: var(--26);
  line-height: calc(36 / 26);
  color: var(--c3);
  font-weight: 700;
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-titlebox .corporate-titlebox2 .corporate-list-num {
  font-size: var(--16);
  line-height: calc(22 / 16);
  font-weight: 500;
}

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-titlebox .corporate-list-icon {
  width: var(--100);
  height: var(--100);
  margin-bottom: var(--d110);
}

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

.about .corporate .corporate-list .corporate-list2 .corporate-list3 .corporate-list-text {
  font-size: var(--20);
  line-height: calc(27 / 20);
  color: var(--c3);
  font-weight: 600;
}

.about .honors {
  padding-top: var(--d93);
  padding-bottom: var(--d90);
}

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

.about .honors .honors-swiper .honors-imgbox {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

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

.about .honors .honors-swiper .honors-imgbox .honors-img {
  padding: var(--d50) var(--d93) 0;
}

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

.about .honors .honors-swiper .honors-imgbox .honors-sw-title {
  padding: var(--d40);
  padding-top: var(--d26);
  font-size: var(--18);
  font-weight: 500;
  text-align: center;
  color: var(--c3);
  transition: all 0.5s;
}

.about .honors .honors-swbut-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--d40);
}

.about .honors .honors-swbut-box .honors-pagination {
  position: relative;
  width: calc(100% - 160px);
  background-color: rgba(0, 166, 240, 0.14);
  height: 4px;
}

.about .honors .honors-swbut-box .honors-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--c);
}

.about .presales #pinContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.about .presales .panel {
  height: 100vh;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: var(--p);
}

.about .presales .presales-titlebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about .presales .presales-titlebox .presales-title {
  position: absolute;
  top: var(--d154);
  right: 17.13542vw;
}

.about .presales .presales-list {
  padding-right: calc(var(--p) * 2);
  padding-bottom: var(--d60);
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.about .presales .presales-list .presales-list2 {
  margin-right: var(--d32);
}

.about .presales .presales-list .presales-list2:last-child {
  margin-right: 0;
}

.about .presales .presales-list .presales-list2 .presales-list3 {
  padding: var(--d90) var(--d40) var(--d60);
  /* background-color: var(--c); */
  border-radius: 20px;
  overflow: hidden;
  width: 500px;
  height: 100%;
  background-image: url('../image/other/presales_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 990px) {
  .about .presales .presales-list .presales-list2 .presales-list3 {
    height: auto
  }
}

.about .presales .presales-list .presales-list2 .presales-list3 .presales-list-titlebox {
  position: relative;
  margin-bottom: var(--d40);
}

.about .presales .presales-list .presales-list2 .presales-list3 .presales-list-titlebox .presales-list-title {
  font-size: var(--32);
  line-height: calc(44 / 32);
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

.about .presales .presales-list .presales-list2 .presales-list3 .presales-list-titlebox .presales-list-num {
  font-size: var(--96);
  line-height: calc(131 / 96);
  font-weight: 800;
  color: rgba(121, 190, 65, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-38%);
}

.about .presales .presales-list .presales-list2 .presales-list3 .presales-list-text1 {
  font-size: var(--20);
  line-height: calc(27 / 20);
  color: #fff;
  font-weight: 600;
  margin-bottom: var(--d60);
}

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

.about .presales .presales-list .presales-list2 .presales-list3 .presales-list-text2 ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: var(--d10);
}

.about .presales .presales-list .presales-list2 .presales-list3 .presales-list-text2 ul li:last-child {
  margin-bottom: 0;
}

.about .presales .presales-list .presales-list2 .presales-list3 .presales-list-text2 ul li::after {
  width: var(--22);
  height: var(--22);
  background-image: url('../image/icon/ok.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(20%);
}

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

.about .aftersales .aftersales-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d40);
}

.about .aftersales .aftersales-text {
  margin-bottom: var(--d80);
  font-size: var(--20);
  line-height: calc(30 / 20);
  font-weight: 500;
  text-align: center;
}

@media (max-width: 990px) {
  .about .aftersales .aftersales-text {
    text-align: left;
  }
}

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

.about .aftersales .aftersales-box .aftersales-left {
  width: calc(917 / 1720 * 100%);
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: var(--d20);
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2:last-child {
  margin-bottom: 0;
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3 {
  padding: var(--d40);
  background-color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3:hover {
  background-color: var(--c) !important;
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3:hover .aftersales-list-title {
  color: #fff !important;
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3:hover .aftersales-icon {
  background-color: #fff !important;
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3 .aftersales-titlebox {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 990px) {
  .about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3 .aftersales-titlebox {
    align-items: center;
  }
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3 .aftersales-titlebox .aftersales-list-title {
  width: calc(100% - var(--r44) - var(--d40));
  font-size: var(--32);
  color: var(--c3);
  font-weight: 600;
  line-height: calc(44 / 32);
  transition: all 0.5s;
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3 .aftersales-titlebox .aftersales-icon {
  width: var(--r44);
  height: var(--r44);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 166, 240, 0.1);
  transition: all 0.5s;
  font-size: var(--12);
  color: var(--c);
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3 .aftersales-textbox {
  display: none;
  padding-top: var(--d20);
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3 .aftersales-textbox ul {
  list-style-type: disc;
  padding-left: 30px;
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3 .aftersales-textbox ul li {
  list-style-type: disc;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #FFFFFF;
  margin-bottom: var(--d10);
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .aftersales-list2 .aftersales-list3 .aftersales-textbox ul li:last-child {
  margin-bottom: 0;
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .open .aftersales-list3 {
  background-color: var(--c) !important;
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .open .aftersales-list-title {
  color: #fff !important;
}

.about .aftersales .aftersales-box .aftersales-left .aftersales-list .open .aftersales-icon {
  background-color: #fff !important;
  transform: rotate(180deg) !important;
}

.about .aftersales .aftersales-box .aftersales-right {
  width: calc(783 / 1720 * 100%);
  border-radius: 20px;
  overflow: hidden;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position: center center;
}

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

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

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

.news .news-top .news-swbox {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: var(--d40);
}

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

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

.news .news-top .news-swbox .news-swiper .news-sw-box .news-sw-img {
  position: relative;
  width: calc(800 / 1640 * 100%);
}

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

.news .news-top .news-swbox .news-swiper .news-sw-box .news-sw-img .news-list-date {
  padding: var(--d10) var(--d16);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: var(--c);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  position: absolute;
  z-index: 10;
  bottom: var(--d24);
  left: var(--d17);
}

.news .news-top .news-swbox .news-swiper .news-sw-box .news-sw-img .news-list-date i {
  font-size: var(--32);
  color: var(--c);
  margin-right: var(--d10);
}

.news .news-top .news-swbox .news-swiper .news-sw-box .news-sw-textbox {
  width: calc(840 / 1640 * 100%);
  padding-left: var(--d80);
}

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

.news .news-top .news-swbox .news-swiper .news-sw-box .news-sw-textbox .news-sw-title h2 {
  font-size: var(--32);
  line-height: calc(44 / 32 * 100%);
  color: var(--c3);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news .news-top .news-swbox .news-swiper .news-sw-box .news-sw-textbox .news-sw-text {
  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-swbox .news-swiper .news-sw-box .news-sw-textbox .con-but {
  padding-top: var(--d80);
}

.news .news-top .news-swbox .huaxuan2 {
  position: absolute;
  width: calc(738 / 1720 * 100%);
  right: var(--d20);
  bottom: var(--d30);
  z-index: 10;
}

.news .news-top .news-swbox .huaxuan2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-top .news-pagination {
  text-align: center;
}

.news .news-top .news-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--c);
  background-color: transparent;
  opacity: 1;
}

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

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

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

.newsdetails {
  background-color: #fff;
  padding-bottom: var(--d120);
}

.newsdetails .newsdetails-box {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d80);
}

.newsdetails .newsdetails-box .newsdetails-left {
  width: calc(1198 / 1720 * 100%);
  padding-right: var(--d68);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-title {
  margin-bottom: var(--d40);
  padding-top: var(--d20);
}

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

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  line-height: calc(25 / 18);
  color: #666666;
  margin-bottom: var(--d20);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-date i {
  font-size: var(--32);
  color: var(--c);
  margin-right: var(--d10);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-text {
  padding: var(--d60) 0;
  font-size: var(--16);
  line-height: calc(30 / 16);
  color: var(--c3);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-text p:has(img) {
  text-align: center;
  margin: var(--d20) 0;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-text p img {
  max-width: 100%;
}

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

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 {
  width: calc(100% - 200px);
  max-width: 730px;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 .newsdetails-prev {
  margin-bottom: var(--d10);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 .newsdetails-but {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 .newsdetails-but span {
  font-weight: 500;
  color: var(--c3);
}

.newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 .newsdetails-but a {
  transition: all 0.5s;
}

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

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

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 {
  padding: var(--d40) var(--d20) var(--d20);
  border-radius: 20px;
  overflow: hidden;
  background-color: #eff8fb;
  position: sticky;
  top: 150px;
  left: 0;
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-right-title {
  padding: var(--d20) var(--d32);
  font-size: var(--26);
  line-height: calc(36 / 26);
  color: var(--c3);
  font-weight: 600;
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 {
  padding: var(--d32) var(--d40);
}

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

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-list-date {
  font-size: var(--18);
  font-weight: 500;
  line-height: calc(25 / 18);
  margin-bottom: var(--d26);
}

.newsdetails .newsdetails-box .newsdetails-right .newsdetails-right2 .newsdetails-list .newsdetails-list2 .newsdetails-list3 .newsdetails-list-title h2 {
  font-size: var(--20);
  line-height: calc(27 / 20);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--c3);
  font-weight: 600;
}

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

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

.contact .contact-box .contact-left {
  width: calc(698 / 1720 * 100%);
}

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

.contact .contact-box .contact-left .contact-contnet {
  margin-bottom: var(--d40);
  width: 588px;
  max-width: 100%;
}

.contact .contact-box .contact-left .contact-contnet .contact-text {
  font-size: var(--32);
  line-height: calc(44 / 32);
  font-weight: 600;
  color: var(--c3);
  margin-bottom: var(--d40);
}

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

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

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

.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--18);
  color: var(--c3);
  font-weight: 500;
  margin-bottom: var(--d10);
}

.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes-title i {
  color: var(--c);
  font-size: var(--24);
  margin-right: var(--d10);
}

.contact .contact-box .contact-left .contact-mes .contact-mes2 .contact-mes-text {
  font-size: var(--18);
  color: var(--c3);
  font-weight: 500;
  line-height: calc(25 / 18);
}

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

.contact .contact-box .contact-left .contact-social a {
  color: var(--c);
  opacity: 0.6;
  transition: all 0.5s;
  margin-right: var(--d24);
}

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

.contact .contact-box .contact-left .contact-social a:hover {
  opacity: 1;
}

.contact .contact-box .contact-left .contact-social a i {
  font-size: var(--30);
}

.contact .contact-box .contact-right {
  width: calc(990 / 1720 * 100%);
}

.contact .contact-box .contact-right .contact-form-title {
  font-size: var(--50);
  line-height: calc(70 / 50);
  font-weight: 600;
  margin-bottom: var(--d80);
  color: var(--c3);
}

.contact .contact-box .contact-right .contact-form {
  position: relative;
}

.contact .contact-box .contact-right .contact-form .input-box {
  padding: var(--d16) var(--d20);
  width: 100%;
  border-radius: 14px;
  margin-bottom: var(--d24);
  font-size: var(--18);
  line-height: calc(26 / 18);
  font-weight: 400;
}

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

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

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

.contact .contact-box .contact-right .contact-form .code {
  display: flex;
  justify-content: flex-start;
}

.contact .contact-box .contact-right .contact-form .code .input-box {
  margin-bottom: 0;
  width: 259px;
}

.contact .contact-box .contact-right .contact-form .code .code-img {
  width: 148px;
  margin-left: var(--d10);
}

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

.contact .contact-box .contact-right .contact-form .submit {
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fooder-formbox {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 360px;
  transition: all 0.5s;
  z-index: 1000;
  opacity: 0;
  bottom: -424px;
  box-shadow: 2px 4px 10px 0 rgba(174, 174, 174, 0.15);
  border-radius: 40px 0px 0px 0px;
}

.fooder-formbox .fooder-clock {
  position: absolute;
  top: var(--d14);
  right: var(--d20);
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
  cursor: pointer;
  z-index: -1;
}

.fooder-formbox .fooder-clock i {
  font-size: var(--24);
}

.fooder-formbox .active {
  opacity: 1;
  visibility: visible;
  transform: rotate(180deg);
  transition-delay: 0.5s;
  cursor: pointer;
  z-index: 10;
}

.fooder-formbox .fooder-formtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
  font-size: var(--20);
  line-height: calc(27 / 20);
  padding: var(--d14) 0;
  color: #fff;
  border-radius: 40px 0px 0px 0px;
}

.fooder-formbox .fooder-form {
  padding: var(--d40) var(--d20);
  background-color: #eff7ff;
}

.fooder-formbox .fooder-form .input-box {
  padding: var(--d16) var(--d20);
  width: 100%;
  border-radius: 14px;
  margin-bottom: var(--d24);
  font-size: var(--18);
  line-height: calc(26 / 18);
  font-weight: 400;
  margin-bottom: var(--d16);
}

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

.fooder-formbox .fooder-form .textarea-box {
  height: 113px;
}

.fooder-formbox .fooder-form .submit {
  background-color: transparent;
}

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

  .index .i-core .i-core-box .i-core-left .i-core-con {
    padding-top: var(--d40);
  }

  .pro-more .pro-more-box .pro-more-left {
    width: 470px;
  }

  .pro-more .pro-more-box .pro-more-right {
    width: 370px;
  }

  .pro-more .pro-more-box .pro-more-right .pro-more-nav .pro-more2-nav {
    width: 420px;
  }
}

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

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

  .pro-more .pro-more-box .pro-more-left {
    width: 395px;
  }

  .pro-more .pro-more-box .pro-more-right {
    width: 370px;
  }

  .pro-more .pro-more-box .pro-more-right .pro-more-nav .pro-more2-nav {
    width: 270px;
  }

  .index .i-pro .i-pro-titlebox .i-pro-textbox .i-pro-text {
    width: 370px;
  }

  .index .i-shandong .i-shandong-titlebox .i-shandong-title {
    width: 500px;
  }

  .index .i-shandong .i-shandong-titlebox .shandong-textbox {
    width: 700px;
  }
}

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

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

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

  .pro-more {
    top: 80px;
  }

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

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

  .contact .contact-box .contact-left .contact-contnet {
    width: 100%;
  }

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

  .productdetails .details-navbox {
    top: 80px;
  }

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

  .i-shandong-icon .video-icon .video-icon2 {
    width: 100px;
    height: 100px;
  }

  .index .i-core .i-core-nav .i-core-nav2 .i-core-nav3 .i-core-nav-title {
    font-size: var(--20);
  }

  .pro-more .pro-more-box .pro-more-left {
    width: 355px;
  }

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

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

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

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

  .about .presales .panel {
    height: auto;
    position: unset;
    width: 100%;
    padding: 0;
  }

  .about .presales .presales-list {
    margin-top: var(--d60);
    width: 100%;
  }

  .about .presales .presales-list .presales-list2 {
    margin-right: 0;
    margin-bottom: var(--d30);
    width: 100%;
  }

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

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

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

  .news .news-top .news-swbox .news-swiper .news-sw-box .news-sw-img {
    width: 100%;
    margin-bottom: var(--d30);
  }

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

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

  .news .news-top .news-swbox .news-swiper .news-sw-box .news-sw-textbox {
    width: 100%;
    padding: 0;
  }

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

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

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

  .about .presales .presales-list {
    flex-direction: column;
    width: 100%;
    padding-right: 0;
  }

  .about .presales .presales-titlebox {
    width: auto;
    height: auto;
    position: unset;
    background-image: none !important;
  }

  .presales {
    padding: var(--d100) var(--p);
  }

  .about .presales .presales-titlebox .presales-title {
    position: unset;
  }

  .about .presales #pinContainer {
    height: auto;
  }

  .about .company .company-content {
    flex-direction: column;
  }

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

  .about .company .company-content .company-right {
    width: 100%;
  }

  .casesdetails .details-content .details-content2 .details-con-left {
    display: none;
  }

  .casesdetails .details-content .details-content2 .details-con-right {
    width: 100%;
    padding-left: 0;
  }

  .research .quality .quality-con {
    flex-direction: column-reverse;
  }

  .research .quality .quality-con .quality-textbox {
    width: 100%;
    padding: 0;
  }

  .research .quality .quality-con .quality-img {
    width: 100%;
    margin-bottom: var(--d30);
  }

  .details .details-con {
    flex-direction: column-reverse;
  }

  .details .details-con .details-imgbox {
    width: 100%;
  }

  .productdetails .details-navbox .details-navbox2 .details-navbutbox {
    display: none;
  }

  .details .details-con .details-textbox {
    width: 100%;
    padding: 0;
  }

  .details .huaxuan {
    display: none;
  }

  .fooder {
    padding-bottom: 50px;
  }

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

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

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

  .header .header-nav .header-list .action .header-list3 a span {
    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-box1 .header-content1 .header-language .header-language2 {
    color: #333333;
  }

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

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

  .index .i-core .i-core-box .i-core-left {
    width: 100%;
  }

  .index .i-core .i-core-box .i-core-left .i-core-con {
    padding-bottom: calc(var(--d30) + 60px);
  }

  .index .i-core .i-core-box .swiper-butbox .swiper-but {
    background-color: #fff;
  }

  .index .i-core .i-core-box .swiper-butbox .swiper-but i {
    color: var(--c);
  }

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

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

  .title .title-bg {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
  }

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

  .index .i-pro .i-pro-box .i-pro-left {
    width: 100%;
    padding-top: 0;
    margin-bottom: var(--d30);
    padding-left: var(--p);
    padding-right: var(--p);
  }

  .index .i-pro .i-pro-box .i-pro-left .i-pro-nav {
    display: flex;
    justify-content: space-between;
  }

  .index .i-news .i-news-swiper {
    margin-right: var(--p);
    overflow: hidden;
  }

  .i-shandong-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .index .i-pro .i-pro-box .i-pro-left .i-pro-nav .action::after {
    display: none;
  }

  .index .i-pro .i-pro-box .i-pro-right {
    width: 100%;
    padding-right: var(--p);
    padding-left: var(--p);
  }

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

  .i-core-left-swiper .swiper-wrapper {
    align-items: flex-start;
  }

  .i-core-left-swiper .swiper-slide {
    height: 0 !important;
  }

  .i-core-left-swiper .swiper-slide-active {
    height: auto !important;
  }
}

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

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

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

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

  .cases .cases-list .cases-list2 .cases-textbox {
    padding: 0 !important;
    width: 100%;
  }

  .research .environment .environment-swbox {
    margin: 0 var(--p);
  }

  .productdetails .details-navbox .details-navbox2 .details-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .details-content {
    padding: 50px 0;
  }

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

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

  .index .i-pro .i-pro-titlebox {
    flex-direction: column;
    padding-left: var(--p);
    padding-right: var(--p);
    align-items: flex-start;
  }

  .index .i-pro .i-pro-titlebox .i-pro-title {
    padding: 0;
  }

  .index .i-pro .i-pro-titlebox .i-pro-textbox {
    width: 100%;
    padding-right: 0;
    flex-direction: column;
  }

  .index .i-pro .i-pro-titlebox .i-pro-textbox .i-pro-text {
    width: 100%;
    margin: var(--d30) 0;
  }

  .i-pro .con-but {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .i-market {
    padding-top: 100px;
  }

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

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

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

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

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

  .i-market {
    background-image: unset !important;
  }

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

  .contact .contact-box .contact-right .contact-form .submit {
    position: relative;
    left: 34%;
    transform: translateX(-100%);
    margin-top: var(--d30);
  }

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

  .newsdetails .newsdetails-box .newsdetails-left .newsdetails-butbox .newsdetails-butbox2 {
    width: 100%;
    margin-bottom: var(--d20);
  }

  .productdetails .details-navbox {
    top: 55px;
  }

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

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

  .i-shandong-icon .video-icon .video-icon2 {
    width: 50px;
    height: 50px;
  }

  .index .i-shandong .i-shandong-list {
    --bs-gutter-x: 0;
  }

  .i-market .i-market-titlebox {
    width: 80%;
  }

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

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

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

  .other-banner .other-textcon .other-text {
    font-size: 16px;
  }

  .i-market {
    padding: 0;
  }

  .map1 {
    display: none;
  }

  .i-market .map2 {
    display: block;
  }

  .i-market .map {
    width: 100%;
  }

  .map-list {
    display: none;
  }
}

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

  .contact .contact-box .contact-right .contact-form .code .input-box {
    margin-bottom: 0;
    width: 130px;
  }

  .index .i-pro .i-pro-box .i-pro-left .i-pro-nav {
    flex-wrap: wrap;
  }

  .index .i-core .i-core-box .i-core-left .i-core-con {
    padding-left: 15px;
    padding-right: 15px;
  }

  .floating {

    top: 70%;
    display: none;

  }

  .research .environment .i-news-butbox {
    flex-direction: column;
  }

  .environment .i-news-butbox .i-news-but:first-child {
    margin-right: 0;
    margin-bottom: var(--d30);
  }

  .about .corporate {
    padding-top: var(--d260);
  }
}