.culture{
	margin-top:88px ;
}
.culture .firstlist{
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 88px;
}

.culture-bg{
	width: 100%;
	height: 410px;
	background: url(../images/culture-bg.jpg) no-repeat;
}

.yuanjing{
	width: 100%;
	padding-top: 90px;
	padding-bottom: 120px;
	height:410px;
	display: flex;
	justify-content: space-evenly;
}

.yuanjing .items{
	text-align: center;
	height: 200px;
}

.yuanjing .items img{
	height:99px;
	width: 99px;
	margin-bottom: 30px;
}

.yuanjing .items .title{
	width: 100%;
	margin-bottom: 20px;
	font-size: 28px;
	color: #000000;
}

.yuanjing .items .subtitle{
	width: 100%;
	font-size: 18px;
	color: #000000;
}
