.aboutbox {
  width: 100%;
  min-height: 12rem;
  background: url(../img/a17.png) no-repeat;
  background-size: 100%;
}

.catebg {
  padding-top: 0.5rem;
  border-bottom: 1px solid rgba(212, 212, 212, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.catebg div {
  width: 1.67rem;
  padding-bottom: 0.18rem;
  border-bottom: 0.03rem solid rgba(212, 212, 212, 0);
  text-align: center;
  font-size: 0.22rem;
  font-weight: 700;
  color: #999999;
  letter-spacing: 2.2px;
  margin: 0 0.7rem;
  cursor: pointer;
}

.catebg div:hover {
  color: rgba(165, 0, 0, 1);
  border-bottom: 0.03rem solid rgba(165, 0, 0, 1);
}
.catebg .select {
  color: rgba(165, 0, 0, 1);
  border-bottom: 0.03rem solid rgba(165, 0, 0, 1);
}

.breif_detail {
  font-size: 0.18rem;
  font-weight: 400;
  color: #555555;
  line-height: 0.5rem;
}
.breif_detail img{
  width: 100%;
}
.breif_detail p{
  font-family: "KaiTi" !important;
}
.breif_detail p span{
  font-family: "KaiTi" !important;
}

.aboutcont {
  width: 12.4rem;
  padding: 0.68rem 0;
  margin: 0 auto;
}
.aboutcont .breif_detail ul {
  list-style: disc;
}

.abouthonor {
  margin: 0.6rem 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
}

.honorbg {
  width: 3.3rem;
  height: 2.43rem;
  background: #ffffff;
  box-shadow: -0.1rem 0px 0.24rem 0.1rem rgba(0, 0, 0, 0.06);
  margin-right: 0.32rem;
  margin-bottom: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* cursor: pointer; */
}

.honorbg:nth-child(4n) {
  margin-right: 0;
}

.honorbg img {
  width: 3.17rem;
  height: 100%;
}

.hoorlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.hoorlayer div {
  width: 1.86rem;
  font-size: 0.18rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 0.14rem 0;
  border-top: 1px solid rgba(165, 0, 0, 0.2);
  border-bottom: 1px solid rgba(165, 0, 0, 0.2);
  margin: 0.8rem auto 0;
}

.honorbg:hover .hoorlayer {
  display: block;
}

.page {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.28rem;
}
.page a {
  width: 1.44rem;
  height: 0.78rem;
  line-height: 0.78rem;
  border: solid 0.01rem #d5d5d5;
  margin: 0 0.1rem;
  color: #999;
  display: inline-block;
  border-radius: 0.7rem;
  box-sizing: border-box;
}
.page span a {
  width: 0.78rem;
  height: 0.78rem;
  background: none;
  border: solid 0.01rem rgba(165, 0, 0, 0);
  border: 50%;
  color: #333;
}
.page .page_on {
  border: solid 0.01rem #a50000;
  background: #fff;
  border-radius: 50%;
  color: #a50000;
}


@media only screen and (max-width: 1024px) {
  .aboutcont {
    width: 8rem;
  }
  .catebg div {
    margin: 0 0.3rem;
    min-height: auto;
  }

  .abouthonor {
    width: 9.6rem;
    padding-top: 0.7rem;
    margin: 0 auto;
    display: block;
  }
  .honorbg {
    float: left;
    width: 2.18rem;
    height: 1.6rem;
    margin-right: 0.22rem;
    margin-bottom: 0.45rem;
  }
  
  .honorbg:nth-child(4n) {
    margin-right: 0;
  }
  

}
@media only screen and (max-width: 1023px) {
  .aboutbox {
    background: none;
    min-height: auto;
    overflow: hidden;
  }
  .catebg {
    width: 100%;
    height: 1.08rem;
    line-height: 1.05rem;
    border-bottom: 1px solid rgba(212, 212, 212, 0.4);
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0 0 0 0.3rem;
    display: flex;
    justify-content: left;
  }
  .catebg::-webkit-scrollbar {
    display: none;
  }
  .catebg div {
    /* float: left; */
    padding: 0;
    border-bottom: 0.03rem solid rgba(212, 212, 212, 0);
    text-align: center;
    font-size: 0.3rem;
    font-weight: 700;
    color: #999999;
    /* letter-spacing: 2.2px; */
    cursor: pointer;
    margin: 0 0.2rem;
    display:inline-block
  }

  .catebg .select {
    color: rgba(165, 0, 0, 1);
    border-bottom: 0.03rem solid rgba(165, 0, 0, 1);
  }
  .aboutcont {
    width: 92%;
    padding: 0;
    margin: 0.46rem auto;
  }
  .breif_detail {
    font-size: 0.28rem;
    line-height: 0.68rem;
  }

  .abouthonor {
    width: 96%;
    padding-bottom: 0.5rem;
  }
  .honorbg {
    width: 46%;
    height: 2.33rem;
    margin: 0 2% 4% 2%;
  }
  .honorbg:nth-child(4n) {
    margin: 0 2% 4% 2%;
  }

  .honorbg img {
    width: 3.17rem;
    height: 2.18rem;
  }

  .hoorlayer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    display: none;
  }

  .hoorlayer div {
    width: 1.86rem;
    font-size: 0.18rem;
    font-family: 'Microsoft YaHei';
    font-weight: 700;
    text-align: center;
    color: #a50000;
    padding: 0.14rem 0;
    border-top: 1px solid rgba(165, 0, 0, 0.2);
    border-bottom: 1px solid rgba(165, 0, 0, 0.2);
    margin: 0.8rem auto 0;
  }

  .honorbg:hover .hoorlayer {
    display: block;
  }

  
  
}
