body{
	background-color: #ffffff;
}
.fil_list ul{
	display: flex;
	justify-content:space-evenly;
	margin-top: 1rem;
}
.fil_list ul li{
	width: 30%;
	text-align: center;
	
}
.fil_list ul li a{
	color: #000;
}
.anniu{
	display: flex;
	justify-content:space-evenly;
}
.anniu button{
	width: 45%;
	line-height: 3rem;
	font-size: 1.4rem;
	text-align: center;
	color: #ffffff;
	display: block;
	margin: 2rem 0;
	border-radius: 0.5rem;
}
.anniu button:nth-child(1){
	background-color: #ff3039;
}
.anniu button:nth-child(2){
	background-color: #0535a1;
}
.anniu button a{
		color: #ffffff;
}
.md_hont{
	background-color: #0535a1;
	padding:1rem 0;
}
.jiuy_ft{
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 4rem;
	
}
.ad_mian{
	text-align: center;
	background-color: #ffffff;
	line-height: 2.5rem;
	border-radius:2rem;
	width: 90%;
	margin: 0 auto;
	color: #154cc3;
}
.ad_mian a{
	color: #154cc3;
}
.dm_list{
	width: 95%;
	margin:1rem auto;
}
.zx_root{
	background-color: #f2f2f2;
}
.zx_root h2{
	text-align: center;
	line-height: 4rem;
}
.zx_root ul li img{
	height: 1rem;
	width: 1rem;
}
.zx_root ul{
	display: flex;
	justify-content:space-evenly;
}
.zx_root ul li{
	background-color: #ffffff;
	width: 48%;
	    font-size: 1.2rem;
	padding: 0.5rem 0 0.5rem 3%;
	color: #ff3039;
	margin-top:0.5rem;
	border-radius: 2rem;
}
.zx_root ul li a{
	color: #ff3039;
}