.banner{
	padding-top: 0.72rem;
	padding-bottom: 0.4rem;
	text-align: center;
	background-color: #eee;
	background: url(huitb_banner.png) no-repeat center 0 / 100% auto;
}
.banner .des{
	font-size: 0.36rem;
	line-height: 0.36rem;
	padding-bottom: 0.18rem;
	color: #FFFFFF;
}
.section{
	padding-left: 0.32rem;
	padding-right: 0.32rem;
}
.banner .tiyan{
	width: 2.4rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.26rem;
	display: block;
	color: #FFFFFF;
	margin: 0 auto 0;
	background: #4079FF;
	border-radius: 0.6rem;
}
.section_title{
	font-size: 0.36rem;
	line-height: 0.48rem;
	color: #333333;
	font-weight: bold;
}
.section1{
	padding-top: 0.4rem;
	border-top: 0.24rem solid #F5F5F5;
	border-bottom: 0.24rem solid #F5F5F5;
}
.section1 .des{
	margin-top: 0.2rem;
	font-size: 0.3rem;
	color: #333333;
	margin-bottom: 0.4rem;
}
.section1 .list li{
	padding-bottom: 0.4rem;
	padding-top: 0.4rem;
	margin-left: 1.6rem;
	position: relative;
	
}
.section1 .list li:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: -1.6rem;
	margin: auto;
	width: 1.2rem;
	height: 1.2rem;
	background: url(hui_1.png) no-repeat 0 center / 1.2rem auto;
}
.section1 .list li.l2:before{
	background-image: url(hui_2.png)
}
.section1 .list li.l3:before{
	background-image: url(hui_3.png)
}
.section1 .list li:after{
	content: "";
    pointer-events: none;
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #D2D2D2;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.section1 .list li div{
	font-size: 0.36rem;
	line-height: 0.36rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.18rem;
}
.section2{
	border-bottom: 0.24rem solid #F5F5F5;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	
}
.section2 .section_title{
	padding-bottom: 0.3rem;
}
.section2 .des{
	font-size:0.3rem;
	color: #333333;
}
.section3{
	padding-top: 0.32rem;
	padding-bottom: 0.4rem;
}
.section3 .list{
	margin-top: 0.4rem;
	position: relative;
}
.section3 .list:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 1.88rem;
	top: 0;
	bottom: 0;
	left: 0.54rem;
	margin: auto;
	background: #DAE7FF;
}

.section3 .list li{
	height: 1.08rem;
	line-height: 1.08rem;
	margin-bottom: 0.4rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: #333333;
	margin-left: 1.6rem;
	position: relative;
}
.section3 .list li:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: -1.6rem;
	margin: auto;
	width: 1.08rem;
	height: 1.08rem;
	background: url(hui_1.png) no-repeat 0 center / 1.08rem auto;
	z-index: 2;
}
.section3 .list li:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: -1.6rem;
	margin: auto;
	width: 1.08rem;
	height: 1.08rem;
	background: url(hui_1.png) no-repeat 0 center / 1.08rem auto;
}
.section3 .list li.l2:before{
	background-image: url(img2.png);
}
.section3 .list li.l3:before{
	background-image: url(img3.png);
}
.section4{
	width: 6.5rem;
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
	position: relative;
	margin: 0 auto;
	font-size: 0.3rem;
	color: #333;
	line-height: 0.56rem;
}
.section4:before{
	content: "";
    pointer-events: none;
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    border-top: 1px solid #D2D2D2;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.section4 a{
	color: #4079FF;
}
.section5{
	background: #F5F5F5;
	padding: 0.4rem 0.6rem ;
}
.section5 a{
	display: block;
	background: #4079FF;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	border-radius: 0.08rem;
	font-size: 0.34rem;
	color: #FFFFFF;
}
