.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: 50px;
  font-weight: 700;
  line-height: 1;
  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: 30px -10px 0;
  display: flex;
  flex-wrap: wrap
}

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

.sutong-goods_type ul li .box {
  height: 100%;
  /* border: 1px solid #edeff1; */
  /* padding: 5px 5px 15px; */
  text-align: center;
  background: #333333;
  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: 1 / 1;
  object-fit: cover;
}

.sutong-goods_type ul li h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  line-height: 28px;
  margin: 20px 0;
  font-family: var(--font-family);
  text-transform: capitalize;
}
.sutong-goods_type ul li:hover  h5 a{
  color: var(--color-second);
}
.sutong-goods_type ul li:hover  .more{
  color: var(--color-second);border:1px solid  var(--color-second);
}
.sutong-goods_type ul li .box:hover{
  background:#fff
}
.sutong-goods_type ul li .more {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 20px;
  font-family: var(--font-family);
  border-radius: 50px;
  border: 1px #fff solid;
  padding: 7px 10px;
  display: inline-block;
}
.sutong-goods_type ul li .more i{
 

}
.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: 0;
    margin-top: 0;
    padding: 0;
  }
  
  .sutong-goods_type ul {margin: 0;}
  
}

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

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

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



