: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: 70px 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,.pro_text section,.pro-scroll section {
	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: 60px 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;
	}
  .sidebanner{
    height: 220px!important;
    background-size: 100% 100%!important;
  }
}

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

   .sidebanner{
    height: auto!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:768px) {
	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;

    margin-right: 10px;
        background: var(--color-primary);
}
@media(max-width:992px){
  .self-btn-box{
    display:none;   
  }
  
}

.sitetop {
  position: absolute;
  width: 100%;
  top: 0;
  height: 60px;
  z-index: 30;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.sitetop .lang-selector{
  color: #fff;
}

.sitetop .wp {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.sitetop span {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.sitetop span.mo-header-search {
  margin-right: 95px;
}

.sitetop span i {
  color: #fff;
  font-size: 24px;
}

.sitetop-left,
.sitetop-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.sitetop p {
  /* padding: 0 0 0 38px; */
  margin-right: 30px;
  line-height: 30px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}

.sitetop p.tel {
  background: url("../../images/tel.png") no-repeat left center;
}

.sitetop p.mail {
  background: url("../../images/mail.png") no-repeat left center;
}

.sitetop p a:hover {
  color: var(--color-primary);
}

.sitetop .share {
}

.sitetop .share a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 15px 0 0;
}

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

.sitetop .share a:hover {
  color: var(--color-primary);
}

/* .header-lang {
  position: relative;
  z-index: 200;
}

.header-lang .box {
  height: 34px;
  width: 88px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.header-lang .box img {
  float: left;
  margin: 7px 0 0 7px;
}

.header-lang .box em {
  float: left;
  margin: 7px 5px 0 7px;
  line-height: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.header-lang .box i {
  float: left;
  margin: 7px 0 0 0;
  width: 15px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}

.header-lang .lang-box {
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 200;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.header-lang .lang-box::before {
  content: "";
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}

.header-lang ul {
  max-height: 160px;
  overflow-y: scroll;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-lang ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%;
}

.header-lang ul li:last-child {
  border: none;
}

.header-lang ul li a {
  color: #333;
  font-size: 12px;
  display: block;
}

.header-lang ul li a:hover {
  color: #015198;
}

.header-lang ul li img {
  vertical-align: middle;
  margin-right: 7px;
}

.header-lang:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
} */

.search {
  margin: 0 10px 0 0;
  position: relative;
  z-index: 10;
}

.search h3 {
  width: 45px;
  height: 36px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
}

.search h3 i {
  color: rgba(255, 255, 255, 0.75);
  font-size: 25px;
  line-height: 36px;
  -webkit-text-stroke-width: 0.1px;
  text-stroke-width: 0.1px;
}

.search .serchbox {
  display: none;
  position: absolute;
  background: #666;
  width: 235px;
  height: 33px;
  padding: 10px;
  top: 36px;
  right: 0;
  z-index: 1000;
  box-sizing: content-box;
}

.search .serchbox .submit_text {
  background: #fff;
  border: 1px solid #fff;
  border-right: none;
  width: 200px;
  height: 33px;
  line-height: 33px;
  float: left;
  color: #333;
  padding: 0 0 0 6px;
  box-sizing: border-box;
}

.search .serchbox .submit_btn {
  border: none;
  width: 35px;
  background: #d8261a;
  font-size: 14px;
  color: #fff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  float: right;
  cursor: pointer;
}

.search:hover h3 {
  background: #666;
}

.search:hover h3 i {
  color: #fff;
}

.search:hover .serchbox {
  display: block;
}

.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;
  box-sizing: border-box;
}

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

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

.mo-leftmenu {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  -webkit-overflow-scrolling: touch;
  z-index: 105 !important;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.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%);
}

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

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

.mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
  top: 10px;
    position: relative;
}

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

.mo-leftmenu > ul {
}

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

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

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

.mo-leftmenu > ul > li.active {
}

.mo-leftmenu ul li a {
  color: #333;
  display: block;
      padding: 10px;
}

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

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

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

