.cs {
  width: 100%;
  height: 100vh;
  background-color: aqua;
}

.projectTitle h1 {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.content {
  display: flex;
  justify-content: center;
}

.content2 {
  width: 79.167%;
}

.content3 {
  width: 88.854%;
}

.img-box {
  width: 100%;
  padding-bottom: 66.666667%;
  position: relative;
  overflow: hidden;
}

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

:root {
  --d180: 9.375vw;
  --d170: 8.85417vw;
  --d165: 8.59375vw;
  --d160: 8.33333vw;
  --d157: 8.17708vw;
  --d150: 7.8125vw;
  --d140: 7.29167vw;
  --d130: 6.77083vw;
  --d126: 6.5625vw;
  --d120: 6.25vw;
  --d110: 5.72917vw;
  --d100: 5.20833vw;
  --d95: 4.94792vw;
  --d87: 4.53125vw;
  --d80: 4.16667vw;
  --d76: 3.95833vw;
  --d72: 3.75vw;
  --d67: 3.48958vw;
  --d60: 3.125vw;
  --d58: 3.02083vw;
  --d54: 2.8125vw;
  --d52: 2.70833vw;
  --d50: 2.60417vw;
  --d46: 2.39583vw;
  --d44: 2.29167vw;
  --d40: 2.08333vw;
  --d38: 1.97917vw;
  --d34: 1.77083vw;
  --d32: 1.66667vw;
  --d30: 1.5625vw;
  --d28: 1.45833vw;
  --d25: 1.30208vw;
  --d24: 1.25vw;
  --d23: 1.19792vw;
  --d22: 1.14583vw;
  --d20: 1.04167vw;
  --d19: 0.98958vw;
  --d18: 0.9375vw;
  --d16: 0.83333vw;
  --d14: 0.72917vw;
  --d12: 0.625vw;
  --d10: 0.52083vw;
  --d8: 0.41667vw;
  --90: 90px;
  --60: 60px;
  --55: 55px;
  --44: 44px;
  --40: 40px;
  --36: 36px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --14: 14px;
}

@font-face {
  font-family: "D-DIN";
  src: url(../font/D-DIN-Bold.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ArialBold";
  src: url(../font/Arial-Bold.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../font/Roboto-Light.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.eng-tit {
  font-family: "ArialBold";
  font-size: 20px;
  font-weight: 700;
  color: #0b51a4;
}

.ch-tit {
  font-size: 44px;
  font-weight: 700;
  color: #333333;
}

/* 头部 */
.navBox {
  margin: 0;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
  color: #333333;
  background-color: #fff;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
}

.navBox::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.head-left a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-act {
  background: #fff;
  color: #333;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.04);
}

.head2 .head-listBut div {
  background-color: #008ac8 !important;
}

.navBox:hover .head-listBut div {
  background-color: #008ac8;
}

.navBox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  height: 100%;
}

.head-navBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.head-navUl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.head-navLi {
  padding: 0 0.625vw;
  margin-right: 2.5520833333vw;
  font-size: 16px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans SC", "SourceHanSansCN";
  font-weight: 400;
}

.head-navLi::after {
  content: "";
  width: 0%;
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #0b51a4;
  left: 50%;
  transition: all 0.5s;
}

.head-navA {
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-liAct::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #0b51a4;
  left: 0;
}

.head-a {
  font-weight: 400;
  font-size: 16px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-a:hover {
  color: #0b51a4;
}
.head-navLi:hover .head-more {
  opacity: 1;
  visibility: visible;
}
.head-more {
  white-space: nowrap;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: rgba(255, 255, 255, 0.94);
  padding: 10px 23px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.head-more3 {
  font-size: 14px;
  color: #333333;
  padding: 6px 0;
}
.head-more3:hover {
  color: #104593;
}
.head-moreAction {
  color: #104593;
}
.head-liAct .head-a {
  font-weight: 500;
  color: #0b51a4;
}

.head-navLi:has(.head-a:hover)::after {
  left: 0;
  width: 100%;
}

.head-navLi:hover .head-secNav {
  max-height: 500px;
  transition: all 1s;
}

.head-secNav {
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  max-height: 0px;
  width: 222%;
  text-align: center;
  background-color: #fff;
  transition: all 0.5s;
  color: #333;
  top: 100%;
}

.head-secLi {
  position: relative;
  font-size: 0;
}

.head-secLi::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  z-index: 1;
}

.head-secLi::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #008ac8;
  z-index: 2;
  transition: all 0.5s;
}

.head-secLi:hover:before {
  left: 0;
  width: 100%;
}

.head-seA {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #333333;
}

.head-seA:hover {
  color: #008ac8;
}

.head-listBut {
  height: 21px;
  display: none;
  justify-content: space-between;
  align-items: self-end;
  flex-direction: column;
  cursor: pointer;
}

.head-listBut div {
  transition: all 0.5s;
  width: 25px;
  height: 3px;
  background-color: #0b51a4;
}

.head-listBut div:nth-child(2) {
  width: 20px;
}

.head-listAct div:nth-child(2) {
  display: none;
}

.head-listAct div:nth-child(1) {
  transform: translateY(9px) rotateZ(45deg);
}

.head-listAct div:nth-child(3) {
  transform: translateY(-9px) rotateZ(-45deg);
}

.head-listBox {
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.5s;
}

.navBox:has(.head-listAct) .head-listBox {
  height: 100vh;
}

.navBox:has(.head-listAct) .head-listBox {
  height: 100vh;
}

.navBox:has(.head-listAct) {
  background-color: #fff;
}

.head-listAct div {
  background-color: #333;
}

.head-list {
  margin-top: 20px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.head-listLi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0px;
}

.head-listLiAct {
  color: #0b51a4;
}

.head-right {
  transition: all 0.5s;
  cursor: pointer;
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.icon-right-1-copy {
  font-size: 20px !important;
}

.head-listLi a {
  width: 100%;
}

.head-listLi a:hover {
  color: #0b51a4;
}

.head-listLi2 {
  width: 80%;
  overflow: hidden;
  position: relative;
}

.head-listLi2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.head-sonList {
  max-height: 0;
  transition: all 0.5s;
}

.head-sonList ul {
  padding-bottom: 18px;
}

.head-sonList ul li a:hover {
  color: #008ac8;
}

.head-sonListAct {
  max-height: 500px;
  transition: all 1s;
}

.head-sonList ul li {
  padding: 10px 0;
  padding-left: 3px;
  font-size: 14px;
}

.head-searchBox {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.head-searchBoxAct {
  visibility: visible;
  opacity: 1;
}
.sousuo-titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sousuo-title {
  padding-top: var(--d72);
  padding-bottom: var(--d95);
  font-size: var(--36);
  color: #333333;
  font-weight: 500;
}
.head-listFrom {
  position: relative;
}

.head-listFrom2 {
  width: 340px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f8fd;
  overflow: hidden;
  position: absolute;
  right: 10.4165%;
  top: 20px;
}
.head-listFrom3 {
  width: 340px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f8fd;
}

.head-listInp {
  font-size: 18px;
  width: calc(100% - 40px);
  background-color: #f4f8fd;
  padding: 0 10px;
  font-size: 14px;
}

.head-btn {
  width: 40px;
  height: 40px;
  background-color: #104593;
  cursor: pointer;
  transition: all 0.5s;
}

.head-btn:hover {
  background-color: rgba(16, 69, 147, 0.9);
}

.head-btn img {
  filter: brightness(0) invert(1);
}
.more {
  display: none;
}
.more-1-list {
  padding: 10px 0;
}
.more-1-list2 {
  padding: 5px;
}
.more-1-list3 {
  font-size: 14px;
}
/* 底部 */
.foodBox {
  background-color: #f4f5f9;
}

.foodBox2 {
  position: relative;
  padding-top: 3.3854166667vw;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.8229166667vw;
}

.foodBox2::after {
  width: 100%;
  height: 2px;
  background-color: #dedede;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.food-con1 {
  display: flex;
  justify-content: space-between;
}

.food-con1-1 {
  margin-right: 8.0208333333vw;
}

.food-con1-2 {
  margin-right: 8.0208333333vw;
}

.food-tit {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 13px;
}

.food-li1 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 6px;
}

.food-con2 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: center;
}

.food-vx {
  width: 150px;
  height: 150px;
  background-color: #fff;
  margin-bottom: 15px;
}

.food-vx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-con3-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.food-con3 img {
  margin-right: 0.6770833333vw;
}

.food-con3-1 {
  flex-direction: column;
  margin-bottom: 1.40625vw;
}

.food-con3-2 {
  margin-bottom: 14px;
}

.food-con3-telBox1 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.9895833333vw;
}

.food-con3-telBox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
}

.food-con3-tel2 {
  align-self: flex-end;
}

.food-con3-tit {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.food-con3-tel {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.food-con3-tel p {
  margin-right: 0.78125vw;
}

.food-con3-tel a {
  font-family: "D-DIN";
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #0b51a4;
}

.food-con3-tit1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.food-li1:hover {
  color: #0b51a4;
}

.foodBox3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.0854166667vw 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

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

.food-conleft3 p {
  margin-right: 0.8333333333vw;
}

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

.tent-box {
  position: fixed;
  top: 57%;
  right: 39px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  z-index: 999;
}

.tent-box2 {
  width: 60px;
  height: 120px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 60px;
}

.tent-li {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tent-li:first-child:after {
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}

.tent-liBox {
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.tent-liBox1 {
  width: 200px;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.tent-liBox1::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
  box-shadow: 10px -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-left: none;
}

.tent-liBox1 p:first-child {
  margin-bottom: 10px;
}

.tent-liBox1 a:hover {
  color: #0b51a4;
}

.tent-liBox2 {
  width: 200px;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.tent-vx {
  width: 150px;
  height: 150px;
  background-color: #fff;
  margin-bottom: 15px;
  border: 1px solid #333333;
}

.tent-vx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tent-vxTit {
  color: #0b51a4;
  text-align: center;
}

.tent-liBox2::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
  box-shadow: 10px -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-left: none;
}

.tent-box3 {
  margin-top: 11px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tent-li1:hover .tent-liBox1 {
  visibility: visible;
  opacity: 1;
}

.tent-li2:hover .tent-liBox2 {
  visibility: visible;
  opacity: 1;
}

.fist-totop {
  opacity: 0;
}

/* 首页 */
/* 轮播图 */
.banner-box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.banner-box2 {
  height: 100%;
}

.banner-swiper {
  height: 100%;
}

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

.banner-box .swiper-pagination {
  bottom: 10% !important;
}

.banner-box .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1 !important;
  transition: all 0.5s !important;
}

.banner-box .swiper-pagination-bullet-active {
  width: 38px !important;
  border-radius: 14px !important;
}

.banner-iconBox {
  position: absolute;
  right: 10.3645833333vw;
  bottom: 5.4166666667vw;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-icon1 {
  width: 3px;
  height: 44px;
  border-radius: 5px;
  margin-bottom: 14px;
  background-color: #f0f0f0;
}

.banner-icon2 {
  width: 27px;
  height: 47px;
  border: 3px solid #f0f0f0;
  border-radius: 20px;
  position: relative;
}

.banner-icon3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  width: 3px;
  height: 11px;
  border-radius: 5px;
  background-color: #f0f0f0;
  animation: bannerIcon 3s linear infinite;
}

@keyframes bannerIcon {
  50% {
    top: 20px;
  }
}

/* 首页 */
/* 产品 */
.proBox {
  background-color: #f4f5fa;
  padding-top: 6.5625vw;
  padding-bottom: 4.4791666667vw;
}

.pro-tit1 {
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
}

.pro-tit2 {
  width: 100%;
  text-align: center;
}

.pro-navBox {
  position: relative;
}

.pro-navLine {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #0b51a4;
  transition: all 0.5s;
}

.pro-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25vw;
  margin-bottom: 2.1875vw;
}

.pro-navBox::after {
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d8d8d8;
  content: "";
}

.pro-nav2 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  position: relative;
  padding-bottom: 0.78125vw;
}

.pro-iconBox {
  width: 4.6875vw;
  height: 4.6875vw;
  position: relative;
}

.pro-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.pro-icon1 {
  opacity: 1;
}

.pro-icon2 {
  opacity: 0;
}

.pro-navTit h5 {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}

.pro-nav2-act .pro-icon1 {
  opacity: 0;
}

.pro-nav2-act .pro-icon2 {
  opacity: 1;
}

.pro-nav2-act .pro-navTit h5 {
  font-weight: 700;
  color: #0b51a4;
}

.pro-nav2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0%;
  height: 2px;
  z-index: 100;
  background-color: #008ac8;
}

.pro-nav2-act::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  z-index: 100;
  background-color: #008ac8;
  transition: all 0.5s;
}

.pro-con {
  display: flex;
  justify-content: flex-start;
}

.pro-con2 {
  width: 23%;
  background-color: #fff;
  margin-right: 2.666666%;
  transition: all 0.5s;
}

.pro-con2:last-child {
  margin-right: 0;
}

.pro-slide1 {
  overflow: visible !important;
}

.pro-slBox1 {
  position: relative;
  width: 100%;
  margin-bottom: 1.5625vw;
}

.pro-slBox1::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}

