@charset "utf-8";
/* CSS Document */
ul{
list-style-type:none;
}
ol{
list-style-type:none;
}
*{
margin:0px;
padding:0px;
}
.hidden{
display:none;
}
.nohidden{
display:block;
}
.clear{
clear:both;
}
img{
border:none;
}
body {
width:100%;font-size:12px;color:#000;font-family: '宋体','新宋体',arial,verdana,sans-serif;background:url(../images/body_bg.gif) repeat-x left top;  background-color:#ECECEC;

}
a:link {
	color:#194987; text-decoration:none;
}
a:visited {
	color:#194987; text-decoration:none;
}
a:hover {
	color:#E46600;text-decoration:underline;
}

.footerbox{ width:970px; margin-left:auto; margin-right:auto;}
.footer{
color:#5E5E5E;float:left;width:100%; background:url(../images/footer_images/footerbg.gif) repeat-x;text-align:center;line-height:20px;
}
.footer li.one{
padding:27px 0px 10px 0px;
}
.footer a{
margin:0px 5px;
}
.footer a:link {
	color:#5E5E5E; text-decoration:none;
}
.footer a:visited {
	color:#5E5E5E; text-decoration:none;
}
.footer a:hover {
	color:#E46600;text-decoration:underline;
}

