:root {
	--title--size: 40px;
	--font-bold: 600;
	--font-bolder: 700;
}

a {
	cursor: pointer;
}

.global-title {
	color: var(--title-text-color);
	font-size: var(--title--size)!important;
	font-family: var(--title-font-family)!important;
	font-weight: var(--font-bold)!important;
	position: relative;
	text-transform: capitalize!important;
	line-height: 1!important;
}

.okki-chat--bubble-holder .okki-chat-widget-bubble.okki-chat-elements--right {
		/*bottom: 80px!important;*/
}

body section {
	margin: 60px auto!important;
	padding: 0!important;
}

body section.inner {
	margin: 0 auto!important;
	padding: 60px 0!important;
}

body section.head-top-guanxiang, body section.cookie-policy, body section.crumbs-guanxiang, body section.small-banner-guanxiang,body section.section-item,body section.san-small-banner,body section.san-crumbs,body section.custom-pop-inquiry {
	margin: 0!important;
}

body section.cookie-policy {
	padding: 32px 24px 16px!important;
}

body section.crumbs-guanxiang {
	padding: 18px 0!important;
}

.nans-sidebanner h1, .nans-sidebanner h2 {
	margin-top: 80px!important;
}

.nans-sidebanner p {
	margin: 10px 0 0!important;
}

.crumbs-guanxiang .container {
	width: initial!important;
}

.small-banner-guanxiang {
	height: auto!important;
	max-height: 320px;
}

.small-banner-guanxiang img {
	height: 100%!important;
}

.bobo-inquiry .inqury_title_box {
	padding: 0!important;
}

@media(max-width: 1440px) {
	:root {
		--title--size: 32px!important;
	}

	body section {
		margin: 50px auto!important;
	}

	body section.inner {
		padding: 50px 0!important;
	}
}

@media(max-width: 992px) {
	body section.main {
		padding: 0 15px!important;
	}

	:root {
		--title--size: 28px!important;
	}
}

@media(max-width: 767px) {
	:root {
		--title--size: 24px!important;
	}

	.nans-sidebanner h1, .nans-sidebanner h2 {
		margin-top: 10px!important;
	}

	body section {
		margin: 30px auto!important;
	}

	body section.main,body section.container {
		padding: 0 15px!important;
	}

	body section.inner {
		padding: 30px 0!important;
	}

	.okki-chat--bubble-holder .okki-chat-widget-bubble.okki-chat-elements--right {
			/*bottom: 140px!important;*/
	}
}


body .crmForm-error{
	z-index:1!important;
}



	/*给新闻及产品详情页的文字字体限制*/
.myart p , .myart span,.myart table,.myart td,
	 .myart div,.myart strong, .myart b {
	font-family: var(--font-family)!important;
}

	/*给全局字号做限制*/

body p:not(.count-title),
	body .global-p {
	font-size: 16px!important;
}

body .global-h {
	font-size: 20px!important;
}

.global-btn {
	font-size: 16px!important;
	font-family: var(--title-font-family)!important;
	border-radius: var(--button-radius)!important;
	text-align: center!important;
	font-weight: 700!important;
	background: var(--color-primary)!important;
	color: #fff!important;
	text-transform: capitalize!important;
}

.global-btn:hover {
	background: var(--btn-hover)!important;
	color: var(--color-primary)!important;
	border: 1px solid var(--color-primary)!important;
}

@media(max-width:1024px) {
	body p:not(.count-title),
  	body .global-p {
		font-size: 14px!important;
	}

	body .global-h {
		font-size: 18px!important;
	}

	.global-btn {
		font-size: 14px!important;
	}
}

@media(max-width:767px) {
	body p:not(.count-title),
  body .global-p {
		font-size: 13px!important;
	}

	.global-btn {
		font-size: 13px!important;
		width: 100%!important;
	}

	body .global-h {
		font-size: 16px!important;
	}
}

.self-btn-box{
      display: inline-block;
    padding: 10px;
    border-radius: var(--button-radius)!important;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
}
@media(max-width:767px){
  .self-btn-box{
    display:none;   
  }
  
}
.huake_sitetop .cl, .huake-mo-leftmenu .cl, .huake-header .cl {
    zoom: 1
}

.huake_sitetop .cl:before,
.huake_sitetop .cl:after {
    display: table;
    content: " ";
}

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

.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: var(--bg-color);
    height: 46px;
}

.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.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: 105 !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: #353535;
}

.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 {}

.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.active {}

.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 {
    /*background: url("./pics/d.png") no-repeat 25px center;*/
    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---*/

.huake-header {
    background: #fff;
    height: 98px;
    box-sizing: border-box;
}

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

.huake-header .logo {}

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

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

.huake-nav {}

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

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

[lang=es] .huake-nav ul li {
    padding: 0 5px;
}

[lang=pt] .huake-nav ul li {
    padding: 0 5px;
}

[lang=ru] .huake-nav ul li {
    padding: 0 5px;
}

[lang=de] .huake-nav ul li {
    padding: 0 5px;
}

[lang=fr] .huake-nav ul li {
    padding: 0 5px;
}

[lang=ar] .huake-nav ul li {
    padding: 0 5px;
}

[lang=nl] .huake-nav ul li {
    padding: 0 5px;
}

[lang=ko] .huake-nav ul li {
    padding: 0 5px;
}

.huake-nav ul li>a {
    display: block;
    font-size: 20px;
    color: #333;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.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: 208px;
    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;
}

@media screen and (max-width:1450px) {
    /* .container {
        width: 1200px;
    } */

    .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) {
    /* .container {
        width: 100%;
        padding-right: 30px;
        box-sizing: border-box;
        padding-left: 30px;
    } */

    .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 15px;
    }
}

@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;
    }

}

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

    /* .container,
    .wp2 {
        padding-right: 10px;
        padding-left: 10px;
    } */

    .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 {
        height: auto;
        padding: 20px 0;
    }

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

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

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

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

    .share a i {
        font-size: 18px;
    }
}