*
{
	margin: 0;
	padding: 0;
}
body
{
	margin:0px auto;
	text-align:justify;
	text-justify:distribute;
	text-decoration: none;
	background:#fff;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif,"黑体";
	font-size:14px;
	
}
a
{
	
	text-decoration: none;
	color:#505050;
}
a:hover
{

	text-decoration: underline;
	color:#000;
}
img
{
	border: 0;
}
p
{
	line-height: 1.8em;
}
ul,li
{
	list-style-type: none;
}
 
 
 
html {
	color: #505050;
	overflow-x:hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
b{font-weight:100;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}




/****字体设置 开始****/


h1
{
	color:#333333;
	font-family:"";
	font-size:14px;
	font-weight:bold;
}

h2
{
	color:#737373;
	font-family:"";
	font-size:12px;
	font-weight:bold;
}

h3
{
	color:#000000;
	font-family:"";
	font-size:12px;
	font-weight:bold;
	margin:11px 0 0 9px;
}


h4
{
	color:#000000;
	font-family:"";
	font-size:12px;
	font-weight:bold;
	margin:5px 0 0 8px;
}

h5
{
	color:#000000;
	font-family:"";
	font-size:14px;
	font-weight:bold;
	margin:10px 0 0 14px;
}


/****字体设置 结束****/