/*---top---*/
.header-top {
  height: 20vh;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 48px;
  border: 10px solid #000;
  padding-left: 10px!important;
  padding-right: 10px!important;
  position: relative;
  z-index: 11;
}
.header-top .top-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .warning {
  font-size: 2.5vw;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
}
.header-top a {
  color: #FD9556;
  font-size: 13px;
}
.header-top a:hover {
  color: #FD9556;
}
.public-header {
    width: 100%;
    height: var(--localnav-height);
    z-index: 999;
    background: rgba(0,0,0,.8);
    color: #fff;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
}
.logo-picture{
  width: 88px;
  position: relative;
  z-index: 2;
}
.logo-picture a{
  margin:0 !important;
}
.logo-picture a:hover::after{
  content: none !important;
}
.logo-picture img{
  position: relative;
  width: 100%;
  top:0;
}
.mibile-logopicture{
  display: none;
  width: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.mibile-logopicture img{
  width: 100%;
}
.right-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: end;
  justify-content: end;
}
.right-nav .right-nav-item {
  font-size: 20px;
  color: #fff;
  padding: 10px;
  line-height: 1;
  height: 40px;
}
.right-nav .right-nav-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
}
.header-box {
    max-width: 1840px;
    height:100%;
    margin:0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.public-header .logo{
  width: 200px;
  height: 60px;
}

.logo {
    display: inline-block;
    background: url(/static/images/web/logo-2.svg) no-repeat;
    background-size: 100% 100%;
}

.top-nav {
  height: 100%;
  color: #666;
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  -webkit-align-items: center;
  align-items: center;
  width: 1200px;
}

.top-nav>ul {
    display: table-cell;
    vertical-align: middle;
    height:100%;
}

.top-nav>ul>li {
    float: left;
    color: #999;
    font-size: 16px;
}

.top-nav>ul>li>a {
    position: relative;
    display: block;
    margin: 0 2.68vw;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: color .2s ease;
}
.top-nav>ul>li>a.active{
  color:var(--theme-color)
}
.top-nav>ul>li>a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--theme-color);
  opacity: 0;
  width: 0;
  transition: all .3s ease;
  transform-origin: center;
}
.top-nav>ul>li>a:hover:after {
  width: 100%;
}

.top-nav>ul>li a:hover {
  color: var(--theme-color);
}
.top-nav>ul>li a:hover:after {
  opacity: 1;
}


.top-nav-button .icon-down {
    padding: 1px 5px;
    font-size: 12px;
}

.top-nav-button:hover .icon-down {
    transform: rotate(180deg)
}

.top-nav-button:hover .top-dropmenu {
    max-height: 40px;
}

.top-nav-button:hover .top-nav-bg {
    max-height: 40px
}

.top-nav-button a {
    font-size: 15px;
    color: #fff;
    transition: all 0.2s ease-in;
}

.top-dropmenu a {
    color: #000;
    font-size: 15px;
}

.top-nav>ul>li .top-nav-button {
    padding: 21px 30px;
    display: block;
    position: relative;
}
.top-nav .link-li {
  display: none;
}

.nav-dropdown {
  font-size: 0;
  max-height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  white-space: nowrap;
  top: 60px;
  z-index: 2;
  color: #fff;
  background:#222;
  transition: all 0.3s cubic-bezier(0.115, 0.61, 0.255, 1) 0s;
}
.nav-dropdown-flex{
  width: 65.21vw;
  margin:0 auto;
  display: flex;
  max-height:0;
  overflow: hidden;
  max-width: 1080px;
}
.dropdown-nav{
 padding-right:40px;
 margin:38px 0;
}
.dropdown-nav div{
  font-size:16px;
  color:#999;
  line-height: 36px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding:0 16px;
  max-width: 200px;
  min-width: 60px;
}
.top-nav>ul>li a i {
  display:  none;
}
.dropdown-nav div.active{
  color:#fff;
  text-decoration: underline;
}
.dropdown-box {
  display: flex;
  flex-wrap: wrap;
}

.products-nav .dropdown-box div{
  display: none;
  margin:38px 28px 38px 0 !important;
  flex-wrap: wrap;
}

