#site-landing {
  position: relative;
  background: url(../image/navbackgroud.jpg) no-repeat;
  background-size: 100% 100%;
}
.current-position {
  position: absolute;
  top: 115px;
  left: 50px;
  color: #999999;
  z-index: 9999;
}
.current-position span {
  color: #404ae7;
}
.current-position a {
  color: #404ae7;
}
.current-position a:hover {
  color: #999;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 35px;
}
.navlist > li {
}
.navlist > li > a {
  color: white;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.pull-down {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 99999;
  border: 1px solid #dcdcdc;
  border-top: none;
  right: 0;
  height: 40px;
  display: flex;
  top: 100px;
}
.pull-down li:first-child {
  left: 33%;
}
.pull-down li:nth-child(2) {
  left: 41%;
}
.pull-down li:nth-child(3) {
  left: 48%;
}
.pull-down li {
  height: 40px;
  line-height: 40px;
  position: absolute;
  padding: 0 10px;
}
.pull-down li a {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: black;
}
.pull-down li:hover {
  background: #404ae7;
}
.pull-down li:hover a {
  color: #fff;
  text-decoration: none;
}
.navlist > li {
  float: left;
  width: 20%;
  text-align: center;
}
.navlist {
  width: 40%;
  float: right;
  margin-right: 29%;
}
.navlist > li > a:hover {
  text-decoration: none;
  color: #4adaf2;
}
.navlist > .active a {
  color: #4adaf2;
}
.nheader {
  height: 100px;
  line-height: 100px;
  background: #fff;
  position: relative;
}
.nheader .logo {
  position: absolute;
  top: 32px;
  left: 220px;
  width: 40px;
}
.nheader .jjhzj {
  position: absolute;
  top: 25px;
  left: 2%;
  width: 170px;
}
.nheader-word {
  float: left;
  font-size: 32px;
  font-weight: 900;
  color: white;
  margin-left: 265px;
}
.nheader-word i {
  display: none;
}
#move_port {
  position: fixed;
  width: 100px;
  left: 0;
  top: 0;
  z-index: 999999;
}
#move_port img {
  height: 126px;
}
