/* CSS Document */
#body{
	margin:0 auto;
	text-align:center;
	background:#fff;
}
#content,#header,#main,#nav,#banner,#footer{
	width:1003px;
	text-align:center;
	margin:0 auto;
	padding:0
}
#footer{
   background:#14549b;
   height:35px;
   text-align:center;
   line-height:35px;
   color:#fff;
  }
#footer a{
   color:#fff;
 }
#header{
    height:109px;
	background:url(../images/logo.jpg) no-repeat;
	text-align:center;
}
#main{
    width:1001px;
	margin:0 auto;
	text-align:left;
	background:url(../images/bg.jpg) repeat-y;
	clear:both;
	overflow:hidden;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
#nav{
	width:716px;
	height:34px;
	text-align:center;
	background:#0f6bbe;
	color:#fff;
	overflow:hidden;
}
#nav ul{
    text-align:center;
    margin:0;
	padding:0;
}
#nav li{
    margin:0;
    float:left;
    width:auto;
	text-align:center;
}
#nav li a{
    text-align:center;
    margin:0;
    padding:0 20px;
    float:left;
    width:auto;
	background:#0f6bbe url(../images/line.jpg) no-repeat right;
	text-align:center;
	line-height:34px;
	color:#fff;
	font-weight:bold;
}
#nav li a:hover{
    color:#fff;
	background:#0f62be;
	background:#0f62be url(../images/line.jpg) no-repeat right;
	text-decoration:none;
}
#banner{
    width:1001px;
	clear:both;
	text-align:center;
	margin-top:1px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.top_tu{
    float:right;
	width:auto;
	margin:0 5px;
}
#left{
    width:233px;
	float:left;
	text-align:right;
}
#left_t{
    width:200px;
	text-align:right;
	margin:10px 0;
	background:url(../images/p_list.jpg) no-repeat;
	height:32px;
	line-height:32px;
}
#left_c{
	width:200px;
	height:200px;
	overflow:hidden;
}
#left_c ul{
    margin:0;
	padding:0;
	text-align:left;
	padding:5px 0;
	padding-bottom:25px;

}
#left_c ul li{
	width:200px;
	line-height:30px;
	text-align:center;
}
#left_c ul li a{
    background:url(../images/icon.jpg) no-repeat 10px center;
	width:200px;
	line-height:30px;
	text-align:left;
	margin:0 auto;
	padding-left:30px;
	border-bottom:1px solid #ddd;
}
#left_c1{
    background:#f7f8fc url(../images/l_tu.jpg) no-repeat;
	width:200px;
	height:131px;
	padding:10px 8px;
}

#right{
    width:720px;
	float:left;
	margin-left:20px;
}
#p{
    background:url(../images/p.jpg) no-repeat bottom;
	width:720px;
	margin:0 auto;
	height:35px;
}
#left_p{
   width:170px;
   font-weight:bold;
   float:left;
   font-size:14px;
   margin-left:15px;
   line-height:35px;
   color:#02467d;
}
#right_p{
   width:500px;
   float:right;
   margin-right:20px;
   line-height:35px;
   text-align:right;
}
#right_c{
   padding:10px;
   text-align:left;
}