.fixed_body {
  margin-top: 80px!important;
  border-top: none!important;
}

#muxplay {
  margin-left: 26px;
}

.show {
  display: block !important;
}

.n-header-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 6px 0;
  transition: padding .05s linear;
  background: #fff;
  box-shadow: 0.707px 0.707px 2px 0px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.n-header-box.fixed {
  padding: 0;
}

.n-header {
  /* background: #eee; */
  max-width: 1260px;
  margin: 0 auto;
  padding: 8px 12px;
}

.n-header-logo {
  position: relative;
  float: left;
}

.n-header-logo h1 {
  display: inline-block;
  vertical-align: middle;
  width: 198px;
  height: 52px;
  background: url("") no-repeat left center;
  font-size: 0;
  background-size: 198px;
}

.n-header-nav {
  float: right;
  margin-top: 14px;
}

.n-header-nav li {
  float: left;
  margin-left: 50px;
}

.n-header-nav li a.on{
  color: #009bf1;
}

.n-header-nav li a {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  font-size: 16px;
  color: #222;
}

.n-header-nav li a:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0;
  height: 2px;
  background: #009aff;
  transition: width .5s;
  -moz-transition: width .5s;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
}

.n-header-nav li a:hover:after,.n-header-nav li a.on:after {
  width: 100%;
}

.nav-down {
  display: none;
  float: right;
  width: 26px;
  height: 21px;
  color: #009aff;
  margin-top: 10px;
  background: url() no-repeat 0 -94px;
}
#nav_down{
  background: none;
}

.n-header-nav #moreBtn{
  position: relative;
  width: 44px;
  height: 25px;
}

.n-header-nav #moreBtn #moveHover{
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 60px;
}

.n-header-nav #moreBtn  #moveHover .more-box{
  position: absolute;
  width: 302px;
  height: 170px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
  top: 53px;
  right: 0;
  background-color: #fff;
  border-radius: 8px;
  display: none;
  text-align: center;
}

.n-header-nav #moreBtn #moveHover:hover .more-box{
  display: block;
}

.n-header-nav #moreBtn #moveHover:hover a::after{
  width: 100%;
}

.n-header-nav #moreBtn #moveHover .more-box .more-list{
  display: flex;
  padding: 20px 0 30px;
}

.n-header-nav #moreBtn #moveHover .more-box .more-list .more-item{
  width: 33%;
}

.n-header-nav #moreBtn #moveHover .more-box .more-list .more-item .more-item-info{
  line-height: 30px;
}

.n-header-nav #moreBtn #moveHover .more-box .more-list .more-item a:hover .more-item-info, .n-header-nav #moreBtn  #moveHover .more-box a:hover{
  color: #009aff;
}

.n-header-nav #moreBtn  #moveHover .more-box a{
  font-size: 14px;
}

.n-header-nav #moreBtn  #moveHover .more-box a::after{
  content: none;
}

.police-icon {
  display: inline-block;
  width: 16px;
  height: 18px;
  margin: -4px 0 0 8px;
  vertical-align: middle;
  background: url("") no-repeat;
  background-position: 0 -56px;

}

.muxplay {
  position: absolute;
  right: -106px;
  top: -3px;
  width: 80px;
  height: 58px;
  background: url('') no-repeat center;
  background-size: 80px 58px;
  vertical-align: middle;
  cursor: pointer;
}

.weixing{
  background: url() no-repeat;
  width: 114px;
  height: 140px;
  margin: 0 auto;
}

/* 右侧工具 */
.right-bar{
  position: fixed;
  bottom: 3%;
  right: 10px;
  z-index: 9999999999999999999999;
}

.right-bar-item{
  width: 80px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 5px 10px rgba(87, 116, 164, .1);
  margin-top: 20px;
  padding: 10px 0;
  cursor: pointer;
  color: #666;
  transition: color .4s;
}

.right-bar-item:hover{
  color: #333;
}

.right-bar-item .iconfont{
  font-size: 40px;
}

.right-bar-item .iconcomputer{
  font-size: 3rem;
}

@media screen and (max-width:640px) {
  /* 右侧工具 */
  .right-bar-item{
    width: 40px;
    padding: 8px 0;
    font-size: 10px;
    margin-top: 10px;
  }
  .right-bar-item .iconfont{
    font-size: 30px;
    line-height: 100%;
  }
  .right-bar-item .yingc{
    display: none;
  }
}



@media screen and (max-width: 1075px) {
  .nav-down {
    display: block;
  }

  .n-header-nav #moreBtn{
    width: auto;
  }

  .n-header-nav #moreBtn #moveHover{
    width: auto;
    position: inherit;
  }

  .n-header-nav #moreBtn #moveHover:hover .more-box{
    display: none;
  }

  .n-header-nav {
    display: none;
    position: absolute;
    right: 10px;
    top: 70%;
    line-height: unset;
    margin-top: 4px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
  }

  .n-header-nav li {
    float: none;
    margin: 20px 25px;
    text-align: center;
  }
}
@media screen and (max-width: 1480px){
  .footer-box{
    width: 92%;
  }
}
