
/* ========== 愿景价值观 detail_module_4 左文右图 垂直居中 ========== */
.detail_module_4 .graphic {
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	align-items: center; /*核心：图片文字垂直居中对齐*/
	gap: 3.965%; /*替代原来margin，46.035%+50%+3.965% =100%*/
}
.detail_module_4 .graphic .img_park {
	width: 46.035%;
	order:2; /*图片放右边，不改变原有排版*/
}
.detail_module_4 .graphic .text_park {
	width: 50%;
	margin-top:0; /*删掉原来向下偏移的margin-top:20px*/
	order:1; /*文字放左边*/
}
.detail_module_4 .graphic .text_park .text_title { font-size: 28px; line-height: 40px; }
.detail_module_4 .graphic .text_park .con_p { font-size: 14px; line-height: 22px; color: #888888; margin-top: 29px; }
.detail_module_4 .graphic img{width:100%;display:block;}
.detail_module_4 .clear{display:none;}

/* ========== 愿景价值观 detail_module_4 左文右图 垂直居中 ========== */
.detail_module_4 .graphic {
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	align-items: center; /*核心：图片文字垂直居中对齐*/
	gap: 3.965%; /*替代原来margin，46.035%+50%+3.965% =100%*/
}
.detail_module_4 .graphic .img_park {
	width: 46.035%;
	order:2; /*图片放右边，不改变原有排版*/
}
.detail_module_4 .graphic .text_park {
	width: 50%;
	margin-top:0; /*删掉原来向下偏移的margin-top:20px*/
	order:1; /*文字放左边*/
}
.detail_module_4 .graphic .text_park .text_title { font-size: 28px; line-height: 40px; }
.detail_module_4 .graphic .text_park .con_p { font-size: 14px; line-height: 22px; color: #888888; margin-top: 29px; }
.detail_module_4 .graphic img{width:100%;display:block;}
.detail_module_4 .clear{display:none;}

/* ========== 文化模块 detail_module_3 左图右文 垂直居中 ========== */
.detail_module_3 .graphic {
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	align-items: center; /*核心：图片文字垂直居中对齐*/
	gap: 3.965%;
}
.detail_module_3 .graphic .img_park {
	width: 46.035%;
	order:1; /*图片左边*/
}
.detail_module_3 .graphic .text_park {
	width: 50%;
	margin-top:0; /*移除向下偏移*/
	order:2; /*文字右边*/
}
.detail_module_3 .graphic .text_park .text_title { font-size: 28px; line-height: 40px; }
.detail_module_3 .graphic .text_park .con_p { font-size: 14px; line-height: 22px; color: #888888; margin-top: 29px; }
.detail_module_3 .graphic img{width:100%;display:block;}
.detail_module_3 .clear{display:none;}

@media screen and (max-width: 768px){
	.detail_module_4 .graphic {
		display:block;
	}
	.detail_module_4 .graphic .img_park { width: 100%; margin-top: 10px; order:unset;}
	.detail_module_4 .graphic .text_park { width: 100%; margin-top: 12px; order:unset;}
	.detail_module_4 .graphic .text_park .text_title { font-size: 15px; line-height: 25px; }
	.detail_module_4 .graphic .text_park .con_p { margin-top: 5px; }

	.detail_module_3 .graphic {
		display: flex;
		flex-direction: column;
	}
	.detail_module_3 .graphic .text_park {
		width: 100%;
		order:1;
		margin-top:0;
	}
	.detail_module_3 .graphic .img_park {
		width: 100%;
		order:2;
		margin-top:12px;
	}
	.detail_module_3 .graphic .text_park .text_title { font-size: 15px; line-height: 25px; }
	.detail_module_3 .graphic .text_park .con_p { margin-top: 5px; }

	/*业务系统模块 */
	.detail_module_2 { 
		padding-top: 10px;
		padding-bottom: 25px;
		margin-top: 22px !important;
	}
	.detail_module_2 .h3_title { font-size: 20px; line-height: 27px; }
	.detail_module_2 .con_p { line-height: 21px; margin-top: 15px; }
	.detail_module_2 .item_box { margin-top: 25px; }
	.detail_module_2 .item_box .item {
		width:100%;
		padding-top: 52.16%;
		margin-bottom:15px;
	}
}
