@charset "utf-8";
/* WaWaYaYa*/
/*公用-通用单页*/
	

body{
	margin:0px;
	font-size:12px;
	font-family:Tahoma,Arial,"宋体";
	text-align:center;
	background:url(../images/bg_mainTop.gif) repeat-x top left ;
	}

/*通用*/
.fl{
	margin:0px;
	float:left;
	}
.fr{
	margin:0px;
	float:right;
	}

	
/* 全局*/	
#all{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	word-break: break-all;
	}
#allbg{
	width:1000px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	word-break: break-all;
	text-align:left;
    }
	

/*头部*/
#top{
    width:1000px;
	height:148px;
	margin:0px;
	clear:both;
	float:left;
	background:url(../images/bg_topflash.gif) no-repeat top left ;
}
   #topflash{
    width:1000px;
    height:148px;
	z-index:999;
	position:absolute;
   }
   
/*主体*/
#main_bg{
 width:100%;
 height:auto;
 background:url(../images/bg_main.gif) repeat-x;
 float:left;
}
#main{
 width:1000px;
 height:auto;
 margin-left:auto;
 margin-right:auto;
}

/*底部*/
#btm{
 width:100%;
 height:auto;
 background:url(../images/bg_mainBtm.gif) repeat-x;
 padding:20px 0 20px 0;
 word-break:normal;
 float:left;
 text-align:center;
}
 #btm_d{
  width:1000px;
  height:auto;
  margin-left:auto;
  margin-right:auto;
 }
 #btm_l{
  width:251px;
  height:70px;
  background:url(../images/bg_btmL.gif) no-repeat;
  font-size:12px;
  line-height:18px;
  color:#6c8cb2;
  margin-left:130px!important;
  margin-left:65px;
  float:left;
  text-align:left;
 }
   #btmL_l{
    width:88px;
	height:auto;
	padding:15px 0 0 10px;
	float:left;
   }
   #btmL_r{
    width:130px;
	height:auto;
	padding:10px 0 0 10px;
	float:right;
   }
 #btm_r{
  width:484px;
  height:70px;
  background:url(../images/bg_copyright.gif) no-repeat;
  margin-right:130px!important;
  margin-right:65px;
  float:right;
 }
 #btm_r_link{
  width:454px;
  height:auto;
  padding:10px 15px 5px 15px;
  color:#5d86b7;
  font-size:12px;
  font-weight:bold;
  line-height:18px;
  float:left;
  text-align:left;
 }
 #btm_r_link a{
  color:#5d86b7;
  text-decoration:none;
 }
 #btm_r_link a:hover{
  color:#78a4d9;
  text-decoration:none;
 }
 #btm_r_text{
  width:454px;
  height:auto;
  padding:0 15px 0 15px;
  color:#6e6e6e;
  font-size:12px;
  line-height:14px;
  float:left;
  text-align:left;
 }
 #btm_r_tLink1{
  color:#ffffff;
  background-color:#0871c7;
  line-height:14px;
 }
 #btm_r_tLink1 a{
  color:#ffffff;
  text-decoration:none;
 }
 #btm_r_tLink1 a:hover{
  color:#ffffff;
  text-decoration:none;
 }
 #btm_r_tLink2{
  color:#ffffff;
  background-color:#00adfd;
  line-height:14px;
 }
 #btm_r_tLink2 a{
  color:#ffffff;
  text-decoration:none;
 }
 #btm_r_tLink2 a:hover{
  color:#ffffff;
  text-decoration:none;
 }