@charset "utf-8";
/* 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("../fonts/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-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;
}
/******************************/
.plist {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.pc-header-container {
	margin: 0 auto;
	padding: 2rem 1rem 1.5rem;
	text-align: center;
}
.pc-main-title {
	font-size: 2.5rem;
	color: #005ea5;
	margin-bottom: 0.8rem;
	font-weight: 700;
}
.pc-subtitle {
	font-size: 1rem;
	color: #666666;
	max-width: 80%;
	margin: 1.5rem auto 1.5rem;
}
.pc-nav-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: rem;
	margin-bottom: 1.5rem;
	justify-content: space-around;
	margin-top: 60px;
}
.pc-nav-tabs a{
	font-size: 1.3rem;
	color: #333;
	text-decoration: none;
	padding: 0.5rem 1rem 1rem 1rem;
	position: relative;
	transition: color 0.3s ease;
	font-weight: 600;
}
.pc-nav-tabs .active{
	color: #005ea5;
	border-bottom:solid 2px #005ea5;
	font-weight: 600;
	}
.pc-nav-tab.active {
	color: #005ea5;
}
.pc-nav-tab.active::after {
	content: '';
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #005ea5;
}
.pc-nav-tab:hover:not(.active) {
	color: #005ea5;
}
/*.pc-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	margin: 0 auto;
	padding: 0 1rem 4rem;
}*/
.pc-product-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1.5rem;
}
.pc-product-card {
	flex: 0 0 calc(25% - 1.125rem);
	min-width: 250px;
}
.pc-product-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-bottom: 1rem;
	border-bottom: 1px solid #999;
}
.pc-product-img-wrapper {
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
	transition: transform 0.3s ease;
}
.pc-product-image {
	width: 100%;
	height: auto;
	display: block;
}
.pc-product-img-wrapper:hover {
	transform: scale(1.02);
}
.pc-product-title {
	font-size: 1.05rem;
	font-weight: 600;
	color: #222;
	margin-bottom: 0.8rem;
	text-decoration: none;
	transition: color 0.3s ease;
}
.pc-product-title:hover {
	color: #005ea5;
}
.pc-product-desc {
	font-size: 0.85rem;
	color: #666;
	margin-bottom: 1rem;
	line-height: 1.4;
	max-width: 280px;
}
.pc-view-details {
	font-size: 1rem;
	color: #999;
	text-decoration: none;
	transition: color 0.3s ease;
}
.pc-view-details:hover {
	color: #003d70;
	text-decoration: underline;
}
.pc-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	max-width: 1400px;
	margin: 2rem auto;
	padding: 0 1rem;
}
.pc-page-btn {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.pc-page-btn.active {
	background-color: #005ea5;
	color: #fff;
	border-color: #005ea5;
}
.pc-page-btn:hover:not(.active) {
	border-color: #005ea5;
	color: #005ea5;
}
.pc-case-studies {
	background-color: #f2f2f2;
	padding: 2rem 1rem 5rem 1rem;
	margin-top: 2rem;
}
.pc-case-title {
	font-size: 2.5rem;
	color: #005ea5;
	text-align: center;
	margin-bottom: 2.5rem;
	font-weight: 600;
	margin-top: 1rem;
}
.pc-case-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1.5rem;
	max-width: 1400px;
	margin: 0 auto;
}
.pc-case-card {
	flex: 0 0 calc(25% - 1.125rem); /* PC端4列，和产品卡片宽度一致 */
	min-width: 250px; /* 最小宽度保底 */
}
/*.pc-case-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
	max-width: 80%;
	margin: 0 auto;
}
.pc-case-card {
	text-align: center;
}*/

