.head_wrap{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.box_top{
	/* height: 460px; */
	margin-top: 59px;
}
.box_banner img{
	width: 100%;
	/* height: 350px; */
	/* height: 100%; */
}
.box_banner{
	width: 100%;
}
.box_detail{
	height: 1110px;
}
.box_head_title{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #333333;
	margin-top: 50px;
}
.box_head_info{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	opacity: 1;
	margin-top: 24px;
}
.box_head_two{
	font-size: 18px;
	font-weight: 800;
	color: #333333;
	margin-top: 30px;
}
.box_head_bottom{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-top: 24px;
}
.box_bottom{
	margin: 60px 0;
}
.box_bottom_header{
	display: flex;
	align-items: center;
}
.box_bottom_left{
	width: 600px;
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box_bottom_detail{
	width: 300px;
	height: 305px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.box_bottom_detail img{
	width: 137px;
	height: 146px;
}
.box_bottom_detail p{
	width: 224px;
	height: 68px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	text-align: center;
}
.box_bottom_right{
	width: 600px;
	height: 305px;
}
.bg{
	background: #F5F5F5;
}

/* 团队价值观 */
.team_values_wrap{
	height: 506px;
	background: #F8FBFF;
}
.team_title{
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 78px;
}
.team_little{
	text-align: center;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
	margin-top: 8px;
	margin-bottom: 60px;
}
.team_values{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.team_values li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px rgba(0, 12, 26, 0.05);
	border-radius: 10px;
}
.team_values li img{
	height: 98px;
	width: 98px;
}
.team_values li p{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	margin-top: 13px;
}


/* 联系我们 */
.contact_wrapper{
	height: 560px;
}
.contact_title{
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	padding-top: 80px;
	text-align: center;
}
.contact_type{
	display:flex;
	justify-content: center;
	align-items: center;
	height: 290px;
	background: #F8FBFF;
	margin-top: 60px;
}
.contact_type img{
	width: 460px;
	height: 240px;
}
.contact_address{
	/* width: 343px; */
	height: 88px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
	margin-left: 60px;
}
.contact_margin{
	margin-top: 10px;
}

