.home_two {
  width: 100%;
  z-index: 0;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
  display: flex;
  /* padding: 1.73rem 0.71rem; */
  /* height: 21.2rem; */
}
.honor_img {
  width: 100%;
  /* height: 8.34rem; */
}
.honor {
  width: 100%;
  height: 8.34rem;
  background: url(../image/bottom_tyzz.png) no-repeat;
  background-size: 100% 100%;
}
.honor_box {
  background-color: #ffffff;
  width: 87%;
  padding: 0.89rem 0.7rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  margin-top: 1.93rem;
  margin: -28% auto 0;
  transform: translateY(-6%);
  /* left: 0.7rem; */
}
.honor_list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: space-between;
  flex-wrap: wrap;
}
.honor_item {
  width: 3.71rem;
  height: 3.81rem;
  background-color: #F4F4F4;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.honor_item2 {
  margin-top: 0.5rem;
  width: 3.71rem;
  height: 5.32rem;
  background-color: #F4F4F4;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.honor_item3 {
  margin-top: 0.5rem;
  width: 3.71rem;
  height: 5.32rem;
  background-color: #F4F4F4;
  margin-left: 0.1rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.honor1_iamge {
  margin-top: 0.22rem;
  width: 3.37rem;
  height: 2.62rem;
}
.honor2_iamge {
  margin-top: 0.22rem;
  width: 3.37rem;
  height: 2.67rem;
}
.honor3_iamge {
  margin-top: 0.26rem;
  width: 3.27rem;
  height: 4.40rem;
}
.honor_name {
  margin-top: 0.28rem;
  color: #323232;
  font-size: 0.2rem;
  /* font-weight: 600; */
}
@media screen and (max-width: 600px) {
  .home_two {
      display: block;
      width: 100%;
      z-index: 0;
      box-sizing: border-box;
      justify-content: center;
      display: flex;
      /* padding: 1.73rem 0.71rem; */
      /* height: 50rem; */
  }
  .honor_box {
      transform: translateY(-1%);
      margin: -26% auto 0;
      padding: 0.3rem 0.2rem;
  }
  .honor_item {
      width: 3rem;
      height: 3.7rem;
      background-color: #F4F4F4;
      text-align: center;
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-top: 0.2rem;
  }
  .honor_item2 {
      margin-top: 0.2rem;
      width: 3rem;
      height: 5.8rem;
  }
  .honor1_iamge {
      width: 2.7rem;
      height: 2rem;
  }
  .honor2_iamge {
      width: 2.8rem;
      height: 2.3rem;
  }
  .honor3_iamge {
      width: 2.9rem;
      height: 4.40rem;
  }
}
.awards_imgs {
  max-width:90vw;
  max-height:80vh;
}
