/*  */
body {
  
}
h4,h2 {
  font-size: 24px;
  
}
a[title="站长统计"] {
  display: none;
}
/*  */
.klwk-nav .container .hoverLoginBtn:hover .hoverBtn {
  opacity: 0;
  transition: all 0.3s;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
}
.swiper_con {
  position: absolute;
  z-index: 9;
}
.swiper_con div.title {
  color: #fff;
}
.swiper-pagination span {
  width: 46px;
  height: 4px;
background: rgba(20,120,255,0.2);
  border-radius: 0;
  border-radius: 2px;
  transition: all 0.2s;
  opacity: 1;
  z-index: 0;
}
.swiper-pagination-bullet {
  position: relative;
  width: 46px;
  height: 4px;
  background: rgba(20,120,255,0.2) !important;
  border-radius: 0;
  border-radius: 10px;
  transition: all 0.2s;
  opacity: 1;
  z-index: 0;
  bottom: 80px;
}
.swiper-pagination-bullet-active {
  /* position: absolute; */
 
  left: 0;
  height: 4px;
  border-radius: 2px;
background: #1478FF !important;
  animation: line 2s linear forwards;
  width: 46px !important;
  z-index: 9;
}
@keyframes line {
  from {
    width: 0;
  }
  to {
    width: 30px;
  }
}
.gradient-wrapper {
  width: 30px;
  height: 4px;
}
.bounceInDownHover {
  display: inline-block;
  overflow: hidden;
  height: auto;
  animation: imgGradient 0.5s linear;
}

