/* 
	CSS重置样式
*/

html, 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, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	/*text-shadow: 1px 1px 3px #ccc;*/
	font-family: "微软雅黑";
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}
ol, ul,li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { text-decoration: none; border:none; }
img{ border:none;}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.fl { float: left; }
.fr { float: right; }
.margin{ margin:0 auto;}
.overflow{ overflow: hidden;}
.w1002{ width: 1002px;}
.w978{ width: 978px;}
.w980{ width: 980px;}
.w982{ width: 982px;}
.w972{ width: 972px;}
.mt5{ margin-top: 5px;}
.mt20{ margin-top: 20px;}
.mt10{ margin-top: 10px;}
.mt12{ margin-top: 12px;}
.mt40{ margin-top: 40px;}
.mt15{ margin-top: 15px;}
.mt30{ margin-top: 30px;}
.mt25{ margin-top: 25px;}
.mb5{ margin-bottom: 5px;}
.mb25{ margin-bottom: 25px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mr20{ margin-right: 20px;}
.mr28{ margin-right: 28px;}
.ml40{ margin-left: 40px;}
.ml13{ margin-left: 13px;}
.ml42{ margin-left: 42px;}
.pb30{ padding-bottom: 30px;}
.pad12{ padding: 12px;}
.ml11{ margin-left: 11px;}
.hide{ display: none;}
body{ background: #fff;}
