: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 {
	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:not(.counter),
	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, 
  	body span:not(.counter),
  	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, 
  body span:not(.counter),
  body .global-p {
		font-size: 13px!important;
	}

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

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


	
	

/*---mo-header---*/

.sitetop-song {
  display: none;
  background: #333;
  height: 50px;
  line-height: 50px;
}
.sitetop-song .row {
  justify-content: space-between;
}
[dir="rtl"] .sitetop-song .row {
  flex-direction: row-reverse;
}

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

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

.sitetop-song span i {
  font-size: 24px;
  line-height: 50px;
}


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

.mo-search-song .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-song .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;
}

.mo-leftmenu-song {
  display: none;
  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 .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%)
}

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

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

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

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

.mo-leftmenu-song>ul {}

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

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

.mo-leftmenu-song>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-song ul li a {
  color: #333;
  display: block;
}

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

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

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

.mo-leftmenu-song ul li ul li a {
  padding: 0 0 0 40px;
  line-height: 35px;
}

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

/*---header---*/

.header-song {
  background: #fff;
  height: 100px;
  position: relative;
}

.header-song>.container {
  height: 100%;
}

.header-song>.container>.row {
  position: relative;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.header-song .logo {
  width: 12%;
}
.header-song .logo img {
  max-width: 100%;
  max-height: 70px;
}

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

.header-song .nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 20;
}

.header-song .nav>ul {
  padding: 0 10px;
}

.header-song .nav>ul>li {
  float: left;
  position: relative;
  margin: 0 15px;
}

.header-song .nav>ul>li>a {
  display: block;
  font-size: 20px;
  color: #121212;
  line-height: 36px;
  font-weight: 500;
}

.header-song .nav>ul>li ul {
  position: absolute;
  width: 260px;
  height: auto;
  left: 0;
  top: 40px;
  z-index: 1000;
  padding: 3px 0 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 5px 9px 0px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-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;
}

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

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

.header-song .nav>ul>li ul>li>a {
  display: block;
  padding: 10px 20px;
  border: none;
  color: #333;
  font-size: 17px;
  line-height: 22px;
  text-transform: capitalize;
}

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

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

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

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

.header-song .nav>ul>li:hover>ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
}

.header-right-song {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 20;
}

.header-lang-song {
  position: relative;
  z-index: 20;
  margin: 0 10px;
}

.header-lang-song .box {
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.header-lang-song .box em {
  float: left;
  margin: 0 3px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
}

.header-lang-song .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 .4s ease 0s;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.header-lang-song .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-song 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-song ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%;
}

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

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

.header-lang-song ul li a:hover {
  color: var(--color-primary);
}

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

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


.search-song {
  float: right;
  margin: 0;
  position: relative;
}

.search-song em {
  padding: 5px 3px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block;
}

.search-song em i {
  color: #000;
  font-size: 24px;
  line-height: 36px;
}

.search-song .serchbox {
  display: none;
  position: absolute;
  background: var(--bg-color);
  width: 255px;
  padding: 10px;
  top: 36px;
  right: 0;
  z-index: 1000;
}

.search-song .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-song .serchbox .submit_btn {
  border: none;
  width: 35px;
  background: var(--color-primary);
  font-size: 14px;
  color: #fff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  float: right;
  cursor: pointer;
}

.search-song:hover em {
  background: #666;
}

.search-song:hover em i {
  color: #fff;
}

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

.header-right-song .share {
  font-size: 0;
}

.header-right-song .share a {
  margin: 0 4px;
}

.header-right-song .share i {
  color: #000;
  font-size: 18px;
  padding: 5px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.header-right-song .share a:hover i {
  background: var(--color-primary);
  color: #fff;
}

.song-cl.cl {
  zoom: 1
}

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

.song-cl.cl:after {
  clear: both;
}

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

}

@media screen and (max-width:1440px) {
  .header-right-song .share a {
    margin: 0 2px;
  }

  .header-right-song .share i {
    font-size: 16px;
  }

  .header-lang-song .box em {
    font-size: 16px;
  }
}

@media screen and (max-width:1280px) {
  .header-song .logo {
    width: 13%;
  }
  .header-song .nav>ul>li {
    margin: 0 10px;
  }
  .header-right-song .share {
    display: none;
  }
  .header-lang-song {
    margin: 0 5px;
  }
}

@media screen and (max-width:990px) {
  .header-song .nav>ul>li>a {
    font-size: 16px;
  }
  .header-song .logo {
    width: 16%;
  }
}

@media screen and (max-width:820px) {
  .mo-leftmenu-song {
    display: block !important;
  }

  .header-song {
    height: 80px;
  }

  .sitetop-song {
    display: block;
    background: #333;
  }

  .header-song .nav,
  .search-song,
  .header-song .btn {
    display: none !important;
  }

  .header-right-song {
    position: static;
  }

  .header-right-song .share {
    display: none;
  }

  .search-song {
    display: none;
  }

  .header-right-song {
    animation: none;
  }
  .header-lang-song {
    position: absolute;
    right: 0;
    top: -25px;
    transform: translateY(-50%);
  }

  .header-lang-song .box {
    height: 35px;
    padding: 0 5px;
    border: 1px solid #fff;
  }

  .header-lang-song .box i:first-child {
    line-height: 35px;
  }

  .header-lang-song .box em {
    line-height: 35px;
    color: #fff;
  }

  .header-lang-song .box i:last-child {
    line-height: 35px;
    color: #fff;
  }

  .header-lang-song ul {
    left: 0;
  }

  .header-song .logo {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width:480px) {

  .header-song .logo img {
    height: 50px;
  }

  .header-song h1 a {
    width: 119px;
    height: 50px;
    background-size: 119px 50px;
  }
}