.img_box {
	width: 100%;
	background-color: #000000;
	position: relative;
}

.coverBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}

.about {
	padding-top: 50px;
}

.about_banner {
	position: relative;
	width: 100%;
}

.homePic {
	width: 100%;
}

.banner_font {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner_font p {
	font-size: 16px;
	color: #FFFFFF;
}

.banner_font p:nth-child(1) {
	font-size: 20px;
}

.company_profile {
	padding-top: 20px;
	clear: both;
}

.title {
	font-size: 18px;
	color: #264C86;
	text-align: center;
}

.list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.en {
	color: #909090;
	font-size: 12px;
	margin: 0 10px;
}

.line {
	width: 36px;
	height: 1px;
	background-color: #909090;
}

.about_us {
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

/* .about_us_pic {
	width: 49%;
}

.about_us_pic img {
	width: 100%;
}

.about_us_center {
	width: 49%;
} */

.about_us_center p {
	color: #909090;
	font-size: 12px;
}

.culture {
	padding-bottom: 20px;
}

.culture_all {
	display: flex;
	/* align-items: center; */
	justify-content: center;
	padding: 0 20px;
}

.culture_list {
	width: 49%;
	background-color: #F5F6F7;
	/* background-color: green; */
	margin-right: 10px;
}

.culture_list:nth-child(4) {
	margin-right: 0;
}

.culture_list_img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30vw;
}

.culture_list_img img {
	width: 100%;
	height: 100%;
}

.culture_list_center {
	/* width: 50%;
	margin: 0 auto; */
	padding: 0 5px;
}

.culture_list_center_title {
	color: #323232;
	font-size: 9px;
	text-align: center;
	margin: 5px 0;
}

.culture_list_center_article p {
	color: #646464;
	font-size: 8px;
	text-align: center;
	margin-bottom: 10px;
}

.honer_list {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.honer_list_pic {
	width: 47%;
	background-color: #F1F1F1;
	padding: 10px;
	margin-bottom: 20px;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

.honer_list_pic img {
	width: 100%;
	vertical-align: middle;

}

.culture_list:nth-child(2n) {
	background-color: #e5e6e7;
}

.other {
	position: relative;
	overflow: hidden;
	display: block;
}

.other_center {
	position: absolute;
	width: 60%;
	/* border: 1px solid #fff; */
	background-color: #fff;
	opacity: 0.7;
	line-height: 100%;
	text-align: justify;
	padding: 10px;
	top: 0;
}

.other_pic img {
	float: right;
	width: 50%;
	margin-left: 10px;
}

.other_pic p {
	color: #909090;
	font-size: 10px;
}

.others {
	width: 100%;
}

.others img {
	width: 100%;
	/* float: left; */
	margin-bottom: 20px;
}