
.section_bg{
	width: 100%;
	height: 216px;
	background: url(../images/purchase_guide/section_bg.jpg) no-repeat center;
}

.sec_content{
	width: 1510px;
	padding: 50px 0;
	min-height: 503px;
}
.guide_info{
	width: 1000px;
	margin: 50px auto;
}
.guide_info p{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 20px;
}
.guide_contact{
	border-collapse: collapse;
	border: 1px solid #3d3d3d;
	width: 800px;
	margin: 0 auto;
}
.guide_contact tr td{
	border: 1px solid #3d3d3d;
	padding: 4px 10px;
}
.guide_QA{
	margin-top: 50px;
}
.guide_QA ol li{
	list-style: decimal;
	font-weight: bold;
	margin-bottom: 20px;
}
.guide_QA p{
	margin-bottom: 0;
}
.guide_QA table{
	font-size: 14px;
	margin-left: 20px;
}

@media only screen and (max-width: 1600px){

.sec_content{
	width: 1180px;
	padding: 40px 0;
	min-height: 543px;
}

}