html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{ 
padding: 0;
margin: 0;
border:0;
 
}
 
fieldset,img { 
border: 0;
}
address,caption,cite,code,dfn,em,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;}
q:before,q:after {content:'';}

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
a {
	color: #333333;
	font:normal normal 12px/1.5em Tahoma, Geneva, sans-serif,"微软雅黑";
	text-decoration:none;
}
p {
	margin: 0 0 10px 0;
}
a:hover {
	color: #f00;
}
img {
	border: 0;
}
.clear {
	clear: both;
	height: 1px;
}

.center {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}

.kill_margin {
	margin: 0;
}
.bread {
	margin: 15px 5px 10px;
	display: block;
}
.hr{
	border-top: 1px solid #000;
	background: #2e3640;
	height: 1px;
	overflow: hidden;
	width: 100%;
	float: left;
	clear: both;
}
 