.sutong-goods-feature {
  padding: clamp(30px, 4.166667vw, 80px) 0;
  background: #f8f8f8;
}


.sutong-goods-feature .more {
  padding: 0 40px;
  height: 64px;
  display: block;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.04vw, 20px);
  color: #fff;
  font-weight: 700;
  background: var(--color-primary);
  width: 250px;
  text-align: center;
  align-items: center;
  font-family: var(--title-font-family);
  margin: auto;
  margin-top: 50px;
  align-content: center;
}

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

.sutong-goods-feature .more span:last-child {
  margin-right: 27px
}

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

.sutong-goods-feature .more:hover span {
  background: #fff
}


.sutong-goods-feature .tit {
  text-align: center;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px solid #eaedef;
  height: 100%
}

.sutong-goods-feature .tit h4 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  line-height: 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-feature .top {
  margin: 55px 0 0;
  display: flex;
  justify-content: space-between
}

.sutong-goods-feature .t {
  width: 685px
}

.sutong-goods-feature .t h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

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

.sutong-goods-feature .t a {
  margin: 34px 0 0
}

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

.sutong-goods-feature ul {
  margin: 0px -19px 0;
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  width: 100%;
}
 
.sutong-goods-feature ul li~li{margin-top: 40px;}
.sutong-goods-feature ul li {
  display: flex;
  align-items: center;
  position: relative;
}

.sutong-goods-feature ul li .item {
  display: flex;
  cursor: pointer;
  height: 100%
}
.sutong-goods-feature ul li .ico img{border-radius:10px;}
.sutong-goods-feature ul li .ico {
  width: 55%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sutong-goods-feature ul li:nth-child(2n+1) .item{
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.sutong-goods-feature ul li:nth-child(2n+1)  .txt {
  margin-right: -4%;
  margin-left: 0;
}
.sutong-goods-feature ul li .txt {
  /* flex: 1; */
  margin-left: 40px;
  background: #fff;
  padding: 60px;
  border-radius: 10px;
  position: relative;
  width: 48.5%;
  margin-left: -4% !important;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin: clamp(20px, 5.208vw, 100px) 0;
}

.sutong-goods-feature ul li .txt h6 {
  font-size: clamp(20px, 1.56vw, 30px);
  font-weight: 700;
  color: #000;
  line-height: 1;
  font-family: var(--title-font-family);
}
.sutong-goods-feature ul li .txt h6::after{
        content: '';
        display: block;
        width: 78px;
        height: 3px;
        margin-top: 20px;
        background: #006432;
}
.sutong-goods-feature ul li .txt p {
  font-size: clamp(14px, 0.89vw, 17px);
  line-height: 30px;
  margin: 23px 0 0;
  word-break: break-word;
  color: #333;
  line-height: 1.8;
}



@media screen and (max-width: 1441px) {
  .sutong-goods-feature .tit h4 {
    font-size: 90px
  }

  .sutong-goods-feature .more {
    padding: 0 35px
  }

  .sutong-goods-feature .t {
    width: 540px
  }
}


@media screen and (max-width: 1367px) {
  .sutong-goods-feature .tit h4 {
    font-size: 80px
  }

  .sutong-goods-feature .t {
    width: 520px
  }

  .sutong-goods-feature .tit {
    height: 65px
  }
}

@media screen and (max-width: 1281px) {
  .sutong-goods-feature .tit h4 {
    font-size: 70px
  }

  .sutong-goods-feature .tit {
    height: 60px
  }

  .sutong-goods-feature .t {
    width: 500px
  }
}

@media screen and (max-width: 1171px) {
  .sutong-goods-feature .tit h4 {
    font-size: 60px
  }

  .sutong-goods-feature .tit {
    height: 50px
  }

  .sutong-goods-feature .t {
    width: 480px
  }
}

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

  .sutong-goods-feature .t {
    width: 100%
  }

  .sutong-goods-feature .top {
    margin: 40px 0 0;
    display: block
  }

  .sutong-goods-feature .t {
    text-align: center
  }

  .sutong-goods-feature .t h3::after {
    margin: 15px auto 0
  }

  .sutong-goods-feature .top .txt {
    margin: 15px 0 0;
    line-height: 28px
  }

  .sutong-goods-feature ul {
    margin: 0 0 0;
  }

  .sutong-goods-feature ul li {
    width: 100%;
  }

  .sutong-goods-feature ul li .ico{width:100%}

  .sutong-goods-feature .t h3 {
    font-size: 30px
  }
}

@media screen and (max-width: 768px) {
  .sutong-goods-feature .more {
    padding: 0 20px;
    height: 40px;
    width: 160px;
    margin-top: 30px;
  }

  .sutong-goods-feature .tit h4 {
    font-size: 50px
  }

  .sutong-goods-feature .tit {
    height: 45px
  }
}

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


  .sutong-goods-feature ul li .item {
    padding: 0;
    flex-direction: column;
  }
  .sutong-goods-feature ul li:nth-child(2n+1) .item{
    flex-direction: column;
  }
  .sutong-goods-feature ul li:nth-child(2n+1) .txt {
    margin-right: 0;
    margin-left: 0 !important;
    width: 100%;
    padding: 20px;
  }
  .sutong-goods-feature ul li .txt {
    margin-right: 0;
    margin-left: 0 !important;
    width: 100%;
    padding: 20px;
  }
    .sutong-goods-feature .tit h4 {
    font-size: 24px
  }

  .sutong-goods-feature .tit {
    height: 20px;
  }

  .sutong-goods-feature ul li .txt p {
    line-height: 26px;
    margin: 20px 0 0
  }

  .sutong-goods-feature ul li~li {
    margin-top: 20px;
  }
}

