.kj-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.kj-banner .hr {
  margin-bottom: 40px;
  justify-content: center;
}
.kj-banner .hr .line {
  width: 62px;
}
.kj-banner .hr .txt {
  font-size: 25px;
  font-weight: lighter;
  letter-spacing: 2px;
  margin: 0 14px;
}
.kj-banner-detail {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.banner-content-titlie {
  font-size: 46px;
  letter-spacing: 12px;
  text-align: center;
  margin-left: 12px;
}
.banner-content-subtitle {
  font-size: 25px;
  font-weight: lighter;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 35px;
}
.banner-more {
  display: block;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  letter-spacing: .6px;
  width: 224px;
  height: 32px;
  line-height: 32px;
  background: var(--active-color);
  margin: 70px auto 0;
}
.kj-banner-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(39, 39, 42, .5);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.kj-jinxuan, .kj-siwei, .kj-solution, .kj-tongchou, .kj-xietong, .kj-news, .kj-hangye {
  margin-top: 60px;
  text-align: center;
  min-width: 1200px;
}
/* .kj-jinxuan, .kj-siwei, .kj-solution, .kj-xietong, .kj-news, .kj-hangye {
  margin-top: 100px;
} */
/* 精选案例 */
.kj-jinxuan .kj-content {
  margin-top: 64px;
}
.kj-jinxuan .kj-more {
  margin-top: 10px;
}
/* 以工程思维做工装 */
.kj-siwei {
  position: relative;
  margin-top: 118px;
}
.kj-siwei .kj-content {
  font-size: 14px;
  text-align: left;
  margin: 0;
}
.kj-siwei .kj-content img {
  width: 100%;
  max-height: 496px;
  object-fit: cover;
  vertical-align: middle;
}
.kj-siwei .kj-title,
.kj-siwei .kj-subtitle {
  color: #FFFFFF;
}
.kj-siwei .kj-title {
  margin-top: 10px;
  letter-spacing: 2.4px;
}
.kj-siwei .kj-subtitle {
  font-weight: lighter;
  letter-spacing: 1.2px;
}
.kj-siwei-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.kj-siwei-content .kj-placeholder {
  display: block;
  margin: auto;
  width: 35px;
  height: 5px;
  border-radius: 5px;
  margin-top: 20px;
}
.kj-siwei-content .kj-siwei-desc {
  color: #FFFFFF;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 14px;
}
.kj-siwei .kj-siwei-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 智能化解决方案 */
.kj-solution {
  margin-top: 105px;
}
.kj-solution .kj-content {
  margin-top: 90px;
}
.kj-solution .kj-list {
  width: 1012px;
  margin: 0 auto;
}
.kj-solution .kj-item {
  width: 324px;
  margin-bottom: 20px;
  position: relative;
}
.kj-solution .kj-item:hover .kj-solution-content {
  background-color: var(--active-color);
  transition: all 0.3s;
}
.kj-solution .kj-item:hover .kj-more {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.kj-solution .kj-thumb {
  width: 324px;
  height: 324px;
}
.kj-solution-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mask-color);
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.kj-solution-content .kj-item-title {
  line-height: 1;
  font-size: 22px;
  letter-spacing: 2px;
}
.kj-solution-content .kj-more {
  display: block;
  margin: 20px auto 0;
  color: var(--active-color);
  font-size: 14px;
  width: 94px;
  line-height: 22px;
  border: 1px solid var(--active-color);
  border-radius: 22px;
}
/* 整案统筹 */
.kj-tongchou {
  margin-top: 160px;
  display: flex;
  justify-content: center;
}
.kj-tongchou-content,
.kj-xietong-content {
  position: relative;
  background: url("/img/home/tongchou.jpg") no-repeat;
  width: 524px;
  height: 414px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.kj-xietong-content {
  background-image: url("/img/home/xietong.jpg");
  margin-left: 18px;
}
.kj-tongchou .kj-subtitle,
.kj-tongchou .kj-title {
  color: #FFF;
  letter-spacing: 1.2px;
}
.kj-tongchou .kj-title {
  letter-spacing: 5px;
}
.kj-tongchou a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 协同生态支持 */
.kj-xietong {
  height: 434px;
  background-color: var(--active-color);
  margin-top: 144px;
}
.kj-xietong .kj-content {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 104px;
}
.kj-xietong .kj-subtitle {
  padding-top: 80px;
  color: #FFFFFF;
}
.kj-xietong .kj-title {
  color: #FFFFFF;
}
.kj-xietong-item:first-child {
  width: 126px;
}
.kj-xietong-item:nth-child(3) {
  width: 134px;
}
.kj-xietong-item:nth-child(5) {
  width: 170px;
}
.kj-xietong-item:last-child {
  width: 164px;
}
.kj-xietong .line {
  width: 1px;
  height: 42px;
  background-color: #FFF;
}
/* 公司动态 */
.kj-news {
  margin-top: 160px;
}
.kj-news a {
  display: block;
}
.kj-news .kj-info-title a {
  color: #808080;
  letter-spacing: .6px;
}
.kj-news .kj-content {
  margin-top: 44px;
}
.kj-news .kj-news-item {
  border-top: 1px dashed #000;
  display: block;
  padding: 15px 0;
}
.kj-news .kj-info-title a {
  line-height: 30px;
}
.kj-news .kj-info-desc {
  line-height: 26px;
  letter-spacing: 1.2px;
  margin-top: 30px;
}
.kj-news .kj-news-item:nth-child(1),
.kj-news .kj-news-item:nth-child(2) {
  padding: 46px 0 92px;
  box-sizing: border-box;
}
.kj-news .kj-news-item:nth-child(1) {
  border-top: none;
}
.kj-news .kj-news-item:nth-child(1) .kj-info-title,
.kj-news .kj-news-item:nth-child(2) .kj-info-title {
  font-size: 24px;
}
.kj-news .kj-news-item:nth-child(1) .kj-info-title a,
.kj-news .kj-news-item:nth-child(2) .kj-info-title a {
  color: #727171;
  font-weight: bold;
}
.kj-news .kj-news-item:nth-child(1) .kj-info-time,
.kj-news .kj-news-item:nth-child(2) .kj-info-time {
  color: #9E9F9F;
  font-size: 16px;
}
.kj-news .kj-news-item:nth-child(1) .kj-info-desc,
.kj-news .kj-news-item:nth-child(2) .kj-info-desc {
  color: #848484;
}
.kj-news .kj-news-item:nth-child(1) img,
.kj-news .kj-news-item:nth-child(2) img {
  height: auto;
  margin-top: 46px;
}
.kj-news .kj-news-more {
  display: block;
  margin-top: 65px;
  color: #B2B2B2;
  font-size: 16px;
  text-align: center;
  width: 154px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #808080;
  border-radius: 20px;
}
/* 行业资讯 */
.kj-hangye {
  margin-top: 144px;
}
.kj-hangye .kj-content {
  margin-top: 42px;
}
.swiper-pagination-bullet {
  padding: 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--active-color);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 42px;
}

@media screen and (max-width: 768px) {
  .kj-banner-detail {
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .kj-banner .hr {
    width: 100%;
    margin-bottom: 20px;
  }
  .kj-banner .hr .line {
    width: 42px;
  }
  .kj-banner .hr .txt {
    font-size: 14px;
    margin: 0 10px;
  }
  .banner-content-titlie {
    font-size: 24px;
    letter-spacing: 10px;
    text-align: center;
    margin-left: 10px;
  }
  .banner-content-subtitle {
    font-size: 14px;
    margin-top: 18px;
  }
  .banner-more {
    font-size: 14px;
    line-height: 26px;
    width: 160px;
    height: 26px;
    margin-top: 34px;
  }
  .kj-jinxuan, .kj-siwei, .kj-solution, .kj-tongchou, .kj-xietong, .kj-news, .kj-hangye {
    margin-top: 50px;
    width: 100%;
    min-width: auto;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
  }

  /* 精选案例 */
  .kj-jinxuan .kj-content {
    position: relative;
    margin-top: 24px;
  }
  .kj-jinxuan #case {
    margin-top: 24px;
  }
  /* 以工程思维做工装 */
  .kj-siwei .kj-content {
    font-size: 12px;
    padding: 0;
  }
  .kj-siwei .kj-subtitle {
    letter-spacing: .6px;
  }
  .kj-siwei .kj-title {
    margin-top: 0;
  }
  .kj-siwei-content {
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 24px;
  }
  .kj-siwei-content .kj-siwei-desc {
    font-size: 14px;
    margin: 30px 0 0;
  }
  .kj-siwei .kj-content img {
    min-height: 300px;
  }
  /* 智能化解决方案 */
  .kj-solution .kj-content {
    margin-top: 30px;
  }
  .kj-solution .kj-list {
    width: 100%;
  }
  .kj-solution .kj-item {
    width: 162px;
    margin-bottom: 12px;
  }
  .kj-solution .kj-thumb {
    width: 162px;
    height: 162px;
  }
  .kj-solution-content .kj-item-title {
    font-size: 20px;
  }
  /* 整案统筹 */
  .kj-tongchou {
    margin-top: 60px;
    flex-direction: column;
    align-items: center;
  }
  .kj-tongchou-content,
  .kj-xietong-content {
    width: 100%;
    height: 300px;
    background-size: 100%;
    background-position: center;
  }
  .kj-xietong-content {
    margin: 60px 0 0;
  }
  /* 公司动态 */
  .kj-news .kj-content {
    margin-top: 30px;
  }
  .kj-news .kj-news-item:nth-child(1), .kj-news .kj-news-item:nth-child(2) {
    padding: 30px 0 40px;
  }
  .kj-news .kj-info {
    margin-left: 0;
  }
  .kj-news .kj-info-title a {
    line-height: 26px;
  }
  .kj-news .kj-news-item:nth-child(1) .kj-info-title, .kj-news .kj-news-item:nth-child(2) .kj-info-title {
    font-size: 16px;
  }
  .kj-news .kj-news-item:nth-child(1) .kj-info-time, .kj-news .kj-news-item:nth-child(2) .kj-info-time {
    font-size: 12px;
  }
  .kj-news .kj-news-item:nth-child(1) .kj-info-desc, .kj-news .kj-news-item:nth-child(2) .kj-info-desc {
    margin-top: 12px;
    line-height: 20px;
  }
  .kj-news .kj-news-item:nth-child(1) img, .kj-news .kj-news-item:nth-child(2) img {
    margin-top: 20px;
  }
  .kj-news .kj-news-more {
    margin-top: 30px;
    width: 120px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  .kj-news .kj-news-item {
    padding: 10px 0;
  }
  /* 行业资讯 */
  .kj-hangye .kj-content {
    margin-top: 30px;
  }
  .kj-xietong-item:first-child {
    width: 60px;
  }
  .kj-xietong-item:nth-child(3) {
    width: 66px;
  }
  .kj-xietong-item:nth-child(5) {
    width: 82px;
  }
  .kj-xietong-item:last-child {
    width: 80px;
  }
  .kj-xietong .line {
    height: 20px;
  }
}