@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, select, textarea, th, td {
	margin:0; padding:0;
}
body, button, input, select, textarea {
	font:12px/1.5 ilsscrp, tahoma, arial, \5b8b\4f53, sans-serif;
}
button, input, select, textarea {
	resize:none;
	font-size:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
a, button, input[type="button"], input[type="submit"], select {
	cursor:pointer;
}
ul, ol {
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	-ms-interpolation-mode:bicubic;
}
table {
	border-collapse:collapse; border-spacing:0;
}
address, cite, dfn, i, em, var {
	font-style:normal;
}
code, kbd, pre, samp {
	font-family:courier new, courier, monospace;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
small {
	font-size:12px;
}
fieldset, img {
	border:0;
}
legend {
	color:#000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	display:block; margin:0; padding:0;
}

.pointer { cursor:pointer; }

.relative { position:relative; }
.fixed { position:fixed; }
.absolute { position:absolute; }

.fl { float:left; display:inline; }
.fr { float:right; display:inline; }

.none { display:none !important; }
.block { display:block !important; }
.hidden { visibility:hidden !important; }
.visible { visibility:visible !important; }

.p0 { padding:0 !important; }
.p5 { padding:5px !important; }
.p10 { padding:10px !important; }
.p15 { padding:15px !important; }
.p20 { padding:20px !important; }
.pt0 { padding-top:0 !important; }
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pb0 { padding-bottom:0 !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pl0 { padding-left:0 !important; }
.pl5 { padding-left:5px !important; }
.pl10 { padding-left:10px !important; }
.pl15 { padding-left:15px !important; }
.pl20 { padding-left:20px !important; }
.pr0 { padding-right:0 !important; }
.pr5 { padding-right:5px !important; }
.pr10 { padding-right:10px !important; }
.pr15 { padding-right:15px !important; }
.pr20 { padding-right:20px !important; }

.mauto { margin-left:auto; margin-right:auto; }
.m0 { margin:0 !important; }
.m5 { margin:5px !important; }
.m10 { margin:10px !important; }
.m15 { margin:15px !important; }
.m20 { margin:20px !important; }
.mt0 { margin-top:0 !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.ml0 { margin-left:0 !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.mr0 { margin-right:0 !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }

.left { text-align:left !important; }
.center{ text-align:center !important; }
.right{ text-align:right !important; }

.top { vertical-align:top !important; }
.middle { vertical-align:middle !important; }
.bottom { vertical-align:bottom !important; }

.c000 { color:#000; }
.cfff { color:#fff; }
.cf00 { color:#f00; }
.c333 { color:#333; }
.c666 { color:#666; }
.c999 { color:#999; }

.ffYH { font-family:"Microsoft Yahei", "微软雅黑"; }
.ffGE { font-family:Georgia; }

.unline:hover, .unline a:hover {
	text-decoration:none;
}

.ellipsis { overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis;/* Opera */ text-overflow:ellipsis;/* IE, Safari (WebKit) */ -width: 100%;/* IE6 */ }

.img-middle { display:table-cell; *display:block; text-align:center; vertical-align:middle; *vertical-align:auto; *line-height:0; *font-family:Arial; }
.img-middle img { vertical-align:middle; }

.radius2 { /* Safari、Chrome */-webkit-border-radius:2px; /* Firefox */-moz-border-radius:2px; /* Opera */border-radius:2px; }
.radius3 { /* Safari、Chrome */-webkit-border-radius:3px; /* Firefox */-moz-border-radius:3px; /* Opera */border-radius:3px; }
.radius5 { /* Safari、Chrome */-webkit-border-radius:5px; /* Firefox */-moz-border-radius:5px; /* Opera */border-radius:5px; }

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix{ display:block; }
.clear { clear:both; height:0; overflow:hidden; }
