@charset "utf-8";
/* CSS Document */

/*登陆头部*/ 
.top{ width:100%; background:#f8f8f8; z-index:10; border-bottom:1px solid #e7e7e7; font-family:"微软雅黑";}
.top .cen{ width:100%; height:30px; margin:auto; line-height:30px;}
.top .cen .left{ width:auto; height:30px; line-height:30px; color:#ddd; text-align:right; padding-left:15px; float:left;}
.top .cen a{ margin:0 7px; font-size:12px; color:#565656;}
.top .cen a:hover{ color:#e56700; text-decoration:none;}
.top .cen #right_dl{ width:auto; height:30px; line-height:30px; color:#ddd; text-align:right; padding-right:20px; float:right;}
.top .cen #right_dl a{ color:#999;}
.top .cen #right_dl a:hover{ color:#e56700;} 

/*账号在线状态*/
.result{ height:30px; line-height:30px; width:auto; position:relative; padding:0 28px 0 10px; margin-right:10px; border-left:1px solid transparent; border-right:1px solid transparent; float:left;}
.result:hover{ height:30px; line-height:30px; width:auto; position:relative; padding:0 28px 0 10px; background:#fff; border-left:1px solid #ededed; border-right:1px solid #ededed; float:left;}
.result a{ float:left; width:auto; color:#333; margin:0px!important;}
.dl_pic{ height:20px; width:20px; border-radius:50%; overflow:hidden; margin:5px 4px 0 0; float:left;}
.dl_pic img{ height:20px; width:20px; border:none; outline:none;}
.dl_name{ height:24px; line-height:24px; margin-top:3px; width:auto; max-width:48px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#e56e00; float:left;}
.dl_sxl{ position:absolute; top:9px; right:8px; height:14px; width:14px; background:url(../images/dl_xl.png) no-repeat;}
.result:hover .dl_sxl{ background:url(../images/dl_sl.png) no-repeat;}
.dl_nav{ width:100%; position:absolute; left:-1px; top:30px; background:#fff; border:1px solid #ededed; border-bottom:none; display:none;}
.result:hover .dl_nav{ display:block;}
.dl_nav a{ display:block; width:100%; height:34px; line-height:34px; border-bottom:1px solid #ededed; text-align:center; margin:0px!important;}
.dl_nav a:hover{ text-decoration:none; background:#f6f6f6;}



/*尾部导航部分开始*/
.footer {width:100%; margin-top:20px; padding-top:10px; background:#e9e9e9; float:left;}
.footer .foot_s {width:1160px; margin:0 auto;}
.footer1 {width:100%; height:24px; line-height:24px;text-align:center; margin:0 auto; font-size:12px; color:#403e3b;}
.footer a{ margin-right:14px; font-size:12px; color:#403e3b; text-align:center;}
.footer a:hover{ color:#e56700; text-decoration:none; text-align:center;}

.f_lms{ padding-top:5px; padding-bottom:10px;}
.f_lms p{ width:100%; line-height:14px; padding:5px 0; text-align:center;}
.f_lms p a{ display:inline-block; color:#3a3a3a; border:none; margin:0 0 0 24px;}
.f_lms p a:first-child{ margin:0;}
.f_lms p a:hover{ margin-right:0;}
.f_lms_o{ padding-top:14px; line-height:24px; text-align:center; width:100%; font-family:"宋体";}
.f_lms_o .lms_o{ display:inline-block; font-size:12px; width:auto;}
.f_lms_o .lms_o span{ color:#888; margin:0 6px; line-height:24px;}
.f_lms_o .lms_oo{ display:inline-block; color:#888; padding-left:10px; width:auto;}
.f_lms_t{ line-height:24px; text-align:center; width:100%; font-family:"宋体";}
.f_lms_t .lms_t{ display:inline-block; font-size:12px; width:auto;}
.f_lms_t .lms_t span{ color:#888; margin:0 8px; line-height:24px;}


