/*
 * 关于我们css
 */

.about_title{
	width:100%;
	text-align:center;
    font-size: 36px;
    color:#00be6e
}
.about_hr{
	width:80px;
	margin:15px auto;
	border:1.5px solid #787878;
}
.about_content{
	width:100%;
	overflow:hidden;
}