.dropdown-item {
  font-size: 14px;
  display: inline-block ;
  padding:12px;
  line-height: 20px ;
  color: #fff;
}
.dropdown-item:hover {
  background: #333;
}
.dropdown-item img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.dropdown-item span {
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  white-space: normal;
}
.dropdown-item .proname {
  font-size:14px;
  line-height: 1.2;
  display: -webkit-box;
  height:36px;
  color:#999;
  margin-top:4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
.mobile-icons, .mobile-back {
    display: none;
}
.top-nav-bg {
  background: #222;
  width: 100%;
  position: absolute;
  max-height: 0;
  left: 0;
  top: 60px;
  transition: all 0.4s cubic-bezier(0.115, 0.61, 0.255, 1) 0s;
  box-shadow: 0 0 4px 0 #333;
}
@media (max-width: 1100px) {
    .public-header {
      height: 60px;
    }
    .public-header.fixed {
      top:0;
      padding-top: 0;
      position: fixed;
      background: #000;
    }
    .mobile-icons, .mobile-back {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(-25%,-50%);
        transform: translate(-25%,-50%);
        font-size: 20px;
        line-height: 1;
        padding: 10px;
    }
    .header-top .right-nav {
      display: none;
    }
   
   
    .top-nav {
        position: fixed;
        top: 52px;
        left: 100%;
        height: 100%;
        z-index: 999;
        float: none;
        width: 100%;
        max-width: 100%;
        background: #111;
        display: block;
        -webkit-transform: translate(0);
        transform: translate(0);
        overflow: auto;
    }
    .logo-picture{
      display: none;
    }
    .top-nav.in {
        left: 0;
    }
    .top-nav>ul>li a {
      margin: 0 24px;
      line-height: 48px;
      text-align: center;
    }
    .top-nav>ul>li a:after {
        content: none;
    }

    .top-nav>ul>li{
        float: none;
        line-height: 48px;
        height: 48px;
        font-size: 16px;
    }

    .top-nav>ul>li a i {
        display: inline-block;
        margin-left:12px;
    }
    .mobile-back {
      left: 0;
      max-width: max-content;
    }

    .top-nav>ul{
        display: block;
        margin: 20px auto 40px auto;
        height:auto;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .public-header .logo,.public-header.fixed .logo {
        width: 100px;
    }
    .dropdown-box{
      flex-wrap: nowrap;
      overflow: auto;
      width: 67vw;
    }
    .top-nav>ul>li.products-nav{
      height:auto;
    }
    .nav-dropdown{
     position: static;
     max-height: 999px !important;
    }
    .nav-dropdown-flex{
      width: 100%;
    }
    .dropdown-nav{
      width: 33.5748vw;
      padding:0;
      text-align: center;
    }
    .dropdown-nav div{
      line-height: 48px;
      max-width: 100%;
    }
    .dropdown-item{
      margin: 16px 0 16px 12px !important;
      padding:0;
    }
    .dropdown-nav{
      margin:16px 0;
      border-right: 1px solid #333;
    }
    .products-nav .dropdown-box div{
      margin:0 !important;
      flex-wrap: nowrap;
    }
    .dropdown-item .proname{
      max-width: 24.1545vw;
    }
    .dropdown-item img{
      width: 24.1545vw;
      height:24.1545vw;
    }
}

@media (max-width: 820px) {
  .header-top {
    line-height: 18px;
    padding: 5px 0;
  }
  .header-top .warning {
    font-size: 4.8vw;
    line-height: 1.3;
  }
  .public-header {
    height: 52px;
  }
  .top-nav>ul>li a {
    font-size: 14px;
  }
  .mibile-logopicture{
    display: block;
  }
}
.googleelement {
  position: absolute;
  top: 36px;
  right: 0;
  padding:12px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 3333;
}
.goog-te-gadget-simple img, .goog-te-gadget-simple span {
  display: inline-block;
}
.googleelement a{
  display: inline !important;
  margin: 0 12px !important;
  line-height: 24px !important;
}
.showlanguagebox {
  position: relative;
  cursor: pointer;
  display: none;
}
.right-nav .showlanguagebox {
  display: block;
  height: 100%;
  margin-left: 16px;
  position: relative;
}
.right-nav .showlanguagebox > a {
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.right-nav .showlanguagebox > a:hover {
  color: #fff;
}
.right-nav .showlanguagebox .icon-arrow-down {
  float: right;
  margin-top: 15px;
}
.showlanguagebox > a {
  line-height: 40px;;
}
.showlanguagebox .googleelement{
display: none;
}
.showlanguagebox:hover .googleelement{
display: block;
}
.showlanguagebox a:after {
  content: none !important;
}
.showlanguagebox .icon-arrow-down{
  display: inline-block;
  margin-left: 4px;
}
.goog-te-banner-frame.skiptranslate {display: none !important;}
body { top: 0px !important; }

@media (max-width: 1100px) {
  .showlanguagebox .language_a{
    display: none;
  }
  .right-nav {
    margin-right: 40px;
  }
  .showlanguagebox .googleelement {
    top: 48px;
  }
  .showlanguagebox {
    display: block;
    padding: 9px 0;
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
  }
  .showlanguagebox .googleelement{
    display: inline;
    box-shadow: none;
    line-height: 24px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
  }
  .right-nav .showlanguagebox {
    display: none;
  }
  .right-nav .showlanguagebox > a {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .header-box{
    padding:0 20px;
  }
}