.banner{
	width: 100%;
	height: 350px;
}
.cont,.cont .pro_con{
	width:1000px;
	margin: 0 auto;
	margin-top: 30px;
	height: auto;
	overflow: hidden;
}
.cont p{
	width: 1000px;
	text-align: center;
	font-size: 30px;
	color: #013b8f;
}
.cont p span{
	display: block;
	text-align: center;
	font-size: 10px;
	line-height:10px;
	color: #bdbdbd;
}
.cont .pro_con ul li{
	width: 23%;
	height: 250px;
	float: left;
	margin-left: 2%;
	margin-bottom: 30px;
}
.cont .pro_con ul li img{
	width:100%;
	height: 210px;
}
.cont .pro_con ul li img:hover{
	opacity: 0.5;
}
.cont .pro_con ul li p{
	width:100%;
	text-align: center;
	font-size: 18px;
	line-height:35px;
	color: #1c1c1c;
}
.cont .pro_con ul li p:hover{
	color: red;
}