/*
page color:#07519A,#0050AF,#3C7FAF,#00A5E3,#EBF3FB,
*/
body{
	font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
	background:#fff;
	color:#000;
}
a:link{color:#00A5E3;}
a:visited{color:#00A5E3;}
a:hover{color:#ff7300;}
a:active{color:#C00;}
a img{border:0;}
/*--------闭合浮动类-------------------*/
.clearfix:after{ 
  content: "."; 
  clear: both; 
  height: 0; 
  visibility: hidden; 
  display: block; 
}             
/* 这是对Firefox进行的处理，因为Firefox支持生成元素，而IE所有版本都不支持生成元素 */ 
.clearfix{ 
  display: inline-block;      
}                 
/* 这是对 Mac 上的IE浏览器进行的处理 */ 
/**//* Hides from IE-mac \*/ 
* html .clearfix{height: 1%;}         
/* 这是对 win 上的IE浏览器进行的处理 */ 
.clearfix{display: block;}         
/* 这是对display: inline-block;进行的修改，重置为区块元素*/ 
/**//* End hide from IE-mac */  

.clear {clear:both;font-size:0;height:0;line-height:0;overflow:hidden;}

.floatl{ float:left}
.floatr{ float:right}
.flc{float:left;display:inline;}
.frc{float:right;}
.orange,.orange a{color:#ff3300}
.mt10{margin-top:10px;}
.mb10 {margin-bottom:10px;}
.mt5{margin-top:5px;}
/* 以上为通用定义 */ 

.bg{background:#9C3;}

