* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 使用父元素的文本颜色 */
}
li {
  list-style: none;
}
html,
body {
  background: #ffffff;
  cursor: default;
}
.versionHeart {
  position: relative;
  width: 76rem;
  height: 100%;
  margin: 0 auto;
  z-index: 999;
}
.header {
  width: 100%;
  height: 4.875rem;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 50%;
  background: transparent;
  transform: translate(-50%);
  z-index: 1000;
}
.header .layout1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .layout1 .left1 {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .layout1 .left1 .logo {
  width: 15.25rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .layout1 .left1 .logo img {
  width: 100%;
}
.header .layout1 .right1 {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 100%;
}
.header .layout1 .right1 a {
  display: inline-block;
  min-width: 5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #ffffff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.header .layout1 .right1 .current {
  font-size: 1.25rem;
  font-weight: 700;
  color: #67c2fc;
}
#banner {
  position: relative;
  width: 100%;
  height: 43.75rem;
  margin: 0 auto;
  overflow: hidden;
}
#banner .banner-swiper .bgImg {
  width: 120rem;
  height: 43.75rem;
  image-rendering: pixelated;
}
#banner .downloadImg {
  position: absolute;
  top: 33rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  width: 22rem;
  height: 8rem;
  background-image: url('../static/images/download-button.png');
  background-size: 100% 100%;
  z-index: 999;
}
#banner .downloadImg:hover {
  background-image: url('../static/images/button1_on.png') !important;
}
.section {
  width: 100%;
  height: 60rem;
  margin: 0 auto;
  overflow: hidden;
}
#productInfo {
  width: 100%;
  height: 51rem;
  background: url("../static/images/bg1.jpg");
  background-size: 100% 100%;
  padding: 5rem 0;
}
#productInfo .title-zh {
  font-size: 3rem;
  font-weight: 700;
  color: #222222;
  text-align: center;
}
#productInfo .title-en {
  padding-top: 1.5rem;
  font-size: 1rem;
  color: #777777;
  text-align: center;
}
#productInfo .content1 {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#productInfo .content1 .p_plist {
  width: 37rem;
  height: 9rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
  padding: 1.125rem 1rem;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
#productInfo .content1 .p_plist:hover .info {
  color: #3959b5;
}
#productInfo .content1 .p_plist:hover .info .title2 {
  color: #3959b5;
}
#productInfo .content1 .p_plist img {
  margin-right: 1rem;
  width: 6rem;
  height: 6rem;
}
#productInfo .content1 .p_plist .info {
  color: #666666;
  line-height: 1.75rem;
  font-size: 1rem;
}
#productInfo .content1 .p_plist .info .title2 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 0;
  color: #333333;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#productInfo .content1 .p_plist_last {
  width: 84rem;
}
#solution {
  padding: 5rem 0;
  background-color: #ffffff;
}
#solution .title-zh {
  font-size: 3rem;
  font-weight: 700;
  color: #222222;
  text-align: center;
}
#solution .title-en {
  padding-top: 1.5rem;
  font-size: 1rem;
  color: #777777;
  text-align: center;
}
#solution .content3 {
  width: 100%;
  height: 36.375rem;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#solution .content3 .digit {
  width: 24rem;
  height: 100%;
  padding: 3rem 2rem;
  border-right: 0.0625rem solid #e4e4e4;
  transition: all 0.8s;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
}
#solution .content3 .digit .title {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
}
#solution .content3 .digit .info {
  font-size: 1rem;
  color: #ffffff;
  line-height: 2;
}
#solution .content3 .digit:hover {
  background-image: url("../static/images/fa_bg1.jpg") !important;
}
#solution .content3 .digit:hover .title {
  color: #3959b5;
}
#solution .content3 .digit:hover .info {
  color: #4b5f98;
}
#solution .content3 .bgImg_1 {
  background-image: url("../static/images/img1.jpg");
  background-size: 100% 100%;
  image-rendering: pixelated;
}
#solution .content3 .bgImg_2 {
  background-image: url("../static/images/img2.jpg");
  background-size: 100% 100%;
  image-rendering: pixelated;
}
#solution .content3 .bgImg_3 {
  background-image: url("../static/images/img3.jpg");
  background-size: 100% 100%;
  image-rendering: pixelated;
}
#productAdvantages {
  padding: 5rem  0;
  height: 53rem;
  background: url("../static/images/bg2.jpg");
  background-size: 100% 100%;
  color: #ffffff;
}
#productAdvantages .title-zh {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
#productAdvantages .title-en {
  padding-top: 1.5rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
}
#productAdvantages .title-info {
  padding-top: 6rem;
  font-size: 1rem;
  line-height: 2rem;
  color: #ecf4ff;
}
#productAdvantages .content {
  margin-top: 1.5rem;
  width: 100%;
  display: flex;
}
#productAdvantages .content .content-item {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0rem;
  color: #e2e2e2;
  background-color: #393E44;
}
#productAdvantages .content .content-item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #68b3ff;
  background: #343B45;
}
#productAdvantages .content .content-item .info {
  width: 38rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  border-bottom: solid 0.15rem #30343a;
  border-right: solid 0.15rem #30343a;
}
#productAdvantages .content .content-item .info .icon-img {
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 1rem;
}
#productAdvantages .content .content-item .info .icon-img-2 {
  height: 2.5rem;
}
#productAdvantages .content .content-item .info .text-red {
  color: #ea3131;
}
#productAdvantages .content .content-item .info .text-decoration-down {
  text-decoration: underline;
}
#productAdvantages .content .content-item .info .text-decoration {
  text-decoration: line-through;
}
#productAdvantages .bottom-title {
  padding-top: 2rem;
}
#productAdvantages .bottom-title .last-info {
  padding-top: 0.5rem;
}
#productAdvantages .footer-bg {
  position: relative;
}
#productAdvantages .footer-bg .bg-img {
  width: 120rem;
  height: 13rem;
}
#productAdvantages .footer-bg .btn-img {
  position: absolute;
  top: 6rem;
  left: 30rem;
  width: 17rem;
  height: 5rem;
}
#companyOverview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
  background-image: url("../static/images/bg3.jpg");
  background-size: 100% 100%;
}
#companyOverview .versionHeart-1 {
  width: 76rem;
  margin: 0 auto;
  z-index: 999;
}
#companyOverview .title-zh {
  font-size: 3rem;
  font-weight: 700;
  color: #222222;
  text-align: center;
}
#companyOverview .title-en {
  padding-top: 1.5rem;
  font-size: 1rem;
  color: #777777;
  text-align: center;
}
#companyOverview .content4 {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#companyOverview .content4 .p_plist_1 {
  width: 37rem;
  height: 12rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
  padding: 1.125rem 1.375rem;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
