:root {
  --vi: #0068b7;
}

.scroll-animate.animated {
  visibility: hidden;
}

.disable-hover {
  pointer-events: none;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
.w1620 {
  width: 40.5rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1400 {
  width: 35rem;
  max-width: 90%;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.lh1 {
  line-height: 1;
}

.fonb {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-tit {
  font-size: 1.05rem;
  color: #333333;
  line-height: 1.5;
  max-height: 6em;
  overflow: hidden;
}

.main-more {
  --col: var(--vi);
  width: 4.8rem;
  height: 1.15rem;
  background-color: #fff;
  color: var(--col);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: all 0.4s;
}
.main-more span {
  display: flex;
}
.main-more svg {
  width: 9px;
}
.main-more path {
  fill: var(--col);
  stroke: var(--col);
  transition: all 0.4s;
}
.main-more.short {
  width: 4.4rem;
}
.main-more.vi {
  --col: #fff;
  background-color: var(--vi);
}
.main-more.viBdr {
  --col: var(--vi);
  box-shadow: 0 0 0 1px var(--col);
}
.main-more:hover {
  --col: #fff;
  background-color: var(--vi);
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box a {
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  color: #666666;
  margin-right: 0.5rem;
  transition: all 0.4s;
}
.page-box a:last-child {
  margin-right: 0;
}
.page-box a:hover, .page-box a.active {
  background-color: var(--vi);
  color: #fff;
}
.page-box a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.main-con {
  padding-bottom: 3.75rem;
}
.main-con .li-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.main-con .li-box .li {
  width: calc((100% - 1.3rem) / 3);
  height: 10.8rem;
  border-radius: 0.5rem;
  background-color: var(--vi);
  position: relative;
  padding: 1rem;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}
.main-con .li-box .li .pos-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.main-con .li-box .li .pos-bg img {
  width: 100%;
}
.main-con .li-box .li .tag {
  height: 1em;
}
.main-con .li-box .li .h {
  margin-top: 1.6rem;
  line-height: 1.2;
}
.main-con .li-box .li .txt {
  margin-top: 0.6rem;
  line-height: 1.77;
}
.main-con .li-box .li .more {
  margin-top: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  min-width: 4.85rem;
  height: 1.1rem;
  padding: 0 0.45rem;
  box-shadow: 0 0 0 1px #fff;
  color: #fff;
  gap: 0.35rem;
  transition: all 0.4s;
}
.main-con .li-box .li .more span {
  display: flex;
}
.main-con .li-box .li .more svg {
  fill: #fff;
}
.main-con .li-box .li .more:hover {
  background-color: #fff;
  color: var(--vi);
  box-shadow: none;
}
.main-con .li-box .li .more:hover svg {
  fill: var(--vi);
}

.footer {
  background-color: #fff;
}
.footer .top {
  padding: 1.1rem 0 0.9rem;
}
.footer .top .logo {
  width: 6.1rem;
}
.footer .top .logo img {
  width: 100%;
}
.footer .top .mid {
  margin-top: 0.65rem;
  position: relative;
  padding-top: 1.15rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .top .mid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--vi), transparent);
}
.footer .top .mid .nav {
  display: flex;
  gap: 2rem;
}
.footer .top .mid .nav .list p {
  color: #515151;
  margin-bottom: 0.5rem;
}
.footer .top .mid .nav .list a {
  display: block;
  color: #808181;
  line-height: 1.8;
}
.footer .top .rg .form {
  display: flex;
  width: 9.95rem;
  height: 1rem;
  background-color: #f1f1f1;
}
.footer .top .rg .form input {
  width: calc(100% - 4rem);
  height: 100%;
  background: none;
  padding: 0 0.5rem;
}
.footer .top .rg .form button {
  width: 4rem;
  height: 100%;
  background: var(--vi);
  color: #fff;
}
.footer .top .rg .share {
  margin-top: 1.05rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.55rem;
}
.footer .top .rg .share a {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  filter: grayscale(1);
  opacity: 0.3;
  transition: all 0.4s;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
}
.footer .top .rg .share a .qrcode{
    width: 4rem;
    padding: .25rem;
    background-color: #fff;
    box-shadow: 0 0 .25rem 1px #ccc;
    border-radius: .25rem;
    transition: all .3s ease;
    max-height: 0;
    visibility: hidden;
}
.footer .top .rg .share a .qrcode img{
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;
}
.footer .top .rg .share a:hover .qrcode{
    max-height: 4rem;
    visibility: visible;
}
.footer .top .rg .share a:hover {
  filter: initial;
  opacity: 1;
}
.footer .btn {
  display: flex;
  background-color: var(--vi);
  padding: 0.3rem 0;
}
.footer .btn .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .btn a {
  color: #fff;
  display: inline-block;
  margin-right: 0.7rem;
  position: relative;
}
.footer .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.35rem;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.footer .btn a:last-child {
  margin-right: 0;
}
.footer .btn a:last-child::after {
  display: none;
}

.head .drop-down.product-down{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /*height: calc(100vh - 3.55rem);*/
  box-shadow: 0 0.8rem 0.8rem rgba(0,0,0,0.05);
  background-color: #cccccc;
  z-index: 100;
  background-image: url(../img/44.png);
  display: none;
}
.position-relative{
    position: relative;
}
.head .drop-down.other{
  position: absolute;
  top: 100%;
  left: -.8rem;
  /*transform: translateX(-50%);*/
  min-width: 6rem;
  /*width: 100%;*/
  z-index: 100;
  display: none;
}

.head .drop-down>ul{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: .65rem;
    justify-content: center;
    padding:0.8rem 0;
    
}
.head .drop-down>ul a{display: block;margin: 0 0.8rem;color:#333333;transition:all 0.5s;}
.head .drop-down>ul a:hover{color:var(--vi);}

.head .drop-down .wrap {
  width: 100%;
  padding: 1.25rem 3.75rem 2rem;
  display: flex;
  background-color: #fff;
}
.head .drop-down .lf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27%;
  padding-right: 1.2rem;
  border-right: 1px solid #cccccc;
}
.head .drop-down .lf .pic {
  width: 100%;
  aspect-ratio: 392/214;
  border-radius: 0.35rem;
  overflow: hidden;
}
.head .drop-down .lf .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.head .drop-down .lf .h {
  margin-top: 1.2rem;
  color: #333333;
  line-height: 1.4;
}
.head .drop-down .lf .txt {
  margin-top: 0.5rem;
  color: #333333;
}
.head .drop-down .lf .more {
  margin-top: 0.9rem;
  width: 4.2rem;
  height: 1.05rem;
  gap: 0.15rem;
}
.head .drop-down .rg {
  width: 73%;
  display: flex;
}
.head .drop-down .rg .first {
  width: 34.4%;
}
.head .drop-down .rg .second {
  width: 34%;
}
.head .drop-down .rg .third {
  width: 31.6%;
}
.head .drop-down .rg .li {
  padding: 0.2rem 0.95rem 0.5rem;
  border-right: 1px solid #cccccc;
}
.head .drop-down .rg .li:last-child {
  border-right: none;
}

.head .drop-down .rg .li:last-child .item{margin-right: -3rem;}

.head .drop-down .rg .li .item {
  display: none;
}
.head .drop-down .rg .li .item.show {
  display: block;
}
.head .drop-down .rg .li .h {
  line-height: 1.4;
  color: #333;
}
.head .drop-down .rg .li:first-child .link-box {
  /*margin-top: 1.2rem;*/
}
.head .drop-down .rg .li .link-box a {
  display: block;
  color: #333333;
  padding-right: 1rem;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.65rem;
  transition: all 0.4s;
}
.head .drop-down .rg .li .link-box a:last-child {
  margin-bottom: 0;
}
.head .drop-down .rg .li .link-box a::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  right: 0;
  width: 0.55rem;
  height: 0.2rem;
  background-image: url(../img/43.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
}
.head .drop-down .rg .li .link-box a.no::after {
    display: none;
}
.head .drop-down .rg .li.third .link-box a::after {display:none;}
.head .drop-down .rg .li .link-box a:hover, .head .drop-down .rg .li .link-box a.active {
  color: var(--vi);
}
.head .drop-down .rg .li .link-box a:hover::after, .head .drop-down .rg .li .link-box a.active::after {
  filter: initial;
}

.index .box1 {
  padding: 3.95rem 0 0;
}
.index .box1 .tit {
  width: 81%;
}
.index .box1 .box1-swiper {
  margin-top: 1.45rem;
}
.index .box1 .box1-swiper .swiper-slide {
  width: 71%;
  margin: 0 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 1154/630;
  opacity: 0.6;
  transition: all 0.4s;
}
.index .box1 .box1-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .box1 .box1-swiper .swiper-slide-active {
  opacity: 1;
}
.index .box1 .box1Tab-swiper {
  margin-top: 2.3rem;
  width: 79%;
}
.index .box1 .box1Tab-swiper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.index .box1 .box1Tab-swiper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  line-height: 1.4;
  color: #333333;
  padding-bottom: 0.5rem;
  margin: 0 0.7rem;
  cursor: pointer;
  transition: all 0.4s;
}
.index .box1 .box1Tab-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--vi);
  transition: all 0.4s;
}
.index .box1 .box1Tab-swiper .swiper-slide:hover {
  color: var(--vi);
}
.index .box1 .box1Tab-swiper .swiper-slide.active {
  color: var(--vi);
}
.index .box1 .box1Tab-swiper .swiper-slide.active::after {
  width: 100%;
}
.index .box1 .cont-box {
  margin-top: 0.7rem;
}
.index .box1 .cont-box .cont {
  width: 51%;
  margin: auto;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
  text-align: center;
  display: none;
}
.index .box1 .cont-box .cont.show {
  display: block;
}
.index .box2 {
  margin-top: 3.25rem;
}
.index .box2 .container {
  position: relative;
  overflow: hidden;
}
.index .box2 .container .lf {
  width: 100%;
  aspect-ratio: 1620/826;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
.index .box2 .container .lf img {
  width: 100%;
  height: 100%;
  /*-o-object-fit: contain;*/
     /*object-fit: contain;*/
     object-fit: cover;
}
.index .box2 .container .lf .point {
  position: absolute;
  top: var(--top);
  left: var(--left);
}
.index .box2 .container .lf .point .h {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--vi);
  color: #fff;
  text-align: center;
  line-height: 0.8rem;
  font-size: clamp(14px, 0.6rem, 0.6rem);
  position: relative;
  z-index: 2;
}
.index .box2 .container .lf .point .h p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
  transition: all 0.4s;
}
.index .box2 .container .lf .point .h .heng {
  height: 2px;
}
.index .box2 .container .lf .point .h .shu {
  width: 2px;
}
.index .box2 .container .lf .point .h::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  z-index: -1;
  animation: scale 4s ease-in-out infinite;
}
.index .box2 .container .lf .point .h::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  z-index: -1;
  animation: scale 4s 2s ease-in-out infinite;
}
.index .box2 .container .lf .point .name {
  position: absolute;
  top: 50%;
  left: -0.3rem;
  transform: translateY(-50%);
  width: -moz-max-content;
  width: max-content;
  height: 1.5rem;
  line-height: 1.5rem;
  color: var(--vi);
  padding: 0 0.6rem;
  border-radius: 1rem;
  padding-left: 1.5rem;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  box-shadow: 0 0 0 1px #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.index .box2 .container .lf .point:hover .h .shu {
  height: 0;
}
.index .box2 .container .lf .point:hover .h::before, .index .box2 .container .lf .point:hover .h::after {
  animation-play-state: paused;
}
.index .box2 .container .lf .point:hover .name {
  opacity: 1;
  visibility: visible;
}
.index .box2 .container .rg {
  position: absolute;
  top: 0;
  right: 0;
  width: 37%;
  height: 100%;
}
.index .box2 .container .rg .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.4rem 1.6rem 1rem 1.25rem;
  background-color: rgba(188, 188, 188, 0.3);
  border-radius: 0.25rem;
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  box-shadow: 0 0 0 1px #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.6s;
}
.index .box2 .container .rg .item.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 2;
}
.index .box2 .container .rg .item .h {
  color: #333333;
  line-height: 1.1;
}
.index .box2 .container .rg .item .pic {
  margin-top: 0.95rem;
  width: 100%;
  aspect-ratio: 480/305;
  border-radius: 0.25rem;
  overflow: hidden;
}
.index .box2 .container .rg .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .box2 .container .rg .item .txt {
  margin-top: 0.95rem;
  color: #333;
  line-height: 1.5;
  height: 4.5em;
  text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.index .box2 .container .rg .item .more {
  margin-top: 1.7rem;
}
.index .box3 {
  margin-top: 4rem;
  position: relative;
}
.index .box3 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /*justify-content: flex-end;*/
  padding-right: 3.75rem;
}
.index .box3 .pic {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 48%;*/
  width: 52%;
  border-radius: 0.25rem;
}
.index .box3 .pic img {
  width: 100%;
}
.index .box3 .rg {
  padding-top: 0.4rem;
  /*width: 48%;*/
  width: 44%;
}
.index .box3 .rg .tit {
  font-size: 1.05rem;
}
.index .box3 .rg .txt {
  margin-top: 1.9rem;
  color: #333;
  line-height: 2;
}
.index .box3 .rg .more {
  margin-top: 2.8rem;
}
.index .box3 .num-box {
  /*margin-top: 4.05rem;*/
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 17.65%;
}
.index .box3 .num-box .item {
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.index .box3 .num-box .item .num {
  color: var(--vi);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.index .box3 .num-box .item .num p {
  font-size: 1.7rem;
  font-weight: bold;
}
.index .box3 .num-box .item .txt {
  margin-top: 0.35rem;
  line-height: 1.35;
  color: #737373;
}
.index .box4 {
  margin-top: 4rem;
  padding: 2.5rem 0 2.4rem;
  background-color: #f6f7f8;
}
.index .box4 .container {
  position: relative;
  margin-top: 1.05rem;
  padding-top: 1.85rem;
}
.index .box4 .container img {
  width: 100%;
}
.index .box4 .container .lf {
  width: 17.3%;
  position: absolute;
  left: 0;
  top: 0;
}
.index .box4 .container .mid {
  width: 53.77%;
  margin-left: 20.965%;
}
.index .box4 .container .mid .pic {
  width: 100%;
  aspect-ratio: 871/474;
}
.index .box4 .container .mid .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .box4 .container .mid .txt {
  margin-top: 0.65rem;
  color: #333333;
  line-height: 1.5;
}
.index .box4 .container .mid .more {
  margin-top: 1rem;
  width: 4.4rem;
}
.index .box4 .container .rg {
  width: 21.6%;
  position: absolute;
  bottom: 2.15rem;
  right: 0;
}
.index .box5 {
  padding: 4rem 0 0;
}
.index .box5 .container {
  margin-top: 1.75rem;
  display: flex;
  justify-content: space-between;
}
.index .box5 .container .lf {
  width: 56%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.index .box5 .container .lf .pic {
  width: 100%;
  aspect-ratio: 910/470;
  overflow: hidden;
}
.index .box5 .container .lf .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .box5 .container .lf .intro {
  background-color: #f6f7f8;
  padding: 1.5rem 1rem 1.6rem;
}
.index .box5 .container .lf .time {
  color: #666666;
}
.index .box5 .container .lf .h {
  margin-top: 0.25rem;
  color: #333333;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
}
.index .box5 .container .lf .tag {
  margin-top: 0.75rem;
  color: #666666;
  line-height: 1.6;
  max-height: 3.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*display: flex;*/
  flex-wrap: wrap;
  gap: 0.25rem;
}
.index .box5 .container .lf .more {
  margin-top: 1.05rem;
  display: flex;
  gap: 0.1rem;
  color: var(--vi);
  line-height: 1.5;
  width: max-content;
  border-bottom: 1px solid var(--vi);
}
.index .box5 .container .lf .more svg {
  fill: var(--vi);
}
.index .box5 .container .lf:hover .pic img {
  transform: scale(1.04);
}
.index .box5 .container .rg {
  width: calc(44% - 1.75rem);
}
.index .box5 .container .rg .li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0.9rem;
}
.index .box5 .container .rg .li:last-child {
  margin-bottom: 0;
}
.index .box5 .container .rg .li .pic {
  width: 100%;
  aspect-ratio: 641/323;
  border-radius: 0.25rem;
  overflow: hidden;
}
.index .box5 .container .rg .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .box5 .container .rg .li .time {
  margin-top: 0.4rem;
  color: #666666;
}
.index .box5 .container .rg .li .h {
  margin-top: 0.25rem;
  width: 75%;
  color: #333333;
  line-height: 1.4;
}
.index .box5 .container .rg .li .more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 0.1rem;
  color: var(--vi);
  line-height: 1.5;
  border-bottom: 1px solid var(--vi);
}
.index .box5 .container .rg .li .more svg {
  fill: var(--vi);
}
.index .box5 .container .rg .li:hover .pic img {
  transform: scale(1.04);
}
.index .box6 {
  margin-top: 4rem;
}

.about .box1 {
  padding: 1.25rem 0 2.25rem;
}
.about .box1 .cont {
  margin: 1.5rem auto 0;
  width: 78%;
  color: #666;
  line-height: 1.5;
}
.about .box1 .pic {
  margin-top: 1.75rem;
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
}
.about .box1 .pic img {
  width: 100%;
}
.about .box2 {
  padding: 2.25rem 0;
  background-color: #f6f7f8;
}
.about .box2 .cont {
  margin: 1.75rem auto 0;
  width: 81%;
  color: #333333;
  line-height: 1.5;
}
.about .box2 .container {
  margin-top: 2rem;
  display: flex;
  position: relative;
}
.about .box2 .container .lf {
  width: 34%;
  height: 17.65rem;
  background-color: var(--vi);
  border-radius: 0.25rem;
  padding: 1.4rem 1.25rem;
  position: relative;
  z-index: 10;
}
.about .box2 .container .lf .pos-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.about .box2 .container .lf .pos-bg img {
  width: 100%;
}
.about .box2 .container .lf .h {
  color: #fff;
  line-height: 1.4;
}
.about .box2 .container .lf .box2-swiper {
  margin-top: 1rem;
}
.about .box2 .container .lf .box2-swiper .swiper-slide {
  color: #fff;
  line-height: 1.4;
}
.about .box2 .container .lf .box2-swiper .swiper-slide .li {
  margin-bottom: 0.75rem;
  padding-left: 0.4rem;
  position: relative;
}
.about .box2 .container .lf .box2-swiper .swiper-slide .li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1px;
  height: 0.4rem;
  background-color: #fff;
}
.about .box2 .container .lf .box2-swiper .swiper-slide .li:last-child {
  margin-bottom: 0;
}
.about .box2 .container .lf .swiper-button-prev,
.about .box2 .container .lf .swiper-button-next {
  top: auto;
  bottom: 1.5rem;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 0 0 1px #fff;
  color: #fff;
  transition: all 0.4s;
}
.about .box2 .container .lf .swiper-button-prev::after,
.about .box2 .container .lf .swiper-button-next::after {
  font-size: 0.5rem;
}
.about .box2 .container .lf .swiper-button-prev:hover,
.about .box2 .container .lf .swiper-button-next:hover {
  color: var(--vi);
  background-color: #fff;
  box-shadow: none;
}
.about .box2 .container .lf .swiper-button-prev {
  left: 1.25rem;
}
.about .box2 .container .lf .swiper-button-next {
  right: auto;
  left: 3.5rem;
}
.about .box2 .container .pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 69%;
  border-radius: 0.25rem;
  overflow: hidden;
}
.about .box2 .container .pic img {
  width: 100%;
}
.about .box3 {
  padding: 3.25rem 0 2.5rem;
  background-color: #fff;
}
.about .box3 .box3-swiper {
  margin-top: 1.5rem;
}
.about .box3 .box3-swiper .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  bottom: 0;
  height: 2px;
}
.about .box3 .box3-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--vi);
}
.about .box3 .box3-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
}
.about .box3 .box3-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.about .box3 .box3-swiper .swiper-slide .pic {
  width: 100%;
  aspect-ratio: 513/260;
  border-radius: 0.25rem;
  overflow: hidden;
}
.about .box3 .box3-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.about .box3 .box3-swiper .swiper-slide .time {
  margin-top: 0.35rem;
  color: #666666;
}
.about .box3 .box3-swiper .swiper-slide .h {
  margin-top: 0.25rem;
  color: #333333;
  line-height: 1.3;
  height: 2.6em;
  overflow: hidden;
}
.about .box3 .box3-swiper .swiper-slide .more {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--vi);
  line-height: 1.8;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid var(--vi);
}
.about .box3 .box3-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}
.about .box3 .btn {
  margin: 1.5rem auto 0;
  width: 4.4rem;
}
.about .box4 {
  padding: 2.5rem 0 2.05rem;
  background-color: #f6f7f8;
}
.about .box4 .cont {
  margin: 0.7rem auto 0;
  width: 74%;
  color: #333333;
  line-height: 1.6;
}
.about .box4 .pic {
  margin-top: 1.5rem;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
.about .box4 .pic img {
  width: 100%;
}
.about .box4 .pic .pos-cont {
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border-radius: 0.25rem;
  background-color: rgba(246, 247, 248, 0.3);
  box-shadow: 0 0 0 1px #fff;
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  padding: 1rem;
  color: #fff;
}
.about .box4 .pic .pos-cont .txt {
  margin-top: 0.75rem;
  line-height: 2;
}
.about .box4 .li-box {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.about .box4 .li-box .li {
  width: calc((100% - 1.5rem) / 3);
  height: 15rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.15rem 1rem;
  overflow: hidden;
}
.about .box4 .li-box .li .icon {
  width: 0.9rem;
  height: 0.9rem;
}
.about .box4 .li-box .li .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .box4 .li-box .li .h {
  margin-top: 0.4rem;
  color: #333333;
  line-height: 1.6;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #eeeeee;
}
.about .box4 .li-box .li .txt-box {
  margin-top: 0.75rem;
}
.about .box4 .li-box .li .txt-box .item {
  margin-bottom: 0.75rem;
  padding-left: 0.35rem;
  position: relative;
}

.about .box4 .li-box .li .txt-box .item span{
    color: #0068B7;
}

.about .box4 .li-box .li .txt-box .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1px;
  height: 0.4rem;
  background-color: var(--vi);
}
.about .box4 .li-box .li .txt-box .item:last-child {
  margin-bottom: 0;
}
.about .box5 {
  padding: 4rem 0 2.5rem;
}
.about .box5 .pic {
  margin-top: 1.5rem;
  width: 100%;
  position: relative;
}
.about .box5 .pic img {
  width: 100%;
}
.about .box5 .pic .play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(188, 188, 188, 0.3);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  cursor: pointer;
}
.about .box5 .pic .play img {
  max-width: 30%;
  width: auto;
  transform: translateX(19%);
}
.about .box5 .cont {
  margin-top: 1.25rem;
  color: #333333;
  line-height: 1.8;
  padding: 0 2.5rem;
  text-align: center;
}
.about .box5 .cont .txt2 {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  position: relative;
}
.about .box5 .cont .txt2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 2px;
  background-color: var(--vi);
  z-index: 2;
}
.about .box5 .cont .txt2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7rem;
  height: 2px;
  background-color: #d9d9d9;
}
.about .box6 {
  padding: 3.4rem 0 3.75rem;
}
.about .box6 .container {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .box6 .container .lf {
  width: 41%;
}
.about .box6 .container .lf .cont {
  line-height: 2;
  color: #666666;
}
.about .box6 .container .lf .txt-box {
  margin-top: 1rem;
}
.about .box6 .container .lf .txt-box .item {
  padding-left: 0.5rem;
  margin-bottom: 0.65rem;
}
.about .box6 .container .lf .txt-box .item:last-child {
  margin-bottom: 0;
}
.about .box6 .container .lf .txt-box .item .h1 {
  line-height: 1.8;
  color: var(--vi);
  position: relative;
}
.about .box6 .container .lf .txt-box .item .h1::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: -0.5rem;
  width: 2px;
  height: 0.4rem;
  background-color: var(--vi);
}
.about .box6 .container .lf .txt-box .item .txt {
  margin-top: 0.25rem;
  color: #333333;
  line-height: 1.4;
}
.about .box6 .container .lf .more {
  margin-top: 1.25rem;
}
.about .box6 .container .rg {
  width: 53%;
  aspect-ratio: 86/55;
}
.about .box6 .container .rg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .box7 {
  padding: 1.5rem 5.35rem 0.5rem 2.85rem;
}
.about .box7 .map {
  margin-top: 1.75rem;
  width: 100%;
  position: relative;
  z-index: 10;
}
.about .box7 .map img {
  width: 100%;
}
.about .box7 .map .base {
  position: absolute;
  top: 33.54%;
  left: 78%;
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .box7 .map .base::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--vi);
  animation: scale2 5s infinite linear;
}
.about .box7 .map .base::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--vi);
  animation: scale2 5s 2.5s infinite linear;
}
.about .box7 .map .base img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .box7 .map .point {
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: 0.4rem;
}
.about .box7 .map .point img {
  width: 100%;
}
.about .box7 .map .point .cir {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-color: var(--vi);
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%) rotateX(56deg);
}
.about .box7 .map .point .cir::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  animation: scale2 5s infinite linear;
}
.about .box7 .map .point .cir::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  animation: scale2 5s 2.5s infinite linear;
}
.about .box7 .map .point .pos-cont {
  position: absolute;
  right: calc(100% + 1rem);
  top: -1rem;
  width: 11.05rem;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 1px 0.35rem 1.15rem rgba(20, 20, 20, 0.15);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-1rem);
  transition: all 0.5s;
}
.about .box7 .map .point .pos-cont .pic {
  width: 100%;
  aspect-ratio: 442/200;
}
.about .box7 .map .point .pos-cont .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .box7 .map .point .pos-cont .intro {
  width: 100%;
  padding: 0.6rem 0.75rem 0.75rem;
}
.about .box7 .map .point .pos-cont .intro .h {
  color: var(--vi);
  line-height: 1.5;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0.75rem;
  position: relative;
}
.about .box7 .map .point .pos-cont .intro .h::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2.05rem;
  height: 1px;
  background-color: var(--vi);
}
.about .box7 .map .point .pos-cont .intro .li {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.3rem;
}
.about .box7 .map .point .pos-cont .intro .li:last-child {
  margin-bottom: 0;
}
.about .box7 .map .point .pos-cont .intro .li .icon {
  width: 0.5rem;
  height: 0.5rem;
}
.about .box7 .map .point .pos-cont .intro .li .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .box7 .map .point .pos-cont .intro .li .txt {
  color: #333333;
  line-height: 1.4;
  width: calc(100% - 0.8rem);
}
.about .box7 .map .point:hover {
  z-index: 5;
}
.about .box7 .map .point:hover .pos-cont {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.about .box8 {
  margin-top: 2.5rem;
}

.join-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}
.join-dialog .close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.join-dialog .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  min-height: 17.6rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.8rem;
  z-index: 5;
}
.join-dialog .container .close {
  position: absolute;
  top: 0.85rem;
  right: 1.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.join-dialog .container .upload {
  margin: 2.05rem auto 0;
  width: 6.05rem;
  height: 6.05rem;
  border-radius: 0.35rem;
  border: 1px solid #dbdbdb;
  position: relative;
}
.join-dialog .container .upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.join-dialog .container .upload .btn {
  width: 100%;
  height: 100%;
  padding-bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  color: #999999;
}
.join-dialog .container .upload .btn .icon {
  width: 1.3rem;
}

.join-dialog .container .input{
    margin-top: 0.6rem;
    width: 100%;
}

.join-dialog .container .input .name{color: #333;font-weight: 400;line-height: 1.2;margin-bottom: 0.25rem;display: flex;align-items: center;}
.join-dialog .container .input .name span{color: #FF1010;margin-right: 0.15rem;}
.join-dialog .container .input input{width: 100%;line-height: 1rem;border: 1px solid #11172E15;border-radius: 0.1rem;padding: 0 0.38rem;}
.join-dialog .container .input textarea{width: 100%;line-height: 1rem;border: 1px solid #11172E15;border-radius: 0.1rem;padding: 0 0.38rem;}



.join-dialog .container .agree {
  margin: 1.95rem auto 0;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #333333;
  cursor: pointer;
}
.join-dialog .container .agree span {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #bcbcbc;
  transition: all 0.4s;
}
.join-dialog .container .agree span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.4s;
}
.join-dialog .container .agree a {
  color: var(--vi);
}
.join-dialog .container .agree.active span {
  background-color: var(--vi);
  box-shadow: none;
}
.join-dialog .container .agree.active span::after {
  opacity: 1;
}
.join-dialog .container .btn-box {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.join-dialog .container .btn-box .btn {
  width: 3.8rem;
  height: 1.1rem;
  cursor: pointer;
}

.references {
  padding: 1.25rem 0 3.75rem;
}
.references .tab {
  display: flex;
  gap: 0.75rem;
}
.references .tab a {
  min-width: 4.65rem;
  width: -moz-max-content;
  width: max-content;
  height: 1.15rem;
  padding: 0 0.5rem;
  text-align: center;
  line-height: 1.15rem;
  box-shadow: 0 0 0 1px #333;
  color: #333333;
  transition: all 0.4s;
}
.references .tab a:hover, .references .tab a.active {
  background-color: var(--vi);
  color: #fff;
  box-shadow: none;
}
.references .hot {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.references .hot .li {
  width: calc((100% - 1rem) / 2);
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #f6f7f8;
}
.references .hot .li .pic {
  width: 100%;
  aspect-ratio: 79/40;
  border-radius: 0.25rem;
  overflow: hidden;
}
.references .hot .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.references .hot .li .intro {
  padding: 0.6rem 1rem 1.15rem;
}
.references .hot .li .intro .time {
  color: #666666;
  line-height: 1.4;
}
.references .hot .li .intro .tit {
  margin-top: 0.15rem;
  color: #333333;
  line-height: 1.5;
}
.references .hot .li .intro .more {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  line-height: 1.9;
  width: -moz-max-content;
  width: max-content;
  color: var(--vi);
  border-bottom: 1px solid var(--vi);
}
.references .hot .li:hover .pic img {
  transform: scale(1.04);
}
.references .li-box {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.references .li-box .li {
  width: calc((100% - 2rem) / 3);
}
.references .li-box .li .pic {
  width: 100%;
  aspect-ratio: 513/260;
  border-radius: 0.25rem;
  overflow: hidden;
}
.references .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.references .li-box .li .intro {
  margin-top: 0.35rem;
}
.references .li-box .li .intro .time {
  color: #666666;
}
.references .li-box .li .intro .tit {
  margin-top: 0.25rem;
  color: #333333;
  line-height: 1.3;
}
.references .li-box .li .intro .more {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  line-height: 1.9;
  width: -moz-max-content;
  width: max-content;
  color: var(--vi);
  border-bottom: 1px solid var(--vi);
}
.references .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.references .page-box {
  margin-top: 2rem;
}

.refer-info {
  padding: 4.3rem 0 0;
}
.refer-info .box1 {
  margin-top: 2rem;
}
.refer-info .box1 .tit {
  line-height: 1.5;
  color: #333;
}
.refer-info .box1 .time {
  margin-top: 0.6rem;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.4;
}
.refer-info .box1 .cont {
  margin-top: 0.75rem;
  padding: 1.5rem 4rem 0;
  border-top: 1px solid var(--vi);
  line-height: 1.8;
  position: relative;
}

.refer-info .box1 .cont p {
  margin: 1rem 0;
}

.refer-info .box1 .info-page {
  margin-top: 2rem;
  padding: 0 4rem 1rem;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
.refer-info .box1 .info-page a {
  display: flex;
  align-items: center;
  color: #666666;
  line-height: 1.8;
  width: 40%;
}
.refer-info .box1 .info-page a span {
  margin-right: 0.4rem;
  transition: all 0.4s;
}
.refer-info .box1 .info-page a p {
  margin-left: 0.2rem;
  width: 80%;
  transition: all 0.4s;
}
.refer-info .box1 .info-page .next span {
  margin-left: 0.4rem;
  margin-right: 0;
}
.refer-info .box1 .info-page a:hover p,
.refer-info .box1 .info-page a:hover span {
  color: var(--vi);
}
.refer-info .box2 {
  margin-top: 2.5rem;
  padding-bottom: 3.75rem;
}
.refer-info .box2 .tit {
  line-height: 1.8;
}
.refer-info .box2 .box2-swiper {
  margin-top: 1.5rem;
}
.refer-info .box2 .box2-swiper .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  bottom: 0;
  height: 2px;
}
.refer-info .box2 .box2-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--vi);
}
.refer-info .box2 .box2-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
}
.refer-info .box2 .box2-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.refer-info .box2 .box2-swiper .swiper-slide .pic {
  width: 100%;
  aspect-ratio: 513/260;
  border-radius: 0.25rem;
  overflow: hidden;
}
.refer-info .box2 .box2-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.refer-info .box2 .box2-swiper .swiper-slide .intro {
  margin-top: 0.35rem;
}
.refer-info .box2 .box2-swiper .swiper-slide .intro .time {
  color: #666666;
  line-height: 1.4;
}
.refer-info .box2 .box2-swiper .swiper-slide .intro .tit {
  margin-top: 0.15rem;
  color: #333333;
  line-height: 1.1;
}
.refer-info .box2 .box2-swiper .swiper-slide .intro .more {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  line-height: 1.9;
  width: -moz-max-content;
  width: max-content;
  color: var(--vi);
}
.refer-info .box2 .box2-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}

.product {
  padding: 1.75rem 0 4rem;
}
.product .item {
  margin-bottom: 3.5rem;
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #d9d9d9;
}
.product .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.product .item:nth-child(odd) .box {
  flex-direction: row-reverse;
}
.product .item .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .item .box .pic {
  width: 55.55%;
}
.product .item .box .intro {
  width: 37%;
}
.product .item .box .intro .cont {
  margin-top: 2rem;
  color: #666666;
  line-height: 1.8;
}
.product .item .h {
  margin-top: 3rem;
  color: var(--vi);
  line-height: 1.5;
}
.product .item .txt {
  margin-top: 1rem;
  color: #666666;
  line-height: 1.8;
}

.pro-list {
  padding: 4.1rem 0 0;
}
.pro-list .box1 {
  margin-top: 2.75rem;
}
.pro-list .box1 .wrap {
  display: flex;
  justify-content: space-between;
}
.pro-list .box1 .pic {
  width: 52.5%;
  aspect-ratio: 853 / 509;
  border-radius: 0.6rem;
  overflow: hidden;
}
.pro-list .box1 .pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-list .box1 .intro {
  width: 40%;
  padding-top: 2.95rem;
}
.pro-list .box1 .intro .cont {
  margin-top: 1.85rem;
  color: #666666;
  line-height: 1.8;
}
.pro-list .box2 {
  margin-top: 3.75rem;
}
.pro-list .box2 .txt {
  margin-top: 2rem;
  color: #999999;
  line-height: 1.6;
}
.pro-list .box2 .li-box {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.pro-list .box2 .li-box .li {
  width: calc((100% - 7.5rem) / 4);
  min-height: 4.35rem;
  border-radius: 0.6rem;
  background-color: #f7f8fa;
  padding: 0.5rem 1.25rem;
}
.pro-list .box2 .li-box .li .icon {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: var(--vi);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-list .box2 .li-box .li .icon img {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-list .box2 .li-box .li .h {
  margin-top: 0.6rem;
  color: var(--vi);
  line-height: 1.4;
  text-align: center;
}
.pro-list .box3 {
  margin-top: 3.5rem;
}
.pro-list .box3 .li-box {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}
.pro-list .box3 .li-box .li {
  width: calc((100% - 1.1rem) / 2);
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0 0 1px #e0e0e0;
}
.pro-list .box3 .li-box .li .pic {
  width: 100%;
  aspect-ratio: 788/493;
  border-radius: 0.7rem;
  overflow: hidden;
}
.pro-list .box3 .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.pro-list .box3 .li-box .li .intro {
  width: 100%;
  height: 3.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  color: #333333;
}
.pro-list .box3 .li-box .li .intro p {
  width: 100%;
}
.pro-list .box3 .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.pro-list .box3 .item-box {
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
}
.pro-list .box3 .item-box .item {
  display: flex;
  align-items: center;
  width: calc((100% - 2.5rem) / 2);
  height: 3.5rem;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  overflow: hidden;
}
.pro-list .box3 .item-box .item .intro {
  width: calc(100% - 6.35rem);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.8rem;
  color: #333333;
  line-height: 1.5;
}
.pro-list .box3 .item-box .item .down {
  width: 6.35rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--vi);
  padding-top: 0.25rem;
}
.pro-list .box3 .item-box .item .down .icon {
  width: 1rem;
  height: 1rem;
  text-align: center;
}
.pro-list .box3 .item-box .item .down .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-list .box3 .item-box .item .down .line {
  margin-top: 0.45rem;
  width: 2.4rem;
  height: 1px;
  background-color: #eff1f6;
}
.pro-list .box3 .item-box .item .down .h {
  margin-top: 0.35rem;
  color: #fff;
}
.pro-list .box4 {
  margin-top: 2.8rem;
  padding-bottom: 3.5rem;
}
.pro-list .box4 .li-box {
  margin-top: 2.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
}
.pro-list .box4 .li-box .li {
  width: calc((100% - 1.05rem) / 2);
  height: 6.65rem;
  background-color: #f9f9f9;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.65rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-list .box4 .li-box .li .pic {
  width: 7.95rem;
  aspect-ratio: 318/212;
  border-radius: 0.5rem;
  overflow: hidden;
}
.pro-list .box4 .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s;
}
.pro-list .box4 .li-box .li .intro {
  width: calc(100% - 7.95rem);
  padding-left: 1rem;
}
.pro-list .box4 .li-box .li .intro .h {
  color: #333333;
  line-height: 2;
  transition: all 0.4s;
}
.pro-list .box4 .li-box .li .intro .txt {
  margin-top: 0.25rem;
  color: #666666;
  line-height: 1.7;
}
.pro-list .box4 .li-box .li .intro .more {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  width: -moz-max-content;
  width: max-content;
  color: #808181;
  border-bottom: 1px solid #808181;
  line-height: 1.5;
  transition: all 0.4s;
}
.pro-list .box4 .li-box .li .intro .more svg {
  fill: #808181;
  transition: all 0.4s;
}
.pro-list .box4 .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.pro-list .box4 .li-box .li:hover .intro .h {
  color: var(--vi);
}
.pro-list .box4 .li-box .li:hover .intro .more {
  color: var(--vi);
  border-color: var(--vi);
}
.pro-list .box4 .li-box .li:hover .intro .more svg {
  fill: var(--vi);
}

.pro-info {
  padding-top: 3.55rem;
}
.pro-info .banner {
  padding: 1.5rem 0 4.95rem;
}
.pro-info .banner .cont-box {
  margin-top: 2rem;
}
.pro-info .banner .cont-box .sub {
  color: #333333;
  line-height: 1.4;
}
.pro-info .banner .cont-box .tit {
  margin-top: 0.55rem;
  color: var(--vi);
  line-height: 1.36;
}
.pro-info .banner .cont-box .pic {
  margin: 1.5rem auto 0;
  width: 62%;
  
}

.pro-info .banner .cont-box .pic img{
    width: 100%;
    max-height: 60vh;
    object-fit: contain;
}

.pro-info .box1 {
  padding: 3rem 0 0;
}
.pro-info .box1 .li-box {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}
.pro-info .box1 .li-box .li {
  width: calc((100% - 1.95rem) / 3);
  min-height: 5.1rem;
  border-radius: 0.6rem;
  background-color: #f7f8fa;
  padding: 0.65rem 0.9rem 0.4rem;
}
.pro-info .box1 .li-box .li .icon {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: var(--vi);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.pro-info .box1 .li-box .li .icon img {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-info .box1 .li-box .li .h {
  margin-top: 0.7rem;
  color: #999999;
  line-height: 1.5;
  text-align: center;
}
.pro-info .box2 {
  margin-top: 3.75rem;
}
.pro-info .box2 .container {
  margin-top: 1.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pro-info .box2 .container .pic {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 19.625rem;
  height: 19.625rem;
}
.pro-info .box2 .container .pic img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-info .box2 .container .table {
  width: 55%;
}
.pro-info .box2 .container .table table {
  width: 100%;
}
.pro-info .box2 .container .table table tr {
  width: 100%;
  height: 1.6rem;
  color: #333333;
  border-radius: 0.25rem;
}
.pro-info .box2 .container .table table tr:nth-child(1) {
  height: 1.75rem;
  color: #111;
  opacity: 0.6;
}
.pro-info .box2 .container .table table tr:nth-child(2n) {
  background: #f6f7f8;
}
.pro-info .box2 .container .table table tr td {
  padding: 0 0.75rem;
}
.pro-info .box3 {
  margin-top: 3.5rem;
  padding: 2rem 0 2.65rem;
  background-color: #f6f7f8;
}
.pro-info .box3 .box3-swiper {
  margin-top: 1rem;
}
.pro-info .box3 .box3-swiper .swiper-button-prev,
.pro-info .box3 .box3-swiper .swiper-button-next {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0.75rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  color: #333333;
  transition: all 0.4s;
}
.pro-info .box3 .box3-swiper .swiper-button-prev::after,
.pro-info .box3 .box3-swiper .swiper-button-next::after {
  font-size: 0.5rem;
}
.pro-info .box3 .box3-swiper .swiper-button-prev:hover,
.pro-info .box3 .box3-swiper .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.pro-info .box3 .box3-swiper .swiper-button-prev {
  right: 1.5rem;
}
.pro-info .box3 .box3-swiper .swiper-pagination {
  width: -moz-max-content;
  width: max-content;
  left: 0;
  bottom: 0.45rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #474342;
}
.pro-info .box3 .box3-swiper .swiper-pagination .swiper-pagination-current {
  color: var(--vi);
  font-weight: bold;
}
.pro-info .box3 .box3-swiper .box3-scrollbar {
  margin-top: 4.45rem;
  position: relative;
  left: 0;
  width: 100%;
  height: 2px;
  background: #474342;
}
.pro-info .box3 .box3-swiper .box3-scrollbar .swiper-scrollbar-drag {
  background-color: var(--vi);
}
.pro-info .box3 .box3-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
}
.pro-info .box3 .box3-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.pro-info .box3 .box3-swiper .swiper-slide .pic {
  width: 100%;
  aspect-ratio: 514/342;
  border-radius: 0.5rem;
  overflow: hidden;
}
.pro-info .box3 .box3-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-info .box3 .box3-swiper .swiper-slide .h {
  margin-top: 1rem;
  color: #424a48;
  text-align: center;
  line-height: 1.1;
}
.pro-info .box4 {
  margin-top: 3.5rem;
}
.pro-info .box4 .top-con {
  margin: 0 auto 3.75rem;
  width: 73.5%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  overflow: hidden;
}
.pro-info .box4 .top-con .intro {
  width: calc(100% - 6.35rem);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.8rem;
  color: #333333;
  line-height: 1.5;
}
.pro-info .box4 .top-con .down {
  width: 6.35rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--vi);
  padding-top: 0.25rem;
}
.pro-info .box4 .top-con .down .icon {
  width: 1rem;
  height: 1rem;
  text-align: center;
}
.pro-info .box4 .top-con .down .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-info .box4 .top-con .down .line {
  margin-top: 0.45rem;
  width: 2.4rem;
  height: 1px;
  background-color: #eff1f6;
}
.pro-info .box4 .top-con .down .h {
  margin-top: 0.35rem;
  color: #fff;
}

.competitive .box1 {
  padding: 2.5rem 0 3.75rem;
}
.competitive .box1 .li-box {
  margin-top: 1.5rem;
}
.competitive .box1 .li-box .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.competitive .box1 .li-box .li:last-child {
  margin-bottom: 0;
}
.competitive .box1 .li-box .li:nth-child(even) {
  flex-direction: row-reverse;
}
.competitive .box1 .li-box .li .pic {
  width: 55.55%;
  border-radius: 0.25rem;
  overflow: hidden;
}
.competitive .box1 .li-box .li .pic img {
  width: 100%;
}
.competitive .box1 .li-box .li .intro {
  width: calc(44.45% - 1.75rem);
  position: relative;
  z-index: 1;
}
.competitive .box1 .li-box .li .intro .num {
  position: absolute;
  top: -3rem;
  left: 0;
  font-size: 4rem;
  color: rgba(0, 104, 183, 0.05);
  line-height: 1.3;
  font-weight: bold;
  z-index: -1;
}
.competitive .box1 .li-box .li .intro .h {
  color: var(--vi);
  line-height: 1.5;
}
.competitive .box1 .li-box .li .intro .cont {
  margin-top: 1.25rem;
  color: #333333;
  line-height: 1.5;
  opacity: 0.7;
}
.competitive .box1 .li-box .li .intro .cont p {
  position: relative;
  padding-left: 0.45rem;
  margin-bottom: 0.75rem;
}
.competitive .box1 .li-box .li .intro .cont p:last-child {
  margin-bottom: 0;
}
.competitive .box1 .li-box .li .intro .cont p::after {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0;
  width: 2px;
  height: 0.35rem;
  background-color: var(--vi);
}
.competitive .box2 {
  padding: 2.5rem 0 2rem;
  background-color: #f6f7f8;
}
.competitive .box2 .top-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.competitive .box2 .top-intro .txt {
  width: 43%;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
}
.competitive .box2 .box2-top-swiper {
  margin-top: 1.6rem;
  width: 100%;
}
.competitive .box2 .box2-top-swiper .swiper-slide {
  width: 61%;
  width: 38.5%;
  aspect-ratio: 990/420;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-right: 1.5rem;
}
.competitive .box2 .box2-top-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.competitive .box2 .box2-top-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.competitive .box2 .box2-btm-swiper {
  margin-top: 1.25rem;
}
.competitive .box2 .box2-btm-swiper .swiper-slide {
  width: 38.5%;
  margin-right: 1.75rem;
}
.competitive .box2 .box2-btm-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.competitive .box2 .box2-btm-swiper .swiper-slide .num {
  color: rgba(51, 51, 51, 0.2);
  line-height: 1.5;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  transition: all 0.4s;
}
.competitive .box2 .box2-btm-swiper .swiper-slide .num::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 58.5%;
  height: 2px;
  background: linear-gradient(to right, #0b5dac, #108ee4);
  transform: scaleX(0);
  transition: all 0.4s;
}
.competitive .box2 .box2-btm-swiper .swiper-slide .sub {
  margin-top: 0.75rem;
  color: #333;
  line-height: 1.3;
  transition: all 0.4s;
}
.competitive .box2 .box2-btm-swiper .swiper-slide .cont {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 1.5;
  opacity: 0.5;
  transition: all 0.4s;
}
.competitive .box2 .box2-btm-swiper .swiper-slide .cont p {
  position: relative;
  padding-left: 0.6rem;
  margin-bottom: 0.6rem;
}
.competitive .box2 .box2-btm-swiper .swiper-slide .cont p:last-child {
  margin-bottom: 0;
}
.competitive .box2 .box2-btm-swiper .swiper-slide .cont p::after {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #666666;
  transition: all 0.4s;
}
.competitive .box2 .box2-btm-swiper .active .num {
  color: var(--vi);
}
.competitive .box2 .box2-btm-swiper .active .num::after {
  transform: scaleX(1);
}
.competitive .box2 .box2-btm-swiper .active .sub {
  color: var(--vi);
}
.competitive .box2 .box2-btm-swiper .active .cont {
  opacity: 1;
}
.competitive .box2 .box2-btm-swiper .active .cont p::after {
  background-color: var(--vi);
}
.competitive .box3 {
  margin-top: 2.3rem;
  position: relative;
}
.competitive .box3 img {
  width: 100%;
}
.competitive .box3 .tit {
  position: absolute;
  top: 2.05rem;
  left: 50%;
  transform: translateX(-50%);
}
.competitive .box3 .pos-cont {
  position: absolute;
  top: 0.45rem;
  right: 100%;
  width: 11.05rem;
  border-radius: 0.25rem;
  padding: 0.65rem 0.75rem;
  background-color: rgba(188, 188, 188, 0.2);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-1rem);
  transition: all 0.4s ease-in-out;
}
.competitive .box3 .pos-cont .name {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--vi);
  line-height: 1.5;
}
.competitive .box3 .pos-cont .name span {
  width: 0.45rem;
}
.competitive .box3 .pos-cont .cont {
  margin-top: 0.3rem;
  color: #333333;
  line-height: 1.4;
  text-align: left;
}
.competitive .box3 .base {
  position: absolute;
  top: 41.7%;
  left: 74.38%;
  width: 0.75rem;
}
.competitive .box3 .base img {
  width: 100%;
}
.competitive .box3 .base:hover {
  z-index: 3;
}
.competitive .box3 .base:hover .pos-cont {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.competitive .box3 .point {
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 0.4rem;
  background-color: var(--vi);
  z-index: 1;
}
.competitive .box3 .point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  z-index: -1;
  animation: scale2 5s infinite linear;
}
.competitive .box3 .point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  z-index: -1;
  animation: scale2 5s 2.5s infinite linear;
}
.competitive .box3 .point:hover {
  z-index: 3;
}
.competitive .box3 .point:hover .pos-cont {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.competitive .box4 {
  margin-top: 3.75rem;
}
.competitive .box4 .top-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.competitive .box4 .top-intro .tab {
  display: flex;
  gap: 0.75rem;
}
.competitive .box4 .top-intro .tab span {
  width: 4.65rem;
  height: 1.15rem;
  box-shadow: 0 0 0 1px #333;
  text-align: center;
  line-height: 1.15rem;
  color: #333333;
  cursor: pointer;
  transition: all 0.4s;
}
.competitive .box4 .top-intro .tab span:hover, .competitive .box4 .top-intro .tab span.active {
  background-color: var(--vi);
  color: #fff;
  box-shadow: none;
}
.competitive .box4 .box {
  margin-top: 2.65rem;
}
.competitive .box4 .box .item {
  display: none;
}
.competitive .box4 .box .item.show {
  display: block;
}
.competitive .box4 .box4-swiper .box4-pagination {
  position: relative;
  margin-top: 1.9rem;
  bottom: 0;
  width: 74%;
  height: 1px;
  background-color: #d9d9d9;
}
.competitive .box4 .box4-swiper .box4-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  background: var(--vi);
  top: auto;
  bottom: 0;
}
.competitive .box4 .box4-swiper .swiper-button-prev,
.competitive .box4 .box4-swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  width: 1rem;
  height: 1rem;
  background-color: #f6f7f8;
  color: #333;
  transition: all 0.4s;
}
.competitive .box4 .box4-swiper .swiper-button-prev::after,
.competitive .box4 .box4-swiper .swiper-button-next::after {
  font-size: 0.4rem;
}
.competitive .box4 .box4-swiper .swiper-button-prev:hover,
.competitive .box4 .box4-swiper .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.competitive .box4 .box4-swiper .swiper-button-prev {
  right: 2rem;
}
.competitive .box4 .box4-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
  border-radius: 0.7rem;
  box-shadow: 0 0 0 1px #e0e0e0 inset;
}
.competitive .box4 .box4-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.competitive .box4 .box4-swiper .swiper-slide .pic {
  width: 100%;
  height: 9.5rem;
  background-color: #f7f8fa;
  border-radius: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.competitive .box4 .box4-swiper .swiper-slide .pic img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.competitive .box4 .box4-swiper .swiper-slide .h {
  width: 100%;
  height: 2.6rem;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.competitive .box5 {
  margin-top: 3.75rem;
  padding-bottom: 3.75rem;
  overflow: hidden;
}
.competitive .box5 .pic {
  margin-top: 1.5rem;
  width: 100%;
}
.competitive .box5 .pic img {
  width: 100%;
}
.competitive .box5 .box5-swiper {
  margin-top: -3.9rem;
  overflow: initial;
}
.competitive .box5 .box5-swiper .box4-pagination {
  position: relative;
  margin-top: 1.9rem;
  bottom: 0;
  width: 74%;
  height: 1px;
  background-color: #d9d9d9;
}
.competitive .box5 .box5-swiper .box4-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  background: var(--vi);
  top: auto;
  bottom: 0;
}
.competitive .box5 .box5-swiper .swiper-button-prev,
.competitive .box5 .box5-swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  width: 1rem;
  height: 1rem;
  background-color: #f6f7f8;
  color: #333;
  transition: all 0.4s;
}
.competitive .box5 .box5-swiper .swiper-button-prev::after,
.competitive .box5 .box5-swiper .swiper-button-next::after {
  font-size: 0.4rem;
}
.competitive .box5 .box5-swiper .swiper-button-prev:hover,
.competitive .box5 .box5-swiper .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.competitive .box5 .box5-swiper .swiper-button-prev {
  right: 2rem;
}
.competitive .box5 .box5-swiper .swiper-slide {
  width: 30%;
  height: 11.55rem;
  background-color: #f6f7f8;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-right: 3%;
}
.competitive .box5 .box5-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.competitive .box5 .box5-swiper .swiper-slide .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.competitive .box5 .box5-swiper .swiper-slide .icon img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.competitive .box5 .box5-swiper .swiper-slide .h {
  margin-top: 0.6rem;
  line-height: 1.5;
  color: var(--vi);
  padding-bottom: 0.5rem;
  position: relative;
}
.competitive .box5 .box5-swiper .swiper-slide .h::after {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: 0;
  width: calc(100% + 2rem);
  height: 1px;
  background-color: #eeeeee;
}
.competitive .box5 .box5-swiper .swiper-slide .cont {
  margin-top: 0.75rem;
  color: #333333;
  line-height: 1.5;
}
.competitive .box5 .box5-swiper .swiper-slide .cont p {
  position: relative;
  padding-left: 0.4rem;
  margin-bottom: 0.4rem;
}
.competitive .box5 .box5-swiper .swiper-slide .cont p:last-child {
  margin-bottom: 0;
}
.competitive .box5 .box5-swiper .swiper-slide .cont p::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1px;
  height: 0.4rem;
  background-color: var(--vi);
  transition: all 0.4s;
}