@keyframes imgGradient {
  from {
    transform: translateX(200px);
    /* transition: all .5s; */
  }
  to {
    transform: translateX(0);
  }
}
.tabHover {
  display: inline-block;
  overflow: hidden;
  height: auto;
  padding: 32px 66px;
  animation: tabTransform 0.5s linear;
  box-sizing: border-box;
}
@keyframes tabTransform {
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0);
  }
}
.tabHover div.header {
  display: flex;
  justify-items: center;
  align-items: center;
}
.tabHover div.header h6 {
font-size: 20px;
margin-left: 20px;
}
.tabHover div.tab_right_one_con {
  display: flex;
  flex-direction: column;
  width: 600px;
box-sizing: border-box;
margin-left: 60px;
}
.tabHover div.tab_right_one_con div {
  width: 100%;
}
.tabHover div.tab_right_one_con div ul li {
  float: left;
  width: 158px;
  height: 58px;
  background: url('https://cdn.kuailework.com/images/officialWebsite/index/img_background.png')
    no-repeat top center;
    color: #fff;
    line-height: 52px;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 32px;
}
/* 新加 */
.klwk-nav a {
  color: #CCCDD1;
}
.klwk-nav a.nav_avctive {
  color: #fff;
  font-weight: bold;
}
.klwk-nav a.nav_default {
  color: #222;
}
.programme {
  display: flex;
  width: 100%;
/* height: 562px; */
margin-top: 70px;
}
.programme_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 1240px;
  margin: 0 auto;
  color: #333;
  background: url('https://cdn.kuailework.com/images/officialWebsite/index/img_background_part4.png')
    no-repeat top center;
  text-align: center;
}
.programme_wrap p {
  font-size: 14px;
}
.tab_wrap {
  width: 1240px;
height: auto;
margin-top: 38px;
/* background: #FFFFFF; */
/* border: 1px solid; */
/* border-image: linear-gradient(0deg, #FFFFFF, #FFFFFF) 1 1;
box-shadow: 0px 7px 21px 1px rgba(0,166,0,0.12); */
opacity: 0.9;
padding: 20px;
/* border-radius: 6px; */
overflow: hidden;
}
.programme_wrap p {
  margin-top: 20px;
}
.tab_wrap dl {
  display: flex;
  flex-direction: row;
}
.tab_wrap dl div.top_bg {
  position: relative;
  top: 0;
  left: 0;
  /* width: 1200px; */
  box-sizing: border-box;
}
.tab_wrap dl div.top_bg p {
  width: 189px;
height: 40px;
font-size: 14px;
color: #888888;
line-height: 20px;
margin-left: 36px;
margin-top: 10px !important;
}
.tab_wrap dl div.tab_right {
  display: flex;
  width: 834px;
  box-sizing: border-box;
  margin-left: 36px;
  margin-top: 14px;
}
.tab_wrap dl div.tab_left {
  display: flex;
  flex-direction: column;
  width: 290px;
height: auto;
/* background: #FFFFFF; */
/* box-shadow: 0px 6px 26px 4px rgba(218,231,245,0.7); */
/* border-radius: 8px; */
}
.tab_wrap dl div.tab_left dt {
  margin-bottom: 15px;
}
.tab_wrap dl div.tab_left dt div.card_default {
  width: 266px;
  height: 82px;

box-shadow: 0px 6px 26px 4px rgba(218,231,245,0.7), inset 0px 0px 0px 0px #FFFFFF;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.tab_wrap dl div.tab_left dt div.card_default label {
  position: absolute;
  z-index: 0;
  width: 266px;
height: 82px;
background: rgba(255,255,255,0.49);
box-shadow: 0px 6px 26px 4px rgba(218,231,245,0.7), inset 0px 0px 0px 0px #FFFFFF;
filter: blur(1px);
  border-radius: 8px;
  cursor: pointer;
}
.tab_wrap dl div.tab_left dt div.card_default div {
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 0 35px;
  justify-items: center;
  height: 82px;
  font-size: 20px;
  font-weight: normal;
color: #3C5276;
  box-sizing: border-box;
  z-index: 1;
}
.tab_wrap dl div.tab_left dt div.card_default div img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}
.tab_wrap dl div.tab_left dt div.card_hover {
  width: 290px;
  height: 140px;
  padding: 18px 34px;
  background: #FFFFFF;
color: #333;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 6px 26px 4px rgba(218,231,245,0.7);
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.tab_wrap dl div.tab_left dt div.card_hover p {
  font-weight: normal;
}
.tab_wrap dl div.tab_left dt div.card_hover a {
  display: inline-block;
  width: 100%;
height: 20px;
font-weight: normal;
font-size: 14px;
color: #1478FF !important;
line-height: 20px;
margin-left: 36px;
margin-top: 10px;
}
.tab_wrap dd {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #000;
  width: 100%;
  border-left: 0;
  border-left: 0;
  display: none;
}

.tab_wrap_active {
  background: #00A700;
  color: #fff !important;
  width: 242px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 22px !important;
  border-radius: 4px;
  background: url('../images/index/icon_dian.png')
  no-repeat top center !important;
  background-size: 100% 100%;
  color: #A5A7AA;
  margin-left: 40px;
}
.tab_right_one {
  display: flex;
  flex-direction: column;
  width: 834px;
height: 320px;
background: #FFFFFF;
box-shadow: 0px 6px 26px 4px rgba(218,231,245,0.7);
border-radius: 8px;
}
.tab_right_one span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  
  color: #fff;
}
.tab_right_one p {
  margin-top: 16px;
  font-size: 14px;
  margin-bottom: 24px;
  color: #999;
}

.tab_right_one div.tab_right_one_left {
  display: flex;
  width: 50%;
  height: auto;
}
.tab_right_one div.tab_right_one_left ul {
  position: relative;
  width: 100%;
}
.tab_right_one div.tab_right_one_left ul li:nth-child(1){
  position: relative;
  width: 382px;
  height: 97px;
  /* line-height: 97px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: url('../images/index/icon_01.png')
  no-repeat top center;
  background-size: 100% 100%;
  margin-left: 50px;
  margin-top: 106px;
}
.tab_right_one div.tab_right_one_left ul li:nth-child(1) img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 78px;
  height: 78px;
}
.tab_right_one div.tab_right_one_left ul li:nth-child(2){
  position: relative;
  width: 382px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: url('../images/index/icon_02.png')
  no-repeat top center;
  background-size: 100% 100%;
  margin-top: 60px;
}
.tab_right_one div.tab_right_one_left ul li:nth-child(2) img {
  position: absolute;
  top: 10px;
  left: 16px;
  width: 90px;
  height: 90px;
}
.tab_right_one div.tab_right_one_left ul li:nth-child(3){
  position: relative;
  width: 382px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: url('../images/index/icon_03.png')
  no-repeat top center;
  background-size: 100% 100%;
  margin-left: 60px;
  margin-top: 34px;
}
.tab_right_one div.tab_right_one_left ul li:nth-child(3) img {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 83px;
  height: 90px;
}
.tab_right_one_left li {
  cursor: pointer;
  
  /* width: 100px;
  height: 100px; */
}