.pro-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.pro-slBox2 img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.pro-con2 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3.75vw 1.6666666667vw 1.25vw;
}

.pro-tit {
  position: relative;
  padding-bottom: 0.9375vw;
  margin-bottom: 0.8333333333vw;
}

.pro-tit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d8d8d8;
  height: 1px;
  content: "";
}

.pro-tit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #014e9f;
  height: 1px;
  content: "";
  transition: all 0.5s;
  z-index: 10;
}

.pro-tit h5 {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.5s;
}

.pro-moreBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-swiper {
  margin-bottom: 4.1145833333vw;
}

.pro-but {
  background-color: #0b51a4;
  color: #ffffff;
  border-radius: 30px;
  width: 134px;
  height: 49px;
  margin: 0 auto;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid #0b51a4;
}

.pro-but a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}

.pro-but::after {
  width: 100%;
  height: 0%;
  background-color: #f4f5fa;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.pro-but::before {
  width: 100%;
  height: 0%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.pro-but:hover::after {
  height: 100%;
  transition: all 0.5s cubic-bezier(0.75, 0, 0.125, 1) 0.175s;
}

.pro-but:hover::before {
  height: 100%;
}

.pro-but:hover a {
  color: #0b51a4;
}

.pro-con2:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.pro-con2:hover .pro-tit h5 {
  color: #014e9f;
}

.pro-con2:hover .pro-tit::before {
  width: 100%;
}

/* 首页 */
/* 服务 */
.solBox {
  padding-top: 5.3125vw;
  padding-bottom: 6.7708333333vw;
  background-color: #fff;
}

.sol-tit1 {
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
}

.sol-tit2 {
  width: 100%;
  text-align: center;
  margin-bottom: 3.4375vw;
}

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

.sol-con2 {
  flex: 1;
  height: 31.5104166667vw;
  margin-right: 1.09375vw;
  transition: all 0.5s;
}

.sol-con2-act {
  flex: 2.633;
}

.sol-con2:last-child {
  margin-right: 0;
}

.sol-con2 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.sol-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sol-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sol-pic:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  background-color: rgba(11, 81, 164, 0.4);
  opacity: 1;
}