#companyOverview .content4 .p_plist_1:hover .info {
  color: #3959b5 !important;
}
#companyOverview .content4 .p_plist_1:hover .info .title2 {
  color: #3959b5 !important;
}
#companyOverview .content4 .p_plist_1 img {
  margin-right: 1rem;
  width: 9rem;
  height: 9rem;
}
#companyOverview .content4 .p_plist_1 .info {
  color: #666666;
  line-height: 1.75rem;
  font-size: 1rem;
}
#companyOverview .content4 .p_plist_1 .info .title2 {
  height: 2rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 0;
  color: #333333;
  font-weight: 700;
  margin-bottom: 1rem;
}
#companyOverview .bottom-box {
  position: relative;
  width: 86.125rem;
}
#companyOverview .bottom-box .swiper {
  width: 75.125rem;
  height: 8rem;
}
#companyOverview .bottom-box .swiper .swiper-slide {
  padding: 2rem;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem !important;
  height: 8rem;
  background-image: linear-gradient(-45deg, #f5f6fc 0%, #dfe3f4 90%), linear-gradient(#1d1f23, #1d1f23);
  background-blend-mode: normal,
  normal;
  border: solid 0rem #ffffff;
}
#companyOverview .bottom-box .swiper .swiper-slide img {
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
}
#companyOverview .bottom-box .swiper .swiper-slide .right {
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
}
#companyOverview .bottom-box .swiper .swiper-slide .right .qq {
  padding-top: 0.75rem;
}
#companyOverview .bottom-box .swiper .swiper-slide .right .qq,
#companyOverview .bottom-box .swiper .swiper-slide .right .phone {
  font-weight: normal;
  color: #333333;
}
#companyOverview .bottom-box .kf-left {
  margin-right: 1rem;
}
#companyOverview .bottom-box .kf-right {
  margin-left: 1rem;
}
#companyOverview .bottom-box .kf-left,
#companyOverview .bottom-box .kf-right {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
#companyOverview .bottom-box .kf-left,
#companyOverview .bottom-box .kf-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes hidePreloader {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}
.footer {
  width: 100%;
  height: 7rem;
  margin: 0 auto;
  background: #1d1f23;
  color: #fffefc;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
}
.footer .footercenter {
  width: 53.125rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footercenter .footer-logo {
  width: 16rem;
  height: 3rem;
  image-rendering: pixelated;
}
.footer .footercenter .divider {
  height: 2rem;
  border-left: 0.0625rem solid #363940;
  border-right: 0.0625rem solid #363940;
}
.footer .footercenter .illustrate {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.kf {
  width: 13rem;
  height: 21.7rem;
  cursor: pointer;
  z-index:9999;
}
.fl-left {
  position: fixed;
  left: 0;
  top: 50%;
}
.fl-right {
  position: fixed;
  right: 0;
  top: 50%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
}
.swiper-pagination {
  width: 120rem;
}
.my-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0.5rem;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  opacity: 2;
  cursor: pointer;
}
.my-bullet-active {
  background: #2450B6;
  opacity: 1;
}
/*# sourceMappingURL=index.css.map */

#companyOverview .bottom-box {
  position: relative;
  width: 86.125rem;
}
#companyOverview .bottom-box .swiper {
  width: 76rem;
  height: 17.06rem;
}
#companyOverview .bottom-box .swiper .swiper-slide {
  padding: 2.19rem 3.06rem;
  margin: 0 0.94rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 17.38rem !important;
  height: 17.06rem;
  background: linear-gradient(-45deg, #f5f6fc 7%, #dfe3f4 90%), #1d1f23;
  border: 0.06rem solid #ffffff;
  font-size: 1.13rem;
  font-weight: bold;
  color: #000000;
}
#companyOverview .bottom-box .swiper .swiper-slide img {
  margin-bottom: 0.94rem;
  width: 11.25rem;
  height: 11.25rem;
}
#companyOverview .bottom-box .swiper .swiper-slide:first-child {
  margin-left: 0;
}
#companyOverview .bottom-box .kf-left {
  margin-right: 1rem;
}
#companyOverview .bottom-box .kf-right {
  margin-left: 1rem;
}
#companyOverview .bottom-box .kf-left,
#companyOverview .bottom-box .kf-right {
  width: 3.13rem;
  height: 2.75rem;
  cursor: pointer;
}
#companyOverview .bottom-box .kf-left,
#companyOverview .bottom-box .kf-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
