.sutong-pic-text2 .more {
  padding: 0 40px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbe0e3;
  font-size: clamp(14px, 0.94vw, 18px);
  color: #fff;
  font-weight: 700;
  font-family: var(--title-font-family);
  background: var(--color-primary);
  float: right;
}

.sutong-pic-text2 .more span {
  width: 13px;
  height: 12px;
  background: var(--color-primary);
  margin-right: 10px
}

.sutong-pic-text2 .more span:last-child {
  margin-right: 27px
}

html[dir=rtl] .sutong-pic-text2 .more span:last-child {
  margin-left: 27px;
  margin-right: 10px;
}

.sutong-pic-text2 .more:hover {
  background: var(--color-primary);
  color: #fff
}

.sutong-pic-text2 .more:hover span {
  background: #fff
}

.sutong-pic-text2 {
  padding: clamp(30px, 4.166667vw, 80px) 0;
  position: relative;
  background: #f8f8f8;
}

.sutong-pic-text2 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sutong-pic-text2 .t {
  width: 685px;
  position: relative;
}

.sutong-pic-text2 .t h3 {
  font-size: clamp(24px, 2.04vw, 39px);
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.sutong-pic-text2 .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: var(--color-primary);
  margin: 20px auto 0 0
}

html[dir=rtl] .sutong-pic-text2 .t h3::after {
  margin: 20px 0 0 auto;
}

.sutong-pic-text2 .t a {
  margin: 34px 0 0
}

.sutong-pic-text2 .top .txt {
  flex: 1;
}

.sutong-pic-text2 ul {
  margin: 60px -25px 0;
  display: flex;
  flex-wrap: wrap
}

.sutong-pic-text2 ul li {
  width: 25%;
  padding: 0 25px;
  position: relative
}

.sutong-pic-text2 ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  /* left: -94px; */
  top: 40px;
  width: 100%;
  height: 1px;
  border-bottom: 2px dashed #b0b0b0;
  /* transform: rotate(30deg); */
}
html[dir=rtl] .sutong-pic-text2 ul li:not(:first-child)::before {
  right: -96px;
  top: 60px;
  left: auto;
}

.sutong-pic-text2 ul li .dot {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 33px;
  left: -98px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
}
html[dir=rtl] .sutong-pic-text2 ul li .dot {
  right: -10px;
  left: auto;
}

.sutong-pic-text2 ul li .dot .line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 64px;
  /* border-left: 1px dashed var(--color-primary); */
}

.sutong-pic-text2 ul li .dot span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

.sutong-pic-text2 ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  /* right: 136px; */
  top: 40px;
  width: 100%;
  height: 1px;
  border-bottom: 2px dashed #b0b0b0;
  /* transform: rotate(30deg); */
  
}
html[dir=rtl] .sutong-pic-text2 ul li:not(:last-child)::after {
  left: -94px;
  top: 70px;
  right: auto;
}

.sutong-pic-text2 ul li .box {
  height: 100%;
  /*border-bottom: 2px solid color-mix(in srgb, var(--color-primary) 50%, transparent);*/
  padding: 0 0 35px;
  text-align: left;
  position: relative
}

/*.sutong-pic-text2 ul li .box::after {
  content: "";
  height: 2px;
  background: var(--color-primary);
  width: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all .5s ease 0s
}*/


.sutong-pic-text2 ul li .ico img{padding:20px}
.sutong-pic-text2 ul li .ico {
  width: 80px;
  height: 80px;
  background: var(--color-primary);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
      font-size: 30px;
    font-weight: 800;
    color: #fff;
}

.sutong-pic-text2 ul li h5 {
  font-size: clamp(17px, 1.15vw, 22px);
  color: var(--title-text-color);
  font-weight: 700;
  line-height: 1;
  margin: 30px 0 0;
}

.sutong-pic-text2 ul li p {
  margin: 20px 0 0;
  line-height: 2;
  font-size: clamp(14px, 0.94vw, 18px);
}

.sutong-pic-text2 ul li:hover .box::after {
  width: 100%
}


@media screen and (max-width: 1441px) {
  .sutong-pic-text2 .more {
    padding: 0 35px
  }

  .sutong-pic-text2 .t {
    width: 540px
  }
}

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


  .sutong-pic-text2 .t {
    width: 520px
  }


}

@media screen and (max-width: 1281px) {
  .sutong-pic-text2 .t {
    width: 500px
  }


}

@media screen and (max-width: 1171px) {
  .sutong-pic-text2 .t {
    width: 480px
  }
}

@media screen and (max-width: 992px) {
  .sutong-pic-text2 .t {
    width: 100%
  }

  .sutong-pic-text2 .top {
    display: block
  }



  .sutong-pic-text2 .t h3::after {
    margin: 15px 0 0;
  }

  .sutong-pic-text2 .top .txt {
    margin: 20px 0 0;
    line-height: 28px;
  }

  .sutong-pic-text2 ul li {
    width: 50%;
    padding: 15px
  }

  .sutong-pic-text2 ul li:nth-child(2)::after {
    display: none
  }

  .sutong-pic-text2 ul li:nth-child(2n+1) .dot,
  .sutong-pic-text2 ul li:nth-child(2n+1)::before {
    display: none
  }


  .sutong-pic-text2 ul li:not(:first-child)::before {
    /* left: -9px; */
    /* top: 70px; */
    /* width: 130px; */
  }

  html[dir=rtl] .sutong-pic-text2 ul li:not(:first-child)::before {
    right: -9px;
    left: auto;
    top: 87px;
  }
  
  .sutong-pic-text2 ul li .dot {
    top: 30px;
    display: none;
  }
  
  .sutong-pic-text2 ul li .dot .line {
    height: 82px;
  }
  
  .sutong-pic-text2 ul li:not(:last-child)::after {
    /* right: -9px; */
    /* top: 87px; */
    /* width: 130px; */
  }
  
  html[dir=rtl] .sutong-pic-text2 ul li:not(:last-child)::after {
    left: -9px;
    right: auto;
    top: 70px;
  }
}

@media screen and (max-width: 991px) {
  .sutong-pic-text2 .more {
    padding: 0 30px;
    height: 40px;
    float: none;
  }



  .sutong-pic-text2 .t h3 {
  line-height: 40px;
  }


  .sutong-pic-text2 ul li .ico {
    width: 47px;
    height: 47px;
    font-size: 20px;
  }

  .sutong-pic-text2 ul li .ico img {
    max-width: 50%;
    max-height: 50%
  }

  .sutong-pic-text2 ul li:not(:first-child)::before,
  .sutong-pic-text2 ul li:not(:last-child)::after {
    /* width: 150px; */
  }
}

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

  .sutong-pic-text2 ul {
    margin: 25px 0 0
  }

  .sutong-pic-text2 ul li {
    width: 100%;
  }

  .sutong-pic-text2 ul li .box {
    padding: 0 0 10px;
  }

  

  .sutong-pic-text2 ul li {
    width: 100%;
    padding: 15px 0
  }

  .sutong-pic-text2 ul li::after,
  .sutong-pic-text2 ul li::before,
  .sutong-pic-text2 ul li .dot {
    display: none
  }

  .sutong-pic-text2 ul li .ico {
  }

  .sutong-pic-text2 ul li h5 {
    font-size: 17px;
    margin: 25px 0 0
  }

  .sutong-pic-text2 ul li p {
    line-height: 24px
  }
}

@media screen and (max-width: 480px) {
  .sutong-pic-text2 .more {
    padding: 0 20px;
  }


}