.tab-group-qualification , .tab-group-honor{
	width: 1200px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: auto;
	margin-bottom: 50px;
}

.tab-group-qualification-item{
	width: 280px;
	height: 340px;
	background: inherit;
	background-color: rgba(255, 255, 255, 1);
	border: none;
	border-radius: 0px;
	box-shadow: 0px 2px 10px rgba(0 ,0 ,0 , 20%);
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.tab-group-qualification-item-image{

	width: 236px;
	height: 185px;
	background: inherit;
	background-color: rgba(242, 242, 242, 1);
	border: none;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: auto;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.tab-group-qualification-item-text{
	width: 80%;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	color: rgba(0,0,0,.85);
}