﻿
/*底部浮动样式*/
.body_footer{width:100%; height:45px; background:-webkit-gradient(linear, 0 0, 0 100%, from(#24509c), to(#24509c));background:-moz-linear-gradient(top, #5e0044, #3f0039); /* Firefox */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#24509c,endColorstr=#24509c,grandientType=0);  bottom:0;}
.body_footer ul{width:100% ; height:45px; line-height:45px;background:#24509c;}
.body_footer ul li{width:33.3% ; float:left; color:#fff;}
.body_footer ul li a{width:100% ; height:45px; display:block; }
.body_footer ul li a:visited {color:#fff; text-decoration:none;}
.body_footer ul li a:hover {color:#fff; text-decoration:none;  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3df00), to(#f3df00));background:-moz-linear-gradient(top, #f3df00, #f3df00); /* Firefox */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3df00,endColorstr=#f3df00,grandientType=0); }
.body_footer ul li a:active { color:#fff; text-decoration:none; background:#f3df00;}
.body_footer ul li dl{width:auto; margin:0 auto; text-align:center; }
.body_footer ul li dt{width:auto; height:25px; overflow:hidden;}
.body_footer ul li dd{width:auto; height:20px; font-size:12px; color:#fff; line-height:20px; overflow:hidden;}
/*内页样式*/