.solution {
  padding: 0.75rem 0 3.75rem;
}
.solution .search {
  width: 64.5%;
  height: 1.4rem;
  border-radius: 0.75rem;
  margin: 0 auto;
  padding-left: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f6f7f8;
}
.solution .search button {
  width: 15px;
  margin-right: 8px;
  background: none;
}
.solution .search .ipt {
  width: calc(100% - 23px - 5.15rem);
  height: 100%;
  background: none;
}
.solution .search .btn {
  width: 5.15rem;
  height: 100%;
  text-align: center;
  line-height: 1.4rem;
  color: #fff;
  background-color: var(--vi);
  border-radius: 0.75rem;
}
.solution .li-box {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 1.05rem;
}
.solution .li-box .li {
  display: flex;
  align-items: center;
  width: calc((100% - 1.05rem) / 2);
  height: 6.65rem;
  background-color: #f9f9f9;
  border-radius: 0.2rem;
  padding: 0.7rem 0.9rem;
  transition: all 0.4s;
}
.solution .li-box .li .pic {
  width: 7.95rem;
  aspect-ratio: 318/209;
  border-radius: 0.2rem;
  overflow: hidden;
}
.solution .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.solution .li-box .li .intro {
  width: calc(100% - 7.95rem);
  padding-left: 1.1rem;
}
.solution .li-box .li .intro .h {
  color: #333333;
  line-height: 2;
  transition: all 0.4s;
}
.solution .li-box .li .intro .txt {
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.7;
  max-height: 3.4em;
  overflow: hidden;
}
.solution .li-box .li .intro .more {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #808181;
  transition: all 0.4s;
  border-bottom: 1px solid #808080;
  width: fit-content;
}
.solution .li-box .li .intro .more svg {
  fill: #808181;
}
.solution .li-box .li:hover {
  box-shadow: 0 0.1rem 0.75rem rgba(0, 104, 183, 0.2);
}
.solution .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.solution .li-box .li:hover .intro .h {
  color: var(--vi);
}
.solution .li-box .li:hover .intro .more {
  color: var(--vi);
  border-bottom: 1px solid var(--vi);
}
.solution .li-box .li:hover .intro .more svg {
  fill: var(--vi);
}

