.project_wrap {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.project_title {
	width: 100%;
	height: 500px;
	font-size: 40px;
	display: flex;
	color:white;
	justify-content: center;
	align-items: center;
	/* color: white; */
	background-position: center center;
	/* 背景图不平铺 */
	background-repeat: no-repeat;
	/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
	background-attachment: fixed;
	/* 让背景图基于容器大小伸缩 */
	background-size: cover;
	/* 设置背景颜色，背景图加载过程中会显示背景色 */
	background-color: #424141;
}
.project_box {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-size: cover;
	flex-wrap: nowrap;
	color: #333333;
}
.project_box_img {
	width: 40%;
	height: 500px;
	color: #333333;
	margin: 40px;
}
.project_img1,
.project_img2,
.project_img3,
.project_img4,
.project_img5,
.project_img6,
.project_img7,
.project_img8,
.project_img9,
.project_img10 {
	width: 800px;
	height: 500px;
}

.project_main {
	margin: 40px;
	width: 40%;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.project_main_title1,.project_main_title2 {
	width: 150px;
	height: 50px;
	display: inline-block;
	background: rgba(1, 9, 72, 0.7);
	color: white;
	line-height: 50px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 100px;
	
}
.project_main_content {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.project_main_val1,
.project_main_val2,
.project_main_val3,
.project_main_val4,
.project_main_val5,
.project_main_val6,
.project_main_val7,
.project_main_val8,
.project_main_val9,
.project_main_val10 {
	font-family: 微软雅黑 Regular;
	font-size: 16px;
	background-color: rgb(217,214,214);
	color: black;
	margin: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-wrap: nowrap;
	border-color: #ebeef5;
	border-radius: 5px;
	box-shadow: #838181 0px 2px 12px 0px;
}

/* .project_main_val1:hover,
.project_main_val2:hover,
.project_main_val3:hover,
.project_main_val4:hover,
.project_main_val5:hover,
.project_main_val6:hover,
.project_main_val7:hover,
.project_main_val8:hover,
.project_main_val9:hover,
.project_main_val10:hover {
	background-color: rgb(226, 231, 236);
	color: black;
	border-color: rgb(221, 229, 240);
} */




.project_main_info1,
.project_main_info2,
.project_main_info3,
.project_main_info4,
.project_main_info5,
.project_main_info6,
.project_main_info7,
.project_main_info8,
.project_main_info9,
.project_main_info10 {
	flex-grow: 1;
	padding: 10px;
	margin: 20px 0px;
	background-color: white;
	
}
