.sutong-goods_type {
  padding: 70px 0;
  position: relative;
  background-color: #fbfbfb;
}

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

.sutong-goods_type .t h3 {
 font-size: 42px!important;
font-weight: 700;
line-height: 50px;
  position: relative;
  z-index: 20
}

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

.sutong-goods_type .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  line-height: 36px
}

.sutong-goods_type ul {
  margin: 70px -10px 0;
  display: flex;
  flex-wrap: wrap
}

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

.sutong-goods_type ul li .box {
  height: 100%;
  /* border: 1px solid #edeff1; */
  /* padding: 5px 5px 15px; */
  text-align: center;
  background: #FFF;
  transition: all .3s cubic-bezier(0,0,.5,1);
}

.sutong-goods_type ul li .box:hover {
  box-shadow: 0px 10px 30px 0px #00000033;
  transform: scale3d(1.01, 1.01, 1.01);
}

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

.sutong-goods_type ul li .pic img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sutong-goods_type ul li h5 {
  font-size: 18px;
  color: var(--title-text-color);
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0;
  font-family: var(--font-family);
}

.sutong-goods_type .more1 {
  padding: 0 14px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--title-text-color);
  font-weight: 700;
  border: 1px solid #BEBEBE;
  position: relative;
}

.sutong-goods_type .more1 i {
  margin-left: 16px;
}

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

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

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

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

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

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

@media screen and (max-width: 992px) {
  .sutong-goods_type .top {
    flex-direction: column;
    text-align: center;
  }

  .sutong-goods_type .txt {
    margin-top: 30px;
  }
  .sutong-goods_type .t .more1 {
    margin-top: 30px;
  }
  .sutong-goods_type .t h3 {
    font-size: 28px;
  }

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

  .sutong-goods_type ul li {
    margin-bottom: 30px;
  }
}

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

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

  .sutong-goods_type ul li {
    margin-bottom: 20px;
  }
}

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



