@charset "utf-8";

html {
  /* overflow-x: hidden; */

}


#navContainer {
  height: 60px;
  min-width: 1024px;
}

.zk-home-content1,
.zk-home-content2,
.zk-home-content3 {
  /* min-width: 1024px; */
}

.zk-home-content1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 680px;
  overflow: hidden;
}

.zk-home-content1 ul {
  display: flex;
  width: 100%;
  justify-content: center;
}

.zk-home-content1 ul li {
  width: 160px;
  height: 360px;
  margin-right: 5px;
  transition: all .3s;
  /* 添加过渡效果 */
}

.zk-home-content1 ul li:hover {
  width: 280px;
  height: 360px;
  margin-right: 5px;
  /* 文字不换行 */
  white-space: nowrap;
}

.zk-home-content1 ul li:last-child {
  margin-right: 0;
}

.zk-home-content1 ul .selected {
  width: 280px;
  height: 360px;
}

.zk-home-content1 ul li img {
  width: calc(100% - 5px);
  height: 100%;
  object-fit: none;
  object-position: 100% 0;
}

.zk-home-content1 ul li {
  position: relative;
}

.zk-home-content1 ul li p {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0em;
}


.zk-home-content2 {
  min-height: 1092px;
  background: #F5F7F8;
  overflow: hidden;
}

.zk-home-content2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

.zk-home-content2 ul li {
  width: calc(25% - 20px);
  min-width: 250px;
  /* 设置每个列表项的宽度为四分之一，并考虑间距 */
  height: 410px;
  margin-bottom: 15px;
  opacity: 1;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #E6E9F0;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 43px 30px 0 30px;
  transition: all 0.3s;

}

.zk-home-content2 ul li .item-image {
  text-align: center;
  margin-bottom: 45px;
}

.zk-home-content2 ul li .item-image p {
  margin-top: 15px;

  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #3D3D3D;
}

.zk-home-content2 ul li .item-description {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #747774;
}

.zk-home-content2 ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* 悬浮时添加阴影效果 */
  transform: translateY(-5px);
  /* 悬浮时向上移动5像素 */
}

.zk-home-content2 ul li .item-image img {
  transition: all 0.3s;
}

.zk-home-content2 ul li:hover .item-image img {
  transform: scale(1.3);
  /* 悬浮时放大图片 */
}

/* 业务架构逻辑--------------------------------------- */
.zk-home-content3 {
  height: 820px;
  background: #fff;
  overflow: hidden;
}

.zk-home-content3 .zk-content-title {
  margin-bottom: 100px;
}

.zk-home-content3 .width70 {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;

}


.zk-home-content3 .width70 .content-img {
  /* flex: 1; */
  width: 470px;
  height: 470px;
  position: relative;

}



.content-img img {
  width: 100%;
  width: 470px;
  height: 470px;
  object-fit: cover;
  transform: scale(1.1);

}

.zk-home-content3 .width70 .content-img .text {
  position: absolute;

}

.zk-home-content3 .width70 .content-img .text1 {
  top: calc(50% - 92px);
  left: calc(50% - 92px);
  width: 184px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;


  color: #FFFFFF;
}

.zk-home-content3 .width70 .content-img .text1 p:first-child {
  font-family: 思源黑体;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0em;

}

.zk-home-content3 .width70 .content-img .text1 p:last-child {
  margin-top: 10px;
  font-family: 思源黑体;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0em;
  color: #FFFFFF;

}


.zk-home-content3 .width70 .text2 .title,
.zk-home-content3 .width70 .text3 .title,
.zk-home-content3 .width70 .text4 .title,
.zk-home-content3 .width70 .text5 .title,
.zk-home-content3 .width70 .text6 .title,
.zk-home-content3 .width70 .text7 .title {
  font-family: 思源黑体;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0em;
  color: #7AC143;
}

.zk-home-content3 .width70 .text2 .description,
.zk-home-content3 .width70 .text3 .description,
.zk-home-content3 .width70 .text4 .description,
.zk-home-content3 .width70 .text5 .description,
.zk-home-content3 .width70 .text6 .description,
.zk-home-content3 .width70 .text7 .description {
  font-family: 思源黑体;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 0em;
  color: #7AC143;
  margin-top: 12px;
}

.zk-home-content3 .width70 .text2 {
  top: 16%;
  left: 24%;
  text-align: right;
}

