/* 公共样式 */
.main_item {
	padding-bottom: 32px;
}
/* 商家资质 */
.main_item_content.about {
	display: inline-block;
	line-height: 28px;
	text-indent: 2em;
	font-size: 14px;
}
.main_item_content.qualification {
	font-size: 0;
	margin-top: 30px;
}
.qualification_item {
	display: inline-block;
	margin-right: 19px;
}

.qualification_item:nth-of-type(5n) {
	margin-right: 0;
}
.qualification_item img {
	width: 150px;
	height: 150px;
	border-radius: 5px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.qualification_item:hover img {
	box-shadow: 4px 4px 4px #0000004d;
}
.qualification_item_title {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
/* 服务优势 */
.advantage {
	padding-bottom: 40px;
}
.service_advantage_content {
	padding: 0 20px;
}
.service_advantage_item {
	display: block;
	float: left;
	width: 330px;
	height: 106px;
	margin-top: 30px;
	margin-right: 130px;
	background: url(./advantage_item.png) center center
		no-repeat;
	background-size: contain;
}
.service_advantage_item:nth-of-type(1) {
	margin-top: 0;
}
.service_advantage_item:nth-of-type(2) {
	margin-top: 0;
}
.service_advantage_item:nth-of-type(2n) {
	margin-right: 0;
}
.service_advantage_item_index {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.service_advantage_item_title {
	width: 254px;
	height: 44px;
	line-height: 44px;
	margin: 14px auto 0;
	font-size: 0;
}
.service_advantage_item_title p {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.service_advantage_item_title span {
	line-height: 22px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
