.supage-639 {
  font-family: '思源黑体 CN Bold', '微软雅黑';
}
.supage-639 .honor-module {
  padding: 0.65rem 0 1rem;
}
@media screen and (max-width: 1024px) {
  .supage-639 .honor-module {
    padding: 1rem 0;
  }
}
.supage-639 .honor-module .honor-module-container {
  width: 81%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .supage-639 .honor-module .honor-module-container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.supage-639 .honor-module .honor-module-container .honor-module-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.supage-639 .honor-module .honor-module-container .honor-module-title-wrap .honor-module-title h3 {
  font-family: Impact, '微软雅黑';
  font-size: 0.3rem;
  font-weight: inherit;
  color: #333333;
  line-height: 1;
  letter-spacing: 2px;
}
.supage-639 .honor-module .honor-module-container .honor-module-title-wrap .honor-module-title h2 {
  margin-top: 0.28rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  letter-spacing: 2px;
}
.supage-639 .honor-module .honor-module-container .honor-module-title-wrap .honor-module-title .line {
  margin-top: 0.28rem;
  width: 0.5rem;
  height: 2px;
  background-color: #8C8C8C;
}
.supage-639 .honor-module .honor-module-container .honor-module-title-wrap .honor-module-child-more .more {
  margin-left: 0.2rem;
}
.supage-639 .honor-module .honor-module-container .honor-module-title-wrap .honor-module-child-more .more a {
  display: block;
  width: 2.22rem;
  height: 0.6rem;
  border: 2px solid #050101;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  line-height: 0.6rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage-639 .honor-module .honor-module-container .honor-module-title-wrap .honor-module-child-more .more a:hover {
  background-color: #D3A93D;
  border-color: #D3A93D;
  color: #fff;
}
.supage-639 .honor-module .honor-module-container .honor-module-content {
  margin-top: 0.42rem;
}
.supage-639 .honor-module .honor-module-container .honor-module-content ul {
  display: flex;
  justify-content: flex-start;
}
.supage-639 .honor-module .honor-module-container .honor-module-content ul li {
  width: calc((100% - 0.24rem)/4);
  height: 2.85rem;
  overflow: hidden;
  background-color: #F4F6F8;
  margin-top: 0.08rem;
  margin-right: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.supage-639 .honor-module .honor-module-container .honor-module-content ul li img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage-639 .honor-module .honor-module-container .honor-module-content ul li:nth-child(4n) {
  margin-right: 0;
}
.supage-639 .honor-module .honor-module-container .honor-module-content ul li:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
@media screen and (max-width: 1024px) {
  .supage-639 .honor-module .honor-module-container .honor-module-content ul {
    flex-wrap: wrap;
  }
  .supage-639 .honor-module .honor-module-container .honor-module-content ul li {
    width: calc((100% - 0.08rem)/2);
  }
  .supage-639 .honor-module .honor-module-container .honor-module-content ul li:nth-child(2n) {
    margin-right: 0;
  }
}
