* {
  padding: 0px;
  margin: 0px;
}
.flex {
  display: flex;
  align-items: center;
}
a {
  outline: none;
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin: 0 10px;
  height: 88px;
  line-height: 88px;
}
a:hover {
  text-decoration: none;
  color: inherit; /* 继承父元素的颜色 */
}
#footer {
  margin-top: 30px;
}
.jcc {
  justify-content: center;
}
.hover:hover {
  cursor: pointer;
}
.fk,
.jcsb {
  justify-content: space-between;
}
.center_con {
  width: 60%;
  margin: 0 auto;
}
.jcc {
  justify-content: center;
}

.link{
  cursor: pointer;
}
