.kfpt-box {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.kfpt-box #aiserver-swiper .swiper-button-disabled {
  opacity: 0;
}

.kfpt-box #aiserver-swiper .swiper-button-next, .kfpt-box #aiserver-swiper .swiper-button-prev {
  top: 2rem;
}

.kfpt-box .kfpt-banner {
  width: 100%;
  height: 7rem;
  margin: 0;
  padding: 0;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
}

.kfpt-box .kfpt-banner .kfpt-banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 3.9rem;
}

.kfpt-box .kfpt-banner .kfpt-banner-info .kfpt-title {
  font-size: .4rem;
  font-weight: bold;
}

.kfpt-box .kfpt-banner .kfpt-banner-info .kfpt-small-title {
  font-size: .24rem;
  margin-top: .2rem;
}

.kfpt-box .kfpt-banner .kfpt-banner-info .kfpt-tip {
  margin-top: .5rem;
  line-height: 30px;
}

.kfpt-box .kfpt-banner .kfpt-banner-info .kfpt-tip li {
  font-size: 14px;
}

.kfpt-box .kfpt-banner #jsi-particle-container {
  width: 6.36rem;
  height: 5rem;
}

.kfpt-box .kfpt-nav-fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.kfpt-box .kfpt-nav {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
}

.kfpt-box .kfpt-nav .kfpt-nav-item {
  width: 2.8rem;
  padding: 32px 0;
  text-align: center;
  border-bottom: 2px solid #e8e8e8;
}

