.pr_ans {
  height: 512px;
  width: 100%;
  background: #ffffff;
}

.pr_ans_title {
  text-align: center;
  color: #221815;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: 50px;
  letter-spacing: 3px;
}

.pr_ans_part {
  width: 1200px;
  margin: 50px auto;
}

.part_item {
  width: 360px;
  height: 380px;
  background: #efefef;
}

.part_tit {
  height: 70px;
  background: #43b149;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr_example {
  width: 100%;
  height: 520px;
  background: url(https://cdn.kuailework.com/images/klwk/public/bg_qiandesan.png)
    no-repeat top center;
  background-size: 100% 100%;
  overflow: hidden;
}

.why_select_us {
  width: 100%;
  height: 1054px;
  overflow: hidden;
  background: #ffffff;
}

.why_sel_tit {
  text-align: center;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  color: #221815;
  margin-top: 50px;
  letter-spacing: 3px;
}

.why_sel_content {
  width: 1202px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}

.sel_cont_item {
  width: 374px;
  height: 408px;
  border-radius: 40px;
  background: #efefef;
  margin-top: 50px;
  margin-right: 40px;
  box-shadow: 0 0 10px #b5b5b5;
}
.sel_cont_item:nth-child(3n) {
  margin-right: 0;
}

.sel_item_top {
  width: 100%;
  height: 186px;
  border-radius: 40px;
}
.news_l {
  margin-right: 126px;
}

.sel_item_top a img {
  width: 100%;
  height: 263px;
}

.sel_item_top img {
  width: 100%;
  height: 100%;
}
.sel_item_bot_new {
  display: flex;
  position: relative;
  width: 350px;
  height: 312px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(220, 220, 220, 0.5);
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  /* margin-top: 14px; */
}
/* .sel_item_bot_new {
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 7px 21px 1px rgba(179,186,179,0.12);
} */
.news_item {
  /* margin-right: 122px; */
  display: flex;
  margin-right: 70px;
  width: 350px;
  height: 312px;
  background: #ffffff;
  box-shadow: 0px 7px 21px 1px rgba(179, 186, 179, 0.12);
  opacity: 0.98;
  border-radius: 4px 4px 0px 0px;
}
.news_item:nth-child(3) {
  margin-right: 0;
}
.news_item:hover {
  /* transform: translateY(-10px); */
  box-shadow: 0 20px 20px rgba(237, 242, 237, 0.8);
}
.news_item:hover span {
  color: #43b149;
}
.sel_item_bot_new h6 {
  font-size: 16px;
  color: #221815;
  font-weight: bolder;
  text-align: left;
}

.sel_item_bot_new h6 a {
  /* color: #221815 !important;
  width: 356px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-weight: normal; */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #222 !important;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sel_item_bot_new h6 a icon {
  display: inline-block;
  width: 2px;
  height: 16px;
  border-left: 1px solid #221815;
  position: relative;
  margin-left: 8px;
  top: 3px;
}
/* .sel_item_bot_new span {
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  font-size: 22px;
  padding: 42px;
  height: 60px; 
  overflow: hidden;
  position: relative;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0px;
  width: 280px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
  
} */
.sel_item_bot_new span {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  /* margin: 28px 38px; */
  font-size: 18px;
  color: #333;

  margin-bottom: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  line-height: 34px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  z-index: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sel_item_bot_new p {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 350px;
  height: 115px;
  background: #ffffff;
  box-shadow: 0px 7px 21px 1px rgba(179, 186, 179, 0.12);
  opacity: 0.8;
  border-radius: 0px 0px 4px 4px;
}
.sel_item_bot_new img {
  width: 350px;
  height: 196px;
  /* position: absolute; */
  border: 1px solid #7d8587;
  border-bottom: 0;
  /* border-radius: 4px 4px 0px 0px; */
  top: 0;
}
h6 a:hover {
  color: #221815 !important;
}
.news_item:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}

.h6 a:hover {
  color: #221815 !important;
}
.sel_item_bot {
  box-sizing: border-box;
  padding: 0 20px;
}

.sel_item_bot h6 {
  font-size: 16px;
  color: #221815;
  font-weight: normal;
  text-align: left;
  margin-top: 26px;
}

.sel_item_bot .h6 a {
  color: #666 !important;
}
.sel_item_bot p {
  text-align: left;
  line-height: 27px;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.sel_item_bot_new p {
  text-align: left;
  line-height: 27px;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.banner {
  background: url(https://cdn.kuailework.com/images/klwk/public/offical2/banner_cc09.png)
    no-repeat top center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ban_img {
  font-size: 44px;
  color: #ffffff;
  text-align: center;
  /* letter-spacing: 10px; */
}

.sub_banner {
  width: 100%;
  height: 450px;
  background: url(https://cdn.kuailework.com/images/klwk/public/banner_seven.png)
    no-repeat top center;
  background-size: 100% 100%;
  overflow: hidden;
}

.big_tit {
  text-align: center;
  font-family: "SourceHanSansCN-Medium";
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  color: #ffffff;
  letter-spacing: 2px;
  margin: 34px 0 36px 0;
}

.small_tit {
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  margin-top: 44px;
  /* letter-spacing: 12px; */
}

.p_part {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 112px;
}

.p_item:first-child {
  margin-left: 0;
}

.p_icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #ffffff;
}

.p_icon img {
  width: 110px;
  height: 110px;
}

.p_num {
  font-size: 28px;
  color: #ffffff;
  margin-top: 10px;
}

.p_num_dec {
  font-size: 18px;
  color: #ffffff;
  margin-top: 10px;
}

.team {
  width: 100%;
  height: 670px;
  background: #ffffff;
}

.team_part {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 46px;
}

.team_tit {
  text-align: center;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  color: #221815;
  margin-top: 50px;
  letter-spacing: 3px;
}

.team_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
}

.team_item_top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
}

.team_item_top img {
  width: 230px;
}

.p_info_tit {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
}

.team_item .p_b {
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
  text-align: justify;
  color: #666;
}

.honour {
  width: 100%;
  height: 722px;
  background: url(https://cdn.kuailework.com/images/klwk/public/bg_rongyu.png)
    no-repeat top center;
  background-size: cover;
  overflow: hidden;
}

.honour_tit {
  text-align: center;
  font-size: 32px;
  color: #221815;
  height: 32px;
  line-height: 32px;
  margin-top: 60px;
}

.honour_sub_tit {
  text-align: center;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: 50px;
  letter-spacing: 5px;
  color: #221815;
}

.honour_part {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.honour_item {
  width: 368px;
  height: 246px;
  background: green;
}

/* .honour_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
} */

.honour_item {
  margin-top: 2%;
}

.honour_item:nth-child(2) {
  margin-left: 4%;
  margin-right: 4%;
}

.honour_item:nth-child(5) {
  margin-left: 4%;
  margin-right: 4%;
}

.customer {
  width: 100%;
  height: 570px;
  overflow: hidden;
}

.cus_tit {
  text-align: center;
  font-size: 32px;
  color: #221815;
  height: 32px;
  line-height: 32px;
  margin-top: 60px;
  letter-spacing: 3px;
}

.cus_sub_tit {
  text-align: center;
  font-size: 22px;
  height: 22px;
  line-height: 22px;
  margin-top: 22px;
  letter-spacing: 6px;
  color: #666;
}

.cus_part {
  width: 1200px;
  margin: auto;
  margin-top: 40px;
}

/* .cus_part {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
} */

.cus_icon {
  width: 160px;
  height: 80px;
  background: green;
  margin-right: 80px;
  margin-bottom: 60px;
}

.cus_icon:nth-child(5n) {
  margin-right: 0;
}

.news {
  display: flex;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  margin-top: 44px;
  flex-direction: column;
  align-items: center;
  /* margin-top: -70px; */
  position: relative;
  z-index: 1;
}

.news_tit {
  width: 144px;
  text-align: center;
  font-size: 32px;
  color: #221815;
  height: 32px;
  margin-bottom: 18px;
  line-height: 32px;
  letter-spacing: 3px;
}

.news_more {
  display: flex;
  width: 1200px;
  height: 50px;
  /* border: 1px solid #e3e3e3; */
  align-items: center;
  text-align: center;
  justify-content: center;
font-size: 14px;
color: #1478FF !important;
  margin-top: 26px;
}
.news_more img {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.news_more_o {
  display: block;
  color: #43b149;
  font-size: 16px;
  width: 1200px;
  margin: 0 auto;
  text-align: right;
  margin-top: -26px;
}

.news_part {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* flex-wrap: wrap; */
}
.swiper_con {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  position: relative;
  margin-top: 200px;
}
.swiper-slide div.title {
  position: absolute;
  z-index: 999;
  /* left: 20%; */
  /* top: 24%; */
  width: 500px;
  height: 212px;
  font-size: 60px;
  text-align: center;
  font-family: AlibabaPuHuiTi_3_85_Bold;
  font-weight: normal;
  color: #ffffff;
  line-height: 94px;
  text-shadow: 0px 4px 20px rgba(8, 33, 54, 0.32);
}
@media (max-width: 768px) {
  .klwk-nav .container {
    width: 100% !important;
  }
}
.targetSearchKey {
  padding: 0 14px;
  width: 100%;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
}
.discription {
  padding: 0 14px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -60px !important;
}

.banner_header_hover label {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #1478FF;
  border-radius: 2px 2px 0 0;
  transition: width 0.3s;
}
.swiper-container {
  margin-top: 60px;
}