html {
  overflow: auto !important;
}
body {
  position: relative;
  min-width: 1200px !important;
}
#fp-nav ul li a span {
  background: #fff;
}
#fp-nav.black ul li a span {
  background: rgba(255, 255, 255, 0.3);
}
.rel {
  position: relative;
}
.header {
  position: fixed;
  width: 100%;
  height: 70px;
  background: #061b67;
  z-index: 99999;
  min-width: 1200px;
}
.header .logo {
  float: left;
  margin-left: 32px;
  height: 55px;
  padding-top: 17px;
}
.header .logo a {
  display: block;
  width: 160px;
  height: 39px;
  background: url("https://upload.zklatech.com/website/0820/images/logo.png") no-repeat;
  background-size: 100% 100%;
}
.header #menu {
  float: right;
}
.header #menu ul {
  float: left;
  height: 70px;
}
.header #menu ul li {
  position: relative;
  float: left;
  text-align: center;
  height: 100%;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  color: #ffffff;
  line-height: 16px;
  line-height: 70px;
}
.header #menu ul li a {
  padding: 0 36px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: 100%;
  transition: all 0.3s ease;
}
.header #menu ul li.active {
  background: rgba(255, 255, 255, 0.1);
}
.header #menu ul li.active::after {
  content: "";
  display: block;
  height: 3px;
  background: #fe9323;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.header #menu ul li.active a {
  font-weight: 500;
}
.header #menu .login {
  float: left;
  width: 128px;
  height: 70px;
  background: linear-gradient(270deg, #3838d8 0%, #3a49f3 100%), #2435f2;
  border-radius: 0px 0px 0px 0px;
  line-height: 70px;
  text-align: center;
}
.header #menu .login a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.rlayer {
  width: 2px;
  height: 2px;
  position: fixed;
  right: 31px;
  bottom: 126px;
  z-index: 9999;
}
.rlayer #pet {
  transform: scale(0.5, 0.5);
  transform-origin: right bottom;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0px;
  z-index: 9999;
}
.rlayer #rlayer-contact-us {
  box-sizing: border-box;
  width: 420px;
  height: 440px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-top: 36px;
  padding-left: 20px;
  position: absolute;
  right: 30px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9000;
}
.rlayer #rlayer-contact-us .title {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 24px;
  margin-bottom: 34px;
}
.rlayer #rlayer-contact-us .email,
.rlayer #rlayer-contact-us .address,
.rlayer #rlayer-contact-us .phone {
  width: 360px;
  height: 50px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.rlayer #rlayer-contact-us .email img,
