.mains{
	float: left;
	width: 998px;
	border: 1px solid #e5e5e5;
	margin: 20px 0;
	padding: 0 20px;
}

.aboutMain{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.aboutMain img{
	max-width: 100%;
}

.aboutMain p{
	max-width: 100%;
	line-height: 24px;
}

.aboutMain p span, .aboutMain p img{
	display: inline;
	max-width: 100%;
}

.qualiBox{
	float: left;
	width: 966px;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	margin-top: 40px;
	padding: 15px;
	position: relative;
}

.qualiBox .title{
	padding: 0 30px;
	line-height: 40px;
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
	border-bottom: none;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: -1px;
	top: -41px;
}

.table {
	float: left;
	width: 100%;
	overflow-y: auto;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
}

.table tr {
	width: 100%;
	height: 50px;
}

.table th {
	color: #535353;
	font-weight: normal;
	background-color: #f5f5f5;
}

.table td {
	line-height: 50px;
	color: #737373;
	
	justify-content: center;
	align-items: center;
}

.table img{
	width: 80px;
	margin-top: 20px;
}