.sol-info {
  padding: 4.3rem 0 0;
}
.sol-info .box1 {
  margin-top: 1.5rem;
}
.sol-info .box1 .wrap {
  display: flex;
  justify-content: space-between;
}
.sol-info .box1 .intro {
  width: 52.5%;
  padding-top: 1rem;
}
.sol-info .box1 .intro .txt {
  margin-top: 1rem;
  color: #333333;
  line-height: 2.2;
}
.sol-info .box1 .pic {
  width: calc(47.5% - 2rem);
  border-radius: .5rem;
  overflow: hidden;
}
.sol-info .box1 .pic img {
  width: 100%;
}
.sol-info .box2 {
  margin-top: 3.75rem;
}
.sol-info .box2 .li-box {
  margin-top: 2.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.sol-info .box2 .li-box .li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.9rem;
  position: relative;
  width: calc((100% - 2rem) / 3);
  height: 6.65rem;
  border-radius: 0.25rem;
  background-color: #f6f7f8;
  transition: all 0.4s;
}
.sol-info .box2 .li-box .li .icon {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--vi);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sol-info .box2 .li-box .li .icon img {
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sol-info .box2 .li-box .li .txt {
  color: #333333;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
}
.sol-info .box2 .li-box .li:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.sol-info .box3 {
  margin-top: 3.75rem;
}
.sol-info .box3 .container {
  margin-top: 1.75rem;
  background-color: #f5f7fa;
  padding: 2.1rem 1.3rem 2rem 1.75rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: space-between;
}
.sol-info .box3 .container .pic-box {
  position: relative;
  width: 50%;
  aspect-ratio: 750/555;
  border-radius: 0.4rem;
  overflow: hidden;
}
.sol-info .box3 .container .pic-box .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.sol-info .box3 .container .pic-box .pic.show {
  opacity: 1;
  z-index: 5;
}
.sol-info .box3 .container .pic-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sol-info .box3 .container .li-box {
  width: 50%;
  padding-left: 1.35rem;
}
.sol-info .box3 .container .li-box .li {
  width: 100%;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.sol-info .box3 .container .li-box .li:last-child {
  margin-bottom: 0;
}
.sol-info .box3 .container .li-box .li .top-bots {
  padding: 0.5rem 1rem;
  position: relative;
  cursor: pointer;
}
.sol-info .box3 .container .li-box .li .top-bots .h {
  color: #424a48;
  line-height: 1.3;
  padding-right: 2rem;
  transition: all 0.4s;
}
.sol-info .box3 .container .li-box .li .top-bots .arr {
  position: absolute;
  right: 1rem;
  top: 0.65rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 0.8rem;
  transition: all 0.4s;
}
.sol-info .box3 .container .li-box .li .btn-bots {
  padding: 0 1rem 0.8rem;
  color: #424a48;
  line-height: 1.6;
  display: none;
}
.sol-info .box3 .container .li-box .li.active .top-bots .h {
  color: var(--vi);
}
.sol-info .box3 .container .li-box .li.active .top-bots .arr {
  background-color: var(--vi);
  color: #fff;
  transform: rotate(180deg);
}
.sol-info .box4 {
  margin-top: 3.75rem;
}
.sol-info .box4 .box4-swiper {
  margin-top: 1.75rem;
}
.sol-info .box4 .box4-swiper .swiper-slide {
  width: 70%;
  aspect-ratio: 113/55;
  margin: 0 0.55rem;
}
.sol-info .box4 .box4-swiper .swiper-slide .pic {
  width: 100%;
  height: calc(100% - 0.55rem);
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.sol-info .box4 .box4-swiper .swiper-slide .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44.5%;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, rgba(14, 55, 111, 0) 5.92%, #0e376f 85.31%);
  opacity: 0;
  transition: all 0.4s;
}
.sol-info .box4 .box4-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sol-info .box4 .box4-swiper .swiper-slide .pos-cont {
  position: absolute;
  bottom: 0.9rem;
  left: 0;
  width: 100%;
  padding: 0 1.9rem;
  color: #fff;
  z-index: 3;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.5s 0.3s ease-in-out;
}
.sol-info .box4 .box4-swiper .swiper-slide .pos-cont .h {
  line-height: 1.2;
}
.sol-info .box4 .box4-swiper .swiper-slide .pos-cont .txt {
  margin-top: 0.5rem;
  line-height: 1.5;
}
.sol-info .box4 .box4-swiper .swiper-slide-active .pic {
  height: 100%;
}
.sol-info .box4 .box4-swiper .swiper-slide-active .pic::after {
  opacity: 1;
}
.sol-info .box4 .box4-swiper .swiper-slide-active .pos-cont {
  opacity: 1;
  transform: translateY(0);
}
.sol-info .box5 {
  margin-top: 3.75rem;
  padding: 2rem 0 2.65rem;
  background-color: #f6f7f8;
}
.sol-info .box5 .box5-swiper {
  margin-top: 1.05rem;
}
.sol-info .box5 .box5-swiper .swiper-scrollbar {
  position: relative;
  margin-top: 4.45rem;
  width: 100%;
  height: 2px;
  left: 0;
  background: rgba(71, 67, 66, 0.14);
}
.sol-info .box5 .box5-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--vi);
}
.sol-info .box5 .box5-swiper .swiper-button-prev,
.sol-info .box5 .box5-swiper .swiper-button-next {
  top: auto;
  margin: 0;
  bottom: 0.75rem;
  right: 0;
  left: auto;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  color: #333;
  transition: all 0.4s;
}
.sol-info .box5 .box5-swiper .swiper-button-prev::after,
.sol-info .box5 .box5-swiper .swiper-button-next::after {
  font-size: 0.5rem;
}
.sol-info .box5 .box5-swiper .swiper-button-prev:hover,
.sol-info .box5 .box5-swiper .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
}
.sol-info .box5 .box5-swiper .swiper-button-prev {
  right: 1.5rem;
}
.sol-info .box5 .box5-swiper .swiper-pagination {
  bottom: 0.45rem;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #474342;
  padding: 0 0.3rem;
}
.sol-info .box5 .box5-swiper .swiper-pagination .swiper-pagination-current {
  font-weight: bold;
  color: var(--vi);
}
.sol-info .box5 .box5-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
}
.sol-info .box5 .box5-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.sol-info .box5 .box5-swiper .swiper-slide .pic {
  width: 100%;
  aspect-ratio: 514/342;
  border-radius: 0.5rem;
  overflow: hidden;
}
.sol-info .box5 .box5-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.sol-info .box5 .box5-swiper .swiper-slide .h {
  margin-top: 1rem;
  color: #424a48;
  text-align: center;
}
.sol-info .box5 .box5-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}
.sol-info .box6 {
  margin-top: 3.6rem;
}

.info-share {
  position: absolute;
  /*top: 50%;*/
  /*left: 3.75rem;*/
  top: 2rem;
  left: 0;
}
.info-share .h {
  margin-bottom: 0.8rem;
  color: rgba(51, 51, 51, 0.4);
  line-height: 1.35;
}/*# sourceMappingURL=style.css.map */