.tab_right_one_left li:hover span{
  transform: translateX(0px) !important;
  
  transition: all 0.5s !important;
}
.tab_right_one_left li:hover img {
  transform: scale(1.1);
  transition: all .3s;
}
.tab_right_one_left li span {
  margin-left: 30px;
}

.tab_right_one_center {
  position: absolute;
  width: 512px;
  height: 504px;
  left: 26%;
  top: 16%;
  color: #fff;
}
.tab_right_one_center label {
  position: absolute;
  width: 120px;
  height: 76px;
  text-align: center;
  left: 40%;
  top: 42%;
font-size: 28px;
color: #fff;
}
.tab_right_one_con {
  display: flex !important;
  flex-direction: row;
  width: 1200px;
  box-sizing: border-box;
}
.tab_right_one_right {
  display: flex;
  width: 50%;
  height: auto;
  
}
.tab_right_one div.tab_right_one_right ul {
  position: relative;
  width: 100%;
  text-align: right;
  margin-left: auto;
}
.tab_right_one div.tab_right_one_right ul li {
  text-align: right;
  margin-left: auto;
  cursor: pointer;
}
.tab_right_one div.tab_right_one_right ul li:nth-child(1){
  position: relative;
  width: 382px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: url('../images/index/icon_04.png')
  no-repeat top center;
  background-size: 100% 100%;
  margin-right: 180px;
  margin-top: 86px;
}
.tab_right_one div.tab_right_one_right ul li:nth-child(1) img {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 78px;
  height: 78px;
}
.tab_right_one div.tab_right_one_right ul li:nth-child(2){
  position: relative;
  width: 382px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: url('../images/index/icon_05.png')
  no-repeat top center;
  background-size: 100% 100%;
  margin-right: 90px;
  margin-top: 60px;
}
.tab_right_one div.tab_right_one_right ul li:nth-child(2) img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 90px;
  height: 90px;
}
.tab_right_one div.tab_right_one_right ul li:nth-child(3){
  position: relative;
  width: 382px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: url('../images/index/icon_06.png')
  no-repeat top center;
  background-size: 100% 100%;
  margin-right: 150px;
  margin-top: 34px;
}
.tab_right_one div.tab_right_one_right ul li:nth-child(3) img {
  position: absolute;
  top: 6px;
  right: 14px;
  width: 90px;
  height: 90px;
}
.tab_right_one_right li:hover span{
  transform: translateX(0px) !important;
  
  transition: all 0.5s !important;
}
.tab_right_one_right li:hover img {
  transform: scale(1.1);
  transition: all .3s;
}
.tab_right_one_bottom {
  position: absolute;
  bottom: 30px;
  width: 160px;
  text-align: center;
height: 50px;
line-height: 50px;
border: 1px solid #E3E3E3;
border-radius: 4px;
left: 462px;
z-index: 999;
}
.tab_right_one_bottom a {
font-size: 18px;

font-weight: normal;
color: #FFFFFF;
}

.digitalize {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 115px;
  overflow: hidden;
  margin-bottom: 120px;
}
.digitalize h2 {
  font-size: 36px;
  color: #222;
}
.digitalize p {
  font-size: 18px;
  color: #666;
  margin-top: 26px;
}
.digitalize_con {
  width: 1200px;
  height: 721px;
  margin-top: 100px;
}
.digitalize_con img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: 100% 100%;
}

