/*关于我们*/

.aboutus-header{
	width: 100%;
	height:700px;
	background: url('../images/aboutus/aboutUs.png') no-repeat center center;
	background-size: cover;
}
.aboutus-con{
	width: 57%;
	margin: 0 auto;
}
.content_item{
	font-size: 16px;
	color: #666464;
	margin-top: 90px;
}
.content_item p{
	margin-top: 34px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}
.content_item h3{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	
}
.aboutus-con img{
	width: 100%;
}
.corporate_culture{
	background: linear-gradient(0deg, #E58136 0%, #F5A648 100%);
	color: #fff;
	font-size: 16px;
	padding-bottom: 50px;
	margin-bottom: 40px;
}
.corporate_culture_item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.corporate_culture_item>div{
	padding:50px;
	padding: 50px 50px 0 50px;
	flex: 1;
	/* display: flex; */
	/* flex-direction: column;
	align-items: center;
	justify-content: center;
	 */
}
.corporate_culture_title{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 59px;
	padding-bottom: 37px;
}
.corporate_culture h2{
	text-align:left;
	font-size: 20px;
	margin: 0;
	padding-bottom: 19px;
	
}
.aboutus-footer{
	width: 80%;
	margin: 0 auto;
	margin-top: 90px;
	text-align: center;
}
.aboutus-footer ul{
	padding: 0;
}
.aboutus-footer ul li{
	display: inline-block;
	text-align: center;
	/* width: 25%; */
	margin: 10px 75px;
}
.a-f-title{
	font-weight:bold;
	font-size: 16px;
}
.a-f-con{
	font-size: 14px;
	color: #5b5b5b;
}