.sol-model {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 2.0833333333vw;
  z-index: 20;
  transition: all 0.5s;
}

.sol-iconBox {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 0 auto;
}

.sol-model p {
  width: 1.4583333333vw;
  text-align: center;
  margin: 10px auto 0px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
}

.sol-item {
  width: 28.4921875vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 44;
  color: #fff;
  font-weight: 300;
  line-height: 26px;
  transition: all 0.5s;
}

.sol-item2 {
  width: 21.0416666667vw;
  margin-left: 2.2395833333vw;
  font-size: 18px;
}

.sol-con2-act .sol-model {
  opacity: 0;
}

.sol-more span {
  margin-right: 0.5208333333vw;
}

.sol-icon2 {
  margin-bottom: 1.25vw;
}

.sol-item h5 {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 1.6666666667vw;
}

.sol-item p {
  margin-bottom: 3.6458333333vw;
}

.sol-item .sol-more {
  margin-bottom: 3.6458333333vw;
}

.sol-more img {
  transition: all 0.5s;
}

.sol-con2-act .sol-pic:after {
  background-color: rgba(11, 81, 164, 0.9);
}

.sol-item-act {
  transform: translateX(60px);
  opacity: 0;
}

.sol-con2-act .sol-item-act {
  transform: translateX(0);
  opacity: 1;
}

.sol-con2-act .sol-icon2 {
  transition: all 0.5s ease 0.4s;
}

.sol-con2-act .sol-item h5 {
  transition: all 0.5s ease 0.5s;
}

.sol-con2-act .sol-item p {
  transition: all 0.5s ease 0.6s;
}

.sol-con2-act .sol-item .sol-more {
  transition: all 0.5s ease 0.7s;
}

.sol-more:hover img {
  transform: translateX(150%);
}

/* 首页 */
/* 关于 */
.abBox {
  padding-top: 7.1354166667vw;
  padding-bottom: 5.46875vw;
  background-image: url("../images/index/aboutbg.jpg");
  background-position: center 150px;
  background-size: 130%;
  background-repeat: no-repeat;
}

.abBox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.ab-left {
  width: 42%;
}

.ab-right {
  width: 42.75%;
}

.ab-tit1 {
  color: #ffffff;
  margin-bottom: 0.6770833333vw;
}

.ab-tit2 {
  color: #ffffff;
  margin-bottom: 2.6041666667vw;
}

.ab-con {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 5.3645833333vw;
}

.ab-more {
  width: 134px;
  height: 49px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.ab-more a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  z-index: 10;
  position: relative;
  transition: all 0.5s;
}

.ab-more::after {
  width: 100%;
  height: 0%;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.ab-more::before {
  width: 100%;
  height: 0%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.ab-more:hover::after {
  height: 100%;
  transition: all 0.5s cubic-bezier(0.75, 0, 0.125, 1) 0.175s;
}

.ab-more:hover::before {
  height: 100%;
}

.ab-more:hover a {
  color: #0b51a4;
}

.ab-right2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.6041666667vw;
  position: relative;
  padding-bottom: 0.8333333333vw;
}

.ab-right2::after {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.ab-right2::before {
  width: 0%;
  height: 3px;
  background-color: #0b51a4;
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  transition: all 0.5s;
  z-index: 10;
}

.ab-riTit {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.ab-riNum {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.5s;
}

.ab-num {
  font-size: 90px;
  font-family: "ArialBold";
  font-weight: 700;
  line-height: 90px;
}

.ab-right2:hover::before {
  width: 100%;
}

.ab-right2:hover .ab-riNum {
  color: #0b51a4;
}

/* 首页 */
/* 优势 */
.advBox {
  padding-top: 6.0416666667vw;
  padding-bottom: 6.3020833333vw;
  position: relative;
  overflow: hidden;
}

.advBox2 {
  position: relative;
  z-index: 10;
}

.adv-tit1 {
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
}

.adv-tit2 {
  width: 100%;
  text-align: center;
  margin-bottom: 3.4895833333vw;
}

.adv-conBox {
  padding-left: 10.4165%;
}

.adv-con {
  height: 36.9791666667vw;
  background-image: url("../images/index/advbg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adv-con2 {
  width: 25%;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.adv-con2::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #ffffff;
  opacity: 0.3;
}

.adv-con2:last-child::after {
  display: none;
}

.adv-line {
  margin: 0.7291666667vw 0;
  width: 1px;
  height: 3.3333333333vw;
  background-color: #fff;
}

.adv-contit {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  color: #ffffff;
}

.adv-bule {
  width: 95.3645833333vw;
  height: 34.4270833333vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0b51a4;
}

.adv-con2 img {
  transition: all 0.5s;
}

.adv-con2:hover img {
  transform: rotateY(180deg);
}

/* 首页 */
/* 动态 */
.newsBox {
  padding-top: 5.8333333333vw;
  padding-bottom: 5.3125vw;
}

.news-tit1 {
  margin-bottom: 1.09375vw;
}

.news-titcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.0625vw;
}

.news-more {
  width: 134px;
  height: 49px;
  border-radius: 30px;
  background-color: #0b51a4;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  border: 1px solid #0b51a4;
}

.news-moreBox {
  display: none;
}

.news-more2 a,
.news-more a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}

.news-more::after {
  width: 100%;
  height: 0%;
  background-color: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.news-more::before {
  width: 100%;
  height: 0%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.news-more:hover::after {
  height: 100%;
  transition: all 0.5s cubic-bezier(0.75, 0, 0.125, 1) 0.175s;
}

.news-more:hover::before {
  height: 100%;
}

.news-more:hover a {
  color: #0b51a4;
}

.news-slBox1 {
  position: relative;
  cursor: pointer;
  margin-bottom: 1.3541666667vw;
}

.news-slBox1::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}

.news-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.news-slBox2 img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.news-conbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-news1 {
  width: 32.16%;
  height: 27.21875vw;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.news-con {
  padding: 0 1.4583333333vw;
  padding-bottom: 1.875vw;
}

.news-date {
  font-weight: 400;
  font-size: 16px;
  color: #0b51a4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.9375vw;
}

.news-date img {
  margin-right: 0.7291666667vw;
}

.news-title {
  width: 100%;
  margin-bottom: 2.0833333333vw;
}

.news-title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-conMore {
  font-size: 16px;
  font-weight: 400;
  color: #0b51a4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s;
}

.news-conMore p {
  margin-right: 0.2083333333vw;
}

.news-title2 {
  margin-bottom: 2.96875vw;
}

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

.news-date2 {
  margin-bottom: 0;
}

.news-news2 {
  padding: 3.90625vw 2.1875vw 3.75vw;
}

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

.news-news11:hover .news-title h3 {
  color: #0b51a4;
}

.news-title2:hover h3 {
  color: #0b51a4;
}

.news-conMore:hover {
  padding-left: 5%;
}

/* other-banner */
.other-banner {
  width: 100%;
  position: relative;
}

.other-imgbox {
  width: 100%;
  line-height: 0;
}

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

.other-textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
}

.other-title {
  margin-bottom: var(--d18);
}

.other-title h2 {
  font-weight: 500;
  font-size: var(--36);
  text-align: center;
}

.other-text {
  font-size: var(--60);
  text-align: center;
  font-weight: 700;
  width: 100%;
}

.other-iconBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.70833vw;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* crumbs */
.crumbs {
  border-bottom: 1px solid #d8d8d8;
}
.crumbs2 {
  padding: var(--d23) 0;
  font-size: 14px;
  text-align: right;
}

.crumbs2 img {
  width: 15px;
  margin-right: 5px;
}

.crumbs-list {
  display: inline;
}

.crumbs2 span {
  color: #333;
}

.crumbs-list2 {
  display: inline;
  transition: all 0.5s;
  color: #666666;
}

.crumbs-list2:hover {
  color: #104593;
}

.crumbs-list2::after {
  content: ">";
}

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

/* about */
.about-con {
  padding-bottom: var(--d100);
}

.about-con2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--d100);
  padding-top: var(--d95);
}

.about-left {
  width: 36.19792vw;
}

.about-right {
  line-height: 0;
  width: 35.05208vw;
  max-width: 100%;
}

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

.about-left2 {
  margin-bottom: var(--d30);
}

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

.about-title h2 {
  font-size: var(--44);
  color: #333333;
  font-weight: 700;
}

.about-text1 {
  font-weight: 300;
  font-size: var(--24);
  margin-bottom: var(--d12);
  color: #333333;
}

.about-date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-bottom: var(--d38);
}

