.about_part {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 30rem;
}
.about_pic {
	margin-right: 4rem;
}
.about_content h4 {
	color: #000000;
	font-size: 2rem;
	font-family: "微软雅黑";
	margin-bottom: 3rem;
}
.about_content p{
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: rgba(0,0,0,0.7);
	margin-bottom: 1rem;
}
.about_icon_list {
	display: flex;
	flex-direction: row;
}
.about_icon_list img {
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}
.about_product_list_En {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.about_product_list_En li {
	width: 18%;
	text-align: center;
}
.about_product_list_En li img {
	height: 8rem;
	width: 8rem;
	text-align: center;
}
.about_product_list_En li h5 {
	margin-top: 1rem;
	font-size: 1.6rem;
	color: #000000;
}
.about_product_list_En li .wait {
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #8ed1ff;
	/*border: 1px solid #8ed1ff;*/
}
.about_product_list {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.about_product_list li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.about_pro_ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.about_pro_ul li {
	text-align: center;
	/* flex: 1; */
	width: 250px;
}
.about_pro_ul img {
	height: 8rem;
	width: 8rem;
}
.about_pro_ul h5 {
	margin-top: 1rem;
	font-size: 14px;
	color: #000000;
}
.about_pro_ul p {
	margin-top: 1rem;
	font-size: 12px;
	color: rgba(0,0,0,0.7);
	line-height: 2rem;
	/* text-align: left; */
}
.about_product_list .wait {
	width: 10rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #8ed1ff;
	/*border: 1px solid #8ed1ff;*/
}
.about_pro_ul span {
	color: rgba(39,167,255,0.7);
}
.about_content_part2 {
	width: 100%;
	padding: 30px 0 ;
	/* height: 32rem; */
	background:#f2faff url(../img/about_bc.png) no-repeat;
	background-size: 100%;
}
.about_content_part2_title {
	display: flex;
	flex-direction: row;
	height: 7.8rem;
	justify-content: center;
	align-items: center;
}
.about_content_part2_title p {
	font-size: 3rem;
	color: #333;
}
.about_content_part2_title img {
	height: 2rem;
	width: 2rem;
}
.map_address {
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	width: 7.62rem;
	text-align: center;
}
.position_img {
	margin-top: 2rem;
	width: 7.62rem;
	height: 8.06rem;
}
.about_map {
	padding: 1rem 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
/*团队*/
.pic_box {
	width: 30.5rem;
	margin-right: 2rem;
}
.team_pic {
	width: 30.5rem;
	height: 19.75rem;
}
.team_sp {
	font-size: 1.5rem;
	color: #333;
	font-weight: bold;
}
