.aboutus {
  padding-bottom: 0.25rem;
}
.aboutus img {
  width: 100%;
}
.aboutus .banner {
  height: 8rem;
  margin: 0.75rem 0 0.25rem;
  overflow: hidden;
  border-radius: 0.45rem;
}
.aboutus .panel {
  margin: 0.75rem;
}
.aboutus .panel-title {
  margin-bottom: 0.55rem;
}
.aboutus .content {
  padding: 0 0.75rem;
  font-size: 0.75rem;
  line-height: 1.3rem;
  text-align: justify;
}
.aboutus .content p {
  margin-bottom: 0.75rem;
}
.aboutus .content p:last-child {
  margin-bottom: 0;
}
.aboutus .content.indent {
  text-indent: 2em;
}
.aboutus .content.hm-intro p {
  margin-bottom: 0;
}
.aboutus .content .humin {
  margin-bottom: 0.75rem;
}
.aboutus .content .ewm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.75rem;
}
.aboutus .content .ewm-item {
  margin: 0 0.75rem 0.25rem;
  font-size: 0.65rem;
  line-height: 0.75rem;
  text-align: center;
}
.aboutus .content .ewm-item img {
  width: 5rem;
  padding: 0.65rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.55rem;
  box-shadow: 0 0 0.375rem 0 rgba(26, 66, 153, 0.1);
}
.aboutus .wenhua {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -0.175rem;
}
.aboutus .wenhua .img {
  width: 8rem;
  height: 7.4rem;
  margin: 0.175rem;
}
.aboutus .yewu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.25rem;
  margin-bottom: -0.25rem;
}
.aboutus .yewu .img {
  width: 5.075rem;
  height: 2.75rem;
  margin: 0.25rem;
  border-radius: 0.45rem;
}
.aboutus .yewu .title,
.aboutus .yewu .txt {
  display: none;
}
.aboutus .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.75rem;
}
.aboutus .contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 2.75rem;
  margin: 0 0.5rem;
  font-size: 0.65rem;
  line-height: 0.7rem;
  color: #1a4299;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.45rem;
}
.aboutus .contact-item .img {
  width: 1.625rem;
  height: 1.625rem;
  margin-top: -1.5rem;
  margin-bottom: 0.25rem;
}
.aboutus .contact-item .tel {
  margin-top: 0.2rem;
  font-size: 0.6rem;
  color: #333;
}
.aboutus .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2030;
  visibility: hidden;
  width: 13.75rem;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.45rem;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.aboutus .popup.show {
  visibility: visible;
  opacity: 1;
}
.aboutus .popup-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1rem;
  height: 1rem;
  background: url("../images/aboutus/close.png") center center no-repeat;
  background-size: contain;
}
.aboutus .popup-title {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.1rem;
  color: #333;
}
.aboutus .popup-content {
  font-size: 0.7rem;
  line-height: 1.15rem;
  color: #333;
  text-align: justify;
}