.sutong-pic-text2 .more {
  padding: 0 40px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbe0e3;
  font-size: 15px;
  color: var(--title-text-color);
  font-weight: 700
}

.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);
  border-color: var(--color-primary);
  color: #fff
}

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

.sutong-pic-text2 {
  padding: 50px 0
}

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

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

.sutong-pic-text2 .t h3 {
  font-size: 34px;
  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;
  margin-left: 15px;
  font-size: 17px;
  line-height: 36px
}

.sutong-pic-text2 ul {
  margin: 60px -25px 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-bottom: 2px;
}

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

.sutong-pic-text2 ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -94px;
  top: 70px;
  width: 100px;
  height: 1px;
  border-bottom: 1px dashed var(--color-primary);
  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: 24px;
  left: -10px;
  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: -96px;
  top: 60px;
  width: 100px;
  height: 1px;
  border-bottom: 1px dashed var(--color-primary);
  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: 10px 0 35px;
  text-align: center;
  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 {
  width: 155px;
  height: 155px;
  background: #dcf3ff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.sutong-pic-text2 ul li h5 {
  font-size: 18px;
  color: var(--title-text-color);
  font-weight: 700;
  line-height: 1;
  margin: 40px 0 0
}

.sutong-pic-text2 ul li p {
  margin: 20px 0 0;
  line-height: 26px;
  font-size: 14px;
}

.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
  }

  .sutong-pic-text2 .t h3 {
    font-size: 32px
  }
}

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

  .sutong-pic-text2 .t h3 {
    font-size: 30px
  }
}

@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 {
    text-align: center
  }

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

  .sutong-pic-text2 .top .txt {
    margin: 15px 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;
  }
  
  .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: 768px) {
  .sutong-pic-text2 .more {
    padding: 0 30px;
    height: 50px
  }

  .sutong-pic-text2 .t h3 {
    font-size: 28px
  }

  .sutong-pic-text2 {
    padding: 30px 0
  }

  .sutong-pic-text2 ul li .ico {
    width: 120px;
    height: 120px
  }

  .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 .t h3 {
    font-size: 26px
  }

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

  .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 {
    width: 100px;
    height: 100px
  }

  .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 25px
  }

  .sutong-pic-text2 .t h3 {
    font-size: 24px
  }
}