﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, img, ins, kbd, q, samp, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{font-size:100%;margin:0;outline:0 none;padding:0;border:0 none;}

body
{
 font-size:12px; font-family:Arial,微软雅黑,microsoft yahei; color:#666; background:url(../img/bg.jpg) repeat-x
}

.sp{ display:block; width:125px; line-height:35px; height:35px; float:left; text-align:center; font-weight:bold; letter-spacing:2px; background:url(../img/navline.gif) right top no-repeat}
.spa{ display:block; width:125px; line-height:35px; height:35px; float:left; text-align:center; font-weight:bold; letter-spacing:2px; color:#666; text-decoration:none}
.spa:hover{ display:block; width:125px; line-height:35px; height:35px; float:left; text-align:center; font-weight:bold; letter-spacing:2px; color:#666; text-decoration:none; color:White; background:url(../img/hover.jpg) no-repeat;}
.spas{ background:url(../img/hover.jpg) no-repeat; color:White}


.proa{ display:block; line-height:35px; text-decoration:none; width:214px; margin:0px auto; text-indent:30px; font-weight:bold; font-size:14px; color:White; margin-top:5px}
.proa:hover{ display:block; line-height:35px; background:url(../img/b2.gif) no-repeat; text-decoration:none; width:214px; margin:0px auto; text-indent:30px; font-weight:bold; font-size:14px; color:White; margin-top:5px}


.diva{ background:url(../img/line.png) bottom right no-repeat}
.cla{ display:block; line-height:25px; height:25px; background:url(../img/icon.gif) 27px 5px no-repeat; text-indent:50px; color:White; text-decoration:none}
.cla:hover{ display:block; height:25px; background:url(../img/icon.gif) 27px 5px no-repeat; text-indent:50px; color:White; text-indent:52px; font-weight:bold; line-height:27px; font-size:13px; text-decoration:none}

.newsa{ display:block; width:360px; overflow:hidden; line-height:25px; margin-bottom:5px; float:left; overflow:hidden}

.syimg{ width:200px; height:130px; margin-right:30px; margin-bottom:10px; margin-top:5px; border:1px solid #666}

.lgr{ display:block; width:87px; height:25px; margin-left:816px; float:left}
.lgrs{ display:block; width:90px; height:25px; margin-left:6px; float:left}

.hona{ display:block; float:left; width:170px; height:220px; margin-left:20px; border:#666 solid 1px; text-align:center; padding:5px; line-height:25px; -moz-border-radius:10px; border-radius:10px; margin-bottom:20px; margin-right:10px}

.newsaa{ display:block; color:#666}
.newsaa:hover{ display:block; color:#666; background-color:#666; color:White; text-decoration:none; text-indent:10px}



.proaaa{ display:block; border:#787878 solid 1px; width:160px; float:left; margin-right:22px; margin-bottom:25px; color:#666; text-decoration:none}
.proaaa:hover{ display:block; border:#787878 solid 1px; width:160px; float:left; margin-right:22px; margin-bottom:25px; background-color:#d9d9d9; color:White}
.proaaaimg{ margin:5px 5px 0px 5px; -moz-border-radius:8px; border-radius:8px; width:150px; height:130px}
.proaaatxt{ width:150px; height:25px; line-height:25px; overflow:hidden; text-align:center}


.sl-fixed{
    position:fixed;
}

/* 相当于正常的 position:fixed; top:0;  */
.sl-fixed-top {
	bottom:auto;
	top:35%;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop));
}

/* 相当于正常的 position:fixed;bottom:0px; */
.sl-fixed-bottom {
	bottom:0;
	top:auto;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

/* 相当于正常的 position:fixed;left:0px; */
.sl-fixed-left {
	left:0;
	_position:absolute;
	right:auto;
	_left:expression(eval(document.documentElement.scrollLeft));
}

/* 相当于正常的 position:fixed;right:0; */
.sl-fixed-right {
	right:0;
	left:auto;
	_right:auto;
	_left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
}

.sl-fixed-top,.sl-fixed-right,.sl-fixed-bottom,.sl-fixed-left {
	_position:absolute;
}