@charset "utf-8";
/* exFree */


body{
	margin:0;
	font-size:12px;
	font-family:Tahoma,Arial,"宋体";
	text-align:center;
	background:url(../images/bg_all.gif) repeat-x;
	background-color:#ffffff;
	}
	
		
/*通用*/
.fl{
	margin:0px;
	float:left;
	}
.fr{
	margin:0px;
	float:right;
	}
img{
    border:0px;
	}


/*主体*/
#all{
	width:971px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
    text-align:left;
}
 #main{
  width:971px;
  height:auto;
  float:left;
 }
  #main_logo{
   width:971px;
   height:auto;
   float:left;
   padding-top:20px;
  }
  .main_logo_b{
   width:140px;
   height:20px;
   border:1px solid #c4c4c5;
   font-size:12px;
   line-height:20px;
   color:#888888;
  }
  #main_imgs{
   width:971px;
   height:auto;
   float:left;
  }
   #main_imgs_topImg{
    width:971px;
	height:auto;
	float:left;
   }
   #main_imgs_topBtn{
    width:941px;
	height:24px;
	background:url(../images/bg_exFreeImgBtm.gif) no-repeat;
	padding:13px 15px 0 15px;
	float:left;
   }
  #main_flash{
   width:971px;
   height:auto;
   float:left;
   padding-top:12px;
  }
  #main_btm{
   width:971px;
   height:50px;
   background-color:#f5f5f5;
   float:left;
   font-size:12px;
   line-height:20px;
   color:#000000;
   margin-top:20px;
  }
  #main_btm a{
   color:#73351f;
   text-decoration:none;
  }
  #main_btm a:hover{
   color:#73351f;
   text-decoration:underline;
  }