.zk-home-content3 .width70 .text3 {
  top: 16%;
  right: 24%;
  text-align: left;
}

.zk-home-content3 .width70 .text4 {
  top: 43%;
  left: 12%;
  text-align: right;
}

.zk-home-content3 .width70 .text5 {
  top: 43%;
  right: 5%;
  text-align: left;
}

.zk-home-content3 .width70 .text6 {
  top: 75%;
  left: 28%;
  text-align: right;
}

.zk-home-content3 .width70 .text7 {
  top: 75%;
  right: 19%;
  text-align: left;
}

.zk-home-content3 .width70 .center-l,
.zk-home-content3 .width70 .center-r {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zk-home-content3 .width70 .center-l .center-item:nth-child(1) {
  position: relative;
  left: 50px;
}

.zk-home-content3 .width70 .center-l .center-item:nth-child(2) {
  position: relative;
  left: -50px;
}

.zk-home-content3 .width70 .center-l .center-item:nth-child(3) {
  position: relative;
  left: 80px;
}

.zk-home-content3 .width70 .center-r .center-item:nth-child(1) {
  position: relative;
  left: 20px;
}

.zk-home-content3 .width70 .center-r .center-item:nth-child(2) {
  position: relative;
  left: 119px;
  bottom: 116px;
}

.center-item .title {
  position: relative;
  font-family: 思源黑体;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 12px;
  color: #3D3D3D;
}

.center-item .title img {
  position: absolute;
  top: -33px;
  left: 0;
  z-index: -1;
}

.center-item .description {
  font-family: 思源黑体;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0em;
  color: #747774;
  margin-bottom: 12px;
}

.center-item ul {
  display: flex;
  margin-left: -20px;
}

.center-item ul li {
  padding-left: 10px;
  position: relative;
  margin-left: 20px;
  font-family: 思源黑体;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0em;

  color: #7AC143;

}

.center-item ul li::after,
.center-item ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  /* width: 10px;
  height: 10px; */
  transform: translateY(-50%);
  border-radius: 50%;
}

.center-item ul li::after {
  width: 5px;
  height: 5px;
  background: #7AC143;
}

.center-item ul li::before {
  width: 11px;
  height: 11px;
  /* 圆形 12 */
  left: -3px;
  background: rgba(122, 193, 67, 0.3);

}

/* 产品主张---------------------------------------*/
.zk-home-content4 {
  position: relative;
}

.zk-home-content4 img {
  width: 100%;
}

.zk-home-content4 .zk-content-title {
  position: absolute;
  left: calc(50% - 150px);
  width: 300px;
  text-align: center;
}

.zk-home-content4 .content {
  position: absolute;
  left: calc(50% - 30%);
  width: 60%;

  height: 100%;
  /* background-color: #7ac14358; */
  display: flex;
  justify-content: space-around;
  align-items: end;
}

.zk-home-content4 .content div {
  text-align: center;
  font-family: 思源黑体;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #3D3D3D;
}

.zk-home-content4 .content div:nth-child(1) {
  margin-bottom: 24%;
}

.zk-home-content4 .content div:nth-child(2) {
  margin-bottom: 7%;
}

.zk-home-content4 .content div:nth-child(3) {
  margin-bottom: 24%;

}


/* 设备管理--------------------------------------- */
.zk-home-content5 {
  width: 100%;
}

.zk-home-content5 img {
  width: 100%;

}


.zk-home-content5 .zk-content-title {
  position: absolute;
  left: calc(50% - 150px);
  width: 300px;
  text-align: center;
}

.zk-home-content5 .zk-content-title div {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0em;
  margin-top: 24px;
  color: #666666;
}

/* 媒体查询  宽度小于等于1300*/
@media screen and (max-width: 1300px) {

  /* 在这里添加你想要应用的样式 */
  .zk-home-content1 ul {
    width: 80%;
  }

  .zk-home-content2 {
    padding-bottom: 40px;
  }

  .zk-home-content2 ul {
    width: 80%;
  }

  .zk-home-content2 ul li {
    height: 470px;
    min-width: 230px;
  }

  .zk-home-content3 .width70 {
    width: 90%;
  }
}


@media screen and (max-width: 1600px) {

  .zk-home-content3 .width70 {
    width: 80%;

  }


}