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