@charset "UTF-8";

/* 修复prod5页面容器高度问题 */
.container {
	height: auto !important;
	min-height: 100vh;
}

/* 消除header与banner之间的间隙 */
header {
	margin-bottom: 0 !important;
}

.banner {
	margin-top: 0 !important;
}

/* Banner样式 */
.banner {
	width: 100%;
    height: 500px;
	margin: 0px;
    background-color: #FFECDF;
	background-image: url("../images/prod5/banner.png");
	background-repeat: no-repeat;
	background-position: center;
}

.banner .bcontainer {
	width: 1000px;
	position: relative;
	margin: 0 auto;
    padding-left: 5px;
	text-align: left;
}

.banner .title {
	padding-top: 150px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 4px;
	color: #000;
}

.banner .subtitle {
	padding-top: 15px;
	font-size: 16px;
	letter-spacing: 4px;
	color: #000;
}

/* 基础布局样式 */
.section1 .scontainer {
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

/* prod5页面特定样式 - 消除所有间隙 */
.section1 {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin: 0 !important;
}

.section1 .stitle {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.section1 .sdesc {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.section1 .stitle {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.section1 .sdesc {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 30px;
}

.section1 .sdesc-c {
	text-align: center;
}

.section1 .sbody {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

/* 技术规格、定制开发模块使用垂直布局 */
.section1:nth-of-type(4) .sbody,
.section1:nth-of-type(6) .sbody {
	display: block;
}

/* 技术规格模块的布局优化 */
.section1:nth-of-type(4) .specs-container {
	width: 100%;
}



/* 定制开发模块的布局优化 */
.section1:nth-of-type(6) .contact-container {
	width: 100%;
}

/* 定制开发模块按钮居中样式优化 */
.section1:nth-of-type(6) .sbody > div:last-child {
	text-align: center;
	margin-top: 30px;
	width: 100%;
}

/* 列布局样式 */
.section1 .pcol1 {
    width: 45%;
    margin: 15px;
	padding: 5px;
    border-radius: 10px;
    border: 1px solid #CCC;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

/* 所有section1模块的通用布局 */
.section1 .sbody {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

/* 技术规格模块使用垂直布局 */
.tech-specs .sbody {
    display: block !important;
}

/* 定制开发模块使用垂直布局 */
.custom-dev .sbody {
    display: block !important;
}

.section1 .pcol1 {
    width: 46%;
    margin: 10px 2%;
    box-sizing: border-box;
}

.section1 .psubtitle1 {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
    background-color: #FFFFFF;
	color: #FF4701;
	border-bottom: 1px solid #EEE;
}

.section1 .pdecs1 {
	padding: 15px;
	color: #666;
	line-height: 1.6;
}

.section1 .prow2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px;
}

.section1 .pcol2 {
    width: 30%;
    padding: 15px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #EEE;
    margin: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}



.section1 .pcol2 .pdecs {
	color: #555555;
	line-height: 1.6;
}

/* 分割线样式 - 完全消除间隙 */
.hr1 {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

.hrcontainer {
	width: 1000px;
	margin: 0 auto;
}

.hr-solid {
	border: none;
	border-top: 1px solid #DEDEDE;
}

/* 系统界面截图样式 */
.system-screenshot {
	text-align: center;
	margin: 30px 0;
}

.system-img {
	max-width: 800px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* 系统架构图样式 */
.architecture-container {
	text-align: center;
	margin: 30px 0;
}

.architecture-img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.architecture-features {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
	flex-wrap: wrap;
}

.feature-item {
	width: 30%;
	text-align: center;
	padding: 20px;
	margin: 10px;
	border-radius: 10px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border: 1px solid #dee2e6;
}

.feature-title {
	font-size: 18px;
	font-weight: bold;
	color: #FF4701;
	margin-bottom: 15px;
}

.feature-desc {
	color: #666;
	line-height: 1.6;
}

/* 技术规格样式 */
.specs-container {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	gap: 30px;
}

.specs-section {
	flex: 1;
	padding: 25px;
	border-radius: 10px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border: 1px solid #dee2e6;
}

.specs-title {
	font-size: 18px;
	font-weight: bold;
	color: #FF4701;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #FF4701;
	padding-bottom: 10px;
}

.specs-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.spec-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background: white;
	border-radius: 5px;
	border: 1px solid #dee2e6;
}

.spec-label {
	font-weight: bold;
	color: #333;
}

.spec-value {
	color: #FF4701;
	font-weight: bold;
}

.specs-note {
	text-align: center;
	margin-top: 20px;
	color: #666;
	font-style: italic;
}

/* 联系我们样式 */
.contact-container {
	display: flex;
	justify-content: space-around;
	margin: 30px 0;
	flex-wrap: wrap;
}

.contact-item {
	width: 30%;
	text-align: center;
	padding: 25px;
	margin: 10px;
	border-radius: 10px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border: 1px solid #dee2e6;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.contact-title {
	font-size: 18px;
	font-weight: bold;
	color: #FF4701;
	margin-bottom: 15px;
}

.contact-desc {
	color: #666;
	line-height: 1.6;
}

/* 按钮样式增强 */
.button1 {
	background: linear-gradient(135deg, #FF4701 0%, #FF6B35 100%);
	border: none;
	color: white;
	padding: 12px 30px;
	font-size: 16px;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(255, 71, 1, 0.3);
}

.button1:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 71, 1, 0.4);
}

/* 响应式设计 */
@media (max-width: 1200px) {
	.section1 .scontainer {
		width: 95%;
	}
	
	.specs-container {
		flex-direction: column;
	}
	
	.architecture-features {
		flex-direction: column;
	}
	
	.feature-item {
		width: 100%;
	}
	
	.contact-container {
		flex-direction: column;
	}
	
	.contact-item {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.banner .bcontainer {
		width: 95%;
	}
	
	.banner .title {
		font-size: 32px;
	}
	
	.banner .subtitle {
		font-size: 16px;
	}
	
	.section1 .scontainer {
		width: 95%;
		padding: 10px;
	}
	
	.section1 .stitle {
		font-size: 24px;
	}
	
	.section1 .sdesc {
		font-size: 14px;
	}
}
