body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
/* body{font:12px"宋体","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;}  */
body{font: 12px  "思源黑体",Neue,tahoma,Arial,Verdana,"Source Han Sans CN","Hiragino Sans GB","\5b8b\4f53";position: relative;min-height: 615px;}
a{color:#666; text-decoration:none} 
/*a:hover{color: red;text-decoration:none}*/ 
em{font-style:normal} 
ul{list-style:none}
li{list-style:none} 
img{border:0;vertical-align:middle} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word}
input,select,option,textarea{outline: none;}


/*零 浮动*/
.clearfix:after{
	display: block;
	content: ".";
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix{
	zoom:1;
}
/*左浮动*/
.fl{
	float: left;
}
/*右浮动*/
.fr{
	float: right;
}
.right{
	float: right;
}
.left{
	float: left;
}
