<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-banner-box {
  position: relative;
  width: 100%;
  min-width: 1200px;
}

.header-swiper-container {
  height: 382px;
  width: 100%;
  overflow: hidden;
}


/* .swiper-wrapper {
  width: 1920px !important;
} */

.swiper-one, .swiper-two {
  max-width: 100%;
  min-width: 1200px;
  width: 100%;
  height: 100%;
  background: url(https://s2.wangxiaobao.com/www/index/index-top-bg1.png)
    no-repeat center center;
  background-size: cover;
}
.swiper-two {
  background-image: url(https://s2.wangxiaobao.com/www/index/index-top-bg2.png);
}

.swiper-text {
  position: absolute;
  top: 160px;
  left: 12px;
}
.swiper-text h1 {
  color: #2b3351;
  font-size: 52px;
  font-weight: 600;
  text-align: left;
}

.swiper-text p {
  margin-top: 12px;
  color: rgba(43, 51, 81, 0.5);
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

.swiper-content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 1200px;
  height: 100%;
}

.swiper-content .banner-heart {
  position: absolute;
  right: 165px;
  bottom: 280px;
  animation: bannermove 4s infinite;
}

.swiper-content .banner-ban {
  position: absolute;
  right: 280px;
  bottom: 160px;
  animation: bannermove1 4s infinite;
}
.swiper-pagination-bullet {
  width: 32px !important;
  height: 4px !important;
  border-radius: 4px !important;
  background: #3e5cf833 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active{
  background: #3E5CF8 !important;
}

@keyframes bannermove {
  0% {
    bottom: 280px;
  }
  50% {
    bottom: 260px;
  }
  75% {
    bottom: 260px;
  }
  100% {
    bottom: 280px;
  }
}

@keyframes bannermove1 {
  0% {
    right: 280px;
    bottom: 160px;
  }
  50% {
    right: 235px;
    bottom: 140px;
  }
  100% {
    right: 280px;
    bottom: 160px;
  }
}

/* 数据数字 */
.index-data-num {
  margin: 0 auto;
  width: 1200px;
  height: 185px;
}

.index-data-num .data-num-item {
  width: 285px;
  height: 185px;
}
.index-data-num .data-num-item img {
  width: 60px;
  height: 60px;
  margin-right: 14px;
}

.data-num-item div .data-num {
  font-size: 36px;
  line-height: 36px;
  color: #2b3351;
}
.data-num-item div .data-num-desc {
  color: rgba(0, 0, 0, 0.48);
}

.data-num-item div .num-more {
  width: 14px;
  height: 14px;
  margin-bottom: 22px;
  margin-left: 6px;
}
.index-item-title {
  height: 189.5px;
}

.index-plans {
  position: relative;
  width: 1200px;
  height: 596px;
  background: url(https://s2.wangxiaobao.com/www/index/zhengti-line.png);
  background-size: 100%;
}

.index-plans .index-plans-bottom {
  position: absolute;
  width: 850px;
  height: 105px;
  bottom: 0px;
  background: url(https://s2.wangxiaobao.com/www/index/zhengti-bottom.png);
  background-size: 100%;
}

.index-plans .plans-button {
  width: 128px;
  height: 44px !important;
  line-height: 40px !important;
  box-sizing: border-box;
  margin-top: 18px;
  z-index: 1;
  border-width: 2px !important;
}
.plans-img-icon {
  position: absolute;
}
.plans-img-icon img {
  width: 112px;
  height: 112px;
}

.plans-img-icon1 {
  top: 201.5px;
  left: 200px;
}
.plans-img-icon2 {
  top: 3.5px;
  right: 548px;
}
.plans-img-icon3 {
  top: 201.5px;
  right: 200px;
}

.index-plans-img {
  margin-top: 120px;
  width: 284px;
  height: 274px;
  background: url(https://s2.wangxiaobao.com/www/index/zhengti.png);
  background-size: 100%;
  animation: plansAnimate 2.2s infinite alternate;
}

@keyframes plansAnimate {
  25% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* 明星产品 */

.profuct-list {
  width: 1224px;
  padding-bottom: 16px;
}
.product-item {
  position: relative;
  overflow: hidden;
  width: 384px;
  height: 212px;
  margin: 0 12px 24px;
  border-radius: 8px;
}
.product-item div,
img,
p {
  transition: all ease-out 0.5s;
}
.product-item .bg-normal {
  position: absolute;
  width: 384px;
  height: 212px;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: linear-gradient(-45deg, #f2f7ff, #f7faff);
  opacity: 1;
}

.product-item:hover .bg-normal {
  opacity: 0;
}

.product-item .bg-active {
  position: absolute;
  width: 384px;
  top: 0;
  left: 0;
  height: 212px;
  border-radius: 8px;
  background: linear-gradient(-45deg, #3e5cf8, #8094ff);
  opacity: 0;
}
.product-item:hover .bg-active {
  opacity: 1;
}

.product-item .product-title {
  position: absolute;
  left: 36px;
  top: 80px;
}

.product-item:hover .product-title {
  left: 24px;
  top: 24px;
}

.product-item .product-title .product-name {
  cursor: default;
  font-size: 20px;
  font-weight: 500;
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.8);
}

.product-item:hover .product-title .product-name {
  font-size: 20px;
  font-weight: 500;
  margin-left: 12px;
  color: #fff;
}

.product-item .product-title .product-item-icon {
  width: 52px;
  height: 52px;
  opacity: 1;
}

.product-item:hover .product-title .product-item-icon {
  width: 32px;
  height: 32px;
  opacity: 0;
}

.product-item .product-item-icon-active {
  position: absolute;
  width: 52px;
  height: 52px;
  left: 36px;
  top: 80px;
  opacity: 0;
}

.product-item:hover .product-item-icon-active {
  width: 32px;
  height: 32px;
  left: 24px;
  top: 24px;
  opacity: 1;
}

.product-item .product-item-bg {
  position: absolute;
  width: 178px;
  height: 152px;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.product-item:hover .product-item-bg {
  bottom: -36px;
  opacity: 0.6;
}

.product-item .product-item-desc {
  position: absolute;
  top: 67px;
  left: 68px;
  color: #fff;
  opacity: 0;
}

.product-item .product-item-desc span {
  cursor: default;
}

.product-item:hover .product-item-desc {
  opacity: 1;
}

.product-item .product-item-desc .known-more {
  margin: 32px 0;
  width: 88px !important;
  height: 40px !important;
  line-height: 40px !important;
}
</pre></body></html>