.w-header {
  width: 100%;
  height: 70px; }    /* Nomal:<height: 70px;> Off:<height: 170px;>*/
  .w-header-fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background: #fff;
   /* z-index: 9999999; */}
  .w-header-fixed .top-banner img {
      max-height: 100px;
      object-fit:cover;
      width: 100%; }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-header-fixed .top-banner img {
      /*max-height: 140px; /* Nomal:<hide> Off:<height: 140px;>*/
    }
  }

  .w-header-logo img {
    height: auto;
    width: 100%; }
    @media screen and (min-width: 300px) and (max-width: 1024px) {
      .w-header-logo img {
        width: 150px; } }
  .w-header-nav a {
    margin-left: 57px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #000; }
    .w-header-nav a span {
      margin-right: 12px; }
    .w-header-nav a .w-images {
      width: 14px;
      height: auto; }
    .w-header-nav a img {
      height: auto; }
      .w-header-nav a img:nth-child(1) {
        width: 14px; }
      .w-header-nav a img:nth-child(2) {
        width: 16px; }
      .w-header-nav a img:nth-child(3) {
        width: 18px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-header {
        /*height: 210px; /* Nomal:<hide> Off:<height: 210px;>*/
    }
      .w-header .w-width-1200 {
        padding: 0 0.5rem; } }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-header-fixed {
      padding: 0 30px; /* Nomal:<padding: 0 30px;> Off:<hide>*/ } }

   /* Nomal:<hide> Off:<show>*/
  /*@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-header {
      height: 3rem; }
      .w-header-fixed {
        height: 1.17rem; }
      .w-header .w-width-1200 {
        padding: 0 0.5rem; }
      .w-header-logo img {
        width: 2.24rem;
        height: auto; }
      .w-header-nav a {
        margin-left: 0.76rem; }
        .w-header-nav a span {
          display: none; } }*/

 /* Nomal:<show> Off:<hide>*/
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-header {
        height: 50px;
       }
      .w-header-fixed {
        height: 1.17rem;
        padding: 0 0.5rem; }
      .w-header-logo img {
        width: 2.24rem;
        height: auto; }
      .w-header-nav a {
        margin-left: 0.76rem; }
        .w-header-nav a span {
          display: none; } }

.header-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }

.mask-active {
  display: block; }

.w-head-nav {
  position: absolute;
  top: -304px;/**/
  left: 0;
  right: 0;
  height: auto;
  background-color: #fff;
  z-index: 999999; }
  @media screen and (max-width: 768px) {
    .w-head-nav {
      top: -400px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-head-nav {
      top: 0;
      height: 0; } }
  .w-head-nav.active {
    top: 70px;/* Nomal:<top: 70px;> Off:<top: 170px;>*/
    transition: top 0.3s; }
    .w-head-nav.active ul {
      padding-top: 50px; }


    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-head-nav.active{
       /* top: 208px;  /* Nomal:<hide> Off:<top: 208px;>*/
      }
      .w-head-nav.active ul  {
        flex-wrap:wrap
      }
    }

    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-head-nav.active {
        top: 50px;  /* Nomal:<50px> Off:<top: 120px> */
        height: 100vh;
        transition: height 0.3s; }
        .w-head-nav.active ul {
          padding-top: 10px; } }

  .w-head-nav ul {
    flex-wrap: wrap;
    align-items: flex-start; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-head-nav ul {
        flex-direction: column;
        padding: 0 0.5rem;
        height: 100%;
        overflow: scroll;
        flex-wrap: nowrap; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-head-nav ul {
        flex-wrap: nowrap; } }
    .w-head-nav ul li {
      width: calc(100% / 9);
      margin-bottom: 50px;
      cursor: pointer; }
      @media screen and (max-width: 1024px) {
        .w-head-nav ul li {
          width: calc(100% / 7); } }
      @media screen and (max-width: 992px) {
        .w-head-nav ul li {
          width: calc(100% / 6); } }
      @media screen and (max-width: 768px) {
        .w-head-nav ul li {
          width: calc(100% / 5); } }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .w-head-nav ul li {
          width: 100%;
          margin: 0.30rem 0; } }
      .w-head-nav ul li a {
        display: flex;
        flex-direction: column;
        line-height: normal;
        align-items: center;
        justify-content: flex-start;
        color: #000;
        font-size: 14px;
        text-align: center; }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .w-head-nav ul li a {
            flex-direction: row;
            font-size: 0.27rem;
            align-items: center; } }
      .w-head-nav ul li:hover img {
        transform: scale(1.2);
        transition: transform 0.2s; }
      .w-head-nav ul li img {
        width: calc(114px / 2);
        height: auto;
        margin-bottom: 15px;
        transition: transform 0.2s; }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .w-head-nav ul li img {
            width: calc(1.52rem / 2);
            margin-bottom: 0;
            margin-right: 0.29rem; } }

.Floating-menu {
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 120;
  transition: top .4s;
  background-color: #fff; }
  .Floating-menu .float-menu {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 60px;
    overflow: hidden; }
    .Floating-menu .float-menu .left-label {
      font-size: 18px;
      line-height: 60px;
      font-weight: 600; }
      .Floating-menu .float-menu .left-label img {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        margin-top: -5px;
        margin-right: 10px; }
    .Floating-menu .float-menu .right-btn {
      line-height: 60px; }
      .Floating-menu .float-menu .right-btn .banner-button-btn {
        height: 40px; }
      .Floating-menu .float-menu .right-btn .banner-button-border {
        border-color: #B1B1B1; }
        .Floating-menu .float-menu .right-btn .banner-button-border:hover {
          border-color: #000; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .Floating-menu .float-menu {
      display: none; } }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .Floating-menu {
    padding: 0 30px; } }

.show {
  top: 0px; }

.head-link{
  color: #0C0C0C;
}
