.navall {
  width: 100%;
  overflow: hidden;
  height: 148px;
  border-bottom: 5px solid #0f88e5;
  background: #ffffff;
  -webkit-transform: translateZ(0);
  color: #000;
  font-size: 15px;
  font-family: "Microsoft YaHei";
}

.navcont {
  width: 1400px;
  margin: auto;
  overflow: hidden;
}

.nlogo {
  float: left;
  width: 555px;
}

.nlogo img {
  margin: 0 auto;
  display: block;
  margin-top: 28px;
  width: 100%;
}

.navright {
  width: 750px;
  float: right;
}

.fd {
  display: none;
  width: 220px;
  height: 35px;
  border: 1px solid #dedede;
  border-radius: 50px;
}

.link {
  color: #b29185;
  font-size: 16px;
  overflow: hidden;
  width: 100%;
  margin-top: 25px;
}

.link li:nth-child(1) {
  width: 100%;
  float: left;
  text-align: right;
}

.link li a {
  color: #616161;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.nav li a {
  font-size: 20px;
  display: inline-block;
  color: #878787;
}