@charset "utf-8";
/* CSS Document */

#wrapper{
	width:1400px;
	margin:auto;
	height:auto;
	}
	
#header_img{
	width:1400px;
	}
#nav{
	width:1111px;
	height:55px;
	margin:auto;
	padding:0px;
	background-color:#163087;
	}
.nav_small{
	float:left;
	width:140px;
	margin-top:0px;
	text-align:center;
	}

.nav_small a{
	margin:0px;padding:0px;
	 text-decoration:none;
	 color:#FFF;
	 font-size:20px;
	 font-family:微软雅黑;
	 font-weight:300;
	 line-height:50px;}
.nav_small:hover{
	background-color:#000091; /*鼠标移动后变颜色*/
	}

#content{
	margin-top:20px;
	width:1111px;
	height:auto;
	margin:auto;
	border:1px solid #999;
	}
.biaoti{
	width:450px;
	height:60px;
	margin:auto;
	text-align:center;
	color:#000;
	font-family:微软雅黑;
	font-size:26px;
	line-height:60px;
	}
#footer{
	width:1111px;
	height:auto;
	margin:auto;
	
	}
#footer p{
	text-align:center;}
