li{display: inline-block; float: left;}
.lastLi{margin-right: 0 !important;}

#content{width:100%; min-width:1210px; background: #eff1f8; overflow: hidden;}
#ads{position: relative; margin-bottom:33px; width:100%; min-width: 1210px;height:512px;overflow: hidden;z-index:0;}
#ads>div{position:relative; margin:0 auto; width:inherit; min-width:1210px; height:inherit;}
#ads>div>ul>li{display:none; position: absolute;top:0;left:50%;margin-left:-960px; z-index:1;}
#ads>div>ul>li:first-child{display:block;}
#ads>div>div{position:relative; width:1210px; height:290px; margin:0 auto;}
#ads>div>div>div{position:absolute; display:none; top:222px; right:0; width:67px; height:67px; cursor:pointer;z-index:3; }
#ads>div>div>div:first-child{left:0;}
#ads>ul{
	position: absolute;
	top: 480px;
	left: 50%;
	margin:0 0 0 -26px;
	padding: 0;
	z-index: 11;
}
#ads>ul>li{
	margin-right: 8px;
	padding: 0;
	width: 9px;
	height: 9px;
	border-radius: 10px;
	cursor: pointer;
	background:url(../images/pagination.png) 0 0 no-repeat;
}
#ads>ul>li.focus{
	background:url(../images/pagination.png) 0 -9px no-repeat;
}
#nav{
	width: 1210px;
	height:288px;
	margin: 0 auto 84px auto;
}

#nav>ul>li{
	margin-right: 16px;
	width:288px;
	height:288px;
	background: #FFF;
}
#nav>ul>li>a
{
    display:block;
    height:100%;
}
#nav>ul>li>a>h3{
	padding: 0 20px;
	margin:19px 0 8px 0;
	width: 248px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color:#424242;
}
#nav>ul>li>a>p{
	padding: 0 20px;
	width: 248px;
	font-size: 12px;
	line-height: 18px;
	color: #858585;
}
#nav>ul>li>a:hover>h3{color:#213d5e;}
#nav>ul>li>a:hover>p{color:#545454;}