body {
	background: url('/template/default/html/images/banner_solution.jpg') no-repeat;
	background-size: 100%;
}
.page-introduce {
	margin: 150px auto 0;
	width: 85vw;
	max-width: 1440px;
	color: #fff;
}
 @media screen and (max-width: 475px) {
.page-introduce {
	width: 90vw;
}
}
.page-introduce>div:nth-child(1) {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4em;
}
.page-introduce>div:nth-child(2) {
	margin-top: 10px;
	line-height: 1.7em;
	font-size: 16px;
	font-weight: 400;
}
.page-introduce>div:nth-child(3) {
	padding: 10px 0;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a {
	color: #fff !important;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a:last-child {
	color: rgba(255,255,255,0.64) !important;
}
.page-container {
	background: #fff;
}
.culture-box {
	margin: 0 auto 60px;
	padding-top: 30px;
	width: 85vw;
	max-width: 1440px;
}
.culture-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
 @media screen and (max-width: 475px) {
.culture-list {
	display: unset;
}
}
.culture-item {
	padding: 10px 0;
	width: 41.67%;
	text-align: center;
}
 @media screen and (max-width: 475px) {
.culture-item {
	width: unset;
}
}
.culture-item:nth-last-child(1) {
	width: 83.33%;
}
.culture-container {
	margin: 0 10px;
	padding: 30px 0 80px;
	box-shadow: 0 -1px 10px -4px rgba(0,0,0,0.31),  0 2px 6px -3px rgba(0,0,0,0.31);
}
.culture-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
	width: 80px;
	height: 80px;
	color: #fff;
	background: #005198;
	border-radius: 50%;
	box-shadow: 4px 7px 7px -3px rgba(34,34,34,0.12);
}
.culture-icon .layui-icon {
	font-size: 34px;
}
.culture-title {
	line-height: 1.4em;
	font-size: 24px;
	color: #666;
}
.culture-content {
	margin-top: 15px;
	word-break: break-word;
	line-height: 1.7em;
	font-size: 16px;
	color: #666;
}
