/* CSS Document */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
}
html, body, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: 100;
}
p {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: 'webfont';
	font-display: swap;
	src: url("../font/EFFRA_RG.eot"); /* IE9*/
	src: url("../font/EFFRA_RG.eot") format("embedded-opentype"), url("../font/EFFRA_RG.woff2") format("woff2"), url("../font/EFFRA_RG.woff") format("woff"), url("../font/EFFRA_RG.ttf") format("truetype");
}
body, button, input, select, textarea {
	font: 14px/1.5 "Noto Sans SC", "Source Han Sans CN", sans-serif;
	color: #333;
	word-wrap: break-word;
	word-break: keep-all;
}
img {
	border: 0px;
	vertical-align: middle;
	max-width: 100%;
}
table {
	/* border-collapse: collapse; */
	border-spacing: 0;
}
table th, table td {
	border: 1px solid #ccc;
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
}
a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
}
a, input[type="button"], button, label, input[type="submit"], input[type="reset"] {
	cursor: pointer;
}
 [type="checkbox"], [type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input, textarea, select {
	outline: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea {
	outline-style: none;
	-webkit-appearance: none;
	resize: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
 input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
a:active, a:hover {
	outline: 0
}
img {
	border: none
}
li {
	list-style: none
}
table {
	/* border-collapse: collapse; */
	border-spacing: 6px;
}
h4, h5, h6 {
	font-size: 100%
}
button, input, optgroup, option, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}
body {
	line-height: 1.6;
	color: rgba(0, 0, 0, .85);
	font: 14px "Noto Sans SC", "Source Han Sans CN", sans-serif;
	background-color: #eeeff3;
}
.ss-header-container {
	text-align: center;
	padding: 2.5rem 1rem 0.5rem 1rem;
	background-color: #fff;
	margin-bottom: 0;/* box-shadow: 0 2px 4px rgba(0,0,0,0.05); */
}
.ss-header-title {
	font-size: 2.5rem;
	color: #265ba9;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.ss-header-subtitle {
	font-size: 1rem;
	color: #a5a5a5;
	max-width: 800px;
	margin: 30px auto;
	line-height: 35px;
}
.ss-tabs-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	padding: 0 1rem 2rem;
	max-width: 80%;
	margin: 0 auto;
}
.ss-tabs-container button{
	/* padding: 0.75rem 1.5rem; */
	border: 1px solid #2c5c97;
	background-color: #fff;
	color: #2c5c97;
	border-radius: 0;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 500;
	transition: all 0.3s ease;
	width: 24%;
}
.ss-tabs-container button a:hover{
	background-color: #2c5c97;
	color: #fff;}
.ss-tabs-container button a{
	display:block;
	width:100%;
	height:35px;
	line-height: 35px;
	font-size: 1.2rem;
	}
.ss-tabs-container button .active {
	background-color: #2c5c97;
	color: #fff;
}
.ss-tab-btn.active a {
	color: #fff;
}
.ss-tab-btn a {
	color: #000;
}
.ss-tab-btn:hover:not(.active) {
	background-color: #e8f0f8;
}
.ss-grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.5rem;
	padding: 0 1rem 3rem;
	width: 80%;
	margin: 0 auto;
}
.ss-card-item {
	background-color: #fff;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ss-card-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
.ss-card-image-wrapper {
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
}
.ss-card-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ss-card-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem;
	font-size: 1rem;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	transition: background-color 0.3s ease;
}
.ss-card-item:hover .ss-card-caption {
	background-color: rgba(0, 0, 0, 0.85);
}
.ss-card-caption a {
	color: #fff;
}
/*******************************/
.content-wrapper {
	max-width: 85%;
	margin: 0 auto 50px auto;
	padding: 1.8rem;/* border-bottom: solid 1px #333; */
}
.post-header h1 {
	color: #000;
	font-size: 2rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #666;
	line-height: 5rem;
}
.post-meta {
	color: #000;
	font-size: 1.2rem;
	padding-bottom: 0;
	font-family: ""
}
.post-meta b {
	margin-left: 5px;
}
.nyimg {
	overflow: hidden;
	margin-bottom: 20px;
}
.post-image {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 1.5rem;
}
.post-body {
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 35px;
}
.post-body h3 {
	color: #c1272d;
	margin: 1.5rem 0 0.8rem;
	font-size: 1.3rem;
}
.post-navigation {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #ccc;
}
.post-body {
	margin-top: 30px;
}
.nav-link {
	color: #444;
	text-decoration: none;
	font-weight: 500;
	display: flex;
	align-items: center;
	font-weight: 600;
}
.nav-link span {
	font-weight: 600;
	font-size: 36px;/* margin-right: 10px; */
}
.nav-link a {
	color: #000;
	font-size: 1.2rem;
}
.nav-link:hover {
	text-decoration: none;
	color: #c1272d;
}
.tjtp{
	overflow:hidden;
	margin-top: 20px;
	border-top:solid 1px #000;
	}
.mp-product-heading {
	text-align: center;
	font-size: 2.5rem;
	color: #005ea5;
	margin-bottom: 2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top: 30px;
}
.mp-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	/* max-width: 1400px; */
	margin: 0 auto;
}
.mp-product-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 0.5rem;
}
.mp-product-img-wrapper {
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
.mp-product-image {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.mp-product-card:hover .mp-product-image {
	transform: scale(1.02);
}
.mp-product-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #222222;
	margin-bottom: 0.8rem;
}
.mp-product-desc {
	font-size: 0.9rem;
	color: #666666;
	margin-bottom: 1rem;
	line-height: 1.4;
	text-align: left;
}
.mp-view-details {
	font-size: 1rem;
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	transition: all 0.3s ease;
	width: 100%;
	line-height: 3rem;
}
.mp-view-details:hover {
	color: #003d70;
	border-bottom-color: #003d70;
}
 @media (max-width: 768px) {
.ss-tabs-container button{
	width:100%;}
	.ifooter{
		display:none;}
.mp-product-heading {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
.mp-product-grid {
	gap: 1.2rem;
}
.mp-product-title {
	font-size: 1rem;
}
.mp-product-desc {
	font-size: 0.85rem;
}
}
 @media (max-width: 480px) {
.mp-product-heading {
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
.mp-product-grid {
	grid-template-columns: 1fr;
	gap: 2rem;
}
.mp-product-card {
	padding: 0;
}
.mp-product-desc {
	font-size: 0.8rem;
}
}
 @media (max-width: 768px) {
.search-section h1 {
	font-size: 1.5rem;
}
.nav-link {
	font-weight: 500;
}
.search-section {
	padding: 10px;
	text-align: center;
}
.content-wrapper {
	padding: 10px;
	max-width: 98%;
}
.post-header h1 {
	font-size: 1rem;
	line-height: 2rem;
	padding-bottom: 10px;
}
.post-body p {
	font-size: 0.95rem;
}
.post-navigation {
	flex-direction: column;
	gap: 0.8rem;
}
}
.news-container {
	max-width: 85%;
	margin: 0 auto 50px auto;
	/* background-color: #fff; */
	padding: 20px;
	border-radius: 8px;
	/* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
	overflow: hidden;
}
.news-item {
	display: flex;
	align-items: flex-start;
	padding: 16px 0;
	border: 1px solid #ccc;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 20px;
	padding: 15px;
}
.news-item:last-child {
	border-bottom: none;
}
.news-img {
	width: 150px;
	height: 120px;
	border-radius: 4px;
	object-fit: cover;
	flex-shrink: 0;
	float: left;
}
.news-content {
	flex: 1;
	min-width: 0;
}
.news-meta {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: flex-end;
}
.news-category {
	/* background-color: #e8f4f8; */
	color: #666;
	padding: 2px 8px;
	border-radius: 4px;
	margin-right: 12px;
	width: 100%;
}
.news-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
	line-height: 1.4;
	text-align: left;
}
.news-title a {
	color: #444;
}
.news-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	width: 80%;
	float: left;
}
.more-btn {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	/* margin: 20px auto 0; */
	color: #444;
	border: 1px solid #444444;
	/* border-radius: 4px; */
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
	float: left;
	width: 150px;
	margin-top: 20px;
}
.more-btn:hover {
	background-color: #7d2323;
	color: #fff;
}
@media (min-width:1024px) {
.search-section h1 {
	color: #8b2b27;
	font-size: 2rem;
	margin-bottom: 16px;
	font-weight: 700;
}
.search-section {
	padding: 60px 20px;
}
.search-section p {
	color: #666;
	font-size: clamp(0.9rem, 2vw, 1.1rem);
	/*  max-width: 1000px;*/
	margin: 0 auto 40px;
	line-height: 1.6;
}
}
@media (max-width:1024px) {
.indexFooter {
	display: none;
}
}
@media (max-width: 768px) {
.search-section p {
	color: #666;
	font-size: clamp(0.9rem, 2vw, 1.1rem);
	/*  max-width: 1000px;*/
	margin: 0 auto 40px;
	line-height: 1.6;
}
.news-container {
	padding: 10px;
	max-width: 98%;
}
.news-item {
	flex-direction: column;
	gap: 10px;
}
.news-img {
	width: 100%;
	height: auto;
}
.news-title {
	font-size: 15px;
}
.news-desc {
	font-size: 0.9rem;
	margin-left: 0;
	margin-top: 10px;
}
}
.picinfo {
	width: 100%;
	float: left;
}
.more {
	width: 100%;
	overflow: hidden;
	float: left;
}
.news-desc1 {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	float: left;
	margin-left: 0;
	width: 98%;
	float: left;
}
.search-section {
	text-align: center;
}
.search-container {
	display: flex;
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #8b2b27;
	border-radius: 2px;
	overflow: hidden;
}
.search-input {
	flex: 1;
	padding: 16px 20px;
	border: none;
	outline: none;
	font-size: 1rem;
	background: none;
	color: #333;
	font-family: "";
}
.search-input::placeholder {
 color: #999;
}
.search-btn {
	background-color: #8b2b27;
	color: #fff;
	border: none;
	padding: 0 32px;
	cursor: pointer;
	font-size: 1.2rem;
	/* font-weight: 600; */
	transition: background-color 0.3s ease;
}
.search-btn:hover {
	background-color: #6d201d;
}
@media (max-width: 576px) {
.search-container {
	flex-direction: column;/* max-width: 100%; */
}
.search-btn {
	padding: 16px;
	margin-top: 1px;
}
}

/********************************/
 @media (max-width: 768px) {
.ss-grid-container {
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1rem;
	width: 96%;
}
.ss-header-title {
	font-size: 1.25rem;
}
}
 @media (max-width: 480px) {
.ss-tabs-container {
	flex-direction: column;
	align-items: stretch;
}
.ss-tab-btn {
	width: 100%;
}
.ss-grid-container {
	grid-template-columns: 1fr;
}
.ss-card-caption {
	font-size: 0.8rem;
	padding: 0.75rem;
}
}
.listpage {
	overflow: hidden;
	width: 100%;
	margin: 34px 5px 0 0;
	text-align: center;
	line-height: 38px;
	float: left;
}
.listpage table {
	margin: 0 auto;
}
.htfenye {
	cellspacing: 10px;
}
.listpage table td {
	text-align: center;
	line-height: 30px;
	padding: 3px 8px;
}
.listpage table td a {
	padding: 5px 8px;
}
.listpage table td {
	border: solid 1px #ccc;
	border-radius: 4px;
	cellpadding: 5px;
}
.listpage .htfydqpage {
	background: #5e7eb7;
	padding: 0 10px;
	color: #ffffff;
}
.fy {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
}
.ifooter {
	overflow: hidden;
	margin-top: 30px;
	background: url(../img/u103.jpg) no-repeat;
}
.ifooter .indexcall {
	width: 80%;
	margin: 20px auto;
	overflow: hidden;
}
.ifooter .indexcall font {
	color: #f29f1b;
}
.ifooter .indexcall h3 {
	font-size: 2.2rem;
	float: left;
	line-height: 5.5rem;
	font-weight:600;
}
.ifooter .indexcall a {
	color: #f29f1b;
	float: right;
	line-height: 2rem;
	font-size: 1.5rem;
	margin-top: 25px;
	background: url(../img/yjt.png) no-repeat right 0px center;
	background-size: 21%;
	padding-right: 57px;
	font-weight:600;
}
