@charset "UTF-8";
/* CSS Document */
body,ul,li,dl,dt,dd,table,tr,td,form,p,img,textarea,h1,h2,h3,h4,h5,h6,span{
	border:0;
	margin:0;
	padding:0;
	list-style:none;
   }

body {
	color: #999;
	font-size:12px;
	text-align:center;
	line-height:15px;
	background:#000;
   }

.clear{clear:both;height:0px;overflow:hidden;}

.clearheight{clear:both;height:10px;overflow:hidden;}


/*底部样式*/

.footer{clear:both;
        margin:0 auto;
		padding:28px 0 38px 0;
        width:680px;
        overflow:hidden;
		text-align:center;
		}

.foot_nav{clear:both;
          margin:0 auto;
		  width:620px;
		  }
		

		
.foot_nav li{width:48px;
		     overflow:hidden;
		     float:left;
		     text-align:center;
			 line-height:16px;
			 color:#525252;
		     }
			
.foot_nav li a{color:#525252;
               text-decoration:none;
			   }
			   
.foot_nav li a:hover{color:#ff4f02;
                     text-decoration:none;
			         }
					 
.copyright{float:left;
           width:680px;
           overflow:hidden;
           line-height:14px;
		   text-align:center;
		   font-size:11px;
		   color:#525252;
		   font-family:verdana,Areial,Helvetica,'sans-serit'; 
		   }
		   
.copyright span{
                font-size:10px;
				}

.copyright span a{color:#204274;
                  text-decoration:none;
				  }
				  
.copyright span a:hover{color:#ff4f02;
                        text-decoration:none;
				         }