.pc-case-img-wrapper {
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
}
.pc-case-image {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.pc-case-img-wrapper:hover .pc-case-image {
	transform: scale(1.02);
}
.pc-case-more {
	text-align: right;
	max-width: 1400px;
	margin: -1rem auto 0;
	padding-right: 1rem;
	font-size: 0.9rem;
}
.pc-case-more-link {
	color: #005ea5;
	text-decoration: none;
}
.pc-case-more-link:hover {
	text-decoration: underline;
}
 @media (min-width: 1024px) {
.bottom-fixed {
	display: none;
}
}
 @media (max-width: 768px) {
.plist {
	width: 100%;
}
	 
.pc-main-title {
	font-size: 1.6rem;
}
.pc-product-grid {
	gap: 1.2rem;
}
.pc-case-title {
	font-size: 1.4rem;
}
}
 @media (max-width: 480px) {
.pc-main-title {
	font-size: 1.4rem;
}
.pc-nav-tabs {
	justify-content: flex-start;
	overflow-x: auto;
	padding-bottom: 1rem;
	gap: 1rem;
	margin-top: 10px;
}
.pc-product-grid {
	grid-template-columns: 1fr;
	gap: 2rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.pc-case-grid {
	grid-template-columns: 1fr;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.pc-pagination {
	flex-wrap: wrap;
}
}
/*******************************/
.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: 0;
	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;
}
.particle {
	width: 80%;
	margin: 0 auto;
}
.pd-page-container {
	/* max-width: 1400px; */
	margin: 50px auto 10px auto;
	padding: 1rem;
}
/* 面包屑导航 */
.pd-breadcrumb {
	font-size: 0.85rem;
	color: #666;
	margin: 1rem 0 2rem;
}
.pd-breadcrumb-link {
	color: #005ea5;
	text-decoration: none;
}
.pd-breadcrumb-link:hover {
	text-decoration: underline;
}
.pd-breadcrumb-sep {
	margin: 0 0.5rem;
	color: #999;
}
/* 产品标题区域 */
.pd-product-header {
	margin-bottom: 2rem;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 1.5rem;
}
.pd-product-title {
	font-size: 1.8rem;
	color: #222;
	margin-bottom: 0.8rem;
	font-weight: 700;
}
.pd-product-subtitle {
	font-size: 0.95rem;
	color: #666;
	max-width: 800px;
}
/* 产品内容主体 - 图片+详情布局 */
.pd-product-body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-bottom: 3rem;
}
/* 产品图片区域 */
.pd-image-gallery {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.pd-main-image-wrapper {
	width: 100%;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	height: 460px;
}
.pd-main-image {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.pd-main-image-wrapper:hover .pd-main-image {
	transform: scale(1.02);
}
.pd-thumbnails {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.8rem;
}
.pd-thumbnail-item {
	width: 100%;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.3s ease;
}
.pd-thumbnail-item.active {
	opacity: 1;
	border-color: #005ea5;
}
.pd-thumbnail-item:hover {
	opacity: 1;
}
.pd-thumbnail-img {
	width: 100%;
	height: auto;
	display: block;
}
/* 产品详情信息区域 */
.pd-product-info {
	display: flex;
	gap: 1.5rem;
	flex-direction: column;
	justify-content: flex-start;
}
.pd-info-section {
	padding-bottom: 1rem;
	border-bottom: 1px solid #f0f0f0;
	margin-top: 35px;
}
.pd-info-title {
	font-size: 2rem;
	color: #000;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.pd-info-text {
	font-size: 0.95rem;
	color: #555;
	line-height: 1.8;
	margin-top: 1rem;
}
.pd-info-text1 {
	font-size:1.2rem;
	color: #555;
	line-height: 1.8;
}
.pd-specs-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}
.pd-specs-table tr {
	border-bottom: 1px solid #f0f0f0;
}
.pd-specs-table td {
	padding: 0.8rem 0.5rem;
}
.pd-specs-table td:first-child {
	color: #666;
	font-weight: 500;
	width: 35%;
}
.pd-specs-table td:last-child {
	color: #444;
}
/* 产品特点列表 */
.pd-features-list {
	list-style: none;
}
.pd-features-list li {
	padding: 0.5rem 0;
	position: relative;
	padding-left: 1.5rem;
}
.pd-features-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #005ea5;
	font-weight: 700;
}
/* 行动按钮 */
.pd-action-buttons {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
	flex-direction: column;
	align-items: baseline;
}
.pd-btn {
	padding: 0.8rem 2.5rem 0.8rem  3rem;
	border: none;
	border-radius: 4px;
	font-size: 0.95rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.pd-btn-primary {
	background: #005ea5 url(../img/u701.png) no-repeat left 9px center;
	color: #fff;
	background-size: 15%;
}
.pd-btn-primary:hover {
	background-color: #004a80;
	color:#fff;
}
.pd-btn-secondary {
	/* background-color: #005ea5; */
	color: #444;
	/* border: 1px solid #005ea5; */
	background: url(../img/xx.png) no-repeat left 5px center;
	background-size: 13%;
	padding-left: 5%;
}
.pd-btn-secondary:hover {
	/* background-color: #005ea5; */
	/* color:#fff; */
}
/* 产品详情标签页 */
.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;
}
.pd-tabs-container {
	margin-bottom: 3rem;
}
.pd-tabs-nav {
	display: flex;
	gap: 0.5rem;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}
.pd-tab-btn {
	padding: 0.8rem 1.5rem;
	background: none;
	border: none;
	font-size: 1.2rem;
	color: #666;
	cursor: pointer;
	position: relative;
	transition: color 0.3s ease;
}
.pd-tab-btn.active {
	color: #005ea5;
	font-weight: 600;
}
.pd-tab-btn.active::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #005ea5;
}
.pd-tab-btn:hover:not(.active) {
	color: #005ea5;
}
.pd-tab-content {
	padding: 20px;
	font-size: 0.95rem;
	color: #555;
	line-height: 1.8;
	background-color: #f9f9f9;
}
/* 相关产品推荐 */
.pd-related-products {
	margin-bottom: 3rem;
}
.pd-related-title {
	font-size: 1.5rem;
	color: #222;
	margin-bottom: 1.5rem;
	font-weight: 600;
	text-align: center;
}
.pd-related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
}
.pd-related-card {
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}
.pd-related-card:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.pd-related-img-wrapper {
	width: 100%;
	overflow: hidden;
}
.pd-related-img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.pd-related-card:hover .pd-related-img {
	transform: scale(1.02);
}
.pd-related-name {
	padding: 1rem;
	font-size: 0.95rem;
	color: #333;
	font-weight: 500;
	text-decoration: none;
	display: block;
}
.pd-related-name:hover {
	color: #005ea5;
}

        /* 响应式适配 - 平板 (768px以下) */
