.hide{
	display: none;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.top_banner{
	width: 100%;
	height: 300px;
	background: url(top_banner.png) center center no-repeat;
	padding-top: 60px;
}
.top_title{
	font-family: AlimamaShuHeiTi-Bold;
	font-weight: 700;
	font-size: 48px;
	color: #fff;
	line-height: 68px;
	margin-bottom: 20px;
	display: block;
}
.top_tips{
	font-family: PingFangSC-Regular;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	display: block;
}
.rmfw{
	padding: 50px 0;
}
.rmfw_title{
	font-weight: 600;
	font-size: 32px;
	color: #2b2f32;
	margin-bottom: 20px;
}
.rmfw_content ul li{
	width: 285px;
	height: 80px;
	background: #f7fafd;
	padding: 26px 0;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.rmfw_content ul li:nth-child(4n){
	margin-right: 0;
}
.rmfw_content ul li a{
	display: block;
	overflow: hidden;
	width: 100%;
}
.rmfw_content ul li img{
	width: 24px;
	height: 24px;
	margin-left: 28px;
	margin-right: 10px;
	float: left;
}
.rmfw_content ul li span{
	font-weight: 600;
	font-size: 20px;
	color: #333;
	float: left;
}
