.fuhua_div1{
	padding-top:2%;
	padding-bottom: 2%;

}

.fuhua_desc1{
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	line-height: 2.5;
	color: #333;
}

.fuhua_items_wrap{
	display: flex;
	justify-content: space-between;
 	align-items: stretch;
 	flex-wrap: wrap;
}


.fuhua_item{
	width: 32%;
	
	background: #fff;
	padding-bottom: 2%;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 2%;
	transition: transform linear .5s;
}



.fuhua_item:hover{
	transform: translateY(-10px);
}
.fuhua_item_top_w{
	padding: 4%;

	
}

.fuhua_item_top{
	padding-bottom: 16px;
	background: url("../images/arrow_line.png") no-repeat bottom right;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.fuhua_item_top_left{
	padding-left: 4%;
	padding-bottom: 2%;
	color: #1874ce;
	flex: 1;
	white-space: nowrap;
	line-height: 1.2;
}

.fuhua_item_top_right{
	width: 23.7%;
	padding-bottom: 2%;
}

.fuhua_item_ul li{
	height: 42px;
	display: flex;
	align-items: center;
	color: #666;
	padding-left: 8%;
	line-height: 1;
}



@media screen and (max-width:800px ) {

	.fuhua_item{
		width: 49%;
		
	}
	.fuhua_item_ul li{
		height: 34px;
	}
}

@media screen and (max-width:500px ) {

	.fuhua_item{
		width: 100%;
		
	}
	.fuhua_item_ul li{
		height: 28px;
	}
}


.fuhua_item_ul li.even{
	background: #f6f9fa;
	
}
.fuhua_item_ul li.active{
	
	color: #1874ce;
}



.fuhua_butie_wrap{
	padding-top: 3%;
	padding-bottom: 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fuhua_butie_item{
	width: 47%;
	padding-top: 3%;
	padding-bottom: 3%;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 6%;
}


.fuhua_butie_title1{
	padding-top: 4px;
	padding-bottom: 4px;
	color: #1874ce;
}

.fuhua_butie_desc{
	line-height: 1.4;
	color: #333;
}


@media screen and (max-width:500px ) {

	.fuhua_butie_item{
		width: 100%;
		margin-bottom: 4%;
	}
	
}