.page-banner.page-banner {
  background-image: url(../img/contact_bg.png);
  margin-bottom: 80px;
}
.contact-bd {
  display: flex;
  justify-content: center;
  margin-bottom: 104px;
}
.contact-bd .map {
  margin-right: 28px;
}
.contact-bd h2 {
  font-family: PingFang SC;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #16191D;
}
.contact-bd span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}
.contact-bd span:not(:last-child) {
  margin-bottom: 12px;
}
.contact-bd .address {
  max-width: 292px;
  word-break: break-word;
}
.contact-bd .anchorBL span {
  font-size: 8px;
}
.detailed-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 804px;
}
.detailed-info-des{
  width: 368px;
}
.page-banner {
  width: 100%;
  height: 480px;
  margin-bottom: 124px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner .banner-text {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.page-banner .banner-text .text-en {
  font-size: 14px;
  font-weight: bold;
  opacity: 0.5;
}
.flex-start{
  display: flex;
  justify-content: flex-start;
}
.contact-img-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11.96px;
}
.contact-img-box img{
  width: 137px;
  height: 137px;
}

.img-desc{
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  color: #333333;
}
