/*right_tab_box--end 0*/
.kfbox {
		display: inline;
		width:23%;
		float:left;
		margin-left:10px;
		margin-top: 10px;
	}
.ebox{
	text-align:center;
	width:100%;
}
.lyimg img{
		width: 100%;
		height: 300px;
}
.textkf {
		width:100%;
		height:40px;
		color:#ffffff;
		font-size:20px;
		text-align:center;
		line-height: initial;
		display:inline-block;
}
/*right_tab_box--end 1*/
.tzbox {
		width:47%;
		display: inline;
		float:left;
		margin-left:10px;
		margin-top: 10px;
	}
.ebox1{
		text-align:center;
		width:100%;
		float:left;
		padding: 5% 0;
}
.ebox1 img{
		width:100%;
}
.yuan{
		width:100px;
		height:100px;
		background:#004886;
		border-radius: 50%;
		text-align:center;
		float:left;
		padding: 5% 0;
		margin-right: 10px;
		
	
	}
.Ytext{
		width:100%;
		height:100%;
		color:red;
		text-align:center;
		
	}
.Ytext p{
		font-size:2rem;
		line-height: 20px;
		color:#ffffff;
}
.Ytext1{
		font-size:20px;
		text-align:left;
		padding: 5% 0;
		line-height: 25px;
}
/*right_tab_box--end 2*/
.jdgl{
		display: inline;
		width:100%;
		height:40px;
		float:left;
		background: url(/static/index/images/jdgl-.png)no-repeat left 50%;
		background-size: 98% 30%;
		text-align: -webkit-center;

}
.jdglT{
		width:20%;
		height:40px;
		font-size:2rem;
		background:#004886;
		text-align:center;
		color:#ffffff;
		border: 3px solid #CCE8CF;
}
.jdtext{
		display: inline;
		width:100%;
		height:150px;
		float:left;
		text-align: -webkit-center;
}

	
@media screen and (max-width: 650px){
	.kfbox{
		width:70%;
		text-align:center;
		float:none;
	}
	.tzbox{
		width:100%;
		text-align:center;
		float:none;
	}
	.jdglT{
		width:40%;

	}
}