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

	/*给全局字号做限制*/
	body p, 
	body span,
	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;
  	  display: inline-block!important;
  	  border-radius: var(--button-radius)!important;
  	  height: 50px!important;
  	  line-height: 50px!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, 
  	body span,
  	body .global-p{
			font-size:14px!important;
		}
		
		body .global-h{
  	  font-size: 18px!important;
  	}
  	
  	.global-btn{
  	  font-size:14px!important;
	    height: 35px!important;
  	  line-height: 35px!important;
  	}
  	
	}
	
	@media(max-width:767px){
  	body p, 
  	body span,
  	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;
    background: var(--color-primary);
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
}

@media(max-width:767px){
  .self-btn-box{
    display:none;   
  }
  
}
.sitetop-rightint2 {
  position: relative;
  width: 100%;
  top: 0;
  height: 60px;
  z-index: 30;
  background-color: #f7f7f7;
}
.sitetop-rightint2 .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.sitetop-rightint2 span {
  display: none;
  text-align: center;
  cursor: pointer;
}
.sitetop-rightint2 span.mo-header-search {
  margin-right: 95px;
}
.sitetop-rightint2 span i {
  color: #fff;
  font-size: 24px;
}

.sitetop-rightint2-left,
.sitetop-rightint2-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sitetop-rightint2 p {
  padding: 0 0 0 38px;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
.sitetop-rightint2 p.tel i,
.sitetop-rightint2 p.mail i{
  font-size: 18px;
}

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

.sitetop-rightint2 .share {
  margin-left: 28px;
}
.sitetop-rightint2 .share a {
  display: inline-block;
  background-color: var(--color-primary);
  margin: 0 15px 0 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
}
.sitetop-rightint2 .share a i {
  font-size: 19px;
  color: #fff;
}
.sitetop-rightint2 .share a:hover {
  color: var(--color-primary);
}

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

.sitetop-rightint2 .header-rightint2-right {
  height: 36px;
}

/*.sitetop-rightint2-search-box {*/
/*  top: 190px;*/
/*}*/

/*.sitetop-rightint2-header .nav > ul > li .drop-down {*/
/*  top: 190px;*/
/*}*/

.sitetop-rightint2-header-right {
  display: none !important;
}

.search-box-rightint2 {
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  right: 0;
  top: 130px;
  background: rgba(0, 0, 0, 0.67);
  padding: 25px 0;
}
.sitetop-rightint2-search-box.search-box-rightint2.search-box-only{
   top: 160px;
}



.search-box-rightint2 .close {
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  line-height: 22px;
  height: 22px;
}

.search-box-rightint2 .close i {
  font-size: 21px;
  color: #fff;
}

.search-box-rightint2 .serchbox {
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.search-box-rightint2 .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 47px;
  line-height: 47px;
  float: left;
  color: #111;
  padding: 0 90px 0 15px;
  font-size: 15px;
}

.search-box-rightint2 .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 47px;
  line-height: 47px;
  background: #248506;
  text-align: center;
  display: block;
  cursor: pointer;
}

.search-box-rightint2 .serchbox .submit_btn i {
  font-size: 25px;
  color: #fff;
}

.mo-leftmenu-rightint2 {
  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: 1005 !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);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

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

.mo-leftmenu-rightint2 .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  /*font-family: "Times New Roman";*/
  line-height: 50px;
}

.mo-leftmenu-rightint2 .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
      margin-top: 13px;
}

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

.mo-leftmenu-rightint2 > ul {
}

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

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

.mo-leftmenu-rightint2 > 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-rightint2 > ul > li.active {
}

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

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

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

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

.mo-leftmenu-rightint2 ul li ul li a {
  padding: 10px 0 10px 40px;
}

.header-fix {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  background-color: #fff;
}

.header-rightint2 .nav > ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.header-rightint2 .nav > ul > li {
  position: relative;
  margin-left: 60px;
}

.header-rightint2 .nav > ul > li.static {
  position: static;
}

.header-rightint2 .nav > ul > li > a {
  display: block;
  /*font-family: oswald, sans-serif;*/
  font-size: 20px;
  color: #181717;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 20;
}

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

.header-rightint2 .nav > ul > li ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: -30px;
  text-align: left;
  top: 58px;
  z-index: 100;
  padding: 10px;
  background: #fff;
  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;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 9px 0px;
}

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

.header-rightint2 .nav > ul > li > ul li {
  border-bottom: 1px solid #ededed;
  position: relative;
}

.header-rightint2 .nav > ul > li > ul li:last-child {
  border: none;
}

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

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

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

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

.header-rightint2 .nav > ul > li > ul li ul {
  left: 210px;
  top: 0;
}

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

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

.header-rightint2 .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);
}

.header-rightint2 .nav > ul > li .drop-down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 130px;
  z-index: 100;
  padding: 50px 0;
  box-sizing: border-box;
  background: #f1f1f1;
  box-shadow: 0 6px 5px rgba(1, 1, 1, 0.14);
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
}
.header-rightint2.sitetop-rightint2-header .nav > ul > li .drop-down {
  top: 160px;
}

.header-rightint2 .nav > ul > li .drop-down .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.header-rightint2 .nav > ul > li .drop-down .tab {
  width: 340px;
  margin-top: 10px;
  border-right: 1px solid #cccbcb;
  padding-right: 40px;
}

.header-rightint2 .nav > ul > li .drop-down .tab span {
  display: block;
  font-size: 21px;
  color: #0e0e0e;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
}

.header-rightint2 .nav > ul > li .drop-down .tab span + span {
  margin-top: 20px;
}

.header-rightint2 .nav > ul > li .drop-down .tab span.active {
  color: var(--color-primary);
}

.header-rightint2 .nav > ul > li .drop-down .tab-list {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 50px;
}

