/* 
	css初始化，重设浏览器样式
 */
body,div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
	pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins,
	kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
	center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
	caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-size:12px;
	font-family:Helvetica, STHeiti, "Microsoft YaHei", Verdana, Arial,
		Tahoma, sans-serif;
}
ol,ul li{
	list-style:none;
}
ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a {
	color: #07d;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}
img {
	border:none;
	vertical-align: middle;
	width:auto\9;
	height:auto;
	max-width:100%;
}
.clear{
	clear:both;
}

.break-line {
	border: 0 none;
 	border-top: 1px dashed #bbb;
	margin: 5px 0px;
	padding: 0;
	height: 1px;
	width: 100%;
}