.wp-aboutus {
  margin-top: 15px;
  display: flex;
}

.abus-left {
  flex-shrink: 0;
  width: 196px;
  display: flex;
  flex-direction: column;
}

.abus-navitem {
  flex-shrink: 0;
  width: 196px;
  height: 53px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  /*padding: 0 32px;*/
  cursor: pointer;
}
.abus-navitem a{
  width: 196px;
  height: 53px;
  display: flex;
  align-items: center;
  cursor: pointer;
  /*background-color: #fff;*/
  box-sizing: border-box;
  padding: 0 32px;
}

.abus-navitem span {
  color: #1F2329;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
}

.abus-navitem.active {
  background-color: rgba(0, 163, 100, 0.1);
}

.abus-navitem.active span{
  color: #00A364;
}

.abus-right {
  margin-left: 8px;
  flex-shrink: 0;
  flex: 1;
}

.abus-cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 24px 32px;
  background-color: #fff;
}

.abus-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 25px;
  height: 40px;
  border-bottom: 2px solid #ececec;
}

.abus-txt {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}

.abus-imgs {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

.abus-imgs img {
  margin-right: 8px;
  width: 160px;
  height: 120px;
  border-radius: 4px;
}

.abus-contact {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.contact-left {
  display: flex;
  flex-direction: column;
  width: 580px;
}

.contact-title {
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  line-height: 24px;
  display: flex;
  flex-direction: column;
}

.contact-title::after {
  content: '';
  margin-top: 8px;
  width: 72px;
  height: 4px;
  background: #00A364;
}

.contact-txt {
  font-size: 16px;
  font-weight: 500;
  color: #1F2329;
  line-height: 24px;
  margin-top: 8px;
}

.contact-right {
  display: flex;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
}

.contact-qrcode {
  width: 104px;
  height: 104px;
}

.contact-qrtxt {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  margin-top: 16px;
}

.abus-map {
  margin-top: 16px;
  width: 100%;
  height: 300px;
}