/*==================================================全局==========================================================================*/
@charset "UTF-8";
h1, h2, h3, h4, h5, h6, form, fieldset, img, a, ul, li, p, div, td, tr, dl, dt, dd, body {
	padding:0;
	margin:0;
}
html {
	overflow:-moz-scrollbars-vertical;
    overflow-x: hidden;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap:break-word;
}/*文字强制换行*/
table {
	border-collapse:collapse;
}/*细线表格*/
.hidden {
	display:none;
}/*清除容器浮动*/
fieldset, img {
	border:0px;
	 }/*清除描边,块显示*/
ul, li {
	list-style-type:none;
}/*无列表项目标记*/
ul, li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	list-style-position :outside;
	word-break:break-all;
}
body {
	font-family: "宋体";
	font-size: 12px;
	color:#636363;
	margin:0;
	overflow-x:hidden;
	background:#fff url('../images/bg.jpg') no-repeat center 0;
}
.hidden {
	display:none;
}
a {
	text-decoration: none;
}/* 链接无下划线,有为underline */
a:link {
	color: #636363;
}/* 未访问的链接 */
a:visited {
	color: #636363;
}/* 已访问的链接 */
a:hover {
	color: #ff5500;
	text-decoration: none;
} /* 鼠标在链接上 */
a:active {
	color: #636363;
	text-decoration: underline;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
/*===============================================头部（top）==============================================================*/

#sideBar{
	width:180px;
	height:244px;
	overflow:hidden;
	position:fixed!important;
	position:absolute !important;
   top:expression(offsetParent.scrollTop+offsetParent.clientHeight-500);
	right:-100px;
	top:200px;
	background:url('../images/yy.gif') no-repeat left 0;
}
#sideBarTab {
	float:left;
	height:137px;
	width:28px;
}
#sideBarTab img {
	border:0px solid #FFFFFF;
}
#sideBarContents {
	float:left;
	overflow:hidden !important;
	width:104px;
	height:244px;
}
#sideBarContentsInner {
	width:104px;
	height:244px;
}

#sideBarContentsInner  dl{
	width:94px;
	float:left;
	font-size:12px;
	display:inline;
	padding:62px 0 0 6px;
	}
#sideBarContentsInner  dl dd{
	width:94px;
	height:29px;
	display:block;
	clear:both;
	margin-top:6px;
	}
#sideBarContentsInner  dl dd a{
	width:94px;
	height:29px;
	display:block;
	cursor: pointer;
	color:#929292;
	text-decoration: none;
	background:url('../images/yy_active.gif') no-repeat;
}
#sideBarContentsInner  dl dd a:hover{
	width:94px;
	height:29px;
	color:#1376be;
	display:block;
	cursor: pointer;
	background:url('../images/yy_hover.gif') no-repeat;
}
#sideBarContentsInner  dl dd span{
	line-height:29px;
	display:block;
	float:right;
	padding:0 10px 0 0;
	}
#sideBarContentsInner  dl dd img{
	width:20px;
	height:20px;
	float:left;
	display:block;
	margin:5px 0 0 8px;
	}


#topbar{
	border:#2cc34c solid 3px;
	background:#fff;
	position:absolute;
	width: 100px;
	visibility: hidden;
	z-index: 100;
	font-size: 12px;
}

.sideBar_left {
	width:76px;
	height:244px;
	float:left;
}
#sideBarTab{
	width:31px;
	height:184px;
	clear:both;
	float:right;
	cursor:pointer;
}
#sideBarTab img{
	width:21px;
	height:26px;
	display:block;
	clear:both;
	margin:135px 0 0 3px;
	}
	
	
.img_container{
	padding:100px;
	}