/* 新底部注册引导 */
.new_guide {position:fixed;left:0;bottom:0;_position:absolute;_bottom:auto;_top:0; z-index:2;width:100%;height:60px;overflow:hidden;font-size:12px;font-family:"宋体";background:url(/images/darkblue_80.png) 0 0 repeat;}
*html .new_guide {zoom:expression( function(sjd){
		var maxTop = document.body.offsetHeight - document.documentElement.clientHeight + sjd.offsetHeight;
		if (document.documentElement.scrollTop < maxTop)
			{
				sjd.style.top=document.documentElement.scrollTop + document.documentElement.clientHeight - sjd.offsetHeight + "px";
			}
			else {sjd.style.top = maxTop + "px"}
		if (sjd.className.search(" ie6bg")==-1){sjd.className += " ie6bg"}
		}(this)	
		)
}
.new_guide img {border:0;}
.new_guide a { color:#fff;text-decoration: none; }
.new_guide a:hover {color:#ff0;}

.new_guide .guide_layout { margin: 0 auto; width: 900px;height:60px;overflow:hidden; }
.new_guide .guide_layout .q {float:left;width:260px;overflow:hidden;line-height:60px;padding:0 10px 0 0;color:#fff;text-align:right;font-size:22px;font-family:"microsoft YaHei";}
.new_guide .guide_layout .r {float:left;width:260px;overflow:hidden;}
.new_guide .guide_layout .r a {display:inline-block;margin:10px 0 0 0;height:40px;overflow:hidden;padding:0 12px;line-height:40px;font-size:20px;font-family:"microsoft YaHei";color:#fff;background:#ea5858}
.new_guide .guide_layout .l {float:left;}
.new_guide .guide_layout .l a {display:inline-block;margin:10px 0 0 0;height:40px;overflow:hidden;padding:0 12px;line-height:40px;font-size:20px;font-family:"microsoft YaHei";color:#fff;background:#019875}
.new_guide .guide_layout .close  {float:right;width:25px;height:25px;overflow:hidden;margin:17px 0 0 0;}
.new_guide .guide_layout .close a { background: url(/Images/new_guide_close.png) no-repeat -161px -93px ; cursor: pointer; display: block; font-size: 12px; height: 25px; overflow: hidden; text-indent: -999px; vertical-align: top; width: 25px; }
.new_guide .guide_layout .close a:hover { background-position: -189px -93px; }
*html .new_guide .guide_layout .close a {zoom:expression( function(sjd){	sjd.style.zoom=1;if (sjd.className.search(" ie6bg")==-1){sjd.className += " ie6bg";}}(this));}