.about-date::after {
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
}

.about-date2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  padding-left: 30px;
}

.about-since {
  font-family: "Roboto";
  font-size: var(--55);
  color: #c1c1c1;
  margin-right: var(--d10);
}

.about-year {
  font-family: "D-DIN";
  font-size: var(--60);
  color: #0b51a4;
}

.about-text2 {
  font-size: var(--16);
  line-height: 1.875;
  color: #333333;
}

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

.numbox2 {
  display: flex;
  align-items: center;
}

.numbox3 {
  position: relative;
  font-family: "D-DIN";
  font-size: var(--90);
  color: #0b51a4;
  margin-right: var(--d10);
}

.num {
  position: absolute;
  top: 0;
  left: 0;
}

.num2 {
  opacity: 0;
}

.num-tip {
  font-size: var(--36);
  transform: translateY(10px);
  color: #0b51a4;
  font-weight: 700;
}

.numtitle {
  font-size: var(--18);
  font-weight: 500;
  color: #333333;
}

.honor-con {
  background-image: url("../images/other/honorbg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--d130);
  padding-bottom: var(--d95);
}

.honor-title {
  margin-bottom: var(--d58);
  text-align: center;
}

.honor-title h2 {
  font-weight: 700;
  color: #ffffff;
  font-size: var(--44);
}

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

.honor-nav2 {
  width: 12.39583vw;
  height: 3.28125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ffffff;
  font-weight: 500;
  font-size: var(--24);
  color: #ffffff;
  margin-right: var(--d19);
  transition: all 0.5s;
}

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

.honor-nav2:hover {
  background-color: #fff;
  color: #0b51a4;
}

.honor-navact {
  background-color: #fff;
  color: #0b51a4;
}

.honor-list {
  --bs-gutter-x: 0;
  margin-bottom: calc(-1 * var(--d60));
}

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

.honor-img {
  margin-bottom: var(--d50);
}

.honor-listTit {
  font-size: var(--24);
  line-height: 1;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
}

.honor-swiper .swiper-slide {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 1s !important;
}

.honor-swiper .swiper-slide-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.product-con2 {
  display: flex;
  justify-content: space-between;
}

.product-con {
  padding-top: var(--d87);
  padding-bottom: var(--d130);
}

.product-left {
  width: 20.20833vw;
}

.product-right {
  width: calc(100% - 20.20833vw);
  padding-left: var(--d44);
}

.product-left2 {
  background-color: #f4f5fa;
}

.product-leftTit {
  background-color: #0b51a4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: var(--36);
  height: 5.57292vw;
  color: #fff;
  margin-bottom: var(--d30);
}

.product-nav {
  padding: 0 var(--d16) var(--d28);
}

.product-nav2 {
  margin-bottom: var(--d12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  font-size: var(--20);
  padding-left: var(--d40);
  padding-right: var(--d34);
  padding-top: var(--d12);
  padding-bottom: var(--d12);
  color: #666666;
  transition: all 0.5s;
}

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

.product-nav2 img {
  width: 73px;
  transition: all 0.5s;
  position: absolute;
  float: left;
  left: 60%;
}


.product-navact a {
  background-color: #0b51a4;
  color: #ffffff;
  font-weight: 700;
  height: 80px;
}

.product-navact img {
  filter: brightness(0) invert(1);
}

.product-nav2:hover {
  background-color: #0b51a4;
  color: #ffffff;
}

.product-nav2:hover img {
  filter: brightness(0) invert(1);
}

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

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

.product-list2 .pro-con2 {
  width: 100%;
  border: 1px solid #d8d8d8;
}

/* details */
.details-con {
  overflow: hidden;
  padding-bottom: var(--d165);
}

.details-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: var(--d110);
  margin-bottom: var(--d80);
}

.details-imgbox {
  display: flex;
}

.details-swiper1 {
  width: 10.3125vw;
  height: 22.55208vw;
  margin-right: var(--d25);
  padding-bottom: 1px;
}

.details-swiper1 .swiper-slide {
  border: 1px solid #d8d8d8;
}

.details-swiper1 .pro-slBox1 {
  margin-bottom: 0 !important;
}

.details-swiper2 .pro-slBox1 {
  margin-bottom: 0 !important;
}

.details-swiper1 .swiper-slide-thumb-active {
  border: 1px solid #0b51a4;
}

.details-swiper2 {
  width: 33.85417vw;
  height: 22.55208vw;
  position: relative;
  border: 1px solid #d8d8d8;
}

.details-swiper2 .swiper-button-next:after,
.details-swiper2 .swiper-button-prev:after {
  font-size: 18px;
  transition: all 0.5s;
  color: #d8d8d8;
}

.details-swiper2 .swiper-button2:hover:after {
  color: #104593;
}

.details-textbox {
  margin-top: var(--d38);
  width: 28.28125vw;
}

.details-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--d12);
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: var(--d40);
}

.details-back {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  color: #0b51a4;
}

.details-back img {
  width: 16px;
  margin-right: var(--d10);
}

.details-title h2 {
  font-size: var(--40);
  color: #333333;
  font-weight: 700;
}

.details-text {
  font-size: var(--18);
  color: #333333;
  margin-bottom: var(--d50);
}

.details-text p {
  margin-bottom: var(--d10);
}

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

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

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

.details-next img {
  transform: rotate(180deg);
}

.details-butBox2-but {
  width: 46px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d8d8d8;
  transition: all 0.5s;
}

.details-prev,
.details-but1 {
  margin-right: var(--d14);
}

.details-butBox2-but:hover {
  background-color: #0b51a4;
  border: 1px solid #0b51a4;
}

.details-butBox2-but:hover img {
  filter: brightness(0) invert(1);
}

.details-but {
  width: 135px;
  height: 50px;
  background-color: #0b51a4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  color: #ffffff;
  transition: all 0.5s;
}

.details-but:hover {
  background-color: rgba(11, 81, 164, 0.9);
}

.details-but2 {
  background-color: #777777;
}

.details-content {
  padding: var(--d50) var(--d76);
  background-color: #f4f5f9;
  margin-bottom: var(--d126);
}

