.banner{/*banner自适应新加*/
	background-position: center;
    background-repeat: no-repeat;
	justify-content: flex-end;
}
.banner ul li a {
  color: #fff !important;
}
.nav-top-list {
  padding: 0 !important;
  background-color: transparent !important;
  position: fixed;
}
.nav-top-list .nav-mian {
  display: flex;
  justify-content: space-between;
}
.nav-top-list .nav-mian .logo {
  margin-top: 0 !important;
  width: 135px;
  height: 135px;
  background: url(../img/logo.png) no-repeat 100%;
  z-index: 99;
}
.nav-top-list .nav-mian .navbar-nav {
  height: auto;
}
.nav-top-list .nav-mian .navbar-nav li {
  z-index: 99;
  height: 80px;
}
.nav-top-list .nav-mian .navbar-nav li input {
  margin-top: 12px;
  width: 100px;
  height: 25px;
  color: #444;
}
.nav-top-list .nav-mian .navbar-nav li button {
  height: 25px;
  margin-top: 12px;
  color: #222;
}
.nav-top-list .nav-mian .navbar-nav li a {
  padding: 0 30px !important;
  height: 80px;
  line-height: 80px;
  color: #fdf204;
  font-family: "MicrosoftYaHei";
  font-size: 16px;
}
.nav-top-list .nav-mian .navbar-nav li .sub-nav {
  position: relative;
  display: none;
}
.nav-top-list .nav-mian .navbar-nav li .sub-nav li {
  text-align: center;
  width: 100%;
  height: 30px;
}
.nav-top-list .nav-mian .navbar-nav li .sub-nav li a {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 5px !important;
  line-height: 20px;
  color: #fdf204;
  display: block;
  text-decoration: solid;
}
.nav-top-list .nav-mian .navbar-nav li .sub-nav li a:hover {
  color: #fdf204;
}
.nav-top-list .nav-mian .navbar-nav li:hover {
  border-bottom: 3px solid #fdf204;
  color: #fff;
}
.nav-top-list .nav-mian .navbar-nav li:hover a {
  color: #fdf204;
}
.nav-top-list .nav-mian .navbar-nav li:last-child a {
  width: 100%;
  height: 100%;
  line-height: 80px;
}
.nav-top-list .nav-mian .navbar-nav li:last-child a .icon-fangdajing {
  display: block;
  font-size: 25px;
  height: 100%;
  color: #fdf204;
}
.nav-top-list .nav-mian .navbar-nav li:last-child:hover {
  border: none;
  color: #fff;
}
.nav-top-list .list-xian {
  position: fixed;
  top: 0px;
  width: 1000vw;
  transform: translateX(-50%);
  height: 80px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.post-top {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #fff !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .nav-top-list .nav-mian {
    justify-content: center;
  }
  .nav-top-list .nav-mian .logo {
    display: none;
  }
  .nav-top-list .nav-mian .navbar-nav li a {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .post-top-list {
    margin-bottom: 0px !important;
  }
  .post-top-list .navbar-header {
    margin: 0 15px 0 0 !important;
  }
  .post-top-list .navbar-header button {
    margin: 15px 0 !important;
  }
  .post-top-list .navbar-header img {
    margin: 0 0 0 15px !important;
  }
  .post-top-list .nav-list-tow {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
  }
  .post-top-list .nav-list-tow .list-tow-list {
    padding: 0 !important;
    margin: 0 !important;
  }
  .post-top-list .nav-list-tow .list-tow-list li {
    height: auto;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .post-top-list .nav-list-tow .list-tow-list li a {
    padding-left: 10px !important;
    height: 30px;
    color: #fdf204;
    line-height: 30px;
    width: 100vw;
  }
  .post-top-list .nav-list-tow .list-tow-list li a:focus {
    color: #fdf204 !important;
  }
  .post-top-list .nav-list-tow .list-tow-list .navbar-nav .open .dropdown-menu > li {
    width: 100%;
    position: absolute;
  }
  .post-top-list .nav-list-tow .list-tow-list .navbar-nav .open .dropdown-menu > li a {
    color: #fdf204 !important;
    line-height: 30px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fdf204 !important;
  }
}
.header-top-post {
  background: #000 !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #fdf204 !important;
}
.navbar-default .navbar-toggle {
  border: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fdf204 !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: none !important;
  color: #fdf204 !important;
}
