.main-page {
  padding-bottom: 5rem;
}
.page-container {
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}
.other-head {
  height: 30rem;
}
.info-title {
  display: flex;
  justify-content: start;
  align-items: center;
}
.info-title .info-icon {
  width: 5rem;
  height: 5rem;
  line-height: 4rem;
  text-align: center;
  border: 0.3rem solid #aab2be;
  color: #333;
  margin-right: 1.4rem;
  font-size: 2.8rem;
}
.info-title .info-icon iconpark-icon {
  vertical-align: middle;
}
.info-title .info-text__cn {
  font-size: 1.7rem;
}
.info-title .info-text__en {
  font-size: 0.8rem;
}
.basic-info-container {
  position: relative;
  overflow: hidden;
}
.basic-info-box {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 6rem 0;
  z-index: 2;
}
.basic-info-box::after {
  position: absolute;
  content: "";
  top: 0;
  right: 66%;
  width: 50%;
  height: 100%;
  background-color: #f0f0f0;
  z-index: -1;
}
.basic-info-box__title {
  position: relative;
  width: 34%;
  padding-right: 4rem;
  font-family: "pmzd";
  color: #333;
}
.basic-info-box__title .title-cn {
  font-size: 3.3rem;
}
.basic-info-box__title .title-en {
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
}
.basic-info-box__title .title-en strong {
  display: block;
  font-size: 1.2rem;
}
.basic-info-box__title hr {
  width: 8rem;
  border-color: #d8d8d8;
  opacity: 1;
}
.basic-info-box__content {
  flex: 1;
  padding-left: 3rem;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 2;
}
.basic-info-box__content img {
  max-width: 100%;
}
.call-container {
  background-image: url(../images/company_call_bg.jpeg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 6rem 0;
}
.call-container hr {
  width: 8rem;
  border-color: #b3bed4;
  opacity: 1;
  margin-top: 2rem;
  margin-bottom: 1.2rem;
}
.info-content .content-label {
  font-size: 1.3rem;
}
.info-content .content-value {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.map-container {
  padding: 3rem 0;
}
.map-container #container {
  height: 30rem;
  width: 100%;
}
.map-container .amap-icon img,
.map-container .amap-marker-content img {
  width: 25px;
  height: 34px;
}
.map-container .cus_info_window {
  background-color: #fff;
  padding: 10px;
}
.child-company {
  margin-top: 3rem;
}
.child-company hr {
  border-color: #eee;
  opacity: 1;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.child-company__group {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.child-company__group .child-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1589fa;
  color: #fff;
  padding: 1.2rem 2rem;
  border-radius: 0.6rem;
  transition: all 0.3s;
  font-size: 1.2rem;
}
