
.huake_sitetop .cl, .huake-mo-leftmenu .cl, .huake-header .cl {
    zoom: 1
}

.huake_sitetop .cl:before,
.huake_sitetop .cl:after,
.huake-mo-leftmenu .cl:before,
.huake-mo-leftmenu .cl:after,
.huake-header .cl:before,
.huake-header .cl:after {
    display: table;
    content: " ";
}

.huake_sitetop .cl:after, .huake-mo-leftmenu .cl:after, .huake-header .cl:after {
    clear: both;
}

.huake_sitetop {
    background: #364a7f;
    height: 46px;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: background 0.3s ease;
    will-change: background;
    transform: translateZ(0);
}

.huake_sitetop span {
    float: left;
    font-size: 14px;
    color: #fff;
    padding: 0 0 0 28px;
    line-height: 46px;
}

.huake_sitetop span.tel {
    background: url("./pics/tel.png") no-repeat left center;
}

.huake_sitetop span.email {
    background: url("./pics/mail.png") no-repeat left center;
    margin: 0 0 0 45px;
}

.huake_sitetop span a {
    color: #fff;
}

.huake_sitetop span a:hover {
    color: var(--color-primary);
    background-color: #fff;
}

.huake_sitetop span.mo-header-menu {
    width: 50px;
    height: 50px;
    display: none;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    color: #fff;
    text-align: center;
}

.huake_sitetop span.mo-header-menu i {
    font-size: 24px;
    line-height: 50px;
}

.huake_sitetop .share {
    float: right;
    margin: 12px 0 0 0;
    font-size: 0;
}

.huake_sitetop .share a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: none;
	border-radius: 0;
    display: inline-block;
    text-align: center;
    margin: 0 10px 0 0;
    box-sizing: border-box;
}

.huake_sitetop .share a i {
    font-size: 16px;
    color: #fff;
}

.huake_sitetop p {
    float: right;
    margin-right: 10px;
    margin-top: 0;
    font-size: 0;
}

[lang=es] .huake_sitetop p {
    font-size: 12px;
}

[lang=pt] .huake_sitetop p {
    font-size: 12px;
}

[lang=pt] .huake_sitetop p a {
    margin: 0 8px;
}

[lang=ru] .huake_sitetop p {
    font-size: 12px;
}

[lang=fr] .huake_sitetop p {
    font-size: 12px;
}

[lang=fr] .huake_sitetop p a {
    margin: 0 10px;
    font-size: 13px;
}

[lang=it] .huake_sitetop p a {
    font-size: 13px;
}

[lang=fr] .huake_sitetop span.email {
    margin: 0 0 0 5px;
}

[lang=ru] .huake_sitetop span.email {
    margin: 0 0 0 5px;
}

[lang=ru] .huake_sitetop p a {
    font-size: 14px;
}

[lang=es] .huake_sitetop span.email {
    margin: 0 0 0 5px;
}

[lang=es] .huake_sitetop p a {
    margin: 0 5px;
    font-size: 12px;
}

[lang=es] .huake_sitetop p a:not(:last-child)::after {
    right: -5px;
}

[lang=es] .huake_sitetop .share a {
    width: 16px;
}

.huake_sitetop p a {
    color: #fff;
    margin: 0 15px;
    position: relative;
    line-height: 46px;
    font-size: 14px;
}

.huake_sitetop p a:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 5px;
    width: 1px;
    height: 10px;
    background: #99D7B7;
    overflow: hidden;
}

.huake_sitetop .header-lang {
    position: relative;
    float: right;
    z-index: 900;
    font-family: var(--font-family);
    color: #fff;
}

.huake-mo-search {
    padding: 10px 15px;
    display: none;
    border-bottom: 1px solid #222;
    position: absolute;
    left: 0;
    top: 51px;
    width: 100%;
    background: #333;
    box-sizing: border-box;
}

.huake-mo-search .form-control {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 85%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px 0 0 4px;
}

.huake-mo-search .submit_btn {
    float: left;
    width: 15%;
    height: 34px;
    line-height: 34px;
    background: #1055A2;
    border: none;
    font-size: 18px;
    color: #fff;
    border-radius: 0 4px 4px 0;
}

