*{margin: 0;padding: 0;}
.red{
	color:red;
}
.flex{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.title{
	margin:.6rem .6rem .4rem .6rem;
	padding-bottom:.2rem;
	border-bottom:1px solid #f8b003;
	position:relative;
}
.title h3{
	font-size:.6rem;
	text-align:center;
	font-weight:700;
	color:#262a8b;
}
.title h3::after{
	position: absolute;
	content:' ';
	display: block;
	width:32%;
	height:6px;
	background-color:#f8b003;
	bottom: -3px;
	margin:0 34%;
}
.zx{
	text-align:center;
	width:60%;
	background-color:red;
	margin:.45rem auto;
	border-radius:.5rem;
	padding:.1rem;
}
.zx a{
	color:#FFF;
	font-size:.4rem;
}
.box_1{
	width:100%;
}
.box_2{
	margin:.6rem 1%;
}

.box_2_nr{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.box_2_nr ul{
	width:31%;
	margin:.2rem 1%;
}
.box_2_nr .img{
	width:100%;
}
.box_2_nr .item{
	border:1px dashed #f8b003;
	border-top:1px dashed #fff;
}
.box_2_nr .item h5{
	text-align:center;
	font-size:.45rem;
	font-weight:700;
	margin:.2rem auto;
	padding-bottom:.1rem;
	color:#0626ad;
	position:relative;
}
.box_2_nr .item h5::after{
	position: absolute;
	content:' ';
	display: block;
	width:32%;
	height:2px;
	background-color:#f8b003;
	bottom:-2px;
	margin:0 34%;
}
.box_2_nr .item p{
	margin:.2rem;
	height:2.5rem;
	line-height: .5rem;
}
.box_3{
	margin:0 1%;
}
.box_3 .item{
	border:1px dashed #f8b003;
	border-bottom:1px dashed #fff;
}
.box_3 .flex ul{
    text-align: center;
    box-sizing: border-box;
	width: 48%;
	margin:.1rem 1%;
}

.box_3 .box_3_nr ul{
	margin:.3rem 1%;
}
.box_3 h5{
	text-align:center;
	font-size:.45rem;
	font-weight:700;
	margin:.2rem auto;
	color:#0626ad;
}
.box_3 p{
	text-align:left;
	padding:.2rem;
	line-height: .5rem;
}
.box_3 .flex p{
	height:2rem;
}
.box_4{
	margin:.6rem 1%;
}
.box_4 .box_4_img{
	margin:0 1%;
}
.box_4 .box_4_img img{
	margin:.3rem auto;
	width:100%;
}
