
.qng-fenbanner.fenbanner {
	position: relative;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0;
	min-height: 0;
	overflow: hidden;
	background: #0a2d5c;
	line-height: 0;
}

.qng-fenbanner.fenbanner > img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: auto !important;
	max-width: 100%;
	object-fit: contain !important;
	object-position: center center;
}

.qng-fenbanner.fenbanner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(4, 37, 82, 0.45);
	z-index: 1;
	pointer-events: none;
}

.qng-fenbanner .banner-font,
.qng-fenbanner .qng-banner-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.qng-fenbanner .banner-font {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: clamp(48px, 6vw, 72px) 15px;
	line-height: normal;
}

.qng-fenbanner .banner-title {
	text-align: center;
	font-size: clamp(22px, 2.6vw, 40px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
	color: #ffffff;
	margin: 0 auto;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}

.qng-fenbanner .mianbao {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	color: #ffffff;
	padding-top: 13px;
	width: 100%;
	text-align: center;
	word-wrap: break-word;
}

.qng-fenbanner .mianbao a {
	color: #ffffff;
	text-decoration: none;
}

.qng-fenbanner .mianbao a:hover {
	color: #f4c909;
}

.qng-fenbanner .mianbao .comian {
	color: #f4c909 !important;
	cursor: default;
}

@media screen and (max-width: 999px) {
	.qng-fenbanner .banner-font {
		padding: clamp(40px, 7vw, 56px) 12px;
	}

	.qng-fenbanner .mianbao {
		font-size: 14px;
	}

	.qng-fenbanner .banner-title {
		font-size: clamp(20px, 4.5vw, 28px);
	}
}

@media screen and (max-width: 768px) {
	.qng-fenbanner .mianbao {
		padding-top: 8px;
		font-size: 13px;
	}
}

@media screen and (max-width: 538px) {
	.qng-fenbanner .mianbao {
		font-size: 12px;
	}
}

body.single-product .qng-fenbanner--product.fenbanner,
body.qng-body-certificate-page .qng-fenbanner--certificate.fenbanner {
	position: relative;
	z-index: 1;
}

body.single-product .qng-fenbanner--product .banner-title {
	font-size: clamp(22px, 2.6vw, 40px);
	font-weight: 700;
	line-height: 1.25;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

body.single-product .qng-fenbanner--product .mianbao {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 13px;
}

body.single-product .qng-fenbanner--product .mianbao .comian {
	color: #f4c909 !important;
	cursor: default;
}

body.qng-body-certificate-page .qng-fenbanner--certificate .banner-title {
	font-size: clamp(24px, 2.8vw, 40px);
}

body.qng-body-application-page .qng-fenbanner--application.fenbanner,
body.qng-body-application-single .qng-fenbanner--application.fenbanner {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

body.qng-body-application-page .qng-fenbanner--application .banner-title,
body.qng-body-application-single .qng-fenbanner--application .banner-title {
	font-size: clamp(24px, 2.8vw, 40px);
	line-height: 1.25;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: normal;
	width: 100%;
	max-width: 100%;
}

body.qng-body-application-page .qng-fenbanner--application .mianbao,
body.qng-body-application-single .qng-fenbanner--application .mianbao {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 12px;
}

body.qng-body-application-single .qng-fenbanner--application .mianbao .comian {
	color: #f4c909 !important;
}
