.about_us_p .honor_c {
    display: block;
}

.about_us_p .title_c {
    width: 100%;
    text-align: center;
    margin: .35938rem 0 .32292rem 0;
    position: relative
}

.about_us_p .title_c .ionc1::before,
.about_us_p .title_c .ionc2::before {
    content: '';
    display: inline-block;
    width: .1875rem;
    height: .21875rem;
    background: url(/img/honor_icon1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: calc(50% - 2em);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about_us_p .title_c .ionc2::before {
    background: url(/img/honor_icon2.png) no-repeat center;
    background-size: 100% auto
}

.about_us_p .title_c span {
    display: inline-block;
    font-size: .15625rem;
    font-weight: 700;
    color: #df6334
}

.about_us_p .honor_c.container-xxl {
    width: 8.63542rem;
    margin: 0;
    background: url(/img/honor_bg.png) no-repeat left .41667rem;
    background-size: 100% auto;
    margin-left: .90104rem
}
.about_us_p .top_img_c .top_img_c_c{
  text-align: center;
}
.about_us_p .top_img_c .top_img_c_c:nth-child(n+1){
  margin-top: 0.3rem;
}
.about_us_p .top_img_c .img_l_c,
.about_us_p .top_img_c .img_r_c {
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-right: 0.3rem
}

.about_us_p .top_img_c .text {
    margin-top: .15104rem;text-align:center
}

.about_us_p .top_img_c .img_r_c {
  margin-right: 0
}

.about_us_p .top_img_c img {
    width: 2.5rem;
    height: 1.88021rem
}

.about_us_p .bootom_img_c .img_c,
.about_us_p .bootom_img_c .text_c {
    display: inline-block;
    vertical-align: top
}


/* .about_us_p .top_img_c .img_l_c,.about_us_p .top_img_c .img_r_c{
    background: url('/img/honer_boder.png') no-repeat left top;
    background-size: 100%;
} */

.about_us_p .top_img_c img {
    padding: 0.08469rem;
    background: url(/img/honer_boder.png) no-repeat left top;
    background-size: 100%;
}

.about_us_p .bootom_img_c .text_c {
    width: 3.1rem;
    margin: 0 .45rem 0 .45rem;
    padding-bottom: .4rem;
}

.about_us_p .bootom_img_c .text_c .item {
    margin-bottom: .15rem
}

.about_us_p .bootom_img_c .text_c .year_c {
    font-size: .09375rem;
    line-height: .1875rem;
    font-weight: 700;
    color: #e06638
}

.about_us_p .bootom_img_c .text_c .content_c {
    font-size: .08333rem;
    color: #666
}

.about_us_p .bootom_img_c .img_c {
    width: 4rem
}

.about_us_p .bootom_img_c img {
    width: 100%;
    height: auto
}

@media screen and (max-width:800px){
  .about_us_p .honor_c.container-xxl {
      width: 100%;
      margin-left:0;padding:0
  }
  .about_us_p .top_img_c .img_l_c {
      margin:0;
  }
  .about_us_p .top_img_c{
      padding: 0 .18958rem;
  }
  .about_us_p .top_img_c img {
      width: 100%;height:auto;
      box-sizing: border-box;
      background-size: 100% 100%;
  }
  .about_us_p .top_img_c .img_r_c {
      position: relative;
      display: inline-block;
      margin-top: .3125rem;
      margin-right: 0;
  }
  .about_us_p .bootom_img_c .text_c {
      margin: 0 .18958rem;box-sizing: border-box;padding:0
  }
  .about_us_p .bootom_img_c .text_c {
      width: auto;
      height: auto;
  }
  .about_us_p .bootom_img_c .img_c {
      width: 100%;
      height: auto;
  }
}