﻿@charset "utf-8";
/*bar*/
#bar{width:100%;height:290px;text-align:center;background:url(../images/sBarBg.jpg) repeat-x;}
.bar{width:100%;height:290px;text-align:center;background:url(../images/sBarCBg.jpg) center 0 no-repeat;}
.bar span{display:block;width:400px;height:35px;margin:211px 0 0 480px;}
.bar a{display:block;float:left;width:123px;height:35px;margin-left:10px;text-align:center;line-height:35px;color:#FFF;font-size:14px;text-decoration:none;background:url(../images/sBarBt.jpg) no-repeat;}
.bar a:link,.bar a:visited{color:#FFF;}
.bar a:hover{color:#FFF;background:url(../images/sBarBtOn.jpg) no-repeat;}
.bar a:active{color:#FFF;}

/*box*/
.wrap{width:980px;margin:0 auto;text-align:left;overflow:hidden;}
#side{display:inline;float:right;width:213px;text-align:left;overflow:hidden;}
#main{display:inline;float:left;width:740px;padding:0 0 50px 0;text-align:left;overflow:hidden;}
#main .main{padding:0 10px;line-height:25px;}
#main .main p{margin-top:10px;}

#dituContent
{
    margin:20px auto 0px;
}


/*解决IE6下不兼容 position:fixed 的问题*/
#code,#code_hover,#gotop{z-index:19; width:36px; height:48px; background:url(../images/icon.png) no-repeat; position:fixed; right:120px; cursor:pointer;
_position:absolute;_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)));
}
#code{ background-position:-276px -258px; bottom:95px; _margin-bottom:95px;}
#code_hover{ background-position:-316px -258px; bottom:95px; _margin-bottom:95px;}
#gotop{background-position:-276px -310px; bottom:42px; _margin-bottom:42px;} 

#code_img{ width:270px; height:355px; background:url(../images/icon.png) -4px -3px no-repeat; position:fixed; right:160px; bottom:42px; cursor:pointer;z-index:2147483648; display:none;
_position:absolute;_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))); _margin-bottom:42px;}