.kfpt-box .kfpt-nav .kfpt-nav-item a {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

.kfpt-box .kfpt-nav .kfpt-nav-item:hover {
  border-bottom: 2px solid #ff9239;
}

.kfpt-box .kfpt-nav .kfpt-nav-item:hover a {
  color: #ff9239;
  font-weight: bold;
}

.kfpt-box .kfpt-lxai-warpper {
  width: 100%;
  background: #ffffff;
}

.kfpt-box .kfpt-lxai-warpper .kfpt-lxai {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kfpt-box .kfpt-lxai-warpper .kfpt-lxai .lxai-title {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  margin-top: 70px;
}

.kfpt-box .kfpt-lxai-warpper .kfpt-lxai .lxai-small-title {
  font-size: 24px;
  color: #333333;
  margin-top: 40px;
}

.kfpt-box .kfpt-lxai-warpper .kfpt-lxai .lxai-img {
  margin-top: 75px;
  margin-bottom: 70px;
}

.kfpt-box .kfpt-lxai-warpper .kfpt-lxai .lxai-img .img {
  width: 100%;
}

.kfpt-box .kfpt-arithmetic {
  width: 100%;
  background: #f9f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kfpt-box .kfpt-arithmetic .arithmetic-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin-top: 90px;
}

.kfpt-box .kfpt-arithmetic .arithmetic-small-title {
  font-size: 24px;
  color: #333333;
  margin-top: 40px;
}

.kfpt-box .kfpt-arithmetic .swiper-container {
  width: 97%;
  height: 100%;
  margin-top: 68px;
  margin-bottom: 68px;
}

.kfpt-box .kfpt-arithmetic .swiper-container .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kfpt-box .kfpt-arithmetic .swiper-slide .slide-card {
  max-width: 318px;
  height: 369px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kfpt-box .kfpt-arithmetic .swiper-slide .slide-card .card-img {
  width: 65px;
}

.kfpt-box .kfpt-arithmetic .swiper-slide .slide-card .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 40px;
}

.kfpt-box .kfpt-arithmetic .swiper-slide .slide-card .card-small-title {
  font-size: 16px;
  color: #333333;
  margin-top: 28px;
  padding: 0 30px;
}

.kfpt-box .kfpt-arithmetic .swiper-slide-active .slide-card {
  height: 460px;
}

.kfpt-box .kfpt-arithmetic .swiper-button-prev {
  width: 42px;
  height: 42px;
  border: 1px solid #ff9021;
  text-align: center;
  line-height: 42px;
  border-radius: 21px;
}

.kfpt-box .kfpt-arithmetic .swiper-button-prev::after {
  font-size: 25px;
  color: #ff9021;
}

.kfpt-box .kfpt-arithmetic .swiper-button-next {
  width: 42px;
  height: 42px;
  border: 1px solid #ff9021;
  text-align: center;
  line-height: 42px;
  border-radius: 21px;
}

.kfpt-box .kfpt-arithmetic .swiper-button-next::after {
  font-size: 25px;
  color: #ff9021;
}

@media (max-width: 760px) {
  .kfpt-box .kfpt-arithmetic .swiper-button-next {
    right: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .kfpt-box .kfpt-arithmetic .swiper-button-prev {
    left: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.kfpt-box .kfpt-scene-warpper {
  width: 100%;
  background: #ffffff;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-title {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  margin-top: 90px;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-content {
  width: 100%;
  margin: 48px 0 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-content .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-content .el-tabs__header {
  width: 2.85rem;
  height: 6.37rem;
  border-left: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-right: 0;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-content .el-tabs__header .el-tabs__item {
  font-size: .22rem;
  color: #333333;
  text-align: left;
  padding: 0 0 0 60px;
  margin: 30px 0;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-content .el-tabs__header .el-tabs__active-bar {
  display: none;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-content .el-tabs__header .el-tabs__item.is-active {
  border-left: 6px solid #ff9021;
  color: #ff9021;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-content .scene-img {
  width: 11.14rem;
  height: 6.37rem;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-content .scene-info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: .62rem;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-content .scene-info .scene-info-tip {
  font-size: 16px;
  color: #ffffff;
  line-height: 29px;
  width: 4.97rem;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-content .scene-info .scene-info-title {
  font-size: 32px;
  border-bottom: 4px solid #ff9021;
  padding: 14px 0;
  font-weight: bold;
  color: #ffffff;
}

.kfpt-box .kfpt-scene-warpper .kfpt-scene .scene-content .scene-info .scene-info-product {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: .57rem;
  margin-top: .08rem;
}

.kfpt-box .kfpt-aiserver-warpper {
  width: 100%;
  background: #f9f9fa;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .el-tabs__item {
  width: 2.2rem;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin-top: 90px;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-swiper {
  max-width: 100%;
  margin-top: .3rem;
  margin-bottom: .9rem;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-swiper .swiper-slide {
  width: 2.8rem !important;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-swiper .swiper-slide img {
  width: 100%;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-swiper .swiper-slide .tip {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: .32rem;
  font-size: 22px;
  color: #333333;
  padding: 0 5%;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-swiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 42px;
  border-radius: 21px;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-swiper .swiper-button-prev::after {
  font-size: 25px;
  color: #ffffff;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-swiper .swiper-button-next {
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 42px;
  border-radius: 21px;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-swiper .swiper-button-next::after {
  font-size: 25px;
  color: #ffffff;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-content {
  width: 100%;
  margin-top: 85px;
  height: 130px;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-content .el-tabs__nav {
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-content .el-tabs__nav .el-tabs__item {
  height: 120px;
  padding: 0 30px;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-content .el-tabs__nav .aiserver-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-content .el-tabs__nav .aiserver-label .title {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-content .el-tabs__nav .is-active .title {
  color: #ff9021;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-content .el-tabs__nav-wrap::after {
  background: #ff9021 !important;
}

.kfpt-box .kfpt-aiserver-warpper .kfpt-aiserver .aiserver-content .el-tabs__active-bar {
  height: 9px !important;
  background: url("../commom/images/kfpt/triangle.png") no-repeat center center;
  bottom: 0px !important;
}

.kfpt-box .kfpt-devarea-warpper {
  width: 100%;
  background: #ffffff;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-title {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  margin-top: 80px;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-trait-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-trait-list .trait-item {
  max-width: 260px;
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-trait-list .trait-item .trait-title {
  font-size: 22px;
  color: #333333;
  margin-top: 50px;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-trait-list .trait-item .trait-tip {
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin-top: 23px;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-title {
  font-size: 24px;
  color: #333333;
  margin-top: 90px;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 70px;
  margin-bottom: 90px;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item:hover {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item:hover .flow-top {
  width: 80% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item:hover .left-title, .kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item:hover .left-btitle, .kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item:hover .flow-top-right {
  color: #ee7700 !important;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #c2c4c9;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item .flow-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  border-bottom: 2px solid #ee7700;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item .flow-top .flow-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item .flow-top .flow-top-left .left-title {
  font-size: 16px;
  color: #333333;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item .flow-top .flow-top-left .left-btitle {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-top: 5px;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item .flow-top .flow-top-right {
  font-size: 80px;
  color: #333333;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item .flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item .flow-content .flow-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kfpt-box .kfpt-devarea-warpper .kfpt-devarea .devarea-flow-list .flow-item .flow-content .flow-content-item .flow-content-item-tip {
  text-align: center;
  margin-top: 12px;
}
/*# sourceMappingURL=kfpt.css.map */