@charset "utf-8";
/*==========标签元素==========*/
*{
	margin:0;
	padding:0;
}
html,body{ 
	line-height: 1.6em;
/* text-align: center; 解决IE5的居中问题  */
}
body,div,p,th,td,li,dd,a,span{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, 宋体;
}
ul{
	list-style-type:none;
	list-style-position:inherit;
}
.substr{
	overflow:hidden;
}
a img{
	border:0;/*去除带链接图片的蓝色边框*/
}
p{
	line-height:160%;
}
body{
	background:#F1F1F1;
}
/*实现自适应高度的层*/
.autoaddheight{
   font: 0px/0px sans-serif;
   clear: both;
   display: block;
}
.clear{
	clear:both;
}
.noborder{
	border:none;
}
a:hover{
	text-decoration: none;
}
a:active {
	text-decoration: none;
}