.header_bg {
	background: url(../img/case_head.jpg);
	width: 100%;
	color: white;
	text-align: center;
	padding: 10px;
}

.company_name {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 30px 0px 0px 10px;
}

.company_name_bottom {
	font-size: 12px;
	margin: 0px 0px 0px 10px;
}

/* 核心理念 */
.culture_n {
	font-size: 14px;
	font-family: '微软雅黑';
	width: 93%;
	/* margin: 0 auto; */
}

.culture_n .li_145 {
	float: left;
	width: 50%;
	text-align: center;
	min-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.culture_n .li_236 {
	background: #0E90D2;
}

.culture_n img{
	width: 23%;
}

.culture_n .dt_145{
	margin-left: 10px;
}

.culture_n .dt_236{
	color: white;
}

.culture_n p{
	border-bottom: 1px solid #CCCCCC;
}

/* 办公区域 */
.company_area{
	display: table;
	float: left;
}

.company_area .pic1{
	width: 93%;
	margin: 10px auto;
}