: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;
	}
	
	body section.inner {
	  height: auto;
	}
}

@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,.btn.btn-lg,.search-page-wrap .more-btn {
	font-size: 16px!important;
	font-family: var(--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,.btn.btn-lg,.search-page-wrap .more-btn {
		font-size: 14px!important;
	}
}

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

.global-btn,.btn.btn-lg,.search-page-wrap .more-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;
        background: var(--color-primary);
}
@media(max-width:767px){
  .self-btn-box{
    display:none;   
  }
  
}

.ntwas-sitetop {
  background: #333;
  height: 50px;
}

.ntwas-sitetop span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.ntwas-sitetop span i {
  color: #fff;
  font-size: 24px;
  line-height: 50px
}

.ntwas-header span.mo-header-search {
  margin-right: 10px;
}

.ntwas-sitetop .mo-search {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid #222;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 51px;
  width: 100%;
  background: #333;
}

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

.ntwas-sitetop .mo-search .submit_btn {
  float: left;
  width: 15%;
  height: 34px;
  line-height: 34px;
  background: var(--color-primary);
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

.ntwas-mo-leftmenu {
  background: #F5F5F5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  max-width: 450px;
  -webkit-overflow-scrolling: touch;
  z-index: 205 !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%);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.ntwas-mo-leftmenu .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
  color: #fff;
}

.ntwas-mo-leftmenu .tit h6 {
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: var(--title-font-family);
}

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

.ntwas-mo-leftmenu .menu-item {
  position: relative;
  color: var(--title-text-color);
}
.ntwas-mo-leftmenu .menu-item {
  border-top: 1px solid #e5e5e5;
}

.ntwas-mo-leftmenu .menu-item > a {
  display: block;
  line-height: 50px;
  padding: 0 0 0 20px;
  font-weight: bold;
  font-family: var(--title-font-family);
}

.ntwas-mo-leftmenu .first-menu-item>i {
  position: absolute;
  font-size: 12px;
  top: 25px;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

.ntwas-mo-leftmenu .second-menu {
  display: none;
}

.ntwas-mo-leftmenu .second-menu-item {
  padding-left: 20px;
}

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

.ntwas-header {
  height: 100px;
}

.ntwas-fixed-header {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 99;
  box-shadow: 0 0 15px rgba(11, 3, 5, .5);
  transition: all 0.5s ease 0s;
}

.header-fix {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
}

.ntwas-header span.mo-header-menu {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
}

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

.ntwas-header .logo img {
  max-height: 65px;
}

.ntwas-header .first-menu {
  font-size: 0;
  text-align: left;
}

.ntwas-header .first-menu-item {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.ntwas-header .first-menu-item + .first-menu-item::after {
  content: '';
  width: 1px;
  background: #777;
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
}

.ntwas-header .first-menu-item>a {
  display: block;
  font-size: 18px;
  color: var(--title-text-color);
  line-height: 30px;
  text-align: center;
  position: relative;
}

.ntwas-header .first-menu-item>a i {
  color: inherit;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}

.ntwas-header .second-menu {
  position: absolute;
  width: 250px;
  height: auto;
  left: 0;
  text-align: left;
  top: 44px;
  z-index: 1000;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 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;
}

.ntwas-header .second-menu::before {
  content: '';
  position: absolute;
  left: 30px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

.ntwas-header .secone-menu-item + .secone-menu-item  {
  border-top: 1px solid #EDEDED; 
}

.ntwas-header .second-menu-item>a {
  display: block;
  border-radius: 4px;
  padding: 10px;
  color: var(--title-text-color);
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
}

.ntwas-header .second-menu-item>a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}

.ntwas-header .second-menu-item a:hover {
  background: var(--color-primary);
  color: #fff;
}

.ntwas-header .first-menu-item:hover>a,
.ntwas-header .first-menu-item.active>a {
  color: var(--color-primary);
}

.ntwas-header .first-menu-item:hover>a>i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.ntwas-header .menu-item:hover>ul {
  -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);
}

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

.ntwas-header-right .search {
  width: 160px;
  margin: 0 10px 0 0;
  position: relative;
  z-index: 20;
  transition: all .5s ease 0s;
}

.ntwas-header-right .submit_text {
  border: 1px solid #111;
  background: transparent;
  width: 100%;
  height: 40px;
  line-height: 32px;
  border-radius: 3px;
  font-size: 15px;
  color: #666;
  padding: 0 40px 0 10px;
}

.ntwas-header-right .submit_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  background: 0 0;
  height: 40px;
  text-align: center;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}

.ntwas-header-right .submit_btn i {
  color: #111;
  font-size: 23px;
  line-height: 40px;
}

.ntwas-header-right .current-lang {
  border: 1px solid #111;
}

@media screen and (max-width:1440px) {
  .ntwas-header .first-menu-item>a {
    font-size: 18px;
  }
}

@media screen and (max-width:1199px) {
  .ntwas-header {
    height: 80px;
  }
  .ntwas-header .logo img {
    max-height: 55px;
  }
  .ntwas-header .nav {
    display: none;
  }
  .ntwas-header-right .search {
    width: 140px;
  }

  .ntwas-header .logo {
    margin-right: -85px;
  }
}

@media screen and (max-width:767px) {
  .ntwas-sitetop .mo-header-search {
    margin-right: 100px;
  }

  .ntwas-header .logo img {
    max-height: 50px;
  }
  
  .ntwas-header .search {
    display: none;
  }

  .ntwas-header-right .lang-selector {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
  }
  .ntwas-header-right .current-lang {
    border-color: #fff;
  }

  .ntwas-header {
    height: auto;
    padding: 10px 0;
    position: static;
  }

  .ntwas-header .logo {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .ntwas-header .logo img {
    max-height: 60px;
  }

  .ntwas-header span.mo-header-menu {
    display: none;
  }
}