@charset "utf-8";
/* CSS Document */
.center{
	width:89%;
	margin:0 auto;
	margin-top:40px;
	max-width:1200px;
	min-height:660px;
}
.title{
	background:url(../images/titile.png) ;
	width:100%;
	height:202px;
	border-top:1px solid #005190;
}
.title-top{
	width:89%;
	margin:0 auto;
	margin-top:65px;
}
.title-top h3{
	font-size:24px;
	color:#fff;
	margin-bottom:20px;
}
.title-top p{
	font-size:18px;
	color:#fff;
}


.center ul li{
	width:24%;
	height:440px;
	border:2px solid #d9d9d9;
	margin-right:6px;
	text-align:center;
	position:relative;
	overflow:hidden;
	margin-bottom: 30px;
}
.top-img{
	width:100%;
	height:180px;
}
.top-img img{
	width:100%;
	height:100%;
}
.center ul li h3{
	font-size:24px;
	color:#3b3b3b;
	font-weight:normal;
	margin: 24px 0 24px 0;
}
.center ul li p{
	font-size:14px;
	color:#3c3c3c;
	margin-left:24px;
	margin-right:24px;
	line-height:24px;
}

.border{
	position:absolute;
}
.border-left{width: 3px;height: 0px;background: #004c86;position:absolute;left:-1px;bottom: 0;} .border-bottom{width: 0px;height: 3px;background: #004c86;position:absolute;left:0;bottom: 0px;}
.border-top{width: 0px;height: 3px;background: #004c86;position:absolute;right:0;top: 0px;}
.border-right{width: 3px;height: 0px;background: #004c86;position:absolute;right:-1px;top: 0;}

.center ul li:hover h3{
	font-weight:bold;
	color:#004b82;
}









