@charset "utf-8";
.about_com{
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	overflow:hidden;
	display:block;
	padding:10px;
	margin-top:50px;
	margin-bottom:50px;
}
.about_com img{
	max-width: 100%;
	height: auto;
}

.about_list{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
}
.about_tb{
	display:inline-block;
	width:20%;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin-right:20px;
}
@media (max-width:767px){
	.about_tb{
		width:50%;
	}
}
.about_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:75%;
}
.about_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}