.sutong-goods_type {
  padding: 130px 0 20px;
  position: relative;
  direction: ltr;
}

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

.sutong-goods_type .t {
  width: 75%;
}
.sutong-goods_type .t img{
 border-radius: 50px;
 width:100%;
}

.sutong-goods_type .t h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20;
  margin-bottom:15px;
}

.sutong-goods_type .t p {
  font-size: 20px;
  color: #212121;
  line-height: 2;
  position: relative;
  z-index: 20;
  padding-top:30px;
}

.sutong-goods_type .t h3::before {
  display: block;
  content: '';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210, 217, 221, .75) 1px 0 0, rgba(210, 217, 221, .75) 0 1px 0, rgba(210, 217, 221, .75) -1px 0 0, rgba(210, 217, 221, .75) 0 -1px 0
}

.sutong-goods_type .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: var(--btn-bg);
  margin: 10px auto 0 0
}

.sutong-goods_type .t .more1 {
  margin: 34px 0 0
}

.sutong-goods_type .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  color: #666;
  line-height: 36px
}
.sutong-goods_type .txt img{
 border-radius: 50px;
  margin: 0 20px 20px 0;
}
.sutong-goods_type ul {
  margin: 70px -10px 0;
  display: flex;
  flex-wrap: wrap
}

.sutong-goods_type ul li {
  width: calc(100%/4);
  margin-top: 10px;
  padding: 0 10px
}

.sutong-goods_type ul li .box {
  height: 100%;
  border: 1px solid #edeff1;
  padding: 5px 5px 15px;
  text-align: center
}

.sutong-goods_type ul li .pic {
  width: 100%;
  display: block
}

.sutong-goods_type ul li h5 {
  font-size: 18px;
  color: #212121;
  font-weight: 500;
  line-height: 28px;
  margin: 15px 0 0
}

.sutong-goods_type .more1 {
  padding: 0 40px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbe0e3;
  font-size: 15px;
  color: #212121;
  font-weight: 700
}

.sutong-goods_type .more1 span {
  width: 13px;
  height: 12px;
  background: var(--btn-bg);
  margin-right: 10px;
      display: none;
}

.sutong-goods_type .more1 span:last-child {
  margin-right: 27px
}

.sutong-goods_type .more1:hover {
  background: var(--btn-bg);
  border-color: var(--btn-bg);
  color: #fff
}

.sutong-goods_type .more1:hover span {
  background: #fff
}

@media screen and (max-width: 1500px) {
  .sutong-goods_type ul li h5 {
    font-size: 17px;
    line-height: 27px
  }
}

@media screen and (max-width: 1441px) {
  .sutong-goods_type .t h3::before {
    font-size: 90px
  }

  .sutong-goods_type .t h3 {
    font-size: 38px
  }

  .sutong-goods_type .more1 {
    padding: 0 35px
  }
}

@media screen and (max-width: 1367px) {
  .sutong-goods_type .t h3::before {
    font-size: 80px
  }

  .sutong-goods_type .t h3 {
    font-size: 36px
  }

  .sutong-goods_type {
    padding: 110px 0 20px
  }

  .sutong-goods_type .t {
    width: 75%;
  }
}

@media screen and (max-width: 1281px) {
  .sutong-goods_type .t h3::before {
    font-size: 70px
  }

  .sutong-goods_type .t h3 {
    font-size: 34px
  }

  .sutong-goods_type .txt {
    line-height: 32px
  }

  .sutong-goods_type .t {
    width: 75%;
  }

  .sutong-goods_type ul {
    margin: 50px -6px 0
  }

  .sutong-goods_type ul li {
    padding: 0 6px
  }

  .sutong-goods_type ul li h5 {
    font-size: 16px;
    line-height: 25px
  }
  
.sutong-goods_type .t p {
  font-size: 16px;
  color: #212121;
  line-height: 2;
  position: relative;
  z-index: 20;
  padding-top:25px;
}
}

@media screen and (max-width: 1171px) {
  .sutong-goods_type .t h3::before {
    font-size: 60px
  }

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

  .sutong-goods_type .t {
    width: 75%;
  }

  .sutong-goods_type .txt {
    line-height: 30px
  }

  .sutong-goods_type ul {
    justify-content: center
  }

  .sutong-goods_type ul li {
    width: calc(100%/3);
    padding: 6px
  }
  
.sutong-goods_type .t p {
  font-size: 16px;
  color: #212121;
  line-height: 2;
  position: relative;
  z-index: 20;
  padding-top:25px;
}
}

@media screen and (max-width: 992px) {
  .sutong-goods_type .txt {
    line-height: 30px
  }

  .sutong-goods_type .top {
    display: block
  }

  .sutong-goods_type .t {
    width: 100%;
    text-align: center
  }

  .sutong-goods_type .t h3::before {
    left: 0;
    right: 0;
    top: -30px
  }

  .sutong-goods_type .t h3::after {
    margin: 10px auto 0
  }

  .sutong-goods_type .txt {
    margin: 15px 0 0;
    line-height: 28px
  }

  .sutong-goods_type ul {
    margin: 34px -6px 0
  }
}

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

  .sutong-goods_type .more1 {
    padding: 0 30px;
    height: 50px
  }

  .sutong-goods_type .t h3::before {
    font-size: 50px
  }

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

  .sutong-goods_type .txt {
    line-height: 28px
  }

  .sutong-goods_type {
    padding: 35px 0 0
  }

  .sutong-goods_type .t h3::before {
    top: -20px
  }

  .sutong-goods_type .t .more1 {
    margin: 20px 0 0
  }

  .sutong-goods_type .txt {
    margin: 15px 0 0;
    font-size: 16px
  }

  .sutong-goods_type ul {
    margin: 24px -6px 0
  }

  .sutong-goods_type ul li {
    width: calc(100%/2)
  }

}

@media screen and (max-width: 576px) {
  .sutong-goods_type .t h3 {
    font-size: 26px
  }

  .sutong-goods_type .t h3::before {
    font-size: 40px
  }
}


@media screen and (max-width: 480px) {
  .sutong-goods_type .more1 {
    padding: 0 25px
  }

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

  .sutong-goods_type .t h3::before {
    font-size: 30px
  }

  .sutong-goods_type .l {
    width: 320px;
    height: 192px;
    background-size: 320px 192px;
    padding: 14px 0 0 22px
  }

  .sutong-goods_type .v {
    width: 277px
  }
}