#m_header {
  display: none;
}

.hearder-nav {
  height: 50px;
width: 100%;
background-color:#000;
}

.hearder-nav.on {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  animation-name: down;
  animation-duration: 1s;
}

.hearder-nav .logo {
  height: 16px;
  width:120px;
}
.hearder-nav .logo img{
  width:100%;
  height: 100%;
}
.hearder-nav .navbar {
  margin-left: 10px;
}

.hearder-nav .navbar li {
  font-size: 16px;
  line-height: 50px;
font-weight: bold;
  width: calc(100% / 6);
  text-align: center;
  position: relative;
  text-align: center;


}
.hearder-nav .navbar li a{
color: #fff;
font-family:'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
}
.hearder-nav .navbar li:hover a{
  color:#fff;
}
.hearder-nav .sreach-box{
 border-bottom: 1px #fff solid;
 height: 30px;
}
.hearder-nav .sreach-box input{
  color: #fff;
}
.hearder-nav .sreach-box img{
  width: 15px;
  height: 15px;
}

/* 手机和平板布局*/
@media screen and  (max-width: 1024px) {

  /* header */
  #header {
    display: none;
  }

  .header1 {
    height: 40px;
    border-bottom: none;
    padding: 0 4%;
    background-color: #000;
  }


  .mobile_nav {
    display: block;
    width: 25px;
    height: 20px;
    margin-top: 8px;
    position: absolute;
    z-index: 999;
    right: 15px;
  }

  .mobile_nav.active {
    position: fixed;
    z-index: 9999999999;
    margin-top: 2px;
    width: 25px;
    height: 20px;
    right: 15px;
  }

  #m_header {
    display: block;
    width: 100%;
    background: #fff;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    font-size: 12px;
  }


  .logo {
    width: 120px;
    height: 30px;
    margin: 0;
    display: block;
  }

  .logo img {
    width: 100%;
    height: 100%;
    margin-top: 5px;
  }

  .mobile_nav div.visual {
    position: relative;
    margin-left: 4px;
    width: 30px;
    height: 30px;
    z-index: 99;
  }

  .mobile_nav div.visual i.line {
    width: 100%;
    height: 3px;
    background-color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mobile_nav div.visual i.line.line01 {
    top: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
  }

  .mobile_nav div.visual i.line.line02 {
    top: 20px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
  }

  .mobile_nav .menu-activator div.visual i.line.line03 {
    top: 22px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
  }

  .mobile_nav div.visual i.line.line04 {
    top: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .mobile_nav.active div.visual i.line.line01,
  .mobile_nav.active div.visual i.line.line02,
  .mobile_nav.active div.visual i.line.line03,
  .mobile_nav.active div.visual i.line.line04 {
    background-color: #fff;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .mobile_nav.active div.visual i.line:nth-child(1),
  .mobile_nav.active div.visual i.line:nth-child(3) {
    top: 16px;
  }

  .mobile_nav.active div.visual i.line:nth-child(2),
  .mobile_nav.active div.visual i.line:nth-child(4) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  .mobile_nav.active div.visual i.line:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile_nav.active div.visual i.line:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile_subnav {
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.8) !important;
    position: fixed;
    z-index: 9999999;
    right: 0;
    top: 0;
    opacity: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 100% 0 100% 100%;
  }

  .mobile_subnav.active {
    width: 100%;
    right: 0;
    opacity: 1;
    height: 100%;
    border-radius: 0;
  }

  .mobile_subnav1 {
    width: 100%;
    overflow-y: scroll;
    margin: 80px 0 0 0;
  }

  .mobile_subnav1 ul,
  .mobile_subnav1 li a {
    display: block;
    line-height: 37px;
    padding-top: 4px;
    color: #fff;
    text-align: center;
    font-size: 16px;
  }
  .mobile_subnav .sreach-box{
    border-bottom: 1px #fff solid;
    height: 35px;
    margin: 35px auto 15px auto;
    width: 50%;

   }
   .mobile_subnav .sreach-box input{
     color: #fff;
     flex:1
   }
   .mobile_subnav .sreach-box img{
     width: 15px;
     height: 15px;
   }
}

.footer{
  background-color: #000;
  text-align: center;

}
.footer .footer-top{
  background-color: #181818;
  color:#fff;
  padding: 8px 0;
  text-align: center;
  font-size: 40px;
}
.footer .footer-center{
  padding: 60px 0 30px 0;
}
.footer .footer-center .footer-logo{
  padding: 40px 0;
}
.footer .footer-center .footer-link a{
  display: inline-block;
  width:48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 10px;
}
.footer .footer-center .footer-link a img{
  width: 100%;
  height: 100%;
}
.footer .web{
  color: #888888;
  margin-top: 30px;
  display: block;
  width: 100%;
  font-size: 14px;
}
@media screen and  (max-width: 1024px) {
  .footer .footer-top{
    background-color: #181818;
    color:#fff;
    padding: 8px 0;
    text-align: center;
    font-size: 25px;
  }
  .footer .footer-center{
    padding: 5% 0 5% 0;
  }
  .footer .footer-center .footer-logo{
    padding:10% 0;
  }
  .footer .footer-center .footer-link a{
    display: inline-block;
    width:45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50px;
    margin: 0 2%;
  }
}







@keyframes down {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

