body{
	font-family:"Microsoft Yahei","ËÎÌå";
	color:#333;
	background:url(images/body.jpg) center top;
}

a{
	color:#333;
}

.top-nav{
	background:#1b5cab;
}

.top-nav .content{
	height:42px;
	line-height:42px;
	width:1020px;
	margin:0px auto;
	font-size:16px;
}

.top-nav .content a{
	color:#fff;
	margin-left:40px;
}

#header{
	width:100%;
	min-width:1020px;
	background:url(images/header.jpg) no-repeat center top;
}

#header .box{
	width:1020px;
	height:745px;
	margin:0px auto;
}

#content{
	width:1020px;
	margin:-630px auto 0px auto;
}

#content ul{
	zoom:1;
	margin-left:-50px;
}

#content li{
	float:left;
	display:inline;
	margin:70px 0px 0px 70px;
	width:160px;
	height:273px;
	background:url(images/li.png) no-repeat;
	padding:42px 19px 0px 14px;
	position:relative;
	overflow:hidden;
}

#content li h3{
	font-size:16px;
	line-height:24px;
	height:48px;
	overflow:hidden;
	font-family:"Microsoft Yahei","ºÚÌå";
	font-weight:normal;
	border-bottom:1px dashed #52524f;
	padding-bottom:8px;
	margin-bottom:6px;
}

#content li h3 a{
	color:#d74a4a;
}

#content li h4{
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#204c81;
	margin:0px 3px;
}

#content li p{
	line-height:22px;
	margin:10px 3px 0px 3px;
}

#content li .btn{
	position:absolute;
	right:25px;
	bottom:30px;
	width:53px;
	height:16px;
	background:#d74a4a;
	color:#fff;
	text-align:center;
	border-radius:6px;
}

#content li .btn:hover{
	text-decoration:none;
	color:#eee;
}

#footer{
	width:100%;
	min-width:1020px;
	background:#1b5cab;
	text-align:center;
	line-height:28px;
	font-size:14px;
	color:#fff;
}

#footer a{
	color:#fff;
}

#footer .box{
	padding:25px 0px;
}