@media (max-width: 768px) {
.pd-main-image-wrapper{
	height:225px;
	overflow:hidden;
	}
    .pc-case-grid {
        grid-template-columns: 1fr;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
.pd-info-title {
	font-size: 2rem;
}
.particle {
	width: 96%;
}
.pd-page-container {
	margin: 0 auto 0 auto;
}
.ifooter {
	display: none;
}
.pc-subtitle {
	font-size: 1rem;
	max-width: 96%;
	margin: 1.5rem auto 1.5rem;
	line-height: 2rem;
}
.mp-product-heading {
	font-size: 2rem;
}
.pd-product-body {
	grid-template-columns: 1fr;
	gap: 1.5rem;
}
.pd-product-title {
	font-size: 1.6rem;
}
.pd-related-title {
	font-size: 1.3rem;
}
.pd-thumbnails {
	grid-template-columns: repeat(3, 1fr);
}
}

 @media (max-width: 480px) {
.pd-product-title {
	font-size: 1.4rem;
}
.pd-thumbnails {
	grid-template-columns: repeat(2, 1fr);
}
.pd-action-buttons {
	flex-direction: column;
}
.pd-btn {
	width: 100%;
}
.pd-tab-btn {
	padding: 0.8rem 1rem;
	font-size: 0.9rem;
}
.pd-specs-table td {
	padding: 0.6rem 0.3rem;
	font-size: 0.85rem;
}
}