.case {
  display: flex;
  width: 100%;
background: #F9FCFF;
height: auto;
margin-top: 46px;
/* padding-bottom: 130px; */
}
.case h4 {
  font-size: 24px;
  color: #222;
}
.case p {
  font-size: 14px;
  color: #333;
}
.case_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}
.tab_con {
  width: 1280px;
height: auto;
/* background: #000; */
/* border: 1px solid; */
/* border-image: linear-gradient(0deg, #FFFFFF, #FFFFFF) 1 1; */
/* box-shadow: 0px 7px 21px 1px rgba(0,166,0,0.12); */
/* opacity: 0.9; */
border-radius: 6px;
margin-top: 58px;
}
.case_wrap p {
  margin-top: 20px;
}
.tab_con dl {
  width: 100%;
}
.tab_con dl div.tab_bottom {
  display: flex;
  width: 100%;
  margin: 50px 0 0;
  height: auto;
  padding: 0px 50px 70px;
  /* background: #FFFFFF; */
  border: 1px solid;
  /* border-image: linear-gradient(0deg, #FFFFFF, #FFFFFF) 1 1; */
  /* box-shadow: 0px 7px 21px 1px rgba(186,186,186,0.12); */
  /* opacity: 0.9; */
  /* border-radius: 6px; */
  box-sizing: border-box;
  overflow: hidden;
  
}
.tab_con dl div.tab_top {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  border-bottom: 2px solid #F3F4F6;
}
.tab_con dl div.tab_top dt {
  /* width: 100%; */
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  color: #333;
  margin: 0 32px;
  cursor: pointer;
}
.tab_con dd {
  display: flex;
  flex-direction: column;
  color: #000;
  width: 100%;
  border-left: 0;
  border-left: 0;
  display: none;
}

