.m_top_banner {
  height: 75vh;
  position: relative;
}

.m_top_txt {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  width: 80%;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8), 0 0 10px rgba(16, 124, 201, 0.5);
}

.m_top_txt h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.m_top_txt p {
  font-size: 1rem;
  line-height: 1.5;
}

.m_honor_main_con {
  padding: 2rem 1rem 0;
}

.m_honor_main_con_tit {
  padding: 1rem 0;
}

.m_honor_main_con_tit h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #333333;
}

.m_honor_main_con_tit p {
  width: 2.5rem;
  height: 0.1rem;
  background-color: #107cc9;
  margin: 0 auto;
}
.m_honor_main_box{
    padding: 1rem;
}
.m_honor_main_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0.5rem;
}
.m_honor_main_box ul li{
    position: relative;
    flex-basis: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;   
}
.m_honor_main_box ul li .m_honor_img{
    background: url(/static/images/h-img-bg1.png) bottom center no-repeat;
    background-size: 100% 100%;
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;  
}

.m_honor_main_box ul li.m_h_v .m_honor_img{
    background: url(/static/images/h-img-bg2.png) bottom center no-repeat;
    background-size: 100% 100%;
}
.m_honor_main_box ul li.m_h_v .m_honor_img img{
    width: 14rem;
    height: 20.5rem; 
}
.m_honor_main_box ul li .m_honor_txt{
    background: url(/static/images/h-txt-bg.png) top no-repeat;
    background-size: contain;
    width: 100%;
    height: 10rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center;
    padding-top: 3.5rem;
}
.m_honor_main_box ul li .m_honor_txt::before{
    position: absolute;
    content: '';
    width: 1.0625rem;
    height: .25rem;
    background-color: #107cc9;
    margin: 0 auto;
    top: 4rem;
}
.m_honor_main_box ul li .m_honor_txt h4{
    font-size: 1rem;
    font-weight: 500;
}


