@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dt,dd,p,fieldset,form{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:18px;
	/*font-family:"宋体", Arial;*/
	font-family:"Microsoft YaHei UI","微软雅黑","宋体";
	color:#000000;
}
input{
	padding:0px;
	margin:0px;
}

a{ color:#0099cc; text-decoration:none;}
a:hover{ text-decoration:underline;}
li{list-style-type:none;}
img{border:none;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:20px;}
.mr20{margin-right:20px;}
.mr10{ margin-right:5px;}
.fl{float:left;}
.fr{float:right;}
a.fr:hover{text-decoration: none;}
.fr a:hover{text-decoration: none;}
.dis_none{display:none;}
.action img,.action input ,.action span{ margin:1px;}
.ac span{ margin:1px;}
.w190{ width:190px;}
.w200{ width:200px;}
.w120{ width:120px;}

div.cb{
	visibility:hidden;
	border:none;
	clear:both;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
.valign-middle{
		vertical-align:middle;
}

.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 */  
i{font-style:normal;}