.mo-leftmenu ul li ul li a {
  background: url("../../images/d.png") no-repeat 25px center;
  padding:10px 0px 10px 40px
}

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

.header {
  box-sizing: border-box;
  height: 110px;
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 60px;
}

.header > div {
  background: var(--color-primary);
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.header span.mo-header-menu {
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-indent: -9999px;
}

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

.header .logo {
  width: 279px;
  height: 133px;
  background: url("./pics/logo-bg.png") no-repeat center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.header .logo img {
  margin-left: 6px;
  max-width: 260px;
  max-height: 130px;
}

.header .logo img.mo {
  display: none;
}

.nav {
  height: 110px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.nav > ul {
  font-size: 0;
  text-align: center;
}

.nav > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 22px;
}

.nav > ul > li > a {
  display: block;
  font-size: 22px;
  color: #fff;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
}

.nav > ul > li > a i {
  color: inherit;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}

.nav > ul > li ul {
  position: absolute;
  width: 220px;
  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;
}

.nav > ul > li > ul::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;
}

.nav > ul > li > ul li {
  border-bottom: 1px solid #ededed;
  position: relative;
  -webkit-text-stroke-width: 0.2px;
}

.nav > ul > li > ul li > a {
  display: block;
  border-radius: 4px;
  padding: 9px 15px;
  color: #313131;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
}

.nav > ul > li > ul > li > a {
  padding-right: 20px;
}

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

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

.nav > ul > li:nth-child(3) > ul {
  left: -270px;
  width: 700px;
}

.nav > ul > li:nth-child(3) > ul::before {
  left: 315px;
}

.nav > ul > li:nth-child(3) > ul li {
  float: left;
  width: 48%;
}

.nav > ul > li > ul li ul {
  left: 230px;
  top: 0;
}

.nav > ul > li:hover > a,
.nav > ul > li.active > a {
  color: #ddd;
}

.nav > ul > li:hover > a > i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.nav ul li: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);
}

@media screen and (max-width: 1500px) {
  .nav > ul > li {
    margin: 0 17px;
  }

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

@media screen and (max-width: 1330px) {
  .sitetop p {
    font-size: 16px;
  }

  .nav > ul > li {
    margin: 0 10px;
  }

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

@media screen and (max-width: 1150px) {
  .sitetop p {
    font-size: 14px;
  }

  .sitetop .share {
    display: none;
  }

  .header {
    height: 80px;
  }

  .header .logo {
    width: 220px;
    height: 100px;
    background-position: center right;
  }

  .header .logo img {
    max-width: 200px;
    max-height: 90px;
  }

  .nav {
    height: 80px;
  }

  .nav > ul > li {
    margin: 0 8px;
  }

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



@media screen and (max-width: 992px) {
  .sitetop {
    position: static;
    height: 50px;
    background: #333;
  }

  .sitetop .wp {
    padding: 0;
  }

  .sitetop p,
  .sitetop .share,
  .nav {
    display: none;
  }

  .sitetop span {
    display: block;
  }

  /* .header-lang {
    position: absolute;
    right: 10px;
    top: 9px;
  }

  .header-lang .box {
    height: 32px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 0;
  }

  .header-lang .box img {
    margin: 5px 0 0 5px;
    border-radius: 0;
  }

  .header-lang .box em {
    margin: 5px 5px 0 5px;
    color: #fff;
  }

  .header-lang .box i {
    margin: 5px 0 0 0;
    color: #fff;
  }

  .header-lang ul {
    padding: 0 5px;
    top: 32px;
    border: 1px solid #ccc;
    border-radius: 0;
  }

  .header-lang ul li img {
    margin-right: 5px;
    border-radius: 0;
  } */

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

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

  .header > div {
    background: #fff;
    -webkit-align-items: center;
    align-items: center;
  }

  .header .logo {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .header .logo img {
    margin-left: 0;
  }
}
