﻿@charset "utf-8";
/* 鲁网底部 */
.foot{ width:910px; margin:0 auto; overflow:hidden;}
.foot_bj{ width:100%; background-color:#e9e9e9; padding-top:25px; padding-bottom:35px; border-top:3px solid #e1380b;}
.foot .fl{ width:180px;height:auto;float:left;}
.foot .fl img{ width:169px; height:90px; float:left;}
.foot .fr{float:left;}
.foot .fr p{ text-align:left; line-height:24px; color:#666666; font-size:12px; width:100%;}
.foot .fr p a{ color:#666666; font-size:12px;}

.footer{border-top:3px solid #e0380b; background-color: #e0380b; text-align: center; padding-top: 10px; padding-bottom: 20px; position: relative; display:none;}
.footer nav{font-size:14px; white-space: nowrap;}
.footer nav a { display: inline-block; height: 30px; line-height: 30px; width: 60px; position: relative; color:#fff; text-align:center; font-weight:bold;}
.footer nav a:hover{ color:#fff;}
.footer nav a.cur{background-color: #c72b00;  border-radius: 3px;}
.footer .copyright { color: rgba(255,255,255,.77); font-size: 12px; line-height: 22px; padding: 0 12px; }

/* 600 < 窗口宽度 < 1000 */
@media screen and (min-width:600px) and (max-width:999px){
.foot {width:100%;}
.foot .fl { display:none;}
.foot .fr { float:none; width:100%;text-align:center;}
.foot .fr p{ width:100%; text-align:center;}
}

/* 200 < 窗口宽度 <600 */
@media screen and (min-width:200px) and (max-width:599px){
.foot {width:100%;}
.foot .fl { display:none;}
.foot .fr { float:none; width:100%;}
.foot .fr p{ width:100%; display:none;text-align:center;}
.foot .fr p.bq{  display:block;}
.foot_bj{padding:0;}
/* .foot_bj{ display:none;} */
.footer{ display:block;}
}