h6 {
  font-family: OPPOSans-R;
  text-align: center;
}

h4 {
  text-align: center;
}

.map_content {
  padding: 100px 0;
}

.map_content ul {
  width: 100%;
}

a {
  color: #696969;
}

.map_content ul li {
  width: 100%;
  /* padding: 40px 0; */
  border-bottom: 1px solid #d1d1d1;
}

.map_title {
  padding: 40px 0;

}

.map_title a {
  vertical-align: middle;
  margin-left: 16px;
  color: #000;
  display: inline-block;
}

.map_two {
  position: relative;

}

.map_two_item {
  /* display: inline-block; */
  float: left;
  padding: 20px 0;
  width: 12.5%;
  height: 62px;
  /* position: relative; */
}

.map_two_item a{
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map_two_item span {
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map_three {
  padding: 40px 0 0;
  background-color: #fafcff;
	border: solid 1px #0264ec;
  margin-bottom: 40px;
  display: none;

}

.map_three a {
  height: 22px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  white-space: nowrap;
}

.map_three_item {
  width: 20%;
  padding-left: 50px;
  position: relative;
  float: left;
  margin-bottom: 30px;
  color: #000;
}

.map_three_item:hover {
  color: #0264ec;
}

.map_three_item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #696969;
  position: absolute;
  left: 32px;
  top: 50%;
  margin-top: -2px;
}

.img_block {
  display: inline-block;
}

.img_none {
  display: none;
}

.level2_active {
  color: #0264ec;
}

.level2_active .img_block {
  display: none;
}

.level2_active .img_none {
  display: inline-block;
}


/* ======== lhn 2023/3/14 修改 start ========*/
.banenr_text .banner_text_top h6 {
  font-size: 22px;
}
.banenr_text .banner_text_top h4 {
  text-align: left;
}

.map_content h6 {
  font-size: 20px;
}
/* ======== lhn 2023/3/14 修改 end ========*/

