@charset "UTF-8";
body, ul, li, h1, h2, h3, div, span, dt, dd, p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: none !important;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

img {
  vertical-align: top;
}

html，body {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 12px;
  font-family: "Microsoft YaHei", 微软雅黑, Verdana, Arial, SimSun;
  overflow-x: hidden;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.top-wrapper {
  width: 100%;
  height: 600px;
  background: url("../../images/index/top_bg.jpg") no-repeat top center;
  background-size: cover;
}

.top-header {
  height: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header .l {
  display: block;
}

.top-header .logo {
  display: block;
  height: 0.45rem;
}

.top-header .nav-menu .nav-item {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 15px;
}

.top-main {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-main .kz-introduce {
  width: 600px;
}

.top-main .kz-introduce h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}

.top-main .kz-introduce .content {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  /*letter-spacing: 0.5px;*/
}

.top-main .kz-img {
  width: 540px;
  height: 290px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 5px solid #FFFFFF;
  overflow: hidden;
}

.top-main .kz-img img {
  width: 100%;
  height: 100%;
}

.head {
  text-align: center;
}

.head .title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.head .subtitle {
  margin-top: 10px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}

.kz-service {
  margin-top: 45px;
}

.kz-service .service-module {
  margin-top: 30px;
  /*padding: 0 240px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kz-service .service-module li {
  text-align: center;
}

.i-none {
  display: none;
}

.kz-service .service-module li .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  box-shadow: 0px 4px 15px 0px rgba(3, 55, 28, 0.1);
  border-radius: 50%;
  background-color: #FFFFFF;
}

.kz-service .service-module li:hover .icon {
  -webkit-transition: transform 1.2s ease;
  -moz-transition: transform 1.2s ease;
  -ms-transition: transform 1.2s ease;
  transition: transform 1.2s ease;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.kz-service .service-module li .icon.i-saas {
  background: #FFFFFF url("../../images/index/m_saas.png") no-repeat center center;
  background-size: 60px 60px;
}

.kz-service .service-module li .icon.i-risk {
  background: #FFFFFF url("../../images/index/m_risk.png") no-repeat center center;
  background-size: 60px 60px;
}

.kz-service .service-module li .icon.i-asset-mng {
  background: #FFFFFF url("../../images/index/m_asset_mng.png") no-repeat center center;
  background-size: 60px 60px;
}

.kz-service .service-module li .icon.i-sc {
  background: #FFFFFF url("../../images/index/m_sc.png") no-repeat center center;
  background-size: 60px 60px;
}

.kz-service .service-module li .icon.i-operating {
  background: #FFFFFF url("../../images/index/m_operating.png") no-repeat center center;
  background-size: 60px 60px;
}

.kz-service .service-module li .icon.i6 {
  background: #FFFFFF url("../../images/index/m_icon6.png") no-repeat center center;
  background-size: 60px 60px;
}

.kz-service .service-module li p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.kz-service .service-module li p.p2 {
  margin-top: 8px;
  font-size: 12px;
}

.cooperation-brand {
  margin-top: 60px;
}

.cooperation-brand .brand-list .brand-content {
  position: relative;
  width: 1000px;
  height: 300px;
  margin: 0 auto;
  background: #F4F4F4;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: -ms-flex;
  display: flex;
}

.cooperation-brand .brand-list .brand-content .brand-img {
  width: 520px;
  height: 300px;
  object-fit: cover;
  display: block;
}
.cooperation-brand .brand-list .brand-content .brand-img.m {
  display: none;
}

.cooperation-brand .brand-list .brand-content .brand-words {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 30px 20px 0 20px;
}

.cooperation-brand .brand-list .brand-content .brand-words .tit {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.cooperation-brand .brand-list .brand-content .brand-words .text {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.cooperation-brand .brand-list .brand-content .ali-qr-code {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.cooperation-brand .brand-list .brand-content .ali-qr-code2 {
  float: right;
  right: 20px;
  bottom: 10px;
}

.cooperation-brand .brand-list .brand-content .ali-qr-code img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #FFFFFF;
}

.rb-occur {
  width: 80px;
  height: 200px;
  float: right;
  shape-outside: polygon(0 130px, 100% 130px, 100% 100%, 0 100%);
}

.cooperation-brand .brand-list .brand-content .ali-qr-code p {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.cooperation-brand .brand-slider {
  margin-top: 0.3rem;
}

.cooperation-brand .brand-slider .swiper-slide {
  position: relative;
  z-index: 2;
  width: 1.5rem;
}

.cooperation-brand .brand-slider .brand-icon {
  position: relative;
  height: 1.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cooperation-brand .brand-slider .brand-icon:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: calc(50% - 0.01rem);
  top: -webkit-calc(50% - 0.01rem);
  z-index: 1;
  height: 0.02rem;
  background: #DDDDDD;
  overflow: visible;
}

.cooperation-brand .brand-slider .swiper-slide:first-child .brand-icon:before {
  left: -0.5rem;
}

.cooperation-brand .brand-slider .swiper-slide:last-child .brand-icon:before {
  right: -0.5rem;
}

.cooperation-brand .brand-slider .brand-icon:after {
  content: "";
  position: relative;
  z-index: 2;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0.02rem 0.1rem 0px rgba(3, 55, 28, 0.1);
  border-radius: 50%;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -webkit-transition: -webkit-transform 0.15s ease;
  -webkit-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  cursor: pointer;
}

.cooperation-brand .brand-slider .brand-icon.hp:after {
  background: #FFFFFF url("../../images/index/hp_logo.png") no-repeat center center;
  background-size: 0.8rem 0.8rem;
}

.cooperation-brand .brand-slider .brand-icon.aurora:after {
  background: #FFFFFF url("../../images/index/aurora_logo.png") no-repeat center center;
  background-size: 0.8rem 0.8rem;
}

.cooperation-brand .brand-slider .brand-icon.ge:after {
  background: #FFFFFF url("../../images/index/ge_logo.png") no-repeat center center;
  background-size: 0.8rem 0.8rem;
}

.cooperation-brand .brand-slider .brand-icon.dkn:after {
  background: #FFFFFF url("../../images/index/dkn_logo.png") no-repeat center center;
  background-size: 0.8rem 0.8rem;
}

.cooperation-brand .brand-slider .swiper-slide.swiper-slide-active:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.06rem;
  left: 50%;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 55, 28, 0.1);
  transform: translateX(-50%) rotate(45deg);
}

.cooperation-brand .brand-slider .swiper-slide.swiper-slide-active .brand-icon:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.kz-contact-us {
  margin-top: 50px;
  margin-bottom: 100px;
}

.kz-contact-us .contact-us-main {
  margin-top: 40px;
  padding: 0 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kz-contact-us .contact-us-main .contact-us-item {
  width: 230px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(3, 55, 28, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.kz-contact-us .contact-us-main .contact-us-item:hover {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.kz-contact-us .contact-us-main .contact-us-item p {
  font-size: 16px;
  font-weight: 400;
  color: #00ac9a;
}

.kz-contact-us .contact-us-main .contact-us-item p.label {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.footer {
  width: 100%;
  padding: 40px 0;
  background: #ECF3F0;
}

.footer p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 1200px) {
  .w1200 {
    width: 6.7rem;
    margin: 0 auto;
  }

  .top-wrapper {
    width: 100%;
    height: 10rem;
    background: url("../../images/m_index/top_bg.jpg") no-repeat top center;
    background-size: 7.5rem 10rem;
  }
  .top-wrapper .top-header .nav-menu .nav-item {
    font-size: 0.22rem;
  }
  .top-wrapper .top-main {
    margin-top: 0.15rem;
    padding: 0 0.6rem;
    flex-direction: column-reverse;
  }
  .top-wrapper .top-main .kz-introduce {
    width: 100%;
  }
  .top-wrapper .top-main .kz-introduce h2 {
    font-size: 0.36rem;
    color: #ffffff;
    margin-bottom: 0.15rem;
  }
  .top-wrapper .top-main .kz-introduce .content {
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 1.7;
  }
  .top-wrapper .top-main .kz-img {
    width: 100%;
    height: 2.9rem;
    border-radius: 0.05rem;
    border: 0.05rem solid #FFFFFF;
    margin-bottom: 0.5rem;
  }

  .kz-service {
    margin-top: 0.45rem;
  }
  .kz-service .service-module {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .kz-service .service-module li {
    width: 32%;
    margin-bottom: 0.3rem;
  }
  .kz-service .service-module li .icon {
    width: 1rem;
    height: 1rem;
    box-shadow: 0px 0.04rem 0.15rem 0px rgba(3, 55, 28, 0.1);
    background-size: 0.6rem 0.6rem !important;
  }
  .kz-service .service-module li p {
    font-size: 0.22rem;
    color: #333333;
  }
  .kz-service .service-module li p.p2 {
    height: 4em;
    margin-top: 0.1rem;
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .kz-service .cooperation-brand {
    margin-top: 0.3rem;
  }
  .kz-service .cooperation-brand .brand-list .brand-content {
    width: 100%;
    height: 9.2rem;
    border-radius: 0.05rem;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .kz-service .cooperation-brand .brand-list .brand-content .brand-img {
    display: none;
  }
  .kz-service .cooperation-brand .brand-list .brand-content .brand-img.m {
    width: 100%;
    height: 3.8rem;
    display: block;
  }
  .kz-service .cooperation-brand .brand-list .brand-content .brand-words {
    margin: 0.3rem 0.2rem 0 0.2rem;
    height: 3.9rem;
  }
  .kz-service .cooperation-brand .brand-list .brand-content .brand-words .tit {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .kz-service .cooperation-brand .brand-list .brand-content .brand-words .text {
    font-size: 0.18rem;
    line-height: 0.4rem;
  }
  .kz-service .cooperation-brand .brand-list .brand-content .ali-qr-code {
    right: 0.2rem;
    bottom: 0.2rem;
  }
  .kz-service .cooperation-brand .brand-list .brand-content .ali-qr-code img {
    width: 1rem;
    height: 1rem;
    border-radius: 0.02rem;
  }
  .kz-service .cooperation-brand .brand-list .brand-content .ali-qr-code p {
    font-size: 0.18rem;
    margin-top: 0.05rem;
  }

  .kz-contact-us {
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
  }
  .kz-contact-us .contact-us-main {
    margin-top: 0.4rem;
    padding: 0;
    flex-direction: column;
  }
  .kz-contact-us .contact-us-main .contact-us-item {
    width: 4.6rem;
    height: 1rem;
    margin-bottom: 0.2rem;
    box-shadow: 0px 0.04rem 0.15rem 0px rgba(3, 55, 28, 0.1);
  }
  .kz-contact-us .contact-us-main .contact-us-item p {
    font-size: 0.22rem;
  }
  .kz-contact-us .contact-us-main .contact-us-item p.label {
    margin-bottom: 0.08rem;
    font-size: 0.26rem;
  }

  .footer {
    height: auto;
    padding: 0.4rem 0;
  }
  .footer p {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
  .footer p:first-child {
    margin-bottom: 0.08rem;
  }
  .footer p span {
    display: block;
  }

  .head .title {
    font-size: 0.36rem;
  }
  .head .subtitle {
    font-size: 0.22rem;
    color: #999999;
  }
}
a.beian {
  color: #333;
}
a.beian:hover, a.beian:visited, a.beian:active {
  color: #333;
}

@media screen and (max-width: 520px) {
  .footer p span {
    display: inline;
  }
}
@media screen and (max-width: 320px) {
  .top-wrapper .top-main .kz-introduce .content {
    line-height: 1.3;
  }
}
