@charset"UTF-8";
/*
	ggd
	2002/08/31
 */

/*--------- common 样式 开始--------------------*/
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, 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;
	vertical-align: baseline;
}
body {
	font-size:14px;
	line-height: 1;
	font-family: "微软雅黑";
	color:#333;
}
dt {
	font-size:2.3em;
}
dd {
	font-size:1.9em;
	padding:0.6em 0 0.9em 0;
}

a:link, a:visited {
    text-decoration: none;
}

h1 { font-weight: normal;}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after{
    visibility: hidden;
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    * height: 1%;
    *zoom: 1;
    *clear: both;
}
.clear{
    clear:both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.show{
	display: block!important;
}
.marR0{
	margin-right: 0px!important;
}
/*--------- common 样式 结束--------------------*/
