@charset "utf-8";

.about{
	margin: 30px 0px;
}

.about .title{
	background-image: url('../images/about/about1.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 132px;
	height: 132px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 44px;
	margin-bottom: 30px;
}

.about .title span{
	position: relative;
	top: -10px;
	left: -4px;
}

.about  .des{
	font-size: 16px;
	line-height: 2.2em;
	color: #999;
}