.details-proTit {
  margin-bottom: var(--d60);
}

.details-proTit h2 {
  font-size: var(--44);
  font-weight: 700;
  color: #333333;
  text-align: center;
}

.details-contit {
  font-size: var(--20);
  font-weight: 700;
  color: #0b51a4;
  margin-bottom: var(--d24);
}

.details-context {
  font-size: var(--16);
  line-height: 1.875;
  color: #333333;
}

.detailspro-swiper {
  padding: 0 2px;
  padding-bottom: var(--d16);
}

.detailspro-swiper .pro-con2 {
  width: 100%;
}

.detailspro-swiper .swiper-slide {
  padding: 4px;
  border: 1px solid #d8d8d8;
  transition: all 0.5s;
}

.detailspro-swiper .swiper-slide:hover {
  border-color: transparent;
}

.detailspro-swiperbox {
  position: relative;
}

.detailspro-prev {
  position: absolute;
  top: calc(50% - var(--d16));
  left: -35px;
  transform: translate(-100%, -50%);
}

.detailspro-next {
  position: absolute;
  top: calc(50% - var(--d16));
  right: -35px;
  transition: all 0.5s;
  transform: translate(100%, -50%);
}

.detailspro-next img {
  transform: rotate(180deg);
}

/* page */
.pagination {
  --bs-pagination-border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-item {
  width: 46px;
  height: 34px;
  padding: 0;
  border: none;
  margin: 0 3px;
  border-radius: 0;
}

.page-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0;
  margin: 0;
  font-size: var(--16);
  color: #666;
  transition: all 0.5s;
  border: 1px solid #d8d8d8;
}

.page-item img {
  width: 14px;
}

.page-left img {
  transform: rotate(180deg);
}

.page-item:hover a {
  background-color: #0b51a4;
  color: #fff;
}

.page-item:hover img {
  filter: brightness(1000%);
}

.pagination .active a {
  background-color: #0b51a4;
  color: #fff;
}

.solution-con {
  padding-top: var(--d72);
}

.solution-nav {
  --bs-gutter-x: 1.25rem;
}

.solution-navact .solution-nav3 {
  background-color: #0b51a4;
  color: #fff;
}

.solution-nav3 {
  padding: var(--d12) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d8d8d8;
  transition: all 0.5s;
  color: #666666;
  cursor: pointer;
}

.solution-nav3:hover {
  background-color: #0b51a4;
  color: #fff;
}

.solution-list {
  padding-top: var(--d150);
  padding-bottom: var(--d170);
}

.solution-list2 {
  margin-bottom: var(--d165);
  position: relative;
}

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

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

.solution-list3 {
  display: flex;
  justify-content: space-between;
}

.solution-left {
  padding-top: var(--d44);
  width: 24.375vw;
}

.solution-titleBox {
  display: flex;
  align-items: center;
  padding-bottom: var(--d16);
  margin-bottom: var(--d34);
  position: relative;
}

.solution-titleBox::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #d8d8d8;
}

.solution-titleBox::before {
  width: 0%;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #104593;
  z-index: 10;
  transition: all 0.5s;
}

.solution-titleBox img {
  width: 45px;
  margin-right: var(--d20);
}

.solution-titleBox h2 {
  font-size: var(--36);
  font-weight: 700;
  color: #333333;
  transition: all 0.5s;
}

.solution-text {
  font-size: var(--16);
  line-height: 1.625;
  color: #666666;
  margin-bottom: var(--d80);
}

.solution-more {
  display: flex;
  align-items: center;
  color: #0b51a4;
  font-size: var(--14);
}

.solution-more img {
  width: 20px;
  margin-left: var(--d10);
}

.solution-right {
  width: 47.91667vw;
  overflow: hidden;
}

.solution-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.solution-list3:hover .solution-titleBox h2 {
  color: #104593;
}

.solution-list3:hover .solution-titleBox::before {
  width: 100%;
}

.solution-list3:hover .solution-right img {
  transform: scale(1.1);
}

.soldet {
  background-color: #f4f5f9;
  padding-top: var(--d100);
  padding-bottom: var(--d100);
}

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

.soldet-textBox {
  width: 35.78125vw;
  padding-top: var(--d44);
}

.soldet-title {
  display: flex;
  align-items: center;
  padding-bottom: var(--d8);
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: var(--d34);
}

.soldet-title img {
  margin-right: var(--d20);
}

.soldet-title h2 {
  font-size: var(--36);
  color: #333333;
  font-weight: 700;
}

.soldet-img {
  width: 30.46875vw;
}

.soldet-text {
  font-size: var(--16);
  line-height: 1.625;
  color: #666666;
}

.soldother {
  padding-top: var(--d130);
  padding-bottom: var(--d100);
}

.soldother-title {
  font-size: var(--36);
  color: #333333;
  font-weight: 700;
  margin-bottom: var(--d50);
}

.soldother3 {
  width: 22.91667vw;
  padding-top: var(--d44);
}

.soldother3 h2 {
  font-size: var(--44);
  margin-bottom: var(--d76);
}

.soldother-swiperbox {
  position: relative;
}

.soldother-prev {
  position: absolute;
  top: calc(50% - var(--d16));
  left: -35px;
  transform: translate(-100%, -50%);
}

.soldother-next {
  position: absolute;
  top: calc(50% - var(--d16));
  right: -35px;
  transition: all 0.5s;
  transform: translate(100%, -50%);
}

.soldother-next img {
  transform: rotate(180deg);
}

.soldother-title2 {
  width: 100%;
  text-align: center;
  margin-bottom: var(--d76);
}

.soldother-title2 h2 {
  font-size: var(--44);
  font-weight: 500;
  color: #333333;
}

.soldother-imgbox {
  position: relative;
  margin-bottom: var(--d30);
}

.soldother-box-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(11, 81, 164, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: var(--16);
  color: #fff;
  line-height: 1.625;
  z-index: 10;
  padding: 0 var(--d60);
}

.newscon-con {
  padding-top: var(--d100);
  padding-bottom: var(--d140);
}

.soldother-box-title {
  text-align: center;
  font-weight: 700;
  font-size: var(--24);
  color: #104593;
}

.newscon-list {
  margin-bottom: calc(-1 * var(--d100));
  padding-bottom: var(--d87);
}

.newscon-list2 {
  margin-bottom: var(--d100);
}

.newscon-list3 {
  position: relative;
  padding-bottom: var(--d20);
}

.newscon-list3::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #d8d8d8;
}

.newscon-list3::before {
  width: 0%;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #104593;
  z-index: 10;
  transition: all 0.5s;
}

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

.newscon-title {
  margin-bottom: var(--d30);
}

.newscon-title h2 {
  font-weight: 500;
  font-size: var(--18);
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}

.newscon-dateBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  transition: all 0.5s;
}

.newscon-more {
  display: flex;
  align-items: center;
  font-size: var(--16);
}

.newscon-icon {
  position: relative;
  line-height: 0;
  transition: all 0.5s;
}

.newscon-more span {
  margin-right: 6px;
}

.newscon-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newscon-icon2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

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

.newscon-list3:hover .newscon-dateBox,
.newscon-list3:hover .newscon-more,
.newscon-list3:hover .newscon-title h2 {
  color: #0b51a4;
}

.newscon-list3:hover .newscon-icon1 {
  opacity: 0;
}

.newscon-list3:hover .newscon-icon2 {
  opacity: 1;
}

.newscon-list3:hover::before {
  width: 100%;
}

