@charset "gb2312";
/* CSS Document */
a:hover { color: #FF9000;  }
#con_top {  background: #FF9000;}
#site-nav .hover .menu-bd a:hover { background: #FF9000; }
.conserch form table tr td a:hover { color: #fff;  background: #FF9000; }
.main-nav .nav a:hover { background: none repeat scroll 0 0 #d97b00; }
.rl-m ul li .num { background: #FF9000; }
#site-nav .menu .menu-hd b { border-color: #fff #FF9000 #FF9000; } /*箭头默认*/
#site-nav .hover .menu-hd b { border-color: #FF9000 #fff #fff; }  /*箭头指向*/
#site-nav .hover .menu-bd a:hover { background: #FF9000; }
.rl-tit { color: #FF9000;  }
.list-li .info .time em a { font-style: normal; color: #FF9000; }
#site-nav .menu .menu-hd b { border-color: #FFFFFF #FF9000 #FF9000; }
#site-nav .menu .menu-bd { color: #333; width: 250px; background: #fff; border: 1px solid #FF9000; border-top: none; }
#site-nav .hover .menu-hd { border: 1px solid #FF9000; border-bottom: none; color: #FF9000 } /*下拉菜单区域边框*/
.Menubox li.hover { color: #fff;  background: #FF9000; }
.reTopics {  color: #FF9000; }
.blueline { background: #FF9000;  }
.tplogin a:hover{color:#fff;}
.page a:hover { background: #FF9000; }
.tie-area{ border-top:3px solid #FF9000 !important;}
.tie-post .tie-titlebar strong{ color:#FF9000 !important;}
.stitle{color:#FF9000 !important;}
.aselect {background: #c67608;}
.rl-m ul li .num1,.rl-m ul li .num2,.rl-m ul li .num3{
    background: none repeat scroll 0 0 #FF9000;
}


#menuav{ background:#f8940a;height:38px; line-height:38px; overflow:hidden;}
.menunav{ width:1004px; margin:0px auto; color:#FFF; }
.menunav li{ float:left;}
.menunav li a{ color:#fff;padding:0 25px; display:inline-block}
.menunav li a:hover{ background:#c67509; color:#fff; text-decoration:none;}



/*********** 返回顶部 ************/
.returnTop {
    position: fixed;
    _position: absolute;
     left:50%;
	 margin-left:515px;
    bottom: 10px;
    _bottom: auto;
    display: none;
    width: 54px;
    height: 54px;
	background:url(skindefaultimagesgotop.png) no-repeat right center;
    text-indent: -9999px;
    cursor: pointer;
}

.returnTop:hover {
    position: fixed;
    _position: absolute;
     left:50%;
	 margin-left:515px;
    bottom: 10px;
    _bottom: auto;
    display: none;
    width: 54px;
    height: 54px;
	background:url(skindefaultimagesgotop.png) no-repeat left center;
    text-indent: -9999px;
    cursor: pointer;
}
