.page_top{
	width: 100%;
}
.page_top img{
	width: 100%;
	vertical-align: middle;
}
.page_box{
	width: 100%;
	margin-top: 50px;
}
.page_box_content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page_title{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.page_content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_content .page_content_right{
	width: 410px;
	height: 410px;
	min-width: 410px;
	margin-left: 50px;
}
.page_content .page_content_right img{
	width: 100%;
	height: 100%;
}
.page_content_left p{
	text-indent: 32px !important;
	font-size: 16px !important;
	font-weight: 400;
	color: #333333;
	line-height: 26px !important;
}
.achievements{
	width: 100%;
	background: url('../../images/huasuan_img/othere_page/about_bg.png') no-repeat 100% 100%;
	box-sizing: border-box;
	padding: 50px 0 73px;
}
.achievements_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.achievements .page_title{
	color: #ffffff;
}
.achievements .page_desc{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 64px;
}
.achievements .achievements_item{
	width: 282px;
	height: 120px;
	background: #000000;
	border-radius: 0px 0px 0px 0px;
	opacity: 0.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.achievements .achievements_item .item_title{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.achievements .achievements_item .item_num{
	font-size: 32px;
	font-weight: bold;
	color: #5DE3FF;
}
.culture_item{
	width: 282px;
	height: 150px;
	background: #F8F9FB;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.culture_item img{
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
}
.culture_item .item_num{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.page_content_qiye{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.qiye_title{
	margin-bottom: 10px !important;
}
.page_content_qiye p{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-indent: 32px;
	line-height: 26px;
}
.hezuo_title{
	margin-bottom: 10px !important;
}
.hezuo_desc{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 70px;
}
.school_img{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 26px;
}
.school_img img{
	width: 282px;
	height: 100px;
	margin-right: 24px;
	margin-bottom: 24px;
}
.school_img img:nth-child(4n){
	margin-right: 0;
}