@charset "utf-8";
/* My Chinese Lab */

body{
	margin:0;
	font-size:12px;
	font-family:Tahoma,Arial,"宋体";
	text-align:center;
	background:#ffffff;
	}


/*通用*/
.fl{
	margin:0px;
	float:left;
	}
.fr{
	margin:0px;
	float:right;
	}
img{
    border:0px;
	}
	
	
/*页面*/
#all{
	width:100%;
	height:auto;
	word-break:break-all;
	text-align:left;
	float:left;
	}
#main{
	width:972px;
	margin:0 auto;
	}
 #main_Tit{
  width:972px;
  height:56px;
  float:left;
  padding:21px 0 0 0;
 }
 #main_lFlash{
  width:971px;
  height:315px;
  float:left;
  background:url(../images/bg_labFlash.gif) no-repeat;
  padding:0 1px 1px 0;
 }
 #main_sFlash{
  width:972px;
  height:195px;
  float:left;
  padding-bottom:4px;
  margin-top:15px;
  border-top:1px solid #d7d7d7;
  background:url(../images/bg_labFlashS.gif) bottom repeat-x;
 }
 #main_btm{
  width:962px;
  height:46px;
  float:left;
  margin-top:30px;
  padding:6px 5px 0 5px;
  background:url(../images/bg_labBtm.gif) no-repeat;
 }
  #main_btmL{
   width:290px;
   height:auto;
   float:left;
   font-size:12px;
   line-height:20px;
   color:#666666;
  }
   #main_btmL a{
    color:#666666;
	text-decoration:none;
   }
   #main_btmL a:hover{
    color:#666666;
	text-decoration:underline;
   }
  #main_btmR{
   width:425px;
   height:auto;
   float:right;
   border-left:3px solid #d3d2d2;
   margin-top:5px;
   padding:5px 0 5px 0;
   font-size:12px;
   line-height:20px;
   color:#3a3a3a;
   text-align:right;
  }
   #main_btmR a{
    color:#ff7200;
	text-decoration:none;
   }
   #main_btmR a:hover{
    color:#ff7200;
	text-decoration:underline;
   }
			