.index-box{
    padding-bottom: .5rem;
}
.index-box .banner{
	height: 3.6rem;
	background-image: url(../images/banner_2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}
.index-box .btns{
	display: flex;
	justify-content: space-around;
	margin-top: .3rem;
}
.index-box .btns>a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #13506c;
	width: 1.84rem;
	height: 1.71rem;
	background-image: url(../images/btn_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	font-size: .34rem;
	line-height: .36rem;
	text-align: center;
	font-weight: bold;
}
.index-box .btns>a span{
	display: inline-block;
	margin-left: -.1rem;
}
.index-box .brief{

}
.index-box .brief .item{
	display: flex;
	margin-top: .5rem;
}
.index-box .brief .item .icon{
	width: 28%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-box .brief .item .icon>i{
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}
.index-box .brief .item .icon>i.nl{
    width: 1.16rem;
	height: .99rem;
	background-image: url(../images/icons/1.png);
}
.index-box .brief .item .icon>i.bj{
    width: 1.15rem;
	height: .85rem;
	background-image: url(../images/icons/2.png);
}
.index-box .brief .item .icon>i.wl{
    width: .91rem;
	height: 1.01rem;
	background-image: url(../images/icons/3.png);
}
.index-box .brief .item .text{
	width: 72%;
	color: #9fa0a0;
}
.index-box .brief .item .text .tit{
	font-size: .3rem;
	color: #13506c;
	font-weight: bold;
}
.index-box .brief .item .text .dec{
	margin-top: .1rem;
	font-size: .26rem;
}
.index-box .service{
	margin-top: .5rem;
}
.index-box .service .bg{
	height: .9rem;
	background-color: #eaf2f7;
	color: #3288a2;
	font-size: .36rem;
	text-align: center;
	line-height: .9rem;
	font-weight: bold;
}
.index-box .service-ul a{
	display: flex;
	align-items: center;
	padding-left: .7rem;
	height: 1.14rem;
	border-bottom: 1px solid #c2c3c3;
}
.index-box .service-ul a .icon{
	width: .8rem;
}
.index-box .service-ul a .tit{
	font-size: .34rem;
	color: #13506c;
	margin-left: .1rem;
}

.index-box .bottom{
	display: flex;
	padding: 0 .8rem;
	margin-top: .5rem;
	justify-content: space-between;
}
.index-box .bottom>a{
	display: block;
	width: 1.78rem;
	height: 1.77rem;
	background-image: url(../images/btn_bg_2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	
}
.index-box .bottom>a span{
	text-align: center;
	width: 1.5rem;
	height: 1.56rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #13506c;
}