/*首部内容*/
body {
	 background-color:#FFFFFF; text-align:center;font-size:12px; color:#666666; width:100%; margin:0 auto;
}

.font {
	font-size:12px; color:#666666;
}
.head {
	width:100%; background:url(/images/main/Bg.gif) repeat-x;

}

   a { text-decoration: none;}




.gs1 {
	LINE-HEIGHT: 25px; MARGIN-TOP: 5px; COLOR: #666666; FONT-SIZE: 12px;
}

/*底部框架*/
/*.bottom {
	width:880px; height:610px;
}*/
.bottom_logo {
	width:880px; height:180px;
}
.bottom_ICP {
	width:880px; height:80px; font-size:12px; color:#666666; line-height:20px; margin-top:10px; margin-bottom:40px;text-align:center;
}


/*底部飘窗*/
.floatBar {position:fixed;bottom:0 !important;left:0;width:100%;margin:0 auto;border-top:1px solid #dadada;background:#fff url(/images/bg_gradual_gray.gif) repeat-x;text-align:center; height:30px;}

.floatBar {
	_position:absolute;
	_top:expression(eval(document.compatMode &&
        document.compatMode=='CSS1Compat') ?
        documentElement.scrollTop
        +(documentElement.clientHeight-this.clientHeight) - 1
        : document.body.scrollTop
        +(document.body.clientHeight-this.clientHeight) - 1);
}

* html .floatBar { position:absolute;

top:expression(eval(document.compatMode &&
        document.compatMode=='CSS1Compat') ?
        documentElement.scrollTop
        +(documentElement.clientHeight-this.clientHeight) - 1
        : document.body.scrollTop
        +(document.body.clientHeight-this.clientHeight) - 1);

/*top:expression(document.body.clientHeight-this.style.pixelHeight+document.body.scrollTop);*/

} /* IE6 */



.floatBar ul {
	width:860px;
	text-align:center;
	padding: 0px;
	margin:0px auto;
	
}
.floatBar li {
	float:left;
	color:#0f78d2;
	font-weight:bold;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

.floatBar li.red {color:#f85200 !important;}
.floatBar li em {color:#f85200;font-weight:normal;}
.floatBar li img {margin-left:2px;margin-right:2px;vertical-align:middle;}