.huake-mo-leftmenu {
    background: #F5F5F5;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    box-sizing: content-box;
    width: 70%;
    max-width: 350px;
    -webkit-overflow-scrolling: touch;
    z-index: 9999 !important;
    -webkit-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.huake-mo-leftmenu .tit {
    height: 50px;
    line-height: 50px;
    background: #5c5b5b;
}

.huake-mo-leftmenu .tit h6 {
    float: left;
    color: #fff;
    padding: 0 0 0 20px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    font-family: var(--font-family);
}

.huake-mo-leftmenu .tit span {
    float: right;
    cursor: pointer;
    width: 50px;
    line-height: 50px;
    text-align: center;
}

.huake-mo-leftmenu .tit span i {
    color: #fff;
    font-size: 16px;
}

.huake-mo-leftmenu>ul>li {
    font-size: 15px;
    border-top: 2px solid #e5e5e5;
    position: relative;
}

.huake-mo-leftmenu>ul>li>a {
    padding: 0 0 0 20px;
}

.huake-mo-leftmenu>ul>li>ul>li>i,
.huake-mo-leftmenu>ul>li>i {
    position: absolute;
    color: #333;
    font-size: 12px;
    top: 0;
    right: 0;
    z-index: 1;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.huake-mo-leftmenu ul li a {
    color: #333;
    display: block;
    line-height: 40px;
}

.huake-mo-leftmenu ul li a:hover {
    text-decoration: none;
}

.huake-mo-leftmenu ul li ul {
    display: none;
    padding-bottom: 10px;
}

.huake-mo-leftmenu ul li ul li {
    line-height: 35px;
    position: relative;
}

.huake-mo-leftmenu ul li ul li a {
    padding: 5px 0 5px 30px;
    line-height: 1.5;
}

.huake-mo-leftmenu ul li ul li li a {
    padding-left: 40px;
}

.menu-transitioning {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


.huake-header {
    background: #fff;
    height: 75px;

    box-sizing: border-box;
    position: fixed;
    top: 46px; 
    left: 0;
    width: 100%;
    z-index: 998;
    transition: box-shadow 0.3s ease, padding 0.3s ease; 
    will-change: box-shadow,padding;
    transform: translateZ(0);
}

.huake-header .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.huake-header .logo img {
    max-height: 75px;
    max-width: 130px;
}

.huake-header-right {
    display: flex;
    align-items: center;
}

.huake-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.huake-nav ul li {
    position: relative;
    padding: 0 15px;
}

[lang=es] .huake-nav ul li,
[lang=pt] .huake-nav ul li,
[lang=ru] .huake-nav ul li,
[lang=de] .huake-nav ul li,
[lang=fr] .huake-nav ul li,
[lang=ar] .huake-nav ul li,
[lang=nl] .huake-nav ul li,
[lang=ko] .huake-nav ul li {
    padding: 0 5px;
}

.huake-nav ul li>a {
    display: block;
    font-size: 22px;
    color: #1055a2;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}

.huake-nav ul li>dl {
    position: absolute;
    width: 250px;
    height: auto;
    left: 0px;
    top: 54px;
    z-index: 1000;
    padding: 5px 0 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 9px 0px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}

.huake-nav ul li:last-child>dl {
    width: 300px;
}

.huake-nav ul li>dl::before {
    content: '';
    position: absolute;
    left: 40px;
    margin: 0;
    top: -8px;
    overflow: hidden;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
}

.huake-nav ul li>dl>dd {
    float: none;
    border-bottom: 1px solid #EDEDED;
    text-align: left;
    position: relative;
}

.huake-nav ul li>dl>dd>a {
    display: block;
    padding: 8px 20px;
    border: none;
    color: #333;
    font-size: 14px;
    line-height: 23px;
    text-transform: capitalize;
}

.huake-nav ul li>dl>dd>a i {
    position: absolute;
    right: 10px;
    font-size: 11px;
}

.huake-nav ul li>dl>dd>a:hover {
    background: var(--color-primary);
    color: #fff;
}

.huake-nav ul li>dl>dd:last-child {
    border: none;
    background: none;
}

.huake-nav ul li:hover>a,
.huake-nav ul li.active>a {
    color: var(--color-primary);
}

.huake-nav ul li:hover>dl {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
}

.huake-search {
    margin: 0 0 0 20px;
    border: 1px solid #E1E1E1;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.huake-search .submit_text {
    border: none;
    width: 238px;
    height: 38px;
    line-height: 38px;
    padding: 0 45px 0 20px;
    float: left;
    color: #000;
    font-size: 13px;
    background: none;
    box-sizing: border-box;
}

.huake-search .submit_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    background: none;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
}

.huake-search .submit_btn i {
    color: #666;
    font-size: 23px;
}

.huake-header-right .mo-header-menu {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #333;
    text-align: center;
    display: none;
}

.huake-header-right .mo-header-menu i {
    font-size: 24px;
}

.huake_sitetop.scroll-active {
    background: #1055A2; 
    height: 46px; 
}

.huake-header.scroll-active {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
    height: 75px; 
    padding: 0; 
}

body {
    padding-top: 121px; 
    transition: none; 
}

body.scroll-active {
    padding-top: 121px; 
}


.huake-nav ul li dl .third-nav {
  position: absolute;
  top: 0;
  left: 100%; 
  width: 250px; 
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 9px 0px;
  z-index: 1001; 
  opacity: 0;
  visibility: hidden; 
  transition: opacity 0.3s, visibility 0.3s; 
}

.huake-nav ul li dl .third-nav li {
  padding: 0;
  border-bottom: 1px solid #EDEDED;
}

.huake-nav ul li dl .third-nav li a {
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  color: #333;
  line-height: 23px;
  text-align: left;
  font-weight: 300;
}

.huake-nav ul li dl dd:hover .third-nav {
  opacity: 1;
  visibility: visible;
}

.huake-nav ul li dl .third-nav li a:hover {
  background: var(--color-primary);
  color: #fff;
}

.huake-nav ul li dl dd .down-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "qico"; 
  font-size: 11px;
  color: #999;
  margin: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  pointer-events: none;
}

.huake-nav ul li dl dd:not(:has(.third-nav)) .down-btn {
  display: none;
}

.huake-nav ul li dl dd:hover .down-btn {
  color: #fff; 
}

@media screen and (max-width:1450px) {
    .huake_sitetop span.email { 
        margin: 0 0 0 25px;
    }

    .huake_sitetop p a {
        margin: 0 10px;
    }

    .huake_sitetop p a:not(:last-child)::after {
        right: -10px;
    }

    .huake-nav ul li>a {
        font-size: 20px;
    }
}

@media screen and (max-width:1300px) {
    .huake-nav ul li>a {
        font-size: 18px;
    }
}

@media screen and (max-width:1250px) {
    .huake_sitetop .share {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .huake-nav ul li {
        padding: 0 5px;
    }
    .huake-nav ul li>a {
        font-size: 16px;
    }
}

@media screen and (max-width:1100px) {
    .huake_sitetop p,
    .huake-nav {
        display: none;
    }

    .huake-header-right .mo-header-menu {
        display: block;
    }

    .huake-search {
        margin: 0 15px 0 0;
    }

    .huake-header {
        top: 46px;
    }
}


@media screen and (max-width:768px) {
    .visible-xs-block {
        display: block;
    }

    .huake_sitetop span,
    .huake_sitetop p,
    .huake_sitetop .share,
    .huake-nav,
    .huake-header-right .mo-header-menu {
        display: none;
    }

    .huake_sitetop .container {
        padding: 0;
    }

    .huake_sitetop span.mo-header-menu {
        display: block;
    }

    .huake-header {
        top: 46px;
        height: auto;
        padding: 0;
    }

    .huake-header.scroll-active {
        padding:  0;
        height: auto;
    }

    .huake-header .container {
        display: block;
    }

    .huake-header .logo {
        text-align: center;
    }

    .huake-search {
        margin: 15px auto 0;
        width: 90%;
    }

    .share a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        margin: 0 3px;
    }

    .share a i {
        font-size: 18px;
    }
    
    body {
        padding-top: 178px;
    }

    body.scroll-active {
        padding-top: 178px;
    }

}