@charset "utf-8";
.about_title{
	width:auto;
	height:auto;
	margin:auto;
	max-width:var(--max_width);
	font-size: 2rem;
	margin-top: 40px;
	font-weight: bold;
}
.about_miaoshu{
	width:auto;
	height:auto;
	margin:auto;
	max-width:var(--max_width);
	font-size: 2.2rem;
	line-height: 1.2;
}
.about_content{
	width:auto;
	height:auto;
	margin:auto;
	max-width:var(--max_width);
	overflow:hidden;
	display:block;
	margin-top: var(--margin);
	margin-bottom: var(--margin);
}
.about_content 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;
}