.newsdetails {
  background-color: #eaecf3;
  padding-top: var(--d140);
  padding-bottom: var(--d180);
}

.newsdetails2 {
  background-color: #fff;
  padding: var(--d120) var(--d160) var(--d67);
}

.newsdetails-title {
  text-align: center;
  margin-bottom: var(--d10);
}

.newsdetails-title h2 {
  font-size: var(--36);
  font-weight: 700;
  color: #333333;
}

.newsdetails-date {
  text-align: center;
  font-size: var(--16);
  color: #666666;
}

.newsdetails-titlebox {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: var(--d30);
  margin-bottom: var(--d52);
}

.newsdetails-text {
  padding-bottom: var(--d80);
  border-bottom: 1px solid #d8d8d8;
  font-size: var(--16);
  color: #333333;
  line-height: 1.875;
}

.newsdetails-text p {
  text-indent: 4ch;
}

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

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

.newsdetails-prev {
  margin-bottom: var(--d16);
}

.newsdetails-left {
  width: 80%;
}

.newsdetails-left a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsdetails-butbox {
  margin-top: var(--d24);
  font-size: var(--16);
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsdetails-back img {
  margin-right: 10px;
}

.contact-con {
  padding-top: var(--d110);
  padding-bottom: var(--d157);
}

.contact-title {
  padding-bottom: var(--d44);
  margin-bottom: var(--d46);
  position: relative;
}

.contact-title::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #d8d8d8;
}

.contact-title h2 {
  font-size: var(--44);
  color: #333333;
  font-weight: 700;
}

.contact-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: var(--d67);
  margin-bottom: var(--d157);
  position: relative;
}

.contact-box::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #d8d8d8;
}

.contact-list2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--d22);
}

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

.contact-icon {
  min-width: 36px;
  width: 36px;
  margin-right: var(--d10);
}

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

.contact-mes {
  font-size: var(--22);
  line-height: 1.590909;
  color: #666666;
}

.contact-mes p {
  margin-bottom: var(--d8);
}

.contact-mes p:last-child {
  margin-bottom: 0;
}

.contact-mes span {
  font-family: "D-DIN";
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #0b51a4;
}
.contact-mes span:hover{
  color: #000 !important;
}
.contact-mes a:hover{
  color: #0b51a4;
}
.contact-qcTit {
  margin-top: var(--d30);
  font-size: var(--22);
  line-height: 1.590909;
  color: #666666;
  text-align: center;
}

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

.contact-title2 h2 {
  text-align: center;
  font-size: var(--44);
  color: #333333;
  font-weight: 700;
}

.contact-qc {
  width: 13.17708vw;
}

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

.contact-formBox {
  background-color: #f4f5fa;
  display: flex;
  justify-content: center;
}

.contact-img {
  width: 42.76316%;
}

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

.contact-form {
  width: calc(100% - 42.76316%);
  padding: var(--d76) var(--d54) 0;
}

