body {
  background-color: #f4f4f4;
}
.about {
  background-color: #fff;
  margin: 0.2rem;
  padding: 0 0.3rem;
}
.about .about_top {
  padding-top: 0.1rem;
  padding-bottom: 0.3rem;
}
.about .about_top p {
  font-size: 0.16rem;
  color: #0264AF;
  text-indent: 2em;
}
.about .about_center {
  display: flex;
  justify-content: space-around;
}
.about .about_center .about_center_text li {
  width: 2.2rem;
  height: 1.1rem;
  background-color: #fff;
  border-radius: 0.2rem;
  margin-bottom: 0.15rem;
  padding: 0.1rem;
  box-shadow: -2px -2px 6px 0px rgba(0, 0, 0, 0.68);
}
.about .about_center .about_center_text li .span_one {
  height: 0.2rem;
}
.about .about_center .about_center_text li .span_one img {
  height: 0.2rem;
}
.about .about_center .about_center_text li .span_two {
  font-size: 0.14rem;
}
.about .about_center .about_center_img {
  height: 3rem;
}
.about .about_center .about_center_img img {
  height: 100%;
}
.about .about_botm {
  padding-bottom: 0.5rem;
}
.about .about_botm .about_botm_title {
  width: 1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #0264AF;
  text-align: center;
  font-size: 0.18rem;
  margin-left: 0.1rem;
  font-weight: 700;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.16);
  background-color: #d6d6d6;
}
.about .about_botm .about_botm_ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.about .about_botm .about_botm_ul li {
  width: 2rem;
  height: 0.8rem;
  border-radius: 0.05rem;
  border: 1px solid #0264AF;
  padding: 0.01rem;
  margin: 0.1rem;
}
.about .about_botm .about_botm_ul li a img {
  height: 100%;
  width: 100%;
}
.ahonor {
  background-color: #fff;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  padding: 0.6rem 1.7rem;
  width: 100%;
}
.ahonor p img {
  width: 90%;
}
.related {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.75rem;
}
.related li {
  width: 3.8rem;
  height: 3rem;
  background-color: #fff;
  margin-bottom: 0.55rem;
  cursor: pointer;
}
.related li a {
  text-decoration: none;
}
.related li a .related_top {
  font-size: 0.24rem;
  color: #333;
  text-align: center;
  padding: 0.1rem 0;
}
.related li a .related_center img {
  width: 100%;
}
.related li a .related_botm h4 {
  font-size: 0.2rem;
  color: #666;
  text-align: center;
}
.related li a .related_botm p {
  font-size: 0.14rem;
  color: #999;
  padding: 0.2rem;
}
.related li:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.related li:hover .related_top {
  color: #0264AF;
}
.related li:hover .related_botm h4 {
  color: #0264AF;
}
.related li:hover .related_botm p {
  color: #0264AF;
}