.tab_con_active {
  display: block;
  font-weight: bold;
border-bottom: 4px solid #1478FF;
border-radius: 2px;
}
.tab_bottom_one {
  display: flex;
  width: 100%;
  flex-direction: row;
}
div.tab_bottom_one_img {
position: relative;
display: flex;
float: left;
align-items: center;
justify-content: center;
width: 406px;
height: 240px;
overflow: hidden;
}
div.tab_bottom_one_img div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
background: #080808;
}
.tab_bottom_one div.tab_bottom_one_img img{
  float: left;
  width: 406px;
height: 240px;
border-radius: 4px;
}
div.tab_bottom_one_img p {
  position: absolute;
  width: 160px;
height: 60px;
line-height: 60px;
text-align: center;
background: rgba(255,255,255,0.2);
border: 1px solid #FFFFFF;
border-radius: 4px;
font-size: 22px;
/* left: 36%;
top: 32%; */
color: #FEFFFF;
z-index: 999;
}
div.tab_bottom_one_img:hover img {
  transform: scale(1.2);
  transition: all .1s;
}
div.tab_bottom_one_img:hover div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 999;
background: #080808;
opacity: 0.3;
}
.tab_bottom_one_img a:hover {
  color: #00A700;
}
div.bottom_logo {
  display: flex;
  flex-direction: row;
  position: relative;
  bottom: 20px;
  width: 100%;
  margin-top: 60px;
}
div.bottom_logo ul {
  width: 100%;
  height: 44px;
  overflow-x: scroll;
}
div.bottom_logo ul li {
  float: left;
  width: 114px;
  height: 44px;
  /* background: #A5A7AA; */
  margin-right: 16px;
}
div.bottom_logo ul li img {
  width: 100%;
  height: 100%;
}
/* 滚动图片左右切换 */
.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:10px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(images/icoLeft.gif) center center no-repeat #f4f4f4; }

		.slideGroup .sNext{ left:auto; right:5px; background:url(images/icoRight.gif) center center no-repeat #f4f4f4;  }

		.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
    
.tab_bottom_right {
  display: flex;
  flex-direction: column;
  /* height: 460px; */
  position: relative;
  padding: 6px 0 0 58px;
  box-sizing: border-box;
}
.tab_bottom_right span {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.tab_bottom_right p {
  margin-top: 20px;
  font-size: 14px;
line-height: 24px;
  margin-bottom: 26px;
  color: #666;
}
.tab_bottom_right ul.tab_bottom_right_img {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.tab_bottom_right ul.tab_bottom_right_img li {
  display: flex;
  width: 33.3%;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab_bottom_right ul.tab_bottom_right_img li img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  background: none;
}
/* .tab_bottom_right_img li:hover {
  background:rgba(0,0,0,.2);
  border-radius: 4px;
} */
.tab_bottom_right_img li label {
  width: 10px;
height: 10px;
background: #1478FF;
border-radius: 50%;
margin-right: 6px;
}
.bottom_logo a {
  width: 120px;
height: 36px;
line-height: 36px;
color: #fff !important;
text-align: center;
font-size: 14px;
background: #1478FF;
border-radius: 4px;
}
/* .tab_bottom_right li:hover {
  color: #00A700;
  width: 230px;
height: 60px;
line-height: 60px;
text-align: center;
background: #FFFFFF;
box-shadow: 0px 10px 27px 3px rgba(9,95,9,0.15);
opacity: 0.8;
border-radius: 4px;
} */
.achievement_wrap {
  width: 100%;
  background: #F9FCFF;
  margin: 50px 0 0;
  padding-bottom: 50px;
}
.achievement {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  margin-top: 60px;
  /* margin-bottom: 60px; */
}
.achievement h4 {
  font-size: 24px;
  color: #222;
  margin-top: 60px;
}
.achievement_header {
  display: flex;
  width: 100%;
  margin-top: 50px;
}
.achievement_header img.left {
  width: 414px;
  height: 240px;
  margin-right: 36px;
}
.achievement_header img.achievement_logo {
  width: 100px;
  height: 36px;
  margin-bottom: 16px;
}
.achievement_header div {
  display: flex;
  flex-direction: column;

font-size: 14px;
}
.achievement_header div p {
  line-height: 26px;
}
/*  */
.achievement ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin-top: 50px;
}
.achievement ul li {
  display: flex;
  /* width: 16.6%; */
  height: 50px;
  flex-direction: row;
  padding: 0 62px;
justify-items: center;
justify-content: center;
align-items: center;
border-right: 1px solid #DBEFFF;
  /* margin: 0 30px 22px 10px; */
  align-items: center;
}
.achievement ul li:nth-child(1) {
  justify-content: left;
  padding: 0;
  padding-right: 62px;
}
.achievement ul li:last-child {
  border: none;
  padding: 0;
  padding-left: 62px;
  justify-content: right;
}
.achievement ul li div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.achievement p span {
  font-family: AlibabaPuHuiTi_3_95_ExtraBold;
font-weight: bold;
font-size: 32px;
color: #1478FF;
}
.achievement p label {
  font-family: AlibabaPuHuiTi_3_95_ExtraBold;
  font-size: 16px;
  color: #1478FF;
  }
  .achievement p.bottom {
    font-size: 16px;

font-weight: bold;
    color: #333;
    }
    .achievement p.header {
      font-size: 14px;
      color: #333;
      line-height: 20px;
      margin-top: 20px;
    }
.understand {
  width: 100%;
  /* margin-top: 100px; */
}
.understand_con {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 1200px;
/* height: 462px; */
margin: 0 auto;
align-items: center;
box-sizing: border-box;
/* top: 116px; */
}
.understand_con h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 36px;
  margin-bottom: 10px;
}
.understand_con p {
  font-size: 14px;
  color: #fff;
}
.understand_left {
  width: 50%;
  margin-top: 22px;
}
.understand_left div {
  display: flex;
  flex-direction: column;
  color: #333;
  font-size: 32px;
}
.understand_left div:last-child {
  display: flex;
  flex-direction: column;
  color: #666;
  font-size: 16px;
  margin-top: 84px;
}
.understand_right {
  display: flex;
  flex-direction: column;
  width: 320px;
height: 300px;
margin-top: 20px;
background: #FFFFFF;
border-radius: 8px;
backdrop-filter: blur(2px);
box-sizing: border-box;
padding: 20px;
overflow: hidden;
}
/* 导航 */
.sub_nav ul {
  /* display: flex; */
  width: 150px;
  text-align: center;
}
.sub_nav ul li {
  
}

.my-element {
  display: inline-block;
  margin: 0 0.5rem;
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 3s; /* don't forget to set a duration! */
}

/* 首页添加 */
.tab_right_one div.tab_right_one_left_two ul li:nth-child(2){
  margin-top: 160px;
}
div.tab_right_one_left_two ul li:nth-child(1) img {
  left: 16px !important;
}
div.tab_right_one_right_two ul li:nth-child(2) img {
  top: 6px !important;
  right: 14px !important;
}
.tab_right_one div.tab_right_one_right_two ul li:nth-child(2) {
  margin-top: 120px;
}


/* 全场景解决方案 */
.card_hover {
  display: none;
}