.header-rightint2 .nav > ul > li .drop-down .list {
  margin-right: -10px;
  margin-left: -10px;
  display: none;
}

.header-rightint2 .nav > ul > li .drop-down .list.active {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-rightint2 .nav > ul > li .drop-down .list dl {
  width: 25%;
  padding: 10px;
  position: relative;
}

.header-rightint2 .nav > ul > li .drop-down .list dl dt {
  font-size: 18px;
  color: #111;
  font-weight: 700;
  margin-bottom: 15px;
}

.header-rightint2 .nav > ul > li .drop-down .list dl dd {
  font-size: 16px;
  display: block;
  color: #4b4b4b;
  font-weight: 300;
}

.header-rightint2 .nav > ul > li .drop-down .list dl dd + dd {
  margin-top: 6px;
}

.header-rightint2 .nav > ul > li:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.header-rightint2 .logo img {
  height: 76px;
}

@media (max-width: 766px) {
  .visible-xs-block-rightint2 {
    display: block !important;
  }
}

.visible-xs-block-rightint2 {
  display: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.header-rightint2 {
  height: 100px;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

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

.header-rightint2 .logo {
}

.header-rightint2 h1 a {
  display: inline-block;
  width: 225px;
  height: 76px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 225px 76px;
}

.header-rightint2-right {
  background: #fff;
  border: 1px solid #e9e9e9;
  height: 57px;
  padding: 0 20px;
  border-radius: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 20;
}

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

.header-rightint2-lang .current-lang {
  height: 34px;
  width: 90px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 7px;
}

.header-rightint2-lang .current-lang em {
  margin: 0 7px;
  line-height: 18px;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
}

.header-rightint2-lang .current-lang i {
  width: 15px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #666;
}

.header-rightint2-right .line {
  width: 1px;
  height: 17px;
  background: #b0b0b0;
  overflow: hidden;
  margin: 0 20px;
}

.header-rightint2-right span.mo-header-rightint2-menu {
  text-align: center;
  cursor: pointer;
  display: none;
}

.header-rightint2-right span.mo-header-rightint2-menu i {
  color: #333;
  font-size: 24px;
}

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

@media screen and (max-width: 1500px) {
  .header-rightint2 .nav > ul > li {
    margin-left: 55px;
  }
}

@media screen and (max-width: 1441px) {
  .header-rightint2 .nav > ul > li {
    margin-left: 45px;
  }

  .header-rightint2 .nav > ul > li .drop-down .tab span {
    font-size: 20px;
  }
}

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

  .header-rightint2 .nav > ul > li {
    margin-left: 20px;
  }
  .header-rightint2 .nav > ul > li > a {
    font-size: 16px;
  }

  .header-rightint2 .nav > ul > li .drop-down .tab {
    width: 300px;
  }
  .header-rightint2 .nav > ul > li .drop-down .tab span {
    font-size: 18px;
  }
  .header-rightint2 .nav > ul > li .drop-down .tab span + span {
    margin-top: 20px;
  }
  .header-rightint2 .nav > ul > li .drop-down .tab-list {
    margin-left: 40px;
  }
}

@media screen and (max-width: 992px) {
  .sitetop-rightint2 p {
    font-size: 14px;
  }
  .sitetop-rightint2 .share {
    display: none;
  }

  .header-rightint2 .nav {
    display: none;
  }

  .header-rightint2 {
    height: 110px;
  }
  .header-rightint2 .logo img {
    height: 60px;
  }

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

  .search-box-rightint2 {
    top: 170px;
    padding: 20px 0;
  }

  .sitetop-rightint2 {
    position: static;
    height: 50px;
    background: #333;
  }
  .sitetop-rightint2 .container {
    padding: 0;
  }
  .sitetop-rightint2 p,
  .sitetop-rightint2 .share,
  .nav {
    display: none;
  }

  .sitetop-rightint2 span {
    display: block;
  }

  .sitetop-rightint2-header-right {
    display: flex !important;
  }
  .sitetop-rightint2-header-right .line {
    visibility: hidden;
  }
  .sitetop-rightint2 {
    display: none;
  }

  .header-rightint2 {
    height: auto;
    padding: 20px 0;
  }
  .header-rightint2 .container {
    padding-right: 0;
  }
  .header-rightint2 .logo img {
    height: 50px;
  }
  .header-rightint2 h1 a {
    width: 148px;
    height: 50px;
    background-size: 148px 50px;
  }

  .header-rightint2-right {
    background: transparent;
    border: none;
    height: auto;
    padding: 0 20px 0 0 ;
  }
  .header-rightint2-lang .current-lang {
    height: 32px;
    width: 80px;
    padding: 0 5px;
    border: none;
  }
  .header-rightint2-lang .current-lang em {
    margin: 0 5px;
  }
  .sitetop-rightint2-search-box.search-box-rightint2.search-box-only {
    top: 91px;
    padding: 20px 10px;
  }
  .search-box-rightint2 .serchbox {
    width: 100%;
  }
  .search-box-rightint2 .close {
    display: none;
  }

  .search em i {
    font-size: 24px;
  }
  .header-rightint2-right span.mo-header-rightint2-menu {
    margin-left: 5px;
  }
}

@media screen and (max-width: 480px) {
  .header-rightint2 {
    padding: 10px 0;
  }
  .header-rightint2 .logo img {
    height: 32px;
  }

  .sitetop-rightint2-search-box.search-box-rightint2.search-box-only {
    top: 60px
  }

  .search-box-rightint2 .serchbox .submit_text {
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 10px;
  }
  .search-box-rightint2 .serchbox .submit_btn {
    width: 60px;
    height: 40px;
    line-height: 40px;
  }

  .header-rightint2-right .line {
    margin: 0 0 0 17px;
  }
}
