/*布局样式*/
#container {
	float:none;
	width:950px;
	margin:0 auto;
}
/*头部样式*/
#header {
	width:100%;	
	border-bottom:4px solid #6CD5FF;
}
#header h4 {
	float:left;
	width:940px;
	padding:0 10px 0 10px;
	background-color:#093397;
	color:#ffffff;
	font-size:12px;
	line-height:24px;
	border:1px solid #E8EBF2;
}

#header h4 a{	
	color:#ffffff;	
}

#header img {
	float:left;
	border:0 none;
}


#header .search{
	float:left;
	margin-top:20px;
	border:2px solid #CFD3E2;
	background-color:#EFF1F5;
	padding:10px 10px 10px 15px;
}

#header .search img{	
	padding:0 10px 0 0;
}


#header span{
	float:left;
	font-weight:bold;
	color:#093397;	
	line-height:20px;
}

#header input{	
	vertical-align: middle;
	margin:0 2px 0 2px!important;
	margin:0 1px 0 1px;
}


/*footer*/

#footer{
	width:950px;
	margin:0 auto;
	background-color:#f3f6f9;
}
#footer .footer-top{
	height:35px;
	background-color:#e1e9f2;
}
#footer .footer-top ul{	
	width:320px;
	margin:0 auto;
}
#footer .footer-top ul li{
	float:left;
	font-size:12px;
	color:#01529f;
	line-height:35px;
	height:35px;
	background:url(/images/v3-0/pt_blue.gif) no-repeat 0 15px;
	padding:0 15px;
}

#footer .footer-top ul li a{
	color:#01529f;
}

#footer .footer-top ul li.first{
	background-image:none;
}

#footer .footer-bottom{

	width:494px;
	margin:14px auto 0;
	padding-bottom:28px;
}
#footer .footer-bottom .logo-left,#footer .footer-bottom .logo-right{
	margin-top:-44px;
}
#footer .footer-bottom p{
	width:500px;
	margin:0 auto;
	text-align:center;
	line-height:22px;
	height:22px;
	color:#333;
}

#footer .footer-bottom p a{
	color:#333;
}

#footer .footer-bottom .logo-left{
	float:left;
}
#footer .footer-bottom .logo-right{
	float:right;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

