@-weibit-keyframes musicMove {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

p span {
	text-wrap: initial !important;
}

.lazyload {
	min-height: 50px;
}

:root {
	--border-radius: 30px 4px 30px 4px;
	--color1: #484d53;
	--color2: #fd7014;
	--color3: #3fa8ff;
	--color4: #3fa8ff;
	--text-color: #333;
	--primary-color: #fd7014;
	--secondary-color: #484d53;
}

@media (max-width: 991px) {
	:root {
		--border-radius: 20px 4px 20px 4px;
	}
}

@media (max-width: 767px) {
	:root {
		--border-radius: 8px 3px 8px 3px;
	}
}

.cc {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.yy {
	box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}

.notext {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fd {
	clear: both;
	width: 100%;
	display: block;
	content: ' ';
}

.fbj {
	display: flex;
	flex-wrap: wrap;
}

.pac {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

a {
	text-decoration: none;
	color: #2f2e3f;
}

a:hover {
	text-decoration: none;
	color: #000;
}

body, html {
	padding: 0;
	margin: 0;
	font-size: 14px;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

.w {
	width: 1400px;
	margin: 0 auto;
}

.w:after {
	clear: both;
	width: 100%;
	display: block;
	content: ' ';
}

.colm {
	padding: 70px 0;
}

.colmt {
	padding-top: 70px;
}

@media (max-width: 1440px) {
	.w {
		width: 1190px;
	}
}

@media (max-width: 1200px) {
	.w {
		width: 950px;
	}
}

@media (max-width: 991px) {
	.w {
		width: 750px;
	}

	.colm {
		padding: 40px 0;
	}

	.colmt {
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	.w {
		width: 92%;
		margin: 0 4%;
	}

	.colm {
		padding: 30px 0;
	}

	.colmt {
		padding-top: 30px;
	}
}

.view-button {
	display: inline-block;
	padding: 8px 20px;
	background-color: var(--color1);
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	transition: all 0.3s ease;
}

.view-button:hover ,a:hover .view-button {
	background-color: var(--color2);
	color: #fff;
}

.view-button-white {
	display: inline-block;
	padding: 8px 30px;
	cursor: pointer;
	border: none;
	width: auto;
	color: #fff;
	background-image: linear-gradient(to right, #2423df, #5e5efa 50%, #2423df);
	text-decoration: none;
	font-size: 1em;
	transition: all 0.3s ease;
	background-position: left center;
	background-size: 200% 100%;
	border-radius: 8px;
}
.view-button-white i{
	margin-left: 15px;
	font-size: 14px;
}
.view-button-white:hover ,a:hover .view-button-white {
    background-position: right center;
	background-image: linear-gradient(to right, #2423df, #5e5efa 50%, #2423df);
	color: #fff;
}

.contact-button {
	display: inline-block;
	padding: 8px 20px;
	border: 2px solid var(--color2);
	color: var(--color2);
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-button:hover {
	background-color: var(--color2);
	color: #fff;
}

@media (max-width: 768px) {
	.view-button-white {
		padding: 5px 12px;
	}
}

.new-footer-section {
	background-color: #1a1d29;
	color: #b0b0b0;
	padding: 40px 0 20px 0;
	font-size: 14px;
}

.new-footer-section .w {
	margin: auto;
	padding: 0 15px;
}

.new-footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.footer-col {
	width: 15%;
	margin-bottom: 20px;
}

.footer-logo-col {
	width: 25%;
}

.footer-logo img {
	max-width: 150px;
	height: auto;
	margin-bottom: 20px;
}

.footer-contact-info h3, .footer-col h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer-contact-info h3 a, .footer-col h3 a {
	color: #fff;
}

.footer-contact-info p {
	margin-bottom: 10px;
	line-height: 1.5;
}

.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col ul li {
	margin-bottom: 8px;
}

.footer-col ul li a, .new-footer-bottom a {
	color: #b0b0b0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-col ul li a:hover, .new-footer-bottom a:hover {
	color: #ff7f00;
}

.back-to-top {
	text-align: center;
	width: 10%;
}

.back-to-top-button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #b0b0b0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px auto;
	cursor: pointer;
	transition: all 0.3s ease;
}

.back-to-top-button i {
	color: #b0b0b0;
	font-size: 20px;
	transition: color 0.3s ease;
}

.back-to-top-button:hover {
	border-color: #ff7f00;
}

.back-to-top-button:hover i {
	color: #ff7f00;
}

.back-to-top span {
	display: block;
	font-size: 12px;
}

.new-footer-bottom {
	border-top: 1px solid #333;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.new-footer-bottom p {
	margin: 5px 0;
}

.new-footer-bottom ul {
	list-style: none;
	padding: 0;
	margin: 5px 0;
	display: flex;
}

.new-footer-bottom ul li {
	margin-left: 20px;
}

.new-footer-bottom ul li:first-child {
	margin-left: 0;
}

@media (max-width: 992px) {
	.footer-col {
		width: 30%;
	}

	.footer-logo-col {
		width: 100%;
		text-align: center;
	}

	.footer-logo img {
		margin: 0 auto 20px auto;
	}

	.back-to-top {
		width: 30%;
	}
}

@media (max-width: 768px) {
	.footer-col {
		width: 45%;
	}

	.back-to-top {
		width: 45%;
	}

	.new-footer-bottom {
		flex-direction: column;
		text-align: center;
	}

	.new-footer-bottom ul {
		margin-top: 10px;
		align-items: center;
	}

	.new-footer-bottom ul li {
		margin: 5px;
	}
}

@media (max-width: 480px) {
	.footer-logo-col {
		width: 100% !important;
	}

	.footer-col {
		width: 50%;
		text-align: center;
	}

	.back-to-top {
		width: 100%;
		margin-top: 20px;
	}

	.footer-col ul {
		align-items: center;
	}

	.footer-col ul li {
		margin: 5px 0;
	}
}

.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background-color: var(--color3);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 999;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.back-to-top.visible {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover {
	background-color: #a00d24;
	color: #fff;
	transform: translateY(-5px);
}

.back-to-top i {
	font-size: 20px;
}

@media (max-width: 767px) {
	.back-to-top {
		width: 40px;
		height: 40px;
		bottom: 20px;
		right: 20px;
	}

	.back-to-top i {
		font-size: 16px;
	}
}

.social-icons {
	display: flex;
	gap: 15px;
	text-align: center;
	justify-content: center;
	padding-bottom: 12px;
}

.social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background-color: #f1f1f1;
	color: #2423df;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.social-icons a:hover {
	background-color:#2423df;
	color: #fff;
	transform: translateY(-3px);
}

.social-icons a:hover i {
	color: #fff;
}

.social-icon-qr {
	position: relative;
}

.qr-popup {
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%) scale(0.8);
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 10;
	pointer-events: none;
}

.qr-popup:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}

.qr-popup img {
	width: 120px;
	height: 120px;
	max-width: 120px;
	display: block;
}

.social-icon-qr:hover .qr-popup {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scale(1);
}

.product_card_tag {
	width: 100%;
	margin: 60px 0 0;
}

.product_card_tag ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	padding: 0;
	margin: 0;
}

.product_card_tag li {
	list-style: none;
}

.product_card_tag .card_wrapper {
	background-color: #fff;
	border: 1px solid #a0a0a0;
	padding: 1px;
	-webkit-box-flex: 1.0;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.product_card_tag .card_wrapper:hover {
	border-color: #2423df;
	box-shadow: 6px 6px 0 rgba(168,76,191,.2);
	transform: translateY(-3px);
}

.product_card_tag .card_image {
	position: relative;
	padding-top: 62.5%;
	overflow: hidden;
	background: #f5f5f5;
}

.product_card_tag .card_image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.product_card_tag .card_wrapper:hover .card_image img {
	transform: scale(1.05);
}

.product_card_tag .tag_recommend {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #ff6b6b;
	color: #fff;
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
}

.product_card_tag .card_info {
	padding: 20px;
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.product_card_tag h3 {
	margin: 0 0 12px;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	flex: 1;
}

.product_card_tag .card_meta {
    gap: 12px;
    margin-bottom: 15px;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 限制显示2行 */
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_card_tag .author {
	position: relative;
	padding-left: 24px;
	color: #666;
	font-size: 14px;
}

.product_card_tag .author:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: #f0f0f0;
	border-radius: 50%;
}

.product_card_tag .time {
	position: relative;
	padding-left: 20px;
	color: #999;
	font-size: 14px;
}

.product_card_tag .time:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM5OTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PHBvbHlsaW5lIHBvaW50cz0iMTIgNiAxMiAxMiAxNiAxNCI+PC9wb2x5bGluZT48L3N2Zz4=') no-repeat center/contain;
}

.product_card_tag .price_tag {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 12px;
	border-top: 1px solid #f0f0f0;
	margin-top: auto;
}

.product_card_tag .price_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.product_card_tag .user_info {
	display: flex;
	align-items: center;
	gap: 10px;
}

.product_card_tag .author_name {
	color: #666;
	font-size: 14px;
}

.product_card_tag .publish_time {
	color: #999;
	font-size: 14px;
}

.product_card_tag .price {
	color: #ff6b6b;
	font-size: 20px;
	font-weight: bold;
}

.product_card_tag .price:after {
	content: '币';
	font-size: 14px;
	margin-left: 2px;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.product_card_tag ul {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		gap: 15px;
	}

	.product_card_tag .card_info {
		padding: 12px;
	}

	.product_card_tag h3 {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.product_card_tag .card_meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.product_card_tag .author, .product_card_tag .time {
		font-size: 12px;
	}

	.product_card_tag .price {
		font-size: 16px;
	}

	.product_card_tag {
		width: 100%;
		margin: 20px 0 0;
	}
}

.faq-section {
	padding: 80px 0;
	background-color: #f8f9fa;
}

.faq-container {
	margin-top: 40px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.faq-item {
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.faq-question {
	background-color: #f1f1f1;
	padding: 20px 30px;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
}

.faq-item.active .faq-question {
	background: linear-gradient(to right, var(--color1), var(--color1));
	color: white;
}

.faq-question h3 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600;
	flex-grow: 1;
}

.faq-icon {
	width: 24px;
	height: 24px;
	position: relative;
}

.faq-icon:before, .faq-icon:after {
	content: '';
	position: absolute;
	background-color: var(--color3);
	transition: all 0.3s ease;
}

.faq-icon:before {
	width: 2px;
	height: 16px;
	top: 4px;
	left: 11px;
}

.faq-icon:after {
	width: 16px;
	height: 2px;
	top: 11px;
	left: 4px;
}

.faq-item.active .faq-icon:before, .faq-item.active .faq-icon:after {
	background-color: white;
}

.faq-item.active .faq-icon:before {
	transform: rotate(90deg);
	opacity: 0;
}

.faq-answer {
	background-color: #fff;
	padding: 0 30px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
	padding: 20px 30px;
	max-height: 500px;
	background: #f8f8f8;
}

.faq-answer p {
	margin: 0;
	color: #444;
	line-height: 1.6;
	font-size: 1.1rem;
}

@media (max-width: 767px) {
	.faq-question {
		padding: 15px 20px;
	}

	.faq-question h3 {
		font-size: 1rem;
	}

	.faq-item.active .faq-answer {
		padding: 15px 20px;
	}

	.faq-answer p {
		font-size: 0.95rem;
	}
}

.download_list {
	padding: 15px;
	list-style: none;
}

.download_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.download_info {
	flex: 1;
}

.download_title {
	margin: 0 0 8px;
	font-size: 16px;
	color: #333;
}

.download_meta {
	font-size: 12px;
	color: #999;
}

.download_meta span {
	margin-right: 15px;
}

.download_action {
	margin-left: 15px;
}

.download_btn {
	display: inline-flex;
	align-items: center;
	padding: 8px 15px;
	background: linear-gradient(to right, var(--color1), var(--color1));
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
}

.download_btn:hover {
	background: var(--color3);
	color: #fff;
}

.download_btn i {
	margin-right: 5px;
}

.pape_l_body {
	padding: 20px;
	line-height: 1.4;
	background: #f8f8f8;
}

.pape_l_body h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.pape_l_body p {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.pape_l_body {
		padding: 10px;
	}

	.pape_l_body h3 {
		font-size: 1rem;
	}

	.pape_l_body p {
		font-size: 0.9rem;
	}
}

.articles-listing-section {
	padding: 60px 0;
	background-color: #fff;
}

.articles-title {
	font-size: 2rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 30px;
	position: relative;
}

.article-list {
	display: flex;
	flex-direction: column;
}

.article-item {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.article-item:last-child {
	border-bottom: none;
}

.article-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.4;
}

.article-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.article-title a:hover {
	color: var(--color2);
}

.article-meta {
	margin-bottom: 10px;
	color: #777;
	font-size: 0.9rem;
}

.article-date {
	color: #777;
}

.article-excerpt {
	font-size: 1rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 15px;
}

.read-more-link {
	color: var(--color2);
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

.read-more-link:hover {
	opacity: 0.8;
}

.article-sidebar-widget {
	background-color: #fff;
	border-radius: 8px;
	padding: 25px;
	margin-bottom: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.widget-title {
	font-size: 1.3rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}

.widget-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: var(--color2);
}

.widget-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-list li {
	border-bottom: 1px solid #f0f0f0;
}

.widget-list li:last-child {
	border-bottom: none;
}

.widget-list a {
	display: block;
	padding: 12px 0;
	color: #555;
	font-weight: 500;
	transition: all 0.3s ease;
}

.widget-list a:hover {
	color: var(--color2);
	padding-left: 5px;
}

.recent-posts-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.recent-post-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.recent-post-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.recent-post-item a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.recent-post-image {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 15px;
	flex-shrink: 0;
}

.recent-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recent-post-info {
	flex-grow: 1;
}

.recent-post-title {
	font-size: 1rem;
	font-weight: 600;
	color: #333;
	margin: 0 0 5px;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.recent-post-date {
	font-size: 0.85rem;
	color: #777;
}

.recent-post-item a:hover .recent-post-title {
	color: var(--color2);
}

.tags-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tag-link {
	display: inline-block;
	padding: 6px 12px;
	background-color: #f8f9fa;
	border-radius: 4px;
	color: #555;
	font-size: 0.9rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

.tag-link:hover {
	background-color: var(--color2);
	color: white;
}

.uk-pagination {
	margin-top: 40px;
}

.uk-pagination > .uk-active > * {
	color: #fff;
    background-color: #2423df;
}

.uk-pagination > li > a {
	color: #555;
	transition: all 0.3s ease;
}

.uk-pagination > li > a:hover {
	color: var(--color2);
	background-color: transparent;
}

@media (max-width: 960px) {
	.articles-title {
		font-size: 1.8rem;
	}

	.article-title {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	.articles-listing-section {
		padding: 30px 0;
	}

	.articles-title {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}

	.article-item {
		padding: 15px 0;
	}

	.article-title {
		font-size: 1.2rem;
	}

	.article-excerpt {
		font-size: 0.95rem;
	}

	.article-sidebar-widget {
		margin-top: 40px;
	}
}

.jzk_show {
	padding: 40px 0 0;
}
.jzk_product_r .product_card_tag {
	padding-top: 0;
}

.jzk_product_show .jzk_product_l {
	width: 44%;
	float: left;
}

.jzk_product_show .jzk_product_l .view-button-white{
	margin-top: 30px;
}
@media (max-width: 767px) {
	
.jzk_product_show .jzk_product_l .view-button-white{
	margin-top: 20px;
}
}

.jzk_product_show .jzk_product_l img{
	width: 100%;
}

.jzk_product_show .jzk_product_l .gallery-thumbs .swiper-slide {
	text-align: center;
	padding-top: 12px;
}

.jzk_product_show .jzk_product_r {
	width: 50%;
	margin-left: 3%;
	float: left;
}

.jzk_product_show .jzk_product_r ul {
	padding-bottom: 18px;
}

.jzk_product_show .jzk_product_r .jzk_t {
	font-size: 20px;
}

.jzk_product_show .jzk_product_r .jzk_c {
	font-size: 14px;
	padding: 20px 0;
	line-height: 2;
}

.jzk_product_show .jzk_product_r .jzk_c li {
	color: #333;
	border-bottom: #d9d9d9 1px dashed;
	line-height: 36px;
}

.jzk_product_show .jzk_product_r .jzk_b {
	font-size: 24px;
	color: #F40;
	font-weight: bold;
}

.jzk_product_show .jzk_product_r .jzk_b span {
	color: #aaaaab;
	font-size: 14px;
	font-weight: 500;
	padding-right: 12px;
}

.jzk_product_show .jzk_product_r .jzk_d {
	padding-top: 15px;
}

.jzk_product_show .jzk_product_r .jzk_d a, .jzk_product_show .jzk_product_r .jzk_d button {
	background: linear-gradient(to right, var(--color1), var(--color1));
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	-o-border-radius: 19px;
	-ms-border-radius: 19px;
	-khtml-border-radius: 19px;
	border-radius: 19px;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 6px 20px;
	margin-right: 8px;
	border: none;
}

.jzk_product_show .jzk_product_r .jzk_d i {
	padding-right: 6px;
}

.jzk_product_show .jzk_product_r .jzk_d a.jzk_r, .jzk_product_show .jzk_product_r .jzk_d button.jzk_r {
	background: #ffd145;
}

.jzk_product_show:after {
	content: ' ';
	clear: both;
	width: 100%;
	display: block;
}

.jzk_product_show {
	padding-top: 10px;
}

.jzk_product_show1 {
	padding-top: 30px;
}

.jzk_product_showb {
	padding: 20px;
}

.jzk_product_showb .jzk_b {
	display: none;
}

.jzk_product_showb .jzk_b:first-child {
	display: block;
}

.jzk_product_showtag {
	border-bottom: #d4d4d4 1px dashed;
}

.jzk_product_showtag a {
	color: #333;
	font-weight: bold;
	width: 100px;
	text-align: center;
	font-size: 14px;
	padding: 0 12px;
	line-height: 38px;
	display: inline-block;
}

.gallery-thumbs .swiper-slide {
	opacity: 1;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active img {
	border: 3px #ffd145 solid;
}
.quote-title {
	padding-bottom: 15px;
}
@media (max-width: 991px) {
	.quote-title {
		padding-bottom: 12px;
	}
	.jzk_product_show .jzk_product_l {
		width: 100%;
	}

	.jzk_product_show .jzk_product_r {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}

	.jzk_product_show .jzk_product_r .jzk_c {
		padding: 10px 0;
	}

	.jzk_index3 .jzk_img_big img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.jzk_product_showb {
		padding: 10px;
	}

	.jzk_tag {
		padding-bottom: 10px;
		height: auto;
		overflow: hidden;
	}

	.jzk_product_show1 {
		padding-top: 15px;
	}
}

.jzk_product_sub {
	background: #fff;
	border-bottom: 1px #eff0f9 solid;
	line-height: 33px;
	padding: 12px 0;
}

.jzk_product_sub img {
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	left: -7830px;
	filter: drop-shadow(#2046d1 7830px 0);
	width: 16px;
}

.jzk_product_sub .jzk_l1 {
	position: relative;
	left: -7830px;
	filter: drop-shadow(#2423df 7830px 0);
}

.jzk_product_sub .jzk_l2 {
	position: relative;
	left: -7830px;
	filter: drop-shadow(#45dcff 7830px 0);
}

.jzk_product_sub ul {
	display: inline-block;
}

.jzk_product_sub ul li {
	display: inline-block;
	position: relative;
	margin: 0 8px;
}

.jzk_product_sub ul li ul {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	background: #fff;
	display: none;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.jzk_product_sub ul li ul li {
	margin: 0;
	width: 100%;
	display: inline-block;
}

.jzk_product_sub ul li ul a {
	width: 100%;
	display: inline-block;
	text-align: center;
	border: none;
}

.jzk_product_sub ul li ul a:hover {
	border: none;
}

.jzk_product_sub ul li ul li.jzk_hover a {
	border: none !important;
}

.jzk_product_sub ul li a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	height: 33px;
	display: inline-block;
	padding: 0 8px;
	border-left: 2px #fff solid;
}

.jzk_product_sub ul li a:hover {
	background: #eff0f5;
}

.jzk_product_sub ul li a i {
	padding-left: 5px;
}

.jzk_product_sub ul li.jzk_hover > a {
	background: #eff0f5;
	color: #2046d1;
	border-left: 2px #2046d1 solid;
}

.jzk_product_sub ul li a.jzk_hover {
	background: #eff0f5;
	color: #2046d1;
	border-left: 2px #2046d1 solid;
}

.jzk_product_sub ul li:hover > a {
	background: #eff0f5;
	color: #2046d1;
	border-left: 2px #2046d1 solid;
}

.jzk_product_box {
	padding-top: 40px;
}

.jzk_product_box li a {
	background: #fff;
}

@media (max-width: 767px) {
	.jzk_product_box {
		padding-top: 20px;
	}

	.jzk_product_sub ul li {
		margin: 0 4px;
	}

	.jzk_product_sub {
		padding: 6px 0;
	}
}

.jzk_messages {
	padding: 40px 10%;
}

.jzk_messages .btn-block {
	line-height: 28px;
}

.jzk_messages .jzk_btn2 {
	width: 100%;
	line-height: 34px;
}

.jzk_input {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: .375rem .75rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 12px;
	font-size: 14px;
}

.jzk_product_showtag {
}

.jzk_product_showtag a {
	font-size: 18px;
}

.job_list_section {
	padding: 30px 0;
	position: relative;
	z-index: 10;
}

.job_list_container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.job_card {
	background: #fff;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 5px 15px rgba(1, 92, 56, 0.05);
}

.job_header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.job_title {
	font-size: 20px;
	color: var(--text-color);
	font-weight: 600;
	margin-bottom: 15px;
}

.job_meta {
	display: flex;
	gap: 30px;
	color: #666;
	font-size: 14px;
}

.job_meta span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.job_salary {
	color: #ff6b6b;
	font-weight: 500;
	font-size: 16px;
}

.job_content h3 {
	font-size: 16px;
	color: var(--text-color);
	font-weight: 500;
	margin-bottom: 15px;
}

.job_content p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 20px;
}

.job_content ul {
	color: #666;
	line-height: 1.8;
	padding-left: 20px;
	margin-bottom: 20px;
}

.job_content ul li {
	margin-bottom: 10px;
}

.apply_btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 25px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 25px;
	text-decoration: none;
	font-size: 15px;
	transition: all 0.3s ease;
}

.apply_btn:hover {
	background: var(--secondary-color);
	transform: translateY(-2px);
}

.apply_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.modal_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	width: 90%;
	max-width: 500px;
}

.modal_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.modal_title {
	font-size: 20px;
	color: var(--text-color);
	font-weight: 600;
}

.close_modal {
	cursor: pointer;
	font-size: 24px;
	color: #999;
}

@media (max-width: 991px) {
	.job_header {
		flex-direction: column;
		gap: 15px;
	}

	.job_meta {
		flex-wrap: wrap;
		gap: 15px;
	}
}

@media (max-width: 767px) {
	.job_card {
		padding: 20px;
	}

	.job_title {
		font-size: 18px;
	}
}

@media (min-width: 1300px) {
	.uk-container {
		width: 1290px;
		max-width: 1290px;
	}
}

@media (min-width: 960px) {
	.uk-container {
		padding-left: 0px;
		padding-right: 0px
	}
}

.lazyload {
	background: url(/static/common/module/images/loading.gif) center center no-repeat;
	background-size: contain;
	min-height: 50px;
	min-width: 50px;
	display: inline-block;
}

.footer-links {
	margin: 30px 0 20px 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

.footer-links h5 {
	font-size: 1.1rem;
	color: var(--color2);
	font-weight: 600;
	padding: 6px 18px;
}

.footer-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-links li {
	display: inline-block;
}

.footer-links a {
	display: inline-block;
	padding: 6px 18px;
	border-radius: 20px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s;
}

.footer-links a:hover {
	color: var(--color2);
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

@media (max-width: 767px) {
	.footer-links ul {
		gap: 8px;
	}

	.footer-links a {
		padding: 5px 10px;
		font-size: 13px;
	}
}

.floating-social-bar {
	position: fixed;
	top: 40%;
	right: 14px;
	z-index: 1200;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	background: #222;
	border-radius: 50px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.18);
	padding: 16px 8px 12px 8px;
}

.floating-social-bar .floating-icons {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.floating-social-bar a, .floating-social-bar .social-icon-qr {
	width: 40px;
	height: 40px;
	background: transparent;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-size: 18px;
	transition: all 0.3s;
	position: relative;
	text-decoration: none;
	border: none;
}

body{
	margin-top: 100px;
}
.floating-social-bar a:hover, .floating-social-bar .social-icon-qr:hover {
	background: #4646ee;
	color: #fff;
}

.floating-social-bar .qr-popup {
	position: absolute;
	left: auto;
	right: 52px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%) scale(0.8);
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.18);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 10;
	pointer-events: none;
	min-width: 130px;
}

.floating-social-bar .social-icon-qr:hover .qr-popup {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) scale(1);
}

.floating-social-bar .qr-popup:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
}

.floating-social-bar .qr-popup img {
	width: 120px;
	height: 120px;
	display: block;
}

.floating-back-to-top {
	background: var(--color2);
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.floating-back-to-top:hover {
	background: #a00d24;
	color: #fff;
}

@media (max-width: 767px) {
	.floating-social-bar {
		right: 8px;
		top: auto;
		bottom: 80px;
		padding: 8px 2px 6px 2px;
		border-radius: 18px;
	}

	.floating-social-bar a, .floating-social-bar .social-icon-qr {
		width: 34px;
		height: 34px;
		font-size: 15px;
	}

	.floating-back-to-top {
		font-size: 16px;
	}

	.floating-social-bar .qr-popup {
		left: 50%;
		right: auto;
		top: auto;
		bottom: 45px;
		transform: translateX(-50%) scale(0.8);
		min-width: 100px;
	}

	.floating-social-bar .social-icon-qr:hover .qr-popup {
		transform: translateX(-50%) scale(1);
	}

	.floating-social-bar .qr-popup:after {
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #fff;
		border-bottom: none;
	}
}

.pape_l {
	position: relative;
	width: 22%;
	float: left;
	z-index: 99;
}

.pape_l::before {
	content: ' ';
	display: inline-block;
	position: absolute;
	left: -125px;
	top: -15px;
	z-index: 9;
}

.pape_l .index_title {
	background: var(--color1);
	padding-left: 16px;
	background-size: auto 40px;
	line-height: 56px;
	text-align: center;
	margin-bottom: 0;
}

.pape_l .index_title h3:before {
	display: none;
}

.pape_l .index_title i {
	float: right;
	margin-right: 32px;
	color: #ffffff;
	display: none;
	-webkit-transition: 0.1s all linear 0s;
	transition: 0.1s all linear 0s;
}

.pape_l .index_title i.hvv {
	transform: rotate(180deg);
}

@media (max-width: 991px) {
	.pape_l .index_title i {
		display: block;
	}
}

.pape_l .index_title h3 {
	color: #ffffff;
}

.pape_r {
	width: 76%;
	float: right;
}

.paging {
	float: left;
	width: 100%;
}

@media (max-width: 1200px) {
	.pape_son_ul {
		left: 200px;
	}

	.pape_son_t {
		margin-left: 0;
		padding-left: 20px;
	}

	.pape_l {
		width: 30%;
	}

	.pape_l::before {
		left: -200px;
	}

	.pape_r {
		width: 67%;
	}

	.banner_b3 {
		bottom: -128px;
		background-size: 120% auto;
	}
}

@media (max-width: 991px) {
	.pape_r {
		width: 100%;
	}

	.pape_l {
		width: 100%;
		margin-bottom: 15px;
	}

	.pape_son_t h3 {
		text-align: center;
	}

	.pape_son_t {
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	.banner_b3 {
		bottom: -100px;
		background-size: 120% auto;
	}
}

@media (max-width: 767px) {
	.pape_son_t h3 {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 0;
	}

	.pape_son_t span {
		font-size: 16px;
	}

	.pape_nav {
		height: 56px;
	}

	.banner_b3 {
		bottom: -40px;
		background-size: 130% auto;
	}

	.pape_son_t {
		padding-top: 20px;
		background-size: auto 50px;
	}
}

.pape_l_t {
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	color: #fff;
	padding-left: 19px;
	border-radius: 6px 6px 0 0;
	background: var(--color2) url(../../module/images/bg11.png) right top no-repeat;
	padding-left: 16px;
	line-height: 54px;
}

.pape_l_ul {
	line-height: 46px;
	width: 100%;
	padding-top: 2px;
	background: #f9f9f9;
}

.pape_l_ul dl a {
	background: none !important;
	padding-left: 60px !important;
}

.pape_l_ul dl a::after {
	height: 5px!important;
	width: 5px!important;
	background: #007979;
	border-radius: 50%!important;
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
	left: 46px;
}

@media (max-width: 991px) {
	.pape_l_ul {
		display: none;
	}
}

.pape_l_ul a {
	padding-left: 29px;
	color: #333;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	transition: 0.2s;
	position: relative;
}

.pape_l_ul a.has-submenu:after {
	content: '\e623';
	font-family: 'layui-icon';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	font-size: 12px;
}
.gallery-top {
	overflow: hidden;
}

.pape_l_ul a.has-submenu.open:after {
	transform: translateY(-50%) rotate(180deg);
}

.pape_l_ul li {
	border-bottom: 2px solid #fff;
}


.pape_l_ul li a {
	
	border-bottom: 2px solid #fff;
}
.pape_l_ul li.hv a, .pape_l_ul li a:hover {
	background:#fff;
	color: #2423df;
	border-bottom: 2px solid #2423df;
}

.pape_l_ul li.hv dd a {
	color: #000;
}

.pape_l_ul .hv a:before, .pape_l_ul a:hover:before {
	transform: scale(1);
	opacity: 1;
}

.pape_l_ul dl {
	display: none;
	float: left;
	width: 100%;
	line-height: 40px;
	background: #fff;
}

.pape_l_ul dl dd {
	border-bottom: 1px dashed #f2f2f2;
}

.pape_l_ul dl dd:last-child {
	border-bottom: none;
}

.pape_l_ul dl a {
	font-size: 14px;
	padding-left: 30px;
	background: #fff;
	-webkit-transition: 0.1s all linear 0s;
	transition: 0.1s all linear 0s;
}

.pape_l_ul dl a:hover, .pape_l_ul dl a.hv {
	padding-left: 36px;
	background: #f2f8fc;
}

@media (max-width: 991px) {
	.pape_l_ul {
		margin-bottom: 0px;
	}
}

.pape_op {
	border-bottom: 1px solid #eeeeee;
	line-height: 46px;
}

.pape_l_body {
	padding: 20px;
	line-height: 1.4;
	background: #f8f8f8;
}

.pape_l_body h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.pape_l_body p {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.pape_l_body {
		padding: 10px;
	}

	.pape_l_body h3 {
		font-size: 1rem;
	}

	.pape_l_body p {
		font-size: 0.9rem;
	}
}

.pape_op::after {
	clear: both;
	width: 100%;
	display: block;
	content: ' ';
}

.pape_op h3 {
	border-bottom: 3px solid #2423df;
	padding: 0 13px;
	font-size: 25px;
	color: #333;
	display: inline-block;
	float: left;
}

@media (max-width: 991px) {
	.pape_op h3 {
		padding: 0 5px;
		font-size: 16px;
	}
}

.pape_op .fr {
	float: right;
	color: #999;
	font-size: 14px;
}

@media (max-width: 991px) {
	.pape_op .fr {
		font-size: 12px;
	}
}

.pape_op .fr a {
	color: #999;
}

.about_show {
	background: #fff;
	border-radius: 12px;
	padding: 0 0 30px 0;
	position: relative;
}

.about_show_d {
	padding: 40px 40px 0 40px;
	font-size: 1.08rem;
	color: #333;
	line-height: 1.8;
	min-height: 320px;
}

.about_show_d h1, .about_show_d h2, .about_show_d h3 {
	margin-top: 24px;
	margin-bottom: 18px;
	color:#2046d1;
	font-weight: 700;
}

.about_show_d p {
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.about_show {
		padding: 0 0 16px 0;
	}

	.about_show_d {
		padding: 18px 8px 0 8px;
		font-size: 0.98rem;
		min-height: 180px;
	}

	.about_show_d h1, .about_show_d h2, .about_show_d h3 {
		margin-top: 16px;
		margin-bottom: 10px;
		font-size: 1.1rem;
	}
}

.news-pics {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 28px;
	padding: 30px 0 10px 0;
	margin: 0 auto;
	max-width: 1200px;
}

.news-pic-item {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
	overflow: hidden;
	transition: box-shadow 0.3s, transform 0.3s;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 320px;
}

.news-pic-item:hover {
	box-shadow: 0 6px 24px rgba(0,0,0,0.13);
	transform: translateY(-4px) scale(1.02);
}

.news-pic-item a {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.news-pic-item .img {
	width: 100%;
	aspect-ratio: 4/3;
	background: #f5f5f5;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-pic-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
	display: block;
}

.news-pic-item:hover .img img {
	transform: scale(1.06);
}

.news-pic-date {
	font-size: 13px;
	color: #999;
	margin: 16px 0 0 0;
	padding: 0 18px;
	letter-spacing: 1px;
}

.news-pic-title {
	font-size: 1.08rem;
	color: #222;
	font-weight: 600;
	margin: 10px 0 0 0;
	padding: 0 18px 18px 18px;
	line-height: 1.5;
	flex: 1;
	display: flex;
	align-items: flex-end;
	transition: color 0.3s;
}

.news-pic-item:hover .news-pic-title {
	color: var(--color2, #2046d1);
}

@media (max-width: 991px) {
	.news-pics {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		gap: 16px;
		padding: 18px 0 6px 0;
	}

	.news-pic-item {
		min-height: 220px;
	}

	.news-pic-title {
		font-size: 1rem;
		padding: 0 10px 10px 10px;
	}

	.news-pic-date {
		padding: 0 10px;
	}
}

@media (max-width: 600px) {
	.news-pics {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		padding: 8px 0 2px 0;
	}

	.news-pic-item {
		border-radius: 7px;
		min-height: 120px;
	}

	.news-pic-title {
		font-size: 0.95rem;
		padding: 0 6px 8px 6px;
	}

	.news-pic-date {
		font-size: 12px;
		padding: 0 6px;
	}
}

.news_lst.pape_news {
	margin: 40px 20px 30px 20px;
	padding: 0;
	list-style: none;
}

.news_lst.pape_news li {
	background: #fff;
	transition: box-shadow 0.3s, transform 0.3s;
	overflow: hidden;
	position: relative;
}

.news_lst.pape_news li:hover {
}

.news_lst.pape_news li a {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: #222;
	transition: color 0.3s;
	display: flex;
	height: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #f2f2f2;
}

.news_lst.pape_news li a:hover h3 {
	color: var(--color2, #2046d1);
}

.news_lst.pape_news h3 {
	margin: 0;
	font-size: 1.12rem;
	font-weight: 400;
	flex: 1 1 auto;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_lst.pape_news span {
	margin: 0 0 0 18px;
	flex-shrink: 0;
	font-size: 13px;
	color: #999;
	white-space: nowrap;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	.news_lst.pape_news {
		margin: 20px 0 10px 0;
	}

	.news_lst.pape_news li a {
	}

	.news_lst.pape_news h3 {
		font-size: 1rem;
		max-width: 70vw;
	}

	.news_lst.pape_news span {
		font-size: 12px;
		margin-left: 8px;
	}
}

.fu_news_show01 {
	background: #fff;
	border-radius: 14px;
	margin: 40px auto 40px auto;
	padding: 0 0 32px 0;
	position: relative;
}

.fu_news_title {
	padding: 38px 38px 0 38px;
	text-align: left;
}

.fu_news_title h1 {
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	margin: 0 0 18px 0;
	line-height: 1.3;
	word-break: break-all;
}

.fu_news_meta {
	font-size: 14px;
	color: #888;
	margin-bottom: 20px;
	letter-spacing: 1px;
	border-bottom: 1px dashed #f2f2f2;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.fu_news_meta {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}

.blog_content {
	padding: 0 38px;
	font-size: 1.08rem;
	color: #333;
	line-height: 1.9;
	word-break: break-word;
}

.blog_content img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	margin: 18px 0;
	display: block;
}

.blog_content h2, .blog_content h3, .blog_content h4 {
	margin: 32px 0 18px 0;
	color: var(--color2, #2046d1);
	font-weight: 600;
}

.blog_content p {
	margin-bottom: 18px;
}

.jzk_tag {
	margin-top: 30px;
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
}

.jzk_tag a {
	display: inline-block;
	margin-right: 8px;
	padding: 4px 12px;
	margin-bottom: 8px;
	background: #f6f6f6;
	border-radius: 19px;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.jzk_tag a:hover {
	background: var(--color2, #2046d1);
	color: #fff;
}

.jzk_tag i {
	padding-right: 5px;
}

.fu_post_links {
	margin: 32px 38px 0 38px;
	display: flex;
	justify-content: space-between;
	gap: 18px;
	font-size: 15px;
}

.fu_post_links a {
	color: #666;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 6px;
	background: #f5f5f5;
	transition: background 0.2s, color 0.2s;
	max-width: 48%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fu_post_links a:hover {
	background: var(--color2, #2046d1);
	color: #fff;
}

@media (max-width: 767px) {
	.fu_news_show01 {
		border-radius: 8px;
		margin: 16px 2px 18px 2px;
		padding: 0 0 12px 0;
	}

	.fu_news_title, .blog_content {
		padding: 0 8px;
	}

	.fu_news_title h1 {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}

	.fu_news_meta {
		font-size: 12px;
		margin-bottom: 6px;
	}

	.fu_post_links {
		margin: 18px 8px 0 8px;
		flex-direction: column;
		gap: 8px;
		font-size: 13px;
	}

	.fu_post_links a {
		max-width: 100%;
		padding: 6px 8px;
	}
}

.video-news-swiper-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 28px;
	padding: 30px 0 10px 0;
	margin: 0 auto;
	max-width: 1200px;
}

.video-news-swiper-item {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
	overflow: hidden;
	transition: box-shadow 0.3s, transform 0.3s;
	position: relative;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.video-news-swiper-item:hover {
	box-shadow: 0 6px 24px rgba(0,0,0,0.13);
	transform: translateY(-4px) scale(1.02);
}

.video-news-img {
	width: 100%;
	aspect-ratio: 16/9;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
	display: block;
}

.video-news-swiper-item:hover .video-news-img img {
	transform: scale(1.06);
}

.video-news-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.18);
	border-radius: 50%;
	transition: background 0.2s;
	z-index: 2;
}

.video-news-play img {
	width: 32px;
	height: 32px;
	display: block;
}

.video-news-swiper-item:hover .video-news-play {
	background: var(--color2, #2046d1);
}

.video-news-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(20, 20, 20, 0.68);
	color: #fff;
	font-size: 1.08rem;
	font-weight: 600;
	padding: 12px 16px 10px 16px;
	line-height: 1.5;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	z-index: 3;
	margin: 0;
	min-height: unset;
	display: flex;
	align-items: center;
	transition: background 0.3s, color 0.3s;
}

.video-news-swiper-item:hover .video-news-caption {
	background: var(--color2, #2046d1);
	color: #fff;
}

@media (max-width: 991px) {
	.video-news-swiper-list {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		gap: 16px;
		padding: 18px 0 6px 0;
	}

	.video-news-swiper-item {
		min-height: 160px;
	}

	.video-news-caption {
		font-size: 1rem;
		padding: 0 10px 10px 10px;
	}
}

@media (max-width: 600px) {
	.video-news-swiper-list {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		padding: 8px 0 2px 0;
	}

	.video-news-swiper-item {
		border-radius: 7px;
		min-height: 80px;
	}

	.video-news-caption {
		font-size: 0.95rem;
		padding: 8px 8px 6px 8px;
		border-radius: 0 0 7px 7px;
	}
}

.head_box {
	width: 100%;
	z-index: 999;
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
}
/* .head_box.hover {
	transition: all 0.6s ease-in-out;
	transform: translateY(-100%);
}

.head_box.sticky {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	padding: 20px 0;
	transition: all 0.6s ease-in-out;
	transform: translateY(0);
	z-index: 9999;
} */

.head_box.sticky {
	padding: 6px 0;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.head_box .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.head_box:after {
	clear: both;
	width: 100%;
	display: block;
	content: ' ';
}

.head_right {
    padding: 0 20px;
	display: flex;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
}

.head_right form {
	background: url(../../module/images/head_link.png);
	color: #ffffff;
	border-radius: 38px;
	display: flex;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
}
.head_right  i{font-size: 22px;}

.head_right form input {
	border: none;
	width: 145px;
	padding-left: 13px;
	font-size: 14px;
	background: none;
	height: 38px;
	line-height: 38px;
	float: left;
	color: #ffffff;
}

.head_right form button {
	background: none;
	border: none;
	cursor: pointer;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
}

.head_right form button i {
	font-size: 20px;
	color: #fff;
}

.head_right form input::-webkit-input-placeholder {
	color: #fff;
}

.head_box.hv {
	background: #fff;
	position: fixed;
	z-index: 10000;
	box-shadow: 0px 2px 4px 0px rgba(19, 17, 67, 0.13);
	padding: 15px 0;
	transition: all 0.3s ease, transform 0.3s ease;
	will-change: transform;
}

.head_box.hv a {
	color: #333;
}

.head_box.papehv {
	background: #fff url(../../module/images/nav.png) center top;
	position: fixed;
	z-index: 10000;
	box-shadow: 0px 2px 4px 0px rgba(19, 17, 67, 0.13);
	transition: ease all 0.3s;
}

.head_box.papehv a {
	color: #333333;
}

.head_logo {
	float: left;
    display: flex;
    align-content: center;
    align-items: center;
}

.head_ul {
	display: flex;
	flex-wrap: nowrap;
    width: 60%;
}

.head_ul .head_right {
}

.head_ul ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1440px) {
	.head_ul {
		background: url(../../module/images/navbg.png) no-repeat center top;
		background-size: 95% 100%;
	}

	.head_ul .head_right {
		top: -140px;
	}
}

@media (max-width: 1200px) {
	.head_ul {
		background-size: 100% 100%;
	}

	.head_ul ul {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.head_box .w {
		width: 100%;
		padding: 0 16px;
		margin: 0;
	}

	.head_ul .head_link {
		padding-top: 18px;
		float: none;
	}

	.head_ul form {
		float: none;
		margin-bottom: 20px;
	}

	.head_ul a {
		color: var(--color1);
		; width: 100%;
	}
}

.head_ul li {
	width: 100%;
	color: #fff;
	position: relative;
}

@media (max-width: 991px) {
	.head_ul li {
		display: block;
	}
}

.head_ul li a {
	color: #fff;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	line-height: 59px;
	padding: 0 10px;
	margin-right: 1px;
	text-align: center;
	width: 100%;
	-webkit-transition: 0.1s all linear 0s;
	transition: 0.1s all linear 0s;
}

@media (max-width: 1200px) {
	.head_ul li a {
		line-height: 48px;
	}
}

.head_ul li a h2 {
	font-size: 16px;
	color: #333;
	position: relative;
	z-index: 9;
	transition: all 0.3s ease;
}

@media (max-width: 1200px) {
	.head_ul li a h2 {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.head_ul li a h2 {
		color: var(--color1);
		;
	}
}

.head_ul li a:hover h2 {
	color: #2423df;
}

.head_ul li.hv h2 {
	color: #2423df;
}

.head_ul li.now h2 {
	color: #2423df;
}

@media (max-width: 991px) {
	.head_right form {
		margin-top: 8px;
        margin-bottom: 8px;
	}

	.head_ul li.hv a h2, .head_ul li:hover a h2, .head_ul li.now a h2 {
		color: #ffffff !important;
	}
}

@media (max-width: 991px) {
	.head_ul li:hover .addt::before, .head_ul li:hover .addt::after {
		background: #ffffff !important;
	}
}

.head_ul li.hv dd a {
	color: #fff;
}

.head_ul dl {
	line-height: 36px;
	position: absolute;
	left: 0;
	right: 0;
	top: 59px;
	background: #2423df;
	; color: #fff;
	z-index: 99999;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	display: none;
	overflow: hidden;
}

.head_ul dl::after {
	clear: both;
	width: 100%;
	display: block;
	content: ' ';
}

.head_ul dl dl {
	border-bottom: 1px solid #ebeff9;
	margin: 0 3%;
	float: left;
	padding-bottom: 24px;
	width: 44%;
	padding: 40px 0;
	z-index: 99999;
}

.head_ul dl dt a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.head_ul dl dd a {
	font-size: 16px;
	color: #fff;
	transition: ease all 0.3s;
}

.head_ul dl dd a:hover {
	color: #fff;
	background: #3d3dfd;
}

.head_ul dl a {
	line-height: 42px;
	padding: 0!important;
	margin: 0;
}

.head_ul dl a:hover {
	color: #c6a67a;
}

.head_ul dl span {
	padding: 0 11px;
	color: #727B95;
}

.jzk_toggle_01 {
	display: none;
	width: 26px;
	z-index: 2;
	border-radius: 50%;
	margin: 0 10px;
	position: absolute;
	top: 33px;
	right: 10px;
	cursor: pointer;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
}

.jzk_toggle_01 .jzk_icon_01 {
	width: 26px;
	height: 2px;
	background-color: #2524e2;
	border-radius: 2px;
	position: absolute;
	top: -5px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.jzk_toggle_01 .jzk_icon_01:before, .jzk_toggle_01 .jzk_icon_01:after {
	width: 26px;
	height: 2px;
	background-color: #2524e2;
	border-radius: 2px;
	content: "";
	position: absolute;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
}

.jzk_toggle_01 .jzk_icon_01:before {
	top: -9px;
}

.jzk_toggle_01 .jzk_icon_01:after {
	top: 9px;
}

.jzk_open .jzk_toggle_01 {
	box-shadow: none;
}

.jzk_open .jzk_toggle_01 .jzk_icon_01:before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}

.jzk_open .jzk_toggle_01 .jzk_icon_01:after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

.jzk_open .jzk_toggle_01 .jzk_icon_01 {
	width: 0;
}

.head_box.hv .jzk_toggle_01 .jzk_icon_01 {
	background-color: #fff;
}

.head_box.hv .jzk_toggle_01 .jzk_icon_01:before, .head_box.hv .jzk_toggle_01 .jzk_icon_01:after {
	background-color: #fff;
}

.layui_search {
	display: none;
	padding: 30px;
}

.layui_search form {
	display: inline-block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	border: 1px solid #D5D5D5;
	border-radius: 32px;
	position: relative;
}

.layui_search input {
	background: none;
	border: none;
	font-size: 16px;
	color: #8B8B8B;
	padding-left: 21px;
	width: 100%;
}

.layui_search button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: none;
	cursor: pointer;
	padding-right: 17px;
	padding-top: 8px;
}

.opclass {
	border-radius: 12px!important;
}

.addt {
	position: absolute;
	right: 0;
	top: 8px;
	width: 48px;
	height: 58px;
	padding-top: 20px;
	padding-right: 10px;
	display: none;
	z-index: 9999;
}

.addt::after {
	width: 18px;
	height: 2px;
	content: ' ';
	display: block;
	transition: ease all 0.2s;
	background: #007979;
	position: absolute;
}

.addt::before {
	width: 18px;
	height: 2px;
	content: ' ';
	display: block;
	transition: ease all 0.2s;
	background: #007979;
	position: absolute;
	transform: rotate(90deg);
}

.addt.hv::after {
	background: #fff;
}

.addt.hv::before {
	background: #fff;
	transform: rotate(0deg);
}

.head_ul li.hv dl a::after, .head_ul li:hover dl a::after {
	display: none;
}

.head_box.hv .head_ul li.hv a::after, .head_box.hv .head_ul li:hover a::after {
	background: #007979;
}

.head_logo img {
	transition: all 0.3s ease;
    height:60px;
}

@media (max-width: 1440px) {
	.head_ul {
		margin-right: 10px;
	}

	.head_ul dl {
		margin: 0;
	}

	.head_logo img {
		height: 40px;
	}
}

@media (max-width: 1200px) {
	.head_logo img {
		height: 40px;
	}

	.head_search {
		width: 100px;
		padding-left: 33px;
	}
}

@media (max-width: 991px) {
	.head_logo {
		line-height: 56px;
	}

	.head_search {
		display: none;
	}

	.jzk_toggle_01 {
		display: block;
	}

	.head_ip {
		display: none;
	}

	.head_ul {
		float: right;
		margin-right: 0;
		padding: 0;
		margin-left: 0;
		background: #fff;
		verflow-y: scroll;
		box-shadow: 0px 5px 42px 0px rgba(0, 14, 27, 0.3);
		display: none;
		position: absolute;
		z-index: 999;
		width: 100%;
		background: #ffffff;
	}

	.head_ul li a::after {
		display: none;
	}

	.head_ul li.now h2 {
		background: #2424e0;
		;
	}

	.head_ul li.hv h2 {
		background: var(--color1);
		; color: #fff;
	}

	.head_ul li {
		width: 100%;
		position: relative;
		border-bottom: 1px solid #ebeff9;
	}

	.head_ul li a {
		width: 100%;
		color: #333333;
		font-size: 16px;
		padding-top: 0;
	}

	.head_ul li a h2 {
		width: 100%;
	}

	.head_nav_son {
		display: none;
		position: initial;
		width: 100%;
		margin: 0;
		background: #f9f9f9;
		padding: 0px 0 0px;
	}
	.head_box.sticky {
		padding: 0;
	}
	.head_nav_son dl dt {
		width: 100%;
		display: inline-block;
		float: left;
		text-align: center;
	}

	.head_nav_son dl dt a {
		width: 100%;
		display: inline-block;
		float: left;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}

	.head_nav_son dl a {
		display: inline-block;
		float: left;
		width: auto;
		font-size: 14px;
	}

	.head_nav_son dl dd {
		padding: 0 10px;
	}

	.head_nav_son dl span {
		display: inline-block;
		float: left;
	}

	.head_ul li dl {
		background: none;
		position: initial;
		width: 100%;
		padding: 6px 0 6px;
		margin: 0;
	}

	.head_ul li.hv dl {
		position: initial;
		background: none;
	}

	.head_ul li.hv dl a {
		color: #fff;
	}

	.head_box {
		line-height: 56px;
		height: 56px;
		background:#fff;
	}

	.head_box.hv {
		background:#fff;
	}

	.head_logo img {
		height: 40px;
	}

	.head_logo {
		margin-top: 0;
	}

	.addt {
		display: block;
	}

	.jzk_banner .swiper-pagination {
		bottom: 12px;
	}

	.head_ul li.now {
		border-bottom: none;
	}

	.head_ul li a {
		padding: 0;
	}

	.head_ul li.hv::after {
		display: none;
	}

	.addt {
		padding-left: 20px;
		width: 68px;
	}

	.head_ul ul {
		background: none;
	}

	.head_ul .head_right {
		position: relative;
		top: 0;
		margin: 0 auto;
		float: none;
		right: 0;
		margin-top: 18px;
	}

	.addt::before,.addt::after {
		background: var(--color1);
		;
	}

	.head_ul ul {
		flex-direction: column;
		align-items: flex-start;
	}

	.head_ul ul > li {
		margin: 1px 0;
	}

	.head_ul li.hv a, .head_ul li:hover a, .head_ul li.now a {
		background: var(--color1);
		;
	}

	.head_ul li.hv dl {
		float: left;
	}

	.head_ul li a {
		float: left;
	}

	.head_ul li a h2 {
		font-size: 18px;
	}

	.addt {
		top: 2px;
	}

	.head_ul li dl {
		background: var(--color1);
		;
	}

	.head_ul .head_right {
		position: relative;
		top: 0;
		margin: 0 auto;
		float: none;
		right: 0;
	}

	.head_right form {
		display: inline-block;
		background: var(--color1);
		float: right;
		color: #ffffff;
		border-radius: 38px;
	}

	.head_link {
		padding-left: 0;
		padding-top: 0;
	}

	.head_right {
		padding-top: 0;
		line-height: 40px;
	}

	.head_ul .head_link {
		padding-top: 10px;
	}

	.head_box {
		position: inherit;
	}

	.head_ul {
		top: 56px;
		position: fixed;
		z-index: 999;
		overflow-y: scroll;
		left: 0;
		right: 0;
		padding: 12px;
	}

	.head_box {
		padding: 0;
	}

	.head_box.hv {
		padding: 0;
	}
}

@media (max-width: 991px) and (max-width: 991px) {
	.head_ul li dl {
		padding: 0 0 3px;
	}
}

@media (max-width: 767px) {
	.head_box {
		line-height: 56px;
	}

	.head_logo {
		display: inline-block;
		float: left;
	}

	.head_ul {
		padding-top: 20px;
	}

	.head_logo {
		padding-left: 0;
	}

	.head_logo a {
		display: inline-block;
		height: 56px;
		line-height: 56px;
		margin: 0;
		padding: 0;
		top: inherit;
	}

	.head_logo a img {
		margin: 0;
		padding: 0;
		top: inherit;
	}

	.head_ul li a h2 {
		font-size: 14px;
	}

	.head_ul li a {
		font-size: 14px;
	}

	.head_ul dl dd a {
		font-size: 13px;
	}

	.head_ul li a {
		line-height: 40px;
	}
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	z-index: 12;
}

.banner-content {
	max-width: 800px;
	padding: 20px;
}

.banner-content h1 {
	font-size: 3em;
	margin-bottom: 10px;
}

.banner-content h2 {
	font-size: 2em;
	margin-bottom: 20px;
}

.banner-content p {
	font-size: 1.2em;
	margin-bottom: 30px;
	line-height: 1.6;
}

.view-details-button {
	display: inline-block;
	padding: 10px 30px;
	background-color: var(--color2);
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 1.1em;
	transition: opacity 1s ease-out, transform 1s ease-out, background-color 0.3s ease-in-out !important;
}

.view-details-button:hover {
	background-color: var(--color1);
	color: #fff;
}

.jzk_banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.08);
	transition: transform 6s ease-out;
}

.jzk_banner .swiper-slide-active img {
	transform: scale(1);
}

.banner-content > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.swiper-slide-active .banner-content > * {
	opacity: 1;
	transform: translateY(0);
}

.swiper-slide-active .banner-content h1 {
	transition-delay: 0.1s;
}

.swiper-slide-active .banner-content h2 {
	transition-delay: 0.3s;
}

.swiper-slide-active .banner-content p {
	transition-delay: 0.5s;
}

.swiper-slide-active .banner-content .view-details-button {
	transition-delay: 0.9s;
}

.jzk_banner {
	overflow: hidden;
    position: relative;
}

.jzk_banner .swiper-pagination {
	position: absolute;
	bottom: 55px;
	left: 50px;
	width: auto;
	transform: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 10;
	font-size: 2em;
	color: #fff;
}

.jzk_banner .swiper-pagination .total-slides {
	font-size: 0.6em;
	opacity: 0.8;
	margin-left: 5px;
}

.jzk_banner .swiper-pagination_box {
	position: absolute;
	bottom: 50px;
	left: 50px;
	display: inline-block;
	width: 200px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.5);
	height: 3px;
	overflow: hidden;
}

.jzk_banner .swiper-pagination-progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #fff;
	z-index: 10;
	transition: width 0.3s ease;
}

.scroll-down-button {
	position: absolute;
	right: 90px;
	bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	z-index: 10;
}

.scroll-down-button span {
	display: inline-block;
}

.scroll-down-button:hover span {
	display: inline-block;
	animation: bounce 0.8s infinite;
}

@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

.scroll-down-button svg {
	margin-top: 12px;
}

.jzk_banner .swiper-slide {
	overflow: hidden;
}


@media (max-width: 1440px) {
	.jzk_banner .swiper-slide >img {
		width: 1500px;
		max-width: 1500px;
		position: relative;
		left: 50%;
		transform: translateX(-50%) scale(1);
	}

	.jzk_banner .swiper-slide-active>img {
		transform: translateX(-50%) scale(1.08);
	}
}

@media (max-width: 991px) {
	.jzk_banner .swiper-pagination {
		bottom: 25px;
		left: 20px;
		font-size: 1.6em;
	}

	.jzk_banner .swiper-pagination_box {
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: 100px;
	}

	.jzk_banner .swiper-slide >img {
		width:1000px;
		max-width: 1000px;
		position: relative;
		left: 50%;
		transform: translateX(-50%) scale(1);
	}

	.jzk_banner .swiper-slide-active>img {
		transform: translateX(-50%) scale(1.08);
	}

	.banner-content h1 {
		font-size: 1.7em;
	}

	.banner-content h2 {
		font-size: 1.4em;
		margin-bottom: 15px;
	}

	.banner-content p {
		font-size: 1.1em;
		margin-bottom: 20px;
	}

	.view-details-button {
		padding: 6px 12px;
		font-size: 1em;
	}

	.banner-content h1 {
		font-size: 2em;
	}

	.banner-content h2 {
		font-size: 1.5em;
		margin-bottom: 15px;
	}

	.banner-content p {
		font-size: 1em;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	
	.jzk_banner .swiper-slide >img {
		width:800px;
		max-width: 800px;
	}
	.scroll-down-button {
		display: none;
	}

	.banner-content h1 {
		font-size: 1.6em;
	}

	.banner-content h2 {
		font-size: 1.2em;
		margin-bottom: 12px;
	}

	.banner-content p {
		font-size: 0.9em;
		margin-bottom: 10px;
	}

	.view-details-button {
		padding: 6px 20px;
		font-size: 0.9em;
	}
}


@media (max-width: 425px) {
	
	.jzk_banner .swiper-slide >img {
		width:500px;
		max-width: 500px;
	}
}
.product-categories {
	position: relative;
	z-index: 2;
	margin-top: -26px;
	margin-left: 30%;
	width: 70%;
	background-color: rgba(50, 50, 50, 0.9);
	border-radius: 50px 0 0 50px;
}

.product-categories .uk-container {
	width: 100%;
	padding-left: 0 !important;
}

.product-categories ul {
	list-style: none;
	padding: 0 10px;
	margin: 0 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.product-categories li {
	margin: 0 10px;
	flex-shrink: 0;
}

.product-categories a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	padding: 20px 0;
	transition: color 0.2s ease-in-out;
}

.product-categories a:hover, .product-categories a:focus {
	color: var(--color2);
}

@media (max-width: 991px) {
	.product-categories {
		margin-top: 0px;
		border-radius: 0;
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.product-categories ul {
		justify-content: center;
	}

	.product-categories li {
		margin: 5px 0;
	}

	.product-categories a {
		font-size: 1em;
		padding: 5px 10px;
	}
}

.product-categories ul::-webkit-scrollbar {
	height: 5px;
}

.product-categories ul::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.product-categories ul::-webkit-scrollbar-thumb {
	background: rgba(150, 150, 150, 0.8);
	border-radius: 10px;
}

.section-title {
	text-align: center;
	margin-bottom: 50px;
}

.section-title_l {
	text-align: left;
}

.section-title .subtitle {
	font-size: 1.2em;
	color: #888;
	margin-bottom: 5px;
}

.section-title .main-title {
	font-size: 2em;
	font-weight: bold;
	color: #000;
	margin-bottom: 8px;
}

.section-title .underline {
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: var(--color2);
}

.section-title_fff .subtitle {
	color: #fff;
}

.section-title_fff .main-title {
	color: #fff;
}

@media screen and (max-width: 991px) {
	.section-title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	.section-title {
		margin-bottom: 12px;
	}

	.section-title .subtitle {
		font-size: 1em;
		margin-bottom: 5px;
	}

	.section-title .main-title {
		font-size: 2em;
		margin-bottom: 4px;
	}

	.section-title .underline {
		width: 38px;
		height: 3px;
	}
}

.index_porduct_box {
    background-color: #f9f9f9;
}

.index_porduct {
}

.index_porduct li {
}

.index_porduct a {
	display: inline-block;
	border: 1px solid #909090;
	text-align: center;
	background: #fff;
    transition: all .3s ease-in-out;
}
.index_porduct  .zoomimg{

	height: 318px;
	line-height: 318px;
	height: auto;
}
.index_porduct h3 {
	color: #333;
	margin-bottom: 12px;
}

.index_porduct p {
	color: #333;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_porduct a:hover {
	display: inline-block;
	border: 1px solid #2423df;
	text-align: center;
    box-shadow: 6px 6px 0 rgba(109, 119, 255, 0.2);
	background: #fff;
}

.index_porduct a:hover h3,.index_porduct a:hover p {
    color: #2423df;
}
.index_porduct img {
	width: 100%;
}

.index_porduct .view-button-white {
	margin-top: 12px;
}

.index_porduct_text {
	padding: 24px;
	background: #f8f8f8;
}

.zoomimg {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.zoomimg:before {
	position: absolute;
	top: 0;
	left: -90%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	opacity: 0.25;
	pointer-events: none;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 3;
}

.zoomimg img {
	width: 100%;
	transition: 0.3s ease-in-out;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.zoomimg.noms:before {
	display: none;
}

.zoomimg.mask:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 40%;
	z-index: 2;
	pointer-events: none;
	background: url(../images/bamss.png) repeat-x top center;
	background-size: auto 100%;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

@media (min-width: 1025px) {
	.zoomimg:hover:before {
		-webkit-animation: shine 0.75s;
		animation: shine 0.75s;
	}

	.zoomimg:hover img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	a:hover .zoomimg:before {
		-webkit-animation: shine 0.75s;
		animation: shine 0.75s;
	}

	a:hover .zoomimg img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@media (max-width: 768px) {
	.index_porduct_text {
		padding: 14px;
	}

	.index_porduct h3,.index_porduct p {
		margin-bottom: 4px;
	}
}

.product-image-box {
}

.product-image-area {
	padding: 0;
}

.product-image-slider a {
	display: inline-block;
	position: relative;
}

.product-image-slider img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.product-image-slider .image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #fff;
	z-index: 1;
}

.product-image-slider .image-title {
	font-size: 1.2em;
	font-weight: bold;
}

.product-image-slider .image-number {
	font-size: 1em;
	opacity: 0.8;
}

.about-us-section {
	display: flex;
	align-items: center;
	background-color: #383f47;
	color: #fff;
	position: relative;
	justify-content: flex-end;
}

.about-us-image {
	display: inline-block;
	background-size: cover !important;
	position: absolute;
	left: 0;
	right: 50%;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.about-us-image img {
	width: 100%;
	height: 100%;
}

.about-us-content {
	width: 50%;
	float: right;
	padding: 60px 40px;
}

.about-us-content .section-title {
	margin-bottom: 20px;
}

.about-us-content h2 {
	font-size: 3em;
	margin-bottom: 10px;
	color: #fff;
}

.about-us-content .underline {
	width: 60px;
	height: 4px;
	background-color: #fd7014;
	margin-bottom: 20px;
}

.about-us-content p {
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 30px;
}

.about-us-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 30px;
}

.stat-item {
	flex: 1 1 200px;
}

.stat-item .stat-label {
	font-size: 1em;
	color: #ccc;
	margin-bottom: 5px;
}

.stat-item .stat-number {
	font-size: 2.5em;
	font-weight: bold;
	color: #fff;
}

@media (max-width: 768px) {
	.stat-item .stat-number {
		font-size: 1.8em;
	}

	.about-us-section {
		flex-direction: column;
		padding: 0 0 40px;
		justify-content: center;
	}

	.about-us-image {
		position: relative;
		width: 100%;
		right: auto;
		left: auto;
		top: auto;
		bottom: auto;
		height: 300px;
		margin-bottom: 30px;
	}

	.about-us-content {
		width: 100%;
		float: none;
		padding: 0 20px;
		text-align: center;
	}

	.about-us-stats {
		gap: 20px;
		justify-content: center;
	}

	.stat-item {
		flex: 1 1 auto;
		min-width: 90px;
	}

	.about-us-content h2 {
		font-size: 2em;
	}

	.about-us-content p {
		font-size: 1em;
	}

	.about-us-content .underline {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4px;
	}
}

.new-service-section {
}

.new-service-section .uk-container {
	max-width: 1200px;
}

.service-grid {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}

.service-items-left, .service-items-right {
	flex: 1;
	min-width: 300px;
}

.service-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.service-item:last-child {
	margin-bottom: 0;
}

.service-icon {
	font-size: 30px;
	color: var(--color2);
	margin-right: 15px;
	flex-shrink: 0;
}

.service-icon svg {
	width: 36px;
	height: 36px;
}

.service-icon svg path , .service-icon svg rect , .service-icon svg circle {
	stroke: var(--color2) !important;
}

.service-content h3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.service-content p {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.service-image {
	flex-shrink: 0;
	width: 400px;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
}

.service-image img {
	width: 100%;
	height: auto;
	display: block;
}

.service-contact {
	margin-top: 40px;
	text-align: center;
}

.contact-phone {
	font-size: 18px;
	margin-bottom: 15px;
	color: #333;
}

.contact-phone span {
	font-weight: bold;
	color: var(--color2);
}

.contact-button {
	display: inline-block;
	padding: 10px 30px;
	border: 2px solid var(--color2);
	color: var(--color2);
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-button:hover {
	background-color: var(--color2);
	color: #fff;
}

@media (max-width: 991px) {
	.service-grid {
		flex-direction: column;
		align-items: center;
	}

	.service-items-left, .service-items-right {
		width: 100%;
		min-width: auto;
	}

	.service-image {
		width: 80%;
		margin-bottom: 0px;
	}

	.service-item {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.service-image {
		width: 100%;
	}

	.service-content h3 {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.service-content p {
		font-size: 13px;
	}

	.contact-phone {
		font-size: 16px;
	}

	.contact-button {
		padding: 8px 20px;
		font-size: 14px;
	}
}

.news-section {
	background: #f7f7f7;
}

.more_box {
	text-align: center;
	margin-top: 30px;
}

.news-section .w {
	margin: auto;
}

.news-grid {
	margin-top: 30px;
}

.news-item {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-image {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news-image img {
	display: block;
	width: 100%;
	height: auto;
}

.news-content {
	padding: 15px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.news-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #333;
}

.news-date {
	font-size: 12px;
	color: #ff7f00;
	margin-bottom: 10px;
}

.news-excerpt {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

@media screen and (max-width: 768px) {
	.more_box {
		margin-top: 10px;
	}
}

.honor-section {
	background: #f8f8f8;
	text-align: center;
}

.honor-section .w {
	max-width: 1200px;
	margin: auto;
}

.honor-slider {
	margin-top: 30px;
	padding-bottom: 40px;
	position: relative;
}

.honor-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
}

.honor-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.honor-slider .swiper-pagination {
	bottom: 0;
}

.honor-slider .swiper-pagination .swiper-pagination-bullet {
	background: #ff7f00;
}

@media (max-width: 768px) {
	.honor-slider .swiper-slide {
		width: 180px;
	}
}

@media (max-width: 480px) {
	.honor-slider .swiper-slide {
		width: 140px;
	}
}

.new-footer-section {
	background-color: #1a1d29;
	color: #b0b0b0;
	padding: 40px 0 20px 0;
	font-size: 14px;
}

.new-footer-section .w {
	margin: auto;
	padding: 0 15px;
}

.new-footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.footer-col {
	width: 15%;
	margin-bottom: 20px;
}

.footer-logo-col {
	width: 25%;
}

.footer-logo img {
	max-width: 150px;
	height: auto;
	margin-bottom: 20px;
}

.footer-contact-info h3, .footer-col h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer-contact-info h3 a, .footer-col h3 a {
	color: #fff;
}

.footer-contact-info p {
	margin-bottom: 10px;
	line-height: 1.5;
}

.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col ul li {
	margin-bottom: 8px;
}

.footer-col ul li a, .new-footer-bottom a {
	color: #b0b0b0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-col ul li a:hover, .new-footer-bottom a:hover {
	color: #ff7f00;
}

.back-to-top {
	text-align: center;
	width: 10%;
}

.back-to-top-button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #b0b0b0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px auto;
	cursor: pointer;
	transition: all 0.3s ease;
}

.back-to-top-button i {
	color: #b0b0b0;
	font-size: 20px;
	transition: color 0.3s ease;
}

.back-to-top-button:hover {
	border-color: #ff7f00;
}

.back-to-top-button:hover i {
	color: #ff7f00;
}

.back-to-top span {
	display: block;
	font-size: 12px;
}

.new-footer-bottom {
	border-top: 1px solid #333;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.new-footer-bottom p {
	margin: 5px 0;
}

.new-footer-bottom ul {
	list-style: none;
	padding: 0;
	margin: 5px 0;
	display: flex;
}

.new-footer-bottom ul li {
	margin-left: 20px;
}

.new-footer-bottom ul li:first-child {
	margin-left: 0;
}

@media (max-width: 992px) {
	.footer-col {
		width: 30%;
	}

	.footer-logo-col {
		width: 100%;
		text-align: center;
	}

	.footer-logo img {
		margin: 0 auto 20px auto;
	}

	.back-to-top {
		width: 30%;
	}
}

@media (max-width: 768px) {
	.footer-col {
		width: 45%;
	}

	.back-to-top {
		width: 45%;
	}

	.new-footer-bottom {
		flex-direction: column;
		text-align: center;
	}

	.new-footer-bottom ul {
		margin-top: 10px;
		align-items: center;
	}

	.new-footer-bottom ul li {
		margin: 5px;
	}
}

@media (max-width: 480px) {
	.footer-logo-col {
		width: 100% !important;
	}

	.footer-col {
		width: 50%;
		text-align: center;
	}

	.back-to-top {
		width: 100%;
		margin-top: 20px;
	}

	.footer-col ul {
		align-items: center;
	}

	.footer-col ul li {
		margin: 5px 0;
	}
}

.main-content-container {
	display: flex;
	max-width: 1200px;
	margin: 20px auto;
	padding: 0 20px;
}

.news-article {
	flex: 3;
	margin-right: 30px;
}

.news-article h1 {
	font-size: 24px;
	margin-bottom: 15px;
}

.article-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	color: #666;
	font-size: 14px;
}

.share-icons i {
	margin-left: 10px;
	cursor: pointer;
}

.article-image {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.news-article p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.hot-news-sidebar {
	flex: 1;
}

.hot-news-sidebar h2 {
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.hot-news-item {
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.hot-news-item:last-child {
	border-bottom: none;
}

.hot-news-item img {
	width: 80px;
	height: 60px;
	object-fit: cover;
	margin-right: 10px;
}

.hot-news-item p {
	flex: 1;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.hot-news-item span {
	font-size: 12px;
	color: #999;
	display: block;
}





/* 语言下拉菜单样式 */
.language_dropdown {
	position: relative;
	display: flex;
}

.language_btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-size: 14px;
	white-space: nowrap;
}

.language_btn:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #000;
}

.language_menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	background: #fff;
	border-radius: 8px;
	padding: 8px 0;
	min-width: 150px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: all 0.3s ease;
	z-index: 1000;
}
  
  /* 电脑端hover效果 */
@media (min-width: 992px) {
	.language_dropdown:hover .language_menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(-10PX);
		display: block;
	}
}
  
  /* 移动端样式 */
@media (max-width: 991px) {
	.language_menu {
		display: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		transition: none;
	}
}

.language_dropdown:hover .language_menu {
	opacity: 1;
	display: block;
	visibility: visible!important;
	transform: translateY(0);
}
  
  /* 小箭头样式 */
.language_menu::before {
	content: '';
	position: absolute;
	top: -8px;
	right: 20px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
  
  /* 语言选项样式 */
.language_item {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--text-color);
	text-decoration: none;
	transition: background-color 0.3s ease;
	font-size: 14px;
}

.language_item:hover {
	background: rgba(1, 92, 56, 0.05);
	color: var(--primary-color);
}

.language_item.active {
	color: var(--primary-color);
	font-weight: 500;
	background: rgba(1, 92, 56, 0.05);
}
  
  /* 响应式调整 */
@media (max-width: 991px) {
	.language_menu {
		position: initial;
		top: initial;
		right: 0;
		left: initial;
	}
    .head_right {
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    .language_btn {
        text-align: center;
        justify-content: center;
    }
    .language_dropdown {
        align-items: center;

    }
    .head_ul .head_right {
        line-height: 1;
    }
    .language_dropdown:hover .language_menu {
        width: 100%;
        box-shadow: initial;
        background: #f1f1f1;
        
    }
	.language_menu::before {
		right: 20px;
		left: auto;
	}
    .language_item {
        padding: 0 20px;
        width: 100%;
    }
    .language_dropdown {
        line-height: 30px;
        flex-wrap: wrap;
    }
}

.flag {
	width: 16px;
	height: 11px;
	background: url("/module/images/flags.png");
	margin-top: 4px;
	margin-right: 10px;
	padding: 0!important;
	display: inline-block;
}

.zw {
	background-position: 0px 0px;
}

.zm {
	background-position: -16px 0px;
}

.za {
	background-position: 0px -11px;
}

.yt {
	background-position: -16px -11px;
}

.ye {
	background-position: -32px 0px;
}

.ws {
	background-position: -32px -11px;
}

.wf {
	background-position: 0px -22px;
}

.vu {
	background-position: -32px -22px;
}

.vie {
	background-position: 0px -33px;
}

.vi {
	background-position: -16px -33px;
}

.vg {
	background-position: -32px -33px;
}

.ve {
	background-position: -48px 0px;
}

.vc {
	background-position: -48px -11px;
}

.va {
	background-position: -48px -22px;
}

.uz {
	background-position: -48px -33px;
}

.uy {
	background-position: 0px -44px;
}

.us {
	background-position: -16px -44px;
}

.um {
	background-position: -16px -44px;
}

.ug {
	background-position: -32px -44px;
}

.ua {
	background-position: -48px -44px;
}

.tz {
	background-position: -64px 0px;
}

.tw {
	background-position: -64px -11px;
}

.tv {
	background-position: -64px -22px;
}

.tt {
	background-position: -64px -33px;
}

.tr {
	background-position: -64px -44px;
}

.to {
	background-position: 0px -55px;
}

.tn {
	background-position: -16px -55px;
}

.tm {
	background-position: -32px -55px;
}

.tl {
	background-position: -48px -55px;
}

.tk {
	background-position: -64px -55px;
}

.tj {
	background-position: 0px -66px;
}

.th {
	background-position: -16px -66px;
}

.tg {
	background-position: -32px -66px;
}

.tf {
	background-position: -48px -66px;
}

.td {
	background-position: -64px -66px;
}

.tc {
	background-position: -80px 0px;
}

.sz {
	background-position: -80px -11px;
}

.sy {
	background-position: -80px -22px;
}

.sx {
	background-position: -80px -33px;
}

.sv {
	background-position: -80px -44px;
}

.st {
	background-position: -80px -55px;
}

.ss {
	background-position: -80px -66px;
}

.sr {
	background-position: 0px -77px;
}

.so {
	background-position: -16px -77px;
}

.sn {
	background-position: -32px -77px;
}

.sm {
	background-position: -48px -77px;
}

.sl {
	background-position: -64px -77px;
}

.sk {
	background-position: -80px -77px;
}

.si {
	background-position: -96px 0px;
}

.sh {
	background-position: -96px -11px;
}

.sg {
	background-position: -96px -22px;
}

.se {
	background-position: -96px -33px;
}

.sd {
	background-position: -96px -44px;
}

.sc {
	background-position: -96px -66px;
}

.sb {
	background-position: -96px -77px;
}

.sa {
	background-position: 0px -88px;
}

.rw {
	background-position: -16px -88px;
}

.ru {
	background-position: -32px -88px;
}

.rs {
	background-position: -48px -88px;
}

.ro {
	background-position: -64px -88px;
}

.qa {
	background-position: -80px -88px;
}

.py {
	background-position: -96px -88px;
}

.pw {
	background-position: 0px -99px;
}

.pt {
	background-position: -16px -99px;
}

.ps {
	background-position: -32px -99px;
}

.per {
	background-position: -48px -99px;
}

.pn {
	background-position: -64px -99px;
}

.pm {
	background-position: -80px -99px;
}

.pl {
	background-position: -96px -99px;
}

.pk {
	background-position: -112px 0px;
}

.ph {
	background-position: -112px -11px;
}

.pg {
	background-position: -112px -22px;
}

.pf {
	background-position: -112px -33px;
}

.pe {
	background-position: -112px -44px;
}

.pa {
	background-position: -112px -55px;
}

.om {
	background-position: -112px -66px;
}

.nz {
	background-position: -112px -77px;
}

.nu {
	background-position: -112px -88px;
}

.nr {
	background-position: -112px -99px;
}

.no {
	background-position: 0px -110px;
}

.bv {
	background-position: 0px -110px;
}

.sj {
	background-position: 0px -110px;
}

.nl {
	background-position: -16px -110px;
}

.ni {
	background-position: -32px -110px;
}

.ng {
	background-position: -48px -110px;
}

.nf {
	background-position: -64px -110px;
}

.ne {
	background-position: -80px -110px;
}

.nc {
	background-position: -96px -110px;
}

.na {
	background-position: -112px -110px;
}

.mz {
	background-position: -128px 0px;
}

.my {
	background-position: -128px -11px;
}

.mx {
	background-position: -128px -22px;
}

.mw {
	background-position: -128px -33px;
}

.mv {
	background-position: -128px -44px;
}

.mu {
	background-position: -128px -55px;
}

.mt {
	background-position: -128px -66px;
}

.ms {
	background-position: -128px -77px;
}

.mr {
	background-position: -128px -88px;
}

.mq {
	background-position: -128px -99px;
}

.mp {
	background-position: -128px -110px;
}

.mo {
	background-position: 0px -121px;
}

.mn {
	background-position: -16px -121px;
}

.mm {
	background-position: -32px -121px;
}

.ml {
	background-position: -48px -121px;
}

.mk {
	background-position: -64px -121px;
}

.mh {
	background-position: -80px -121px;
}

.ara {
	background-position: -96px -121px;
}

.me {
	background-position: 0px -132px;
	height: 12px;
}

.md {
	background-position: -112px -121px;
}

.mc {
	background-position: -128px -121px;
}

.ma {
	background-position: -16px -132px;
}

.ly {
	background-position: -32px -132px;
}

.lv {
	background-position: -48px -132px;
}

.lu {
	background-position: -64px -132px;
}

.lt {
	background-position: -80px -132px;
}

.ls {
	background-position: -96px -132px;
}

.lr {
	background-position: -112px -132px;
}

.lk {
	background-position: -128px -132px;
}

.li {
	background-position: -144px 0px;
}

.lc {
	background-position: -144px -11px;
}

.lb {
	background-position: -144px -22px;
}

.la {
	background-position: -144px -33px;
}

.kz {
	background-position: -144px -44px;
}

.ky {
	background-position: -144px -55px;
}

.kw {
	background-position: -144px -66px;
}

.kor {
	background-position: -144px -77px;
}

.kp {
	background-position: -144px -88px;
}

.kn {
	background-position: -144px -99px;
}

.km {
	background-position: -144px -110px;
}

.ki {
	background-position: -144px -121px;
}

.kh {
	background-position: -144px -132px;
}

.kg {
	background-position: 0px -144px;
}

.ke {
	background-position: -16px -144px;
}

.jp {
	background-position: -32px -144px;
}

.jo {
	background-position: -48px -144px;
}

.jm {
	background-position: -64px -144px;
}

.je {
	background-position: -80px -144px;
}

.it {
	background-position: -96px -144px;
}

.is {
	background-position: -112px -144px;
}

.ir {
	background-position: -128px -144px;
}

.iq {
	background-position: -144px -144px;
}

.io {
	background-position: -160px 0px;
}

.hi {
	background-position: -160px -11px;
}

.im {
	background-position: -160px -22px;
	height: 9px;
}

.il {
	background-position: -160px -31px;
}

.ie {
	background-position: -160px -42px;
}

.id {
	background-position: -160px -53px;
}

.hu {
	background-position: -160px -64px;
}

.ht {
	background-position: -160px -75px;
}

.hr {
	background-position: -160px -86px;
}

.hn {
	background-position: -160px -97px;
}

.hk {
	background-position: -160px -108px;
}

.gy {
	background-position: -160px -119px;
}

.gw {
	background-position: -160px -130px;
}

.gu {
	background-position: -160px -141px;
}

.gt {
	background-position: 0px -155px;
}

.gs {
	background-position: -16px -155px;
}

.gr {
	background-position: -32px -155px;
}

.gq {
	background-position: -48px -155px;
}

.gp {
	background-position: -64px -155px;
}

.gn {
	background-position: -80px -155px;
}

.gm {
	background-position: -96px -155px;
}

.gl {
	background-position: -112px -155px;
}

.gi {
	background-position: -128px -155px;
}

.gh {
	background-position: -144px -155px;
}

.gg {
	background-position: -160px -155px;
}

.ge {
	background-position: -176px 0px;
}

.gd {
	background-position: -176px -11px;
}

.en {
	background-position: -176px -22px;
}

.ga {
	background-position: -176px -33px;
}

.fra {
	background-position: -176px -44px;
}

.gf {
	background-position: -176px -44px;
}

.re {
	background-position: -176px -44px;
}

.mf {
	background-position: -176px -44px;
}

.bl {
	background-position: -176px -44px;
}

.fo {
	background-position: -176px -55px;
}

.fm {
	background-position: -176px -66px;
}

.fk {
	background-position: -176px -77px;
}

.fj {
	background-position: -176px -88px;
}

.fi {
	background-position: -176px -99px;
}

.eu {
	background-position: -176px -121px;
}

.et {
	background-position: -176px -132px;
}

.spa {
	background-position: -176px -143px;
}

.er {
	background-position: -176px -154px;
}

.eh {
	background-position: -16px -166px;
}

.eg {
	background-position: -32px -166px;
}

.ee {
	background-position: -48px -166px;
}

.ec {
	background-position: -64px -166px;
}

.dz {
	background-position: -80px -166px;
}

.do {
	background-position: -96px -166px;
}

.dm {
	background-position: -112px -166px;
}

.dk {
	background-position: -128px -166px;
}

.dj {
	background-position: -144px -166px;
}

.de {
	background-position: -160px -166px;
}

.cz {
	background-position: -176px -166px;
}

.cy {
	background-position: 0px -177px;
}

.cx {
	background-position: -16px -177px;
}

.cw {
	background-position: -32px -177px;
}

.cv {
	background-position: -48px -177px;
}

.cu {
	background-position: -64px -177px;
}

.cs {
	background-position: -80px -177px;
}

.cr {
	background-position: -96px -177px;
}

.co {
	background-position: -112px -177px;
}

.zh {
	background-position: -128px -177px;
}

.cm {
	background-position: -144px -177px;
}

.cl {
	background-position: -160px -177px;
}

.ck {
	background-position: -176px -177px;
}

.ci {
	background-position: -192px 0px;
}

.cg {
	background-position: -192px -11px;
}

.cf {
	background-position: -192px -22px;
}

.cd {
	background-position: -192px -33px;
}

.cc {
	background-position: -192px -44px;
}

.ca {
	background-position: -192px -66px;
}

.bz {
	background-position: -192px -77px;
}

.by {
	background-position: -192px -88px;
}

.bw {
	background-position: -192px -99px;
}

.bt {
	background-position: -192px -110px;
}

.bs {
	background-position: -192px -121px;
}

.br {
	background-position: -192px -132px;
}

.bq {
	background-position: -192px -143px;
}

.bo {
	background-position: -192px -154px;
}

.bn {
	background-position: -192px -165px;
}

.bm {
	background-position: -192px -176px;
}

.bj {
	background-position: 0px -188px;
}

.bi {
	background-position: -16px -188px;
}

.bh {
	background-position: -32px -188px;
}

.bg {
	background-position: -48px -188px;
}

.bf {
	background-position: -64px -188px;
}

.be {
	background-position: -80px -188px;
}

.bd {
	background-position: -96px -188px;
}

.bb {
	background-position: -112px -188px;
}

.ba {
	background-position: -128px -188px;
}

.az {
	background-position: -144px -188px;
}

.ax {
	background-position: -160px -188px;
}

.aw {
	background-position: -176px -188px;
}

.au {
	background-position: -192px -188px;
}

.hm {
	background-position: -192px -188px;
}

.at {
	background-position: -208px 0px;
}

.as {
	background-position: -208px -11px;
}

.ar {
	background-position: -208px -22px;
}

.ao {
	background-position: -208px -33px;
}

.an {
	background-position: -208px -44px;
}

.am {
	background-position: -208px -55px;
}

.al {
	background-position: -208px -66px;
}

.ai {
	background-position: -208px -77px;
}

.ag {
	background-position: -208px -88px;
}

.af {
	background-position: -208px -99px;
}

.ae {
	background-position: -208px -110px;
}

.ad {
	background-position: -208px -121px;
}

.np {
	background-position: -208px -132px;
}

.ch {
	background-position: -208px -143px;
}
    
    
/* Enhanced Product List Styles */
.product-grid {
	flex: 1;
	margin-right: 0;
}

.product-categories {
	position: relative;
	z-index: 2;
	margin-top: -26px;
	margin-left: 30%;
	width: 70%;
	background-color: rgba(50, 50, 50, 0.9);
	border-radius: 50px 0 0 50px;
}

.product-categories .uk-container {
	width: 100%;
	padding-left: 0 !important;
}

.product-categories ul {
	list-style: none;
	padding: 0 10px;
	margin: 0 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.product-categories li {
	margin: 0 10px;
	flex-shrink: 0;
}

.product-categories a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	padding: 20px 0;
	transition: color 0.2s ease-in-out;
}

.product-categories a:hover, .product-categories a:focus, .product-categories a.active {
	color: var(--color2);
}

.product-categories ul::-webkit-scrollbar {
	height: 5px;
}

.product-categories ul::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.product-categories ul::-webkit-scrollbar-thumb {
	background: rgba(150, 150, 150, 0.8);
	border-radius: 10px;
}

/* Enhanced Product Card Styles */
.product_card_tag {
	width: 100%;
	margin: 60px 0 0;
}

.product_card_tag ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	padding: 0;
	margin: 0;
}

.product_card_tag li {
	list-style: none;
}

.product_card_tag .card_wrapper {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.product_card_tag .card_wrapper:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.product_card_tag .card_image {
	position: relative;
	padding-top: 62.5%;
	overflow: hidden;
	background: #f5f5f5;
}

.product_card_tag .card_image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.product_card_tag .card_wrapper:hover .card_image img {
	transform: scale(1.05);
}

.product_card_tag .tag_recommend {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #ff6b6b;
	color: #fff;
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
}

.product_card_tag .card_info {
	padding: 20px;
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.product_card_tag h3 {
	margin: 0 0 12px;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	flex: 1;
}

.product_card_tag .card_meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
}

.product_card_tag .author {
	position: relative;
	padding-left: 24px;
	color: #666;
	font-size: 14px;
}

.product_card_tag .author:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: #f0f0f0;
	border-radius: 50%;
}

.product_card_tag .time {
	position: relative;
	padding-left: 20px;
	color: #999;
	font-size: 14px;
}

.product_card_tag .time:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM5OTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PHBvbHlsaW5lIHBvaW50cz0iMTIgNiAxMiAxMiAxNiAxNCI+PC9wb2x5bGluZT48L3N2Zz4=') no-repeat center/contain;
}

.product_card_tag .price_tag {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 12px;
	border-top: 1px solid #f0f0f0;
	margin-top: auto;
}

.product_card_tag .price_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.product_card_tag .user_info {
	display: flex;
	align-items: center;
	gap: 10px;
}

.product_card_tag .author_name {
	color: #666;
	font-size: 14px;
}

.product_card_tag .publish_time {
	color: #999;
	font-size: 14px;
}

.product_card_tag .price {
	color: #ff6b6b;
	font-size: 20px;
	font-weight: bold;
}

.product_card_tag .price:after {
	content: '币';
	font-size: 14px;
	margin-left: 2px;
	font-weight: normal;
}

/* Enhanced Main Content Container */
.main-content-container {
	display: flex;
	max-width: 1200px;
	margin: 20px auto;
	padding: 0 20px;
}

.product-grid {
	flex: 1;
	margin-right: 0;
}

/* Enhanced Pagination */
.paging {
	float: left;
	width: 100%;
	text-align: center;
}

.uk-pagination {
	margin-top: 40px;
}

.uk-pagination > .uk-active > * {
	color: #fff;
    background-color: #2423df;
}

.uk-pagination > li > a {
	color: #555;
	transition: all 0.3s ease;
}

.uk-pagination > li > a:hover {
	color:#fff;
    background-color: #2423df;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
	.product_card_tag ul {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		gap: 15px;
	}

	.product_card_tag .card_info {
		padding: 12px;
	}

	.product_card_tag h3 {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.product_card_tag .card_meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.product_card_tag .author,
    .product_card_tag .time {
		font-size: 12px;
	}

	.product_card_tag .price {
		font-size: 16px;
	}

	.product_card_tag {
		width: 100%;
		margin: 20px 0 0;
	}
}

@media (max-width: 991px) {
	.product-categories {
		margin-top: 0px;
		border-radius: 0;
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.product-categories ul {
		justify-content: center;
	}

	.product-categories li {
		margin: 5px 0;
	}

	.product-categories a {
		font-size: 1em;
		padding: 5px 10px;
	}
}
    
    
/* Blog List Styles */
.blog_list {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.blog-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 35px 20px;
	margin-bottom: 0;
}
.blog-item .view-button-white{
	margin-top: 12px;
}

.blog-item:nth-child(2n+1) {
	background: #f9f9f9;
}

.blog-item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #eee;
}

.blog-item:after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background-color: #2423df;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}

.blog-item:hover:after {
	width: 100%;
	opacity: 1;
}

.blog-item a {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: inherit;
}

.blog-item .item-img {
	position: relative;
	display: block;
	max-width: 200px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
	margin: 0 20px 0 0;
	flex-shrink: 0;
	border-radius: 5px;
}

.blog-item .item-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 3px;
}

.blog-item .item-info {
	flex: 1;
	min-width: 0;
}

.blog-item .item-title {
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	margin: 0 0 10px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.blog-item time {
	display: block;
	font-size: 14px;
	color: #999;
	margin: 8px 0;
}

.blog-item .item-detail {
	color: #666;
	line-height: 1.6;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blog-item .item-more {
	display: inline-block;
	padding: 8px 16px;
	line-height: 1.4;
	color:#2423df;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	border: 1px solid #2423df;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.blog-item .item-more:hover {
	background-color: #2423df;
	color: #fff;
}

@media (max-width: 768px) {
	.blog-item {
		padding: 20px 15px;
	}

	.blog-item a {
		flex-direction: column;
	}

	.blog-item .item-img {
		max-width: 100%;
		margin: 0 0 15px 0;
	}

	.blog-item .item-title {
		font-size: 16px;
		white-space: normal;
		height: auto;
		line-height: 1.4;
	}

	.blog-item .item-detail {
		-webkit-line-clamp: 2;
	}
}
    
    


/*浮动搜索部分 */
.search_box {
    width: 100%;
    background: #fff;
    position: fixed;
    display: none;
    padding: 100px 0;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 0.3s cubic-bezier(.4,0,.2,1), transform 0.3s cubic-bezier(.4,0,.2,1);
}
.search_box.open {
    opacity: 1;
    transform: translateY(0);
}
.search_box form {
    position: relative;
}
.search_box form button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background: none;
}
.search_box form button i{
    font-size: 40px;
}
.search_box form input {
    border: none;
    width: 100%;
    padding: 0 0 15px;
    padding-left: 13px;
    font-size: 40px;
    background: none;
    height: 80px;
    line-height: 80px;
    float: left;
    color: #000;
    border-bottom: 1px solid #666;
}
.search_box form {
    transition: all .3s ease-in-out;
    transform: scale3d(0, 1, 1);
    transition-delay: .25s;
    width: 100%;
    display: inline-block;
    
}
.search_box.open form {
    
    transition: all .3s ease-in-out;
    transition-delay: .25s;
}

.search_box form {
    transition: all .3s cubic-bezier(.4,0,.2,1);
    transform: scaleX(0);
    width: 100%;
    display: inline-block;
    transform-origin: left center;
}
.search_box.open form {
    transform: scaleX(1);
}

.search_box_close {
    position:absolute;top:30px;right:30px;background:none;border:none;z-index:10000;cursor:pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #ccc;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
.search_box_close i {
    transition: transform 0.5s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
    color: #fff;
    font-size: 20px;
}
.search_box_close:hover {
    background: #2423df;
    color: #fff;
}
.search_box_close:hover i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.language_dropdown .layui-icon-website {
    font-size: 22px;

}

/* 首页产品展示联动样式 */
.index_porduct_show_box {
	background: url(../images/bg4.jpg) no-repeat center center;
}
.index_porduct_show_box .w{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}
.index_porduct_show_l {
	float: left;
  width: 40%;
}
.index_porduct_show_l .section-title {
  margin-bottom: 30px;
  width: 100%;
}
.product-info-list {
  width: 100%;
  min-height: 180px;
  position: relative;
}
.product-info-item {
  display: none;
  flex-direction: column;
  animation: fadeIn 0.5s;
}
.product-info-item.active {
  display: inline-block !important;
}
.product-info-item h3 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #222;
  padding-bottom: 10px;
  display: inline-block;
  width: auto;
  border-bottom: 2px solid #fd7014;
}
.product-info-item p {
  color: #666;
  margin-bottom: 18px;
  line-height: 1.8;
  font-size: 1.2em;
}
.product-info-item .view-button-white {
  margin-top: 10px;
}
.index_porduct_show_r {
	width: 60%;
	float: right;
	overflow: hidden;
	padding-bottom: 20px;
  
}
.index_porduct_show_r .swiper-wrapper {
	padding-bottom: 40px;
  
}
.product-show-swiper {
  width: 100%;
  height: 100%;
}
.product-show-swiper .swiper-slide {
  display: flex;
  align-items: center;
  padding:0 10%;
  justify-content: center;
  height: 320px;
  border-radius: 16px;
}
.product-show-swiper a,.product-show-swiper .swiper-slide span {
	
	width: 100%;
	height: 100%;
	display: inline-block;
}
.product-show-swiper .zoomimg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-show-swiper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .index_porduct_show_box {
    flex-direction: column;
    gap: 20px;
  }
  .index_porduct_show_l, .index_porduct_show_r {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    align-items: center;
  }
  .product-info-list {
    min-height: 120px;
  }
  .product-show-swiper .swiper-slide {
    height: 200px;
  }
  .product-show-swiper img {
    max-height: 180px;
  }
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}


/* Swiper 分页小点美化 */
.swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 18px;
  z-index: 10;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: #e0e0e0;
  margin: 0 8px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  opacity: 1;
  transition: background 0.3s, transform 0.3s;
  border: 2px solid #fff;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #2423df 0%, #5656f8 100%);
  box-shadow: 0 4px 16px rgba(36,35,223,0.4);
  transform: scale(1.25);
  border-color: #fff;
}
@media (max-width: 991px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}
.sev_box242283 {
  background: #2362ff;
  background: url(../images/bg1.jpg) no-repeat fixed;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .sev_box242283 {
    padding: 30px 0;
  }
}
.sev_box242283 p {
  font-size: 20px;
  padding: 40px 0 60px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .sev_box242283 p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sev_box242283 p {
    padding: 8px 0 14px;
  }
}

.why-choose-us-section {
  background: #fff;
  border-radius: 12px;
}
.why-choose-us-flex {
}
.why-choose-us-image {
  position: relative;
  width: 48%;
  float: left;
  border: 2px solid #2423df;
  border-radius: 0 0 0 0;
  overflow: hidden;
}
.why-choose-us-image img {
  width: 100%;
  display: block;
  border-radius: 0 0 0 0;
}
.why-choose-us-steps {
  position: absolute;
  left: -60px;
  top: 50px;
  font-size: 20px;
  color: #2423df;
  text-align: left;
  line-height: 1.5;
}
.why-choose-us-steps span {
  display: block;
  color: #888;
  font-size: 16px;
  margin-bottom: 2px;
}
.why-choose-us-steps .active {
  color: #2423df;
  font-size: 24px;
  font-weight: bold;
}
.why-choose-us-content {
  width: 52%;
  float: right;
  padding-left: 30px;
}
.why-choose-us-title {
  display: flex;
  align-items: center;
  font-size: 2.8em;
  font-weight: bold;
  color: #484d53;
  margin-bottom: 10px;
  gap: 16px;
}
.why-choose-us-underline {
  width: 300px;
  height: 4px;
  background: #2423df;
  margin: 18px 0 24px 0;
  border-radius: 2px;
}
.why-choose-us-desc {
  font-size: 1.25em;
  color: #666;
  margin-bottom: 32px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .why-choose-us-flex {
    flex-direction: column;
    gap: 20px;
  }
  .why-choose-us-image, .why-choose-us-content {
    width: 100%;
    min-width: 0;
    padding-left: 0;
  }
  .why-choose-us-steps {
    left: -40px;
    top: 20px;
    font-size: 16px;
  }
  .why-choose-us-title {
    font-size: 2em;
  }
  .why-choose-us-underline {
    width: 120px;
    height: 3px;
  }
}

.footer-simple {
  background: #fff;
  padding: 40px 0 0 0;
  font-size: 16px;
  color: #888;
  border-top: 1px solid #eee;
}
.footer-nav {
  text-align: center;
  margin-bottom: 18px;
}
.footer-nav ul {
  display: inline-flex;
  gap: 38px;
  border-bottom: 1px solid #2423df;
  padding-bottom: 15px;
  margin: 0 auto 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}
.footer-nav ul li {
  display: inline-block;
}
.footer-nav ul li a {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0 2px;
  transition: color 0.2s;
  position: relative;
}
.footer-nav li a:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: #2423df;
    position: absolute;

    right: 0;
    bottom: -5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-nav li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.footer-nav ul li a:hover {
  color: #2423df;
}
.footer-info-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  margin: 32px 0 24px 0;
  flex-wrap: wrap;
}
.footer-info-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 220px;
  color: #888;
  font-size: 15px;
  font-style: italic;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-info-col i {
  font-size: 26px;
  color: #b0b0b0;
  margin-bottom: 0;
  margin-right: 10px;
  flex-shrink: 0;
}
.footer-info-col span {
  display: inline-block;
  margin-bottom: 0;
  color: #888;
  font-style: italic;
}
.footer-info-col em {
  font-style: italic;
  color: #888;
}
@media (max-width: 900px) {
  .footer-info-row {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .footer-info-col {
    min-width: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: row;
  }
}
.footer-social {
  text-align: center;
  margin: 18px 0 18px 0;
}
.footer-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: #eaeaea;
  color: #3b5998;
  font-size: 20px;
  margin: 0 7px;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}
.footer-social a:hover {
  background: #2423df;
  color: #fff;
}
.footer-copyright {
  text-align: center;
  color: #888;
  font-size: 15px;
  padding: 18px 0 10px 0;
  background: #fafafa;
  margin-top: 18px;
}
.footer-copyright a {
  color: #2423df;
  text-decoration: none;
}
@media (max-width: 900px) {
  .footer-info-row {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .footer-info-col {
    min-width: 0;
    align-items: center;
    text-align: center;
  }
  .footer-nav ul {
    gap: 18px;
    font-size: 16px;
  }
}


.page-banner {
	position: relative;
}
.page-banner .uk-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);z-index: 9;
text-align: center;color: #fff;
}
.page-banner .uk-container h1{
display: inline-block;
font-size: 40px;
line-height: 1.3;
text-transform: uppercase;
padding-bottom: 10px;
letter-spacing: 2px;
color: #fff;
text-shadow: -2px 0 0 rgba(0,0,0,.3);
border-bottom: 2px solid #fff;
box-shadow: 0 2px 0 rgba(0,0,0,.15);
}
@media (max-width: 1600px) {

}
@media (max-width: 1440px) {

}
@media (max-width: 1200px) {
	body {
		margin-top: 88px;
	}
	.index_porduct .zoomimg {
		height: 200px;
		line-height: 200px;
	}
	.index_porduct .zoomimg img {
		height: auto;
	}
	
	
}
@media (max-width:991px) {
	body {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.footer-nav ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.section-title .main-title {
		font-size: 1.6em;
	}
	.head_logo img {
		height: 32px;
	}
	.footer-info-col i {
		font-size: 18px;
		margin-right:4px;
	}
	.footer-info-row {
		
		gap: 10px;
	}
	.index_porduct .zoomimg {
		height: auto;
	}
	.colm {
		padding:40px 0;
	}
	.why-choose-us-title {
		font-size:1.6em;
		margin-top: 18px;
	}
	.why-choose-us-underline {
		margin: 13px 0 18px 0;
	}
	.why-choose-us-desc {
		font-size: 1.1em;
		color: #666;
		margin-bottom: 22px;
		line-height: 1.5;
	}

	.jzk_show {
		padding: 20px 0 0;
	}
}.contact-info-container {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(36,35,223,0.06);
	padding: 40px 32px 32px 32px;
	margin-bottom: 32px;
	max-width: 480px;
  }
  
  .contact-info-container .section-title {
	font-size: 2em;
	color: #2423df;
	margin-bottom: 18px;
	text-align: left;
	letter-spacing: 1px;
  }
  
  .contact-intro {
	color: #666;
	font-size: 1.08em;
	margin-bottom: 24px;
	line-height: 1.7;
  }
  
  .contact-details {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .contact-details li {
	display: flex;
    align-items: center;
	gap: 16px;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ececec;
	transition: background 0.2s;
  }
  
  .contact-details li:last-child {
	border-bottom: none;
  }
  
  .contact-icon {
	background: linear-gradient(135deg, #2423df 0%, #5656f8 100%);
	color: #fff;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3em;
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(36,35,223,0.08);
  }
  
  .contact-text {
	font-size: 1.08em;
	color: #333;
	word-break: break-all;
	display: flex;
	align-items: center;
  }
  
  .contact-text a {
	color: #2423df;
	text-decoration: none;
	transition: color 0.2s;
	word-break: break-all;
  }
  
  .contact-text a:hover {
	color: #fd7014;
	text-decoration: underline;
  }
  .main-content-container {
	width: 100%;
	float: left;
  }
  @media (max-width: 991px) {
	.contact-info-container {
	  padding: 24px 12px 18px 12px;
	  max-width: 100%;
	}
	.contact-details li {
	  gap: 10px;
	  margin-bottom: 12px;
	  padding-bottom: 8px;
	}
	.contact-icon {
	  width: 30px;
	  height: 30px;
	  font-size: 1em;
	}
	.contact-info-container .section-title {
	  font-size: 1.3em;
	  margin-bottom: 10px;
	}
	.contact-info-container {
		box-shadow: none;
	}
  }