.top_dao {
    width: 100%;
  height:364px;
  background-color:#005A60;
  justify-content: center; /* 这一行确保子元素在水平方向上居中 */
  visibility: hidden;
      z-index: 2; /* 设置一个较高的z-index值 */
  position: fixed; /* 使用绝对定位 */
  top: 80px; /* 定位到顶部 */
  left: 0; /* 定位到左侧 */
}
.top_dao .dao_sheng {
  display: flex; /* 添加这一行 */
  flex-direction: column;
    align-items: center;
}
.top_dao .dao_sheng a:hover{
  color: #55d4db;
}
.dao_sheng ul {
  list-style: none;
  padding-top: 30px;
}

.dao_sheng li {
  float: none;
  text-align: center;
  margin: 5px 70px;
  color: #D1F3F6;
}
.dao_sheng .dao_title{
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 25px;
}

.daohang{
    position: absolute;
    top: 10%;
    right: 18%;
}