.main-title{
  width: 100%;
  height: 28.19rem;
  background: url('../../images/brand/lhms.png') no-repeat center center/100%;
}
.main-title-content{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  box-sizing: border-box;
  padding: 9rem 23rem;
}
h1{
  font-size: 4.38rem;
  font-weight: 600;
}
h3{
  font-size: 1.63rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  margin-top: 2.5rem;
}
.introitem-title{
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: #333;
  margin-bottom: 3rem;
}
.introitem-title img{
  margin-right: 0.75rem;
}

.item-box{
  width: 100%;
  padding: 8rem 23rem;
  box-sizing: border-box;
}
p{
  font-size: 1rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
  text-align: justify;
}
.strategy-content{
  display: flex;
  justify-content: space-between;
}
p.strategy-text{
  width: 38.75rem;
  position: relative;
}
/* p.strategy-text::after{
  content: '';
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 2rem;
  height: 0.25rem;
  background: #07A359;
} */

.strategy-imgbox{
  width: 32.75rem;
  /*height: 27rem;*/
  overflow: hidden;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}
.strategy-imgbox>img{
  width: 100%;
}

.strategy-num{
  width: 100%;
  display: flex;
  background: #07A359;
  color: #fff;
  margin-top: 6rem;
}

.strategy-num-item{
  width: 25%;
  padding: 2rem 0;
}
.number{
  text-align: center;
  position: relative;
  font-size: 3.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.numbertext{
  position: relative;
  font-weight: 700;
}
.num-unit{
  font-size: 0.88rem;
  position: absolute;
  top: 0;
  right: -16px;
}
.num-unit2{
  right: -36px;
}
.num-title{
  text-align: center;
  font-size: 1rem;
}
.strategy-text>span{
  display: block;
  margin-bottom: 0.75rem;
}

.brand-info-item{
  box-sizing: border-box;
  width: 100%;
  padding: 2.5rem;
  margin-top: 1.8rem;
  box-shadow: 0px 1px 14px 15px rgb(104 104 104 / 1%);
  background: linear-gradient(90deg, rgba(244, 253, 244, 1) 0%, rgba(251, 255, 251, 0.5) 100%);
}

.brand-info-item p{
  font-size: 1rem;
  line-height: 1.25;
}

.brand-info-box{
  width: 100%;
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.halfwidth-info{
  width: 48.5%;
}
h4{
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
li{
  font-size: 1rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  margin-top: 1.2rem;
}
ul{
  box-sizing: border-box;
  padding-left: 20px;
}
ul li::marker {
  color: #07A359;
}

.goods-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.goods-item{
  width: 24%;
  margin-top: 2.5rem;
}
.goodsimg{
  width: 100%;
  height: 10.31rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.goods-title{
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
}
.goods-info{
  font-size: 0.75rem;
  line-height: 1.2;
  color: rgba(102, 102, 102, 1);
}

.buylink-bg{
  /* background: url('../../images/brand/buylink-bg.png') no-repeat center center/100%; */
}
.black-bg{
  /* background: rgba(0, 0, 0, .7); */
  color: rgba(102, 102, 102, 1);
}
.buylink-content{
  text-align: center;
}
.buylink-content h2{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.buylink-content p{
  font-size: 1rem;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 4.375rem;
  text-align: center;
}
.link-box{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.link-box>a{
  width: 120px;
  text-align: center;
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}
.link-box>a>img{
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}
.link-name{
  font-size: 1rem;
  margin-bottom: 17px;
  color: rgba(51, 51, 51, 1);
}
.link-btn{
  width: 120px;
  height: 40px;
  border-radius: 29px;
  background: #07A359;
  border: 1px solid #07A359;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 1.13rem;
  display: inline-block;
  text-decoration: none;
}
.strategy {
  padding-bottom: 0;
}
@media screen and (min-width: 1920px){
	.strategy {
	    max-width: 1920px;
		margin: 0 auto;
	}
}

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

  .goods-item{
    width: 48.5%;
  }
  .goodsimg{
    height: auto;
  }
  .item-box{
    padding: 8rem 10rem;
  }
  p.strategy-text {
    width: 62.75rem;
  }
}
@media screen and (max-width:643px){
  .strategy-content{
    display: block;
  }
  p.strategy-text{
    width: 100%;
  }
  .strategy-imgbox{
    width: 100%;
    height: 70rem;
  }
  .strategy-num-item{
    width: 50%;
  }
  .strategy-num{
    flex-wrap: wrap;
  }
  .number{
    font-size: 22px;
  }
  .brand-info-item p{
    line-height: 2;
  }
  li{
    margin-top: 15px;
  }
  .goods-item{
    width: 100%;
  }
  .link-box>a{
    width: 50px;
  }
  .link-box>a>img{
    height: 50px;
  }
  .link-btn{
    width: auto;
    height: auto;
    line-height: 2;
  }

  .introitem-title,h4,.buylink-content h2 {
    font-size: 16px;
  }
  p,.buylink-content p,.link-name,.link-btn{
    font-size: 12px;
  }
  .num-unit,.num-title{
    font-size: 12px;
  }




}