.mes-formUl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mes-formLi {
  width: 19.11458vw;
  height: 2.5vw;
  border: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mes-iconBox {
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d8d8d8;
}

.mes-formLi1 {
  margin-bottom: var(--d32);
}

.mes-formLi2 {
  width: 100%;
  height: 140px;
}

.mes-inp {
  height: 100%;
  width: calc(100% - 2.5vw);
  padding: var(--d20) var(--d30);
}

.mes-text {
  width: 100%;
  padding: var(--d20) var(--d30);
}

.mes-but {
  margin-top: var(--d44);
  background-color: #0b51a4;
  width: 135px;
  height: 50px;
  font-size: var(--16);
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.5s;
}

.mes-but:hover {
  background-color: rgba(11, 81, 164, 0.9);
}

@media only screen and (max-width: 1540px) {
  :root {
    --90: 80px;
    --60: 48px;
    --55: 40px;
    --44: 38px;
    --40: 34px;
    --36: 30px;
    --24: 20px;
    --22: 20px;
    --20: 18px;
  }

  .details-textbox {
    margin-top: 0;
    width: 34.28125vw;
  }

  .soldet-textBox {
    width: 46.78125vw;
  }

  .contact-icon {
    min-width: 30px;
    width: 30px;
  }

  .contact-mes span {
    font-size: 35px;
  }

  .solution-left {
    padding-top: var(--d44);
    width: 29.375vw;
  }

  .product-leftTit {
    height: 4.57292vw;
  }

  .other-iconBox {
    transform: translateX(-50%) scale(0.8);
    transform-origin: bottom;
  }

  .product-nav2 img {
    width: 58px;
  }

  .content2 {
    width: 85%;
  }

  .about-right {
    width: 44.05208vw;
  }

  .content3 {
    width: 90.854%;
  }

  .ab-num {
    font-size: 80px;
    line-height: 80px;
  }

  .banner-iconBox {
    transform: scale(0.8);
  }

  .food-tit {
    font-size: 16px;
  }

  .food-16 {
    font-size: 14px;
  }

  .food-con3-tel {
    font-size: 16px;
  }

  .food-vx {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
  }

  .food-con3-tel a {
    font-size: 35px;
    line-height: 35px;
  }

  .food-con3-telBox2 img {
    transform: scale(0.8);
  }

  .food-con2 {
    font-size: 14px;
  }

  .food-con3-tit {
    font-size: 14px;
  }

  .foodBox3 {
    font-size: 14px;
  }

  .ch-tit {
    font-size: 38px;
  }

  .adv-con2 img {
    width: 50px;
  }

  .adv-contit {
    font-size: 26px;
    line-height: 35px;
  }

  .pro-navTit h5 {
    font-size: 18px;
  }

  .pro-tit h5 {
    font-size: 18px;
  }

  .sol-item2 {
    font-size: 16px;
  }

  .pro-but {
    font-size: 14px;
  }

  .sol-model p {
    font-size: 24px;
    line-height: 32px;
  }

  .sol-item h5 {
    font-size: 24px;
  }

  .ab-riNum {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1360px) {
  :root {
    --90: 70px;
    --60: 40px;
    --55: 34px;
    --36: 30px;
    --24: 18px;
    --22: 18px;
    --20: 16px;
    --18: 16px;
    --16: 14px;
  }

  .details-textbox {
    margin-top: 0;
    width: 38.28125vw;
  }

  .details-but {
    width: 124px;
    height: 40px;
  }

  .details-butBox2-but {
    width: 36px;
    height: 40px;
  }

  .detailspro-next,
  .soldother-next {
    right: -10px;
  }

  .detailspro-prev,
  .soldother-prev {
    left: -10px;
  }

  .mes-inp {
    padding: 10px;
  }

  .mes-formLi1 {
    width: 22.11458vw;
    height: 30px;
  }

  .tent-box {
    position: fixed;
    top: 57%;
    right: 20px;
    transform: scale(0.8);
    transform-origin: right;
  }

  .product-nav2 {
    font-size: var(--20);
    padding-left: var(--d20);
    padding-right: var(--d24);
    padding-top: var(--d12);
    padding-bottom: var(--d12);
  }

  .product-nav2 img {
    width: 50px;
  }

  .other-iconBox {
    transform: translateX(-50%) scale(0.6);
    transform-origin: bottom;
  }

  .adv-con2 img {
    width: 40px;
  }

  .adv-contit {
    font-size: 24px;
    line-height: 30px;
  }

  .news-news1 {
    height: 33.21875vw;
  }

  .ab-num {
    font-size: 70px;
    line-height: 70px;
  }

  .ab-riNum {
    font-size: 20px;
  }

  .ab-num {
    font-size: 60px;
    line-height: 60px;
  }

  .ab-con {
    font-size: 14px;
    line-height: 24px;
  }

  .ab-riTit {
    font-size: 18px;
  }

  .news-title h3 {
    font-size: 16px;
  }

  .news-date {
    font-size: 14px;
  }

  .news-date img {
    width: 14px;
    margin-right: 0.3vw;
  }

  .news-conMore {
    font-size: 14px;
  }

  .pro-but,
  .news-more,
  .ab-more {
    width: 121px;
    height: 36px;
  }

  .pro-but a,
  .news-more a,
  .ab-more a {
    font-size: 14px;
  }

  .content2 {
    width: 90%;
  }

  .content3 {
    width: 90%;
  }

  .sol-item2 {
    font-size: 14px;
  }

  .sol-item h5 {
    font-size: 22px;
  }

  .sol-con2 {
    height: 35vw;
  }

  .sol-icon2 {
    width: 52px;
  }

  .ch-tit {
    font-size: 34px;
  }

  .head-logo {
    height: 53px;
  }

  .navBox {
    height: 70px;
  }

  .pro-navTit h5 {
    font-size: 16px;
  }

  .food-con1-1,
  .food-con1-2 {
    margin-right: 6vw;
  }

  .food-vx {
    width: 120px;
    height: 120px;
  }

  .sol-item2 {
    width: 25vw;
  }

  .sol-model p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1200px) {
  :root {
    --36: 24px;
  }

  .details-imgbox {
    width: 100%;
  }

  .details-swiper2 {
    width: 74.455899%;
    height: auto;
  }

  .details-imgbox {
    align-items: stretch;
  }

  .details-swiper1 {
    width: 21.3125vw;
    height: 45.55208vw;
  }

  .details-textbox {
    margin-top: 20px;
  }

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

  .details-textbox {
    width: 100%;
  }

  .soldet-img {
    width: 36.46875vw;
  }

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

  .contact-form {
    width: 100%;
  }

  .mes-iconBox {
    width: 30px;
    height: 30px;
  }

  .mes-formLi {
    font-size: 14px;
  }

  .mes-inp {
    width: calc(100% - 30px);
  }

  .mes-formLi2 .mes-inp {
    width: 100%;
  }

  .contact-qc {
    width: 150px;
  }

  .contact-form {
    padding: var(--d54);
  }

  .contact-img {
    width: 100%;
  }

  .mes-formLi1 {
    width: 47%;
    height: 30px;
  }
  .sousuo-titleBox {
    flex-direction: column;
  }
  .solution-left {
    padding-top: var(--d44);
    width: 37.375vw;
  }

  .navBox {
    height: 60px;
  }

  .other-banner {
    margin-top: 60px;
  }

  .about-con2 {
    align-items: center;
    flex-direction: column;
  }

  .about-left {
    width: 100%;
  }

  .about-right {
    width: 500px;
  }
  .sousuo .head-listFrom {
    width: 100%;
    margin-top: 0;
    margin-bottom: var(--d30);
  }
  .head-listFrom3 {
    margin: 0 auto;
  }
  .other-iconBox {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  :root {
    --d180: 93px;
    --d170: 88px;
    --d165: 50px;
    --d160: 84px;
    --d157: 80px;
    --d150: 78px;
    --d140: 73px;
    --d130: 67px;
    --d126: 65px;
    --d120: 62px;
    --d110: 57px;
    --d100: 52px;
    --d95: 50px;
    --d87: 45px;
    --d80: 40px;
    --d76: 40px;
    --d72: 37px;
    --d67: 35px;
    --d60: 30px;
    --d58: 30px;
    --d54: 28px;
    --d52: 27px;
    --d50: 26px;
    --d46: 24px;
    --d44: 22px;
    --d40: 20px;
    --d38: 20px;
    --d34: 16px;
    --d32: 16px;
    --d30: 15px;
    --d28: 14px;
    --d25: 13px;
    --d24: 12px;
    --d23: 12px;
    --d22: 22px;
    --d20: 10px;
    --d19: 10px;
    --d18: 10px;
    --d16: 8px;
    --d14: 6px;
    --d12: 6px;
    --d10: 5px;
    --d8: 5px;
    --90: 60px;
    --60: 40px;
    --36: 24px;
    --44: 36px;
    --40: 32px;
    --18: 16px;
  }
  .head-searchBox {
    display: none;
  }

  .head-listFrom {
    margin-top: 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
  }
  .head-listFrom2 {
    position: unset;
    width: 100%;
    height: 40px;
  }
  .pro-tit {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .detailspro-prev,
  .soldother-prev {
    left: 0px;
    transform: translate(0px, -50%);
  }

  .detailspro-next,
  .soldother-next {
    right: 0px;
    transform: translate(0px, -50%);
  }

  .detailspro-swiperbox,
  .soldother-swiperbox {
    padding: 0 60px;
  }

  .soldet2 {
    flex-direction: column;
  }

  .soldet-textBox {
    width: 100%;
    padding-top: 0;
  }

  .soldet-img {
    margin-top: 20px;
    width: 100%;
  }

  .newsdetails2 {
    background-color: #fff;
    padding: var(--d67);
  }

  .mes-but {
    width: 115px;
    height: 36px;
  }

  .solution-list {
    padding-top: 20px;
  }

  .product-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .solution-nav2 {
    margin-bottom: 10px;
  }

  .solution-list3 {
    flex-direction: column !important;
  }

  .solution-right,
  .solution-left {
    width: 100%;
  }

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

  .product-right {
    width: 100%;
    padding-left: 0;
    margin-top: var(--d30);
  }

  .product-nav li {
    width: 49%;
  }

  .product-left {
    width: 100%;
  }

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

  .honor-nav2 {
    width: 120px;
    height: 40px;
  }

  .adv-conBox {
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .adv-contit {
    font-size: 20px;
    line-height: 25px;
  }

  .adv-con {
    width: 90%;
  }

  .adv-bule {
    width: 100%;
  }

  .ab-left {
    width: 50%;
  }

  .news-conbox {
    flex-wrap: wrap;
  }

  .news-news1 {
    width: 48%;
    height: auto;
    margin-bottom: 20px;
  }

  .news-news12 {
    width: 100%;
    margin-bottom: 0;
  }

  .head-navBox {
    display: none;
  }

  .head-listBut {
    display: flex;
  }

  .banner-box {
    height: 60vh;
  }

  .banner-img {
    height: 60vh;
  }

  .food-con1 {
    display: none;
  }

  .foodBox2 {
    flex-direction: row-reverse;
  }

  .pro-nav {
    margin-bottom: 4.1875vw;
  }

  .pro-con {
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  .pro-swiper .pro-con2 {
    width: 49%;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .sol-con {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .sol-con2 {
    flex: none !important;
    width: 32%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 400px;
  }

  .sol-model {
    opacity: 0 !important;
  }

  .sol-pic:after {
    background-color: rgba(11, 81, 164, 0.9) !important;
  }

  .sol-item-act {
    transform: translateX(0) !important;
    opacity: 1 !important;
  }

  .sol-item2 {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }

  .sol-item {
    transform: none;
    position: initial;
    width: 100%;
  }

  .ch-tit {
    font-size: 28px;
  }

  .banner-iconBox {
    display: none;
  }

  .tent-box {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  :root {
    --90: 50px;
    --44: 32px;
    --40: 30px;
    --36: 20px;
    --24: 16px;
    --22: 16px;
  }

  .details-butBox2-but {
    width: 25px;
    height: 30px;
  }

  .detailspro-swiperbox,
  .soldother-swiperbox {
    padding: 0 30px;
  }

  .details-butBox2-but img {
    width: 6px;
  }

  .soldother-box-text {
    padding: 0 10px;
  }

  .contact-icon {
    min-width: 26px;
    width: 26px;
  }

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

  .contact-mes span {
    font-size: 30px;
  }

  .contact-right {
    margin-top: var(--d30);
  }

  .other-text {
    font-size: 30px;
  }

  .other-imgbox {
    height: 250px;
  }

  .pro-nav {
    margin-bottom: 40px;
    overflow-x: scroll;
    padding-bottom: 0px;
  }

  .banner-box .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }

  .banner-box .swiper-pagination-bullet-active {
    width: 30px !important;
  }

  .adv-con {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
  }

  .adv-con2 {
    width: 50%;
    height: 50%;
    padding: 30px 0;
  }

  .advBox {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .content2 {
    width: 90%;
  }

  .navBox {
    height: 60px;
  }

  .sol-icon2 {
    width: 36px;
  }

  .sol-con2 {
    width: 49%;
    height: 340px;
  }

  .head-logo {
    height: 46px;
  }

  .foodBox3 {
    display: block;
  }

  .food-conleft3 {
    display: block;
  }

  .food-conRig3 {
    display: block;
  }

  .food-conleft3 p,
  .food-conRig3 p {
    display: inline;
  }

  .food-vx {
    width: 100px;
    height: 100px;
  }

  .food-con2 {
    font-size: 12px;
  }
  .sousuo-title {
    padding-bottom: 20px;
  }
  .pro-nav::-webkit-scrollbar {
    display: none;
  }
  .head-listFrom3 {
    width: 80%;
    margin: 0 auto;
  }
  .pro-nav2 {
    min-width: 18%;
    flex-shrink: 0;
    padding-bottom: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  .pro-iconBox {
    width: 35px;
    height: 35px;
  }

  .product-leftTit {
    height: 30px;
  }

  .pro-navLine {
    display: none;
  }

  .pro-con2 a {
    padding: 28px 12px 9px;
  }

  .ch-tit {
    font-size: 24px;
  }

  .pro-tit1 {
    margin-bottom: 0px;
  }

  .sol-tit1 {
    margin-bottom: 0;
  }

  .pro-tit2 {
    margin-bottom: 20px;
  }

  .proBox {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .pro-swiper {
    margin-bottom: 20px;
  }

  .ab-left {
    width: 100%;
    margin-bottom: 60px;
  }

  .ab-right {
    width: 100%;
  }

  .abBox2 {
    flex-direction: column;
  }

  .abBox {
    padding-top: 40px;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ab-tit2 {
    margin-bottom: 20px;
  }

  .newsBox {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .news-tit1 {
    margin-bottom: 15px;
  }

  .news-title h3 {
    font-size: 16px;
  }

  .news-date {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .news-title2 {
    margin-bottom: 20px;
  }

  .news-conMore {
    font-size: 14px;
  }

  .news-conMore img {
    width: 10px;
  }

  .news-title {
    margin-bottom: 25px;
  }

  .solBox {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 540px) {
  :root {
    --d165: 40px;
    --d140: 40px;
    --d130: 40px;
    --d100: 30px;
    --d95: 30px;
    --d87: 24px;
    --d80: 25px;
    --d76: 20px;
    --d54: 15px;
    --d18: 6px;
    --44: 26px;
    --40: 26px;
    --36: 18px;
  }

  .details-but {
    width: 100px;
    height: 30px;
  }

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

  .details-swiper1 {
    width: 100%;
    height: auto;
  }

  .details-swiper2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .newsdetails2 {
    padding: 20px 15px;
  }

  .mes-formLi1 {
    width: 100%;
  }

  .newscon-icon img {
    width: 16px;
  }

  .solution-titleBox img {
    width: 30px;
  }

  .product-nav li {
    width: 100%;
  }

  .crumbs2 img {
    width: 10px;
  }

  .about-text1 {
    font-size: 14px;
  }

  .other-text {
    font-size: 26px;
  }

  .honor-nav {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .honor-nav2 {
    width: 45%;
    margin: 0;
    margin-bottom: 10px;
  }

  .num-list {
    flex-wrap: wrap;
  }

  .num-list2:nth-child(2n) .numbox2 {
    justify-content: flex-end;
  }

  .num-list2:nth-child(2n) .numtitle {
    text-align: right;
  }

  .num-list2 {
    width: 50%;
  }

  .news-tit1 {
    text-align: center;
  }

  .ab-left {
    margin-bottom: 40px;
  }

  .news-titcon {
    justify-content: center;
  }

  .pro-nav2 {
    min-width: 28%;
  }

  .news-news1 {
    width: 100%;
  }

  .banner-img {
    object-position: 20%;
  }

  .pro-navTit h5 {
    font-size: 14px;
  }

  .news-tit1 {
    margin-bottom: 5px;
  }

  .news-con {
    padding: 0 10px 10px 10px;
  }

  .news-news2 {
    padding: 15px 10px;
  }

  .news-titcon {
    margin-bottom: 15px;
  }

  .news-more1 {
    display: none;
  }

  .news-moreBox {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .news-news12 {
    margin-bottom: 20px;
  }

  .adv-contit {
    font-size: 16px;
    line-height: 22px;
  }

  .ab-right2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .adv-con2 img {
    width: 30px;
  }

  .adv-tit2 {
    margin-bottom: 15px;
  }

  .adv-line {
    margin: 5px 0;
    height: 20px;
  }

  .ab-num {
    font-size: 50px;
    line-height: 50px;
  }

  .ab-riTit {
    font-size: 16px;
  }

  .ch-tit {
    font-size: 22px;
  }

  .pro-tit h5 {
    font-size: 14px;
  }

  .pro-con2 a {
    padding: 15px;
  }

  .pro-moreBox div {
    font-size: 14px;
  }

  .pro-moreBox img {
    width: 15px;
  }

  .pro-slBox1 {
    margin-bottom: 15px;
  }

  .sol-con2 {
    width: 100%;
    height: auto;
  }

  .foodBox2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .foodBox2 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .food-con2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .food-con3 img {
    margin-right: 10px;
  }

  .food-con3-1 {
    margin-bottom: 14px;
  }

  .banner-box {
    height: 40vh;
  }

  .banner-img {
    height: 40vh;
  }

  .navBox {
    height: 48px;
  }

  .head-logo {
    height: 40px;
  }

  .food-con3-telBox1 {
    margin-bottom: 5px;
  }

  .food-con3-tel p {
    margin-right: 5px;
  }

  .food-con3-tel {
    font-size: 14px;
  }

  .food-con3-tel a {
    font-size: 30px;
    line-height: 27px;
  }

  .food-con3-telBox2 {
    margin-top: 7px;
  }

  .advBox {
    display: flex;
    justify-content: center;
  }

  .advBox2 {
    width: 90%;
  }

  .contact-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}

/* 缓慢显示样式 */
.setSlow {
  animation: slowAm 1s forwards;
}

.setSlow2 {
  animation: slowAm2 1s forwards;
}

.setSlow3 {
  animation: slowAm3 1s forwards;
}

.setSlow4 {
  animation: slowAm4 1s forwards;
}

.setSlow5 {
  animation: slowAm5 1s forwards;
}

@keyframes slowAm {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slowAm2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

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

@keyframes slowAm3 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slowAm4 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slowAm5 {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