.rlayer #rlayer-contact-us .address img,
.rlayer #rlayer-contact-us .phone img {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
.rlayer #rlayer-contact-us .email span,
.rlayer #rlayer-contact-us .address span,
.rlayer #rlayer-contact-us .phone span {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.rlayer #rlayer-contact-us .qr-contact {
  display: flex;
  width: 360px;
  justify-content: flex-start;
}
.rlayer #rlayer-contact-us .qr-contact div {
  width: 160px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rlayer #rlayer-contact-us .qr-contact div img {
  width: 110px;
  height: 110px;
}
.rlayer #rlayer-contact-us .qr-contact div span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  background: #fff;
  border-radius: 0;
  opacity: 0.3;
}
.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.home-container {
  width: 100%;
  height: 100%;
  background: url("https://upload.zklatech.com/website/0820/images/home_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.home-container-page {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}
.home-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 990px;
  height: 157px;
  margin: -78px 0 0 -495px;
  z-index: 22;
  background: url("https://upload.zklatech.com/website/0820/images/banner_text.png") no-repeat;
  background-size: 100% 100%;
}
.service-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.service-tab {
  position: relative;
  width: 585px;
  height: 48px;
  padding: 6px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px 8px 8px 8px;
  margin: 110px auto 0;
  line-height: 48px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #040518;
  z-index: 5;
}
.service-tab .service-tab-item {
  width: 195px;
  float: left;
  height: 48px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 4;
  transition: color 0.3s ease;
}
.service-tab .active {
  font-weight: 500;
  color: #ffffff;
}
.service-tab .service-selected-bg {
  width: 195px;
  position: absolute;
  left: 6px;
  top: 6px;
  height: 48px;
  background: linear-gradient(270deg, #3838d8 0%, #3a49f3 100%), #2435f2;
  border-radius: 8px 8px 8px 8px;
  transition: all 0.3s ease;
  z-index: 3;
}
.tech-ability-box,
.tech-support-box {
  background: url("https://upload.zklatech.com/website/0820/images/tech_bg.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.tech-ability-box .tech-ability-wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.tech-ability-box .tech-ability-wrap .center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  margin-top: 30px;
  z-index: 1;
}
.tech-ability-box .tech-ability-wrap .center-circle .center-circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 80px;
  background: url("https://upload.zklatech.com/website/0820/images/tech-ability_center.png") no-repeat center center;
  background-size: cover;
}
.tech-ability-box .tech-ability-wrap .center-circle::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("https://upload.zklatech.com/website/0820/images/tech-ability_bg.png") no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  animation: rotate 30s linear infinite;
  transform-origin: center center;
  z-index: 3;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list {
  width: 475px;
  height: 247px;
  position: absolute;
  background: url(https://upload.zklatech.com/website/0820/images/dotted.png) no-repeat center center;
  background-size: cover;
  left: 50%;
  top: 140px;
  z-index: 6;
  transform: translate(-50%, 0);
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-item {
  position: absolute;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #040518;
  line-height: 26px;
  text-align: left;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-item a {
  color: #040518;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-item a:hover {
  color: #2435f2;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-item .tooltip {
  background: #fff;
  visibility: hidden;
  position: absolute;
  left: -50%;
  top: -105px;
  width: 320px;
  padding: 16px 12px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  z-index: 333;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04), 0 8px 32px 4px rgba(0, 0, 0, 0.08);
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-item .tooltip:after {
  content: "";
  width: 10px;
  height: 6px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateY(-50%);
  transform: rotate(45deg);
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-item .tooltip .tooltip-content {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #040518;
  line-height: 22px;
  text-align: left;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-1 {
  left: -130px;
  top: 0;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-1 .tooltip {
  left: -92%;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-2 {
  left: -120px;
  top: 87px;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-2 .tooltip {
  left: -92%;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-3 {
  left: -70px;
  top: 163px;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-3 .tooltip {
  left: -92%;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-4 {
  left: 110px;
  top: 247px;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-4 .tooltip {
  left: -116%;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-5 {
  left: 260px;
  top: 247px;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-5 .tooltip {
  left: -90%;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-6 {
  left: 414px;
  top: 164px;
  width: 140px;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-6 .tooltip {
  left: -83%;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-7 {
  left: 464px;
  top: 88px;
  width: 140px;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-7 .tooltip {
  left: -84%;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-8 {
  left: 480px;
  top: 0;
  width: 140px;
}
.tech-ability-box .tech-ability-wrap .tech-ability-wrap-list .tech-ability-8 .tooltip {
  left: -86%;
}
.tech-support-wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.tech-support-wrap .center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  margin-top: 70px;
}
.tech-support-wrap .center-circle .center-circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 110px;
  background: url("https://upload.zklatech.com/website/0820/images/tech_circle_center.png") no-repeat center center;
  background-size: cover;
  z-index: 6;
}
.tech-support-wrap .center-circle::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("https://upload.zklatech.com/website/0820/images/tech_circle_bg.png") no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  animation: rotate 30s linear infinite;
  transform-origin: center center;
  z-index: 3;
}
.tech-support-wrap .tech-support-card {
  width: 470px;
  height: 169px;
  position: absolute;
  background: url("https://upload.zklatech.com/website/0820/images/tech-support-card.png") no-repeat center center;
  background-size: cover;
  z-index: 6;
}
.tech-support-wrap .tech-support-card:hover {
  background: url("https://upload.zklatech.com/website/0820/images/tech-support-card-hover.png") no-repeat center center;
  background-size: cover;
}
.tech-support-wrap .tech-support-card .tech-support-card-box {
  width: 360px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  text-align: left;
}
.tech-support-wrap .tech-support-card .tech-support-card-box p {
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #040518;
  line-height: 24px;
}
.tech-support-wrap .tech-support-card .tech-support-card-box p b {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #040518;
}
.tech-support-wrap .card-one {
  left: -390px;
  top: -50px;
}
.tech-support-wrap .card-two {
  left: -390px;
  top: 200px;
}
.tech-support-wrap .card-three {
  top: -50px;
  left: 220px;
}
.tech-support-wrap .card-four {
  top: 200px;
  left: 220px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.service-content-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url("https://upload.zklatech.com/website/0820/images/service-content_bg.png") no-repeat bottom center;
  background-size: 100% 100%;
}
.service-content-box .service-animate-box {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.service-content-box .service-animate-box .service-content-item {
  width: 224px;
  height: 416px;
  position: absolute;
  background: url(https://upload.zklatech.com/website/0820/images/data-service.png) top center no-repeat;
  background-size: cover;
}
.service-content-box .service-animate-box .service-content-item:hover {
  background: url(https://upload.zklatech.com/website/0820/images/data-service-hover.png) top center no-repeat;
  background-size: cover;
}
.service-content-box .service-animate-box .qingbao-delay {
  animation-delay: 1s;
}
.service-content-box .service-animate-box .yanpan-delay {
  animation-delay: 1.8s;
}
.service-content-box .service-animate-box .zhuizong-delay {
  animation-delay: 2.3s;
}
.service-content-box .service-animate-box .sifa-delay {
  animation-delay: 2.8s;
}
.service-content-box .service-animate-box .service-content-item-box {
  width: 164px;
  text-align: center;
  margin: 50px auto 0;
}
.service-content-box .service-animate-box .service-content-item-box p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #040518;
  line-height: 26px;
  margin-bottom: 4px;
}
.service-content-box .service-animate-box .service-content-item-box li {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #494951;
  line-height: 26px;
  position: relative;
}
.service-content-box .service-animate-box .service-content-item-box li::before {
  content: "";
  border-radius: 100%;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  background-color: #2435f2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.service-content-box .service-animate-box .service-content-item-box .icon {
  width: 94px;
  height: 106px;
  margin: 0 auto 6px;
}
.service-content-box .service-animate-box .service-content-item-box .qingbao {
  background: url(https://upload.zklatech.com/website/0820/images/qingbao.png) no-repeat center center;
  background-size: cover;
}
.service-content-box .service-animate-box .service-content-item-box .yanpan {
  background: url(https://upload.zklatech.com/website/0820/images/yanpan.png) no-repeat center center;
  background-size: cover;
}
.service-content-box .service-animate-box .service-content-item-box .zhuizong {
  background: url(https://upload.zklatech.com/website/0820/images/zhuizong.png) no-repeat center center;
  background-size: cover;
}
.service-content-box .service-animate-box .service-content-item-box .sifa {
  background: url(https://upload.zklatech.com/website/0820/images/sifa.png) no-repeat center center;
  background-size: cover;
}
.service-content-box .service-animate-box .service-content-first {
  left: 60px;
  top: 50%;
  margin-top: -68px;
}
.service-content-box .service-animate-box .service-content-second {
  left: 360px;
  top: 50%;
  margin-top: -168px;
}
.service-content-box .service-animate-box .service-content-second li {
  text-align: left !important;
}
.service-content-box .service-animate-box .service-content-third {
  left: 660px;
  top: 50%;
  margin-top: -68px;
}
.service-content-box .service-animate-box .service-content-fourth {
  left: 960px;
  top: 50%;
  margin-top: -168px;
}
.product-service {
  background: url("https://upload.zklatech.com/website/0820/images/common_bg.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.product-service .product-page {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.product-service .product-page .h2 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  padding: 110px 0 20px;
  margin-top: 30px;
}
.product-service .product-page .product-service-introduce {
  padding: 20px;
  height: 154px;
  background: linear-gradient(93deg, #3d4bab 0%, #0d2467 100%);
  box-shadow: 0px 0px 20px 0px rgba(13, 19, 85, 0.1);
  border-radius: 32px 32px 32px 0px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  position: relative;
  text-align: left;
}
.product-service .product-page .product-service-introduce .ask-for-use {
  margin: 20px auto 0;
  text-align: center;
  width: 150px;
  height: 42px;
  background: linear-gradient(90deg, #3838d8 0%, #3a49f3 100%), #2435f2;
  border-radius: 24px 24px 24px 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  line-height: 42px;
}
.product-service .product-page .product-service-introduce .ask-for-use a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.product-service .product-page .product-service-introduce .ask-for-use a:hover {
  opacity: 0.8;
}
.product-service .product-page .product-service-introduce .ask-for-use span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  background: url(https://upload.zklatech.com/website/0820/images/shiyong.png) no-repeat center center;
  background-size: cover;
  position: relative;
  top: 3px;
}
#certify {
  position: relative;
  width: 1100px;
  margin: 30px auto 0;
}
#certify .swiper-container {
  padding-bottom: 60px;
}
#certify .swiper-slide {
  width: 507px;
  height: 330px;
  position: relative;
}
#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  color: transparent;
}
.swiper-button-prev {
  top: 160px;
  left: -50px;
  width: 60px;
  height: 60px;
  background: url(https://upload.zklatech.com/website/0820/images/wm_button_icon_prev.png) no-repeat;
  background-size: 100%;
}
.swiper-button-next {
  top: 160px;
  right: -48px;
  width: 60px;
  height: 60px;
  background: url(https://upload.zklatech.com/website/0820/images/wm_button_icon_next.png) no-repeat;
  background-size: 100%;
}
.dot-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #3838d8;
  border-radius: 0px 0px 0px 0px;
  border: 4px solid #ffffff;
  position: relative;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 4px;
}
.dot-icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #3838d8;
  border-radius: 100%;
}
.news {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("https://upload.zklatech.com/website/0820/images/common_bg.png") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news .news-box {
  width: 1200px;
  margin: 0 auto;
}
.news .news-box .h2 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  padding: 70px 0 20px;
}
.news .news-box .news-wrap {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
}
.news .news-box .news-wrap .import-news {
  background: #1b246d;
  float: left;
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
  width: 544px;
  border-radius: 4px;
}
.news .news-box .news-wrap .import-news:hover {
  background: linear-gradient(270deg, #3838d8 0%, #3a49f3 100%), #2435f2;
}
.news .news-box .news-wrap .import-news:hover .news-content {
  color: #fff;
}
.news .news-box .news-wrap .import-news .news-img {
  width: 100%;
  height: 256px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}
.news .news-box .news-wrap .import-news .news-img img {
  border-radius: 4px;
  max-width: 100%;
  display: inline-block;
  height: 100%;
}
.news .news-box .news-wrap .import-news .news-title {
  text-align: left;
  height: 32px;
  font-weight: 400;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  margin: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.news .news-box .news-wrap .import-news .news-content {
  text-align: left;
  overflow: hidden;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  height: 132px;
}
.news .news-box .news-wrap .news-list {
  width: 600px;
  margin-left: 10px;
  float: left;
}
.news .news-box .news-wrap .news-list .news-card {
  cursor: pointer;
  background: #1b246d;
  margin-bottom: 8px;
  height: 90px;
  background: rgba(61, 75, 171, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px 4px 4px 4px;
  padding: 12px 16px;
  transition: all 0.3s ease;
}
.news .news-box .news-wrap .news-list .news-card:hover {
  background: linear-gradient(270deg, #3838d8 0%, #3a49f3 100%), #2435f2;
}
.news .news-box .news-wrap .news-list .news-card:hover .news-content {
  color: #fff;
}
.news .news-box .news-wrap .news-list .news-card:hover .news-footer .news-date {
  color: #fff;
}
.news .news-box .news-wrap .news-list .news-card .news-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.news .news-box .news-wrap .news-list .news-card .news-title .news-title-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #3838d8;
  border: 2px solid #ffffff;
  position: relative;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 4px;
}
.news .news-box .news-wrap .news-list .news-card .news-title .news-title-icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #3838d8;
  border-radius: 100%;
}
.news .news-box .news-wrap .news-list .news-card .news-content {
  padding-top: 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.news .news-box .news-wrap .news-list .news-card .news-footer {
  padding-top: 10px;
  overflow: hidden;
}
.news .news-box .news-wrap .news-list .news-card .news-footer .news-date {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  text-align: left;
  float: left;
}
.news .news-box .news-wrap .news-list .news-card .news-footer .news-detail {
  float: right;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
}
.news .news-box .news-more {
  width: 74px;
  height: 32px;
  margin: 0 auto;
  padding-left: 21px;
  padding-right: 20px;
  line-height: 32px;
  cursor: pointer;
}
.news .news-box .news-more span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  height: 32px;
}
.cooperation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ebf0f9;
}
.cooperation .h2 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #040518;
  line-height: 40px;
  text-align: center;
  padding: 110px 0 0;
}
.cooperation p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 14px;
  color: #878891;
  line-height: 24px;
  text-align: center;
}
.cooperation .img {
  background: url("https://upload.zklatech.com/website/0820/images/cooperation.png") no-repeat center center;
  background-size: contain;
  overflow: hidden;
  flex: 1;
  margin: 20px 0;
}
.about-us {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("https://upload.zklatech.com/website/0820/images/common_bg.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-us .h2 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  padding: 70px 0 20px;
}
.about-us .about-us-tab {
  position: relative;
  margin: 0 auto;
  width: 596px;
  height: 48px;
  background: linear-gradient(93deg, #3d4bab 0%, #0d2467 100%);
  box-shadow: 0px 0px 20px 0px rgba(13, 19, 85, 0.1);
  border-radius: 8px 8px 8px 8px;
  padding: 8px;
}
.about-us .about-us-tab .selected-bg {
  height: 48px;
  background: linear-gradient(270deg, #3838d8 0%, #3a49f3 100%), #2435f2;
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  top: 8px;
  transition: all 0.3s ease;
  left: 8px;
  width: 50%;
  z-index: 2;
}
.about-us .about-us-tab .about-us-tab-item {
  cursor: pointer;
  position: relative;
  z-index: 5;
  float: left;
  width: 50%;
  height: 48px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
}
.about-us .about-us-tab .active {
  font-weight: 500;
}
.about-us .about-us-intro-text {
  padding: 20px;
  width: 1160px;
  height: 140px;
  background: linear-gradient(180deg, #3d4bab 0%, #0d2467 100%);
  box-shadow: 0px 0px 20px 0px rgba(13, 19, 85, 0.1);
  border-radius: 8px 8px 8px 8px;
  margin: 20px auto;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  text-align: left;
  overflow: hidden;
}
.about-us .about-us-intro-text p {
  margin-bottom: 20px;
}
.about-us .about-us-swiper-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  padding: 20px 0;
}
.about-us .about-us-swiper {
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.about-us .about-us-swiper-container {
  width: 1036px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.about-us .tab-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.about-us .swiper-button-next {
  right: 0;
  top: 100px;
}
.about-us .swiper-button-prev {
  top: 100px;
  left: 0;
}
.about-us .swiper-slide {
  width: 220px;
  height: 176px;
  background: linear-gradient(#0d2467 0%, #3d4bab 100%);
  box-shadow: 0px 0px 20px 0px rgba(13, 19, 85, 0.1);
  border-radius: 4px 4px 4px 4px;
  margin: 0 8px;
  padding: 12px;
  overflow: hidden;
}
.about-us .swiper-slide img {
  width: 100%;
  height: 140px;
  display: block;
}
.about-us .swiper-slide p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  padding-top: 12px;
  line-height: 24px;
  text-align: center;
}
.connect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #0b0b0b;
}
.connect .connect-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 250px;
  top: 70px;
}
.connect .connect-box .connect-box-center {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.connect .connect-box .connect-box-center .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 24px;
}
.connect .connect-box .connect-box-center .information {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connect .connect-box .connect-box-center .information .qr-card {
  width: 228px;
  height: 264px;
}
.connect .connect-box .connect-box-center .information .gzh {
  background: url(https://upload.zklatech.com/website/0820/images/gongzhonghao.png) no-repeat;
  background-size: cover;
}
.connect .connect-box .connect-box-center .information .kf {
  background: url(https://upload.zklatech.com/website/0820/images/kefu.png) no-repeat;
  background-size: cover;
}
.connect .information-table {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  height: 64px;
  background: rgba(17, 31, 92, 0.6);
}
.connect .information-table table {
  border: 1px solid rgba(236, 238, 245, 0.2);
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.connect .information-table table td {
  border: 1px solid rgba(236, 238, 245, 0.2);
  vertical-align: middle;
  height: 64px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.connect .information-table table td img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.connect .copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: #070b30;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  text-align: center;
}
.connect .copyright div {
  text-align: left;
}
.connect .copyright a {
  text-align: left;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}
.connect .copyright div:nth-child(1) span {
  margin-right: 12px;
}
.connect .copyright img {
  width: 18px;
  height: 20px;
  position: relative;
  top: 4px;
}
