@charset "utf-8";
/* CSS Document */
/*******公共脚*******/
.foot_main{
width:960px;
margin:0px auto; 
background:url(../images/foot_bg.gif) repeat-x; 
height:43px;
}
.foot_main ul{
list-style:none;
margin:0px;
padding:0px;
width:100%;
height:43px;
}
.foot_main li{
line-height:43px;
float:left;
width:100%;
height:43px;
text-align:center;
color:#5c5c5c;
}
.foot_main li a{color:#333333;text-decoration:none;padding-top:5px;}
.foot_main li a:hover{color:#ff0000;text-decoration:underline;}
a.foot_main_high{color:#333333;text-decoration:none;}
a.foot_main_high:hover{color:#ff0000;text-decoration:underline;}
.foot_main_high{height:22px;padding-top:5px;color:#555555;}
/*******公共脚 结束*******/


