/*结构式检索*/
.batch-big{
	width: 100%;
	padding: 30px 5%;
	background: #fff;
}

.batch-big>h6{
	font-size: 18px;
	color:#545454;
	font-weight: 400;
	padding: 10px 0;
}
.structure-img{
	width: 100%;
}
.structure-img img{
	width: 100%;
}
.struc-btn{
	text-align: right;
}
.struc-btn>a{
	display: inline-block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color:#fff;
	text-align: center;
	border-radius: 14px;
	margin: 20px 0 0 20px;
}
.struc-btn>a.bg-1{
	opacity: 0.8;
}

