* {
  margin: 0;
  padding: 0;
}

.container {
  min-width: 1200px;
}

/* 顶部 */
.top {
  width: 100%;
  /* min-width: 1200px; */
  height: 41.67vw;
  min-height: 500.04px;
  background-image: url("https://zbhk-new.lnyun.com.cn/www/bdkj/images/202503/759352399331594413.png");
  background-size: 100% 100%;
  
  padding-bottom: 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 顶部结束 */

/* 数组孪生技术应用 */
.szlsjsyy {
  width: 100%;
  min-height: 515px;
  background-image: url("/channel-home/network/static/sjksh/sjlsjsyybg.png");
  background-size: 100% 100%;
  padding: 4vw 0;
  box-sizing: border-box;
}

.szlsjsyy-title {
  color: #000000;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.szlsjsyy-tip {
  color: #75797e;
  font-size: 18px;
  margin-top: 24px;
  text-align: center;
}

.szlsjsyy-cont {
  width: 70vw;
  min-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}

.sjlsjsyybox {
  width: 13vw;
  height: 23vw;
  margin-right: 8px;
  background-color: #fff;
  background-size: 100% 100%;
  cursor: pointer;
  transition: width 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4vw 32px;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
}

.sjlsjsyybox-active {
  width: 40%;
  background-size: 100% 100%;
}

.sjlsjsyybox-title {
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sjlsjsyybox-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sjlsjsyybox-in {
  width: 100%;
}
/* 数组孪生技术应用结束 */

/* 多元化应用场景 */
.dyh {
  width: 100%;
  height: 59.8vw;
  min-height: 718.75px;
  background-image: url("/channel-home/network/static/sjksh/dyhbg.png");
  background-size: 100% 100%;
  padding: 4vw 0;
  box-sizing: border-box;
}

.dyh-title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.dyh-tip {
  color: #fff;
  font-size: 18px;
  margin-top: 24px;
  text-align: center;
}
.dyh-content {
  display: flex;
  padding-left: 10%;
  margin-top: 88px;
}

.dyh-left {
  width: 35%;
  /* min-width: 625px; */
  min-height: 470px;
  background-image: url("/channel-home/network/static/sjksh/yycjbg.png");
  background-size: 100% 100%;
  padding: 0 6% 0 3%;
  box-sizing: border-box;
  /* opacity: 0.9; */
  z-index:999
}

.dyh-left-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 36px;
  padding-top: 19.8%;
  box-sizing: border-box;
}

.dyh-left-cont {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  margin-top: 24px;
  line-height: 32px;
}

.dyh-right {
  width: 65%;
  margin-left: -24px;
}

.dyhlist {
  display: flex;
  align-items: center;
}

.dyh-right-img {
  width: 100%;
}

.dyhone {
  width: 25%;
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3d3e3a;
  font-size: 24px;
  background-color: #fff;
  box-shadow: 5px 0px 20px 0px rgba(71, 71, 71, 0.1);
  cursor: pointer;
}

.dyh-active {
  color: #fff;
  background-color: #006dff;
  box-shadow: 5px 0px 25px 0px rgba(0, 109, 255, 0.2);
}

.dyhone-img {
  margin-bottom: 12px;
}

/* 成功案例 */
.cgal {
  width: 100%;
  min-height: max-content;
  background-image: url("/channel-home/network/static/sjksh/cgalbg.png");
  background-size: 100% 100%;
  padding: 4vw 0;
  box-sizing: border-box;
}

.cgal-cont {
  width: 70vw;
  min-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}

.cgalbox {
  width: 25vw;
  min-height: 590px;
  background-color: #fff;
  background-size: cover;
  cursor: pointer;
  transition: width 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}

.cgalbox-active {
  width: 60vw;
  background-size: 100% 100%;
}

.cgalbox-title {
  width: 100%;
  font-weight: 500;
  font-size: 30px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cgalbox-content {
  width: 80%;
  color: #bcc0d1;
  font-weight: 400px;
  font-size: 18px;
  margin-top: 20px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cgalbox-active .cgalbox-content {
  color: #fff !important;
}
.cgalbox-in {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2vw 2vw 2vw;
  box-sizing: border-box;
  background-image: linear-gradient(
    to bottom,
    rgba(1, 4, 40, 0.3),
    rgba(1, 4, 40, 0.7)
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 999;
}

.cgal-video {
  width: 100%;
  z-index: 9;
}

.cgalboxright {
  width: 50px;
  height: 50px;
  display: block;
  margin-top: 20px;
}

.cgalbox-playvideo {
  display: none;
  background-color: #006dff;
  color: #fff;
  width: 216px;
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
  margin-top: 20px;
}

/* 成功案例结束 */

.svg{
    width: 150px;
    height: 150px;
}
.st0,
.st1{
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.dd3{
    width: 150px;
    height: 150px;
}
.dd3:hover path {
  animation: none; /* 清除原有动画 */
}

.dd3:hover path {
  animation: draw 1.5s linear forwards;
}

@keyframes draw {
  from {
    stroke-dashoffset: var(--path-length);
  }
  to {
    stroke-dashoffset: 0;
  }
}
