@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* ---html、body100%--- */
html, body {
}
/* ---默认字体9pt--- */
div, table {
	font-size: 12px;
}
/* ---div居中、div背景--- */
*{ 
padding:0; 
margin:0;
}
body{
margin:0 auto;
}
body,td,th,div,input,ul,li{
font-family: 宋体;
font-size: 12px;
color: #333333;
}


body {
background:#FFFFFF;
background-image:url(../images/index_body_bg.jpg); background-repeat:repeat-x;
}
p{
line-height:150%;
}
a:link {

text-decoration: none;
}
a:visited {

text-decoration: none;
}
a:hover {

 text-decoration: none;
}
a:active {

text-decoration: none;
}
h1{
color:#000000;
line-height:150%;
font-size:24px;
}
li{ 
list-style:none;

padding:0px;
margin:0px;
}
.bg {
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
	min-height:700px;
height:100%;
_min-height:724px;
}