/* CSS Document */
#container{ width:100%; margin:0px auto; position:relative; z-index:1;}
#main{position:absolute;/* position: fixed !important; */width:100%; z-index:5; display:inline-table; top:0px ; left:0px;}


.subMenu{float:left;width:100%;}
.subMenu li{float:left;}
.subContent{clear:both; border-top:none; margin-top:0px;}
.subContent ul{display:none;}

.subMenu li{float:left;}
.submenu li:link{
background-image: url(images/index_cesh.png);
	background-repeat: no-repeat;
}
.submenu li:visited{
background-image: url(images/index_cesh.png);
	background-repeat: no-repeat;
}
.subMenu li:hover{
	background-image: url(images/index_cesh.png);
	background-repeat: no-repeat;
}
.subMenu li:active{
	background-image: url(images/index_cesh.png);
	background-repeat: no-repeat;
}

.tdclass_common
{}
.tdclass_act
{
background:url(images/index_cesh.png) center top no-repeat;
}
/******************/
.rollBox{ /* 总宽度 */
    width:806px;
	overflow:hidden;
	padding:0;
	margin-top:0px;
	margin-left:0px;
	height:174px;
}
.rollBox .LeftBotton{ /* 向左边滚动按钮 */
	height:28px;
	width:28px;
	background:url(images/index_shang.jpg) no-repeat center;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0px;
	cursor:pointer;
	margin-top:50px;
	z-index: 1;
	margin-left:10px;
	position: absolute;	
}
.rollBox .RightBotton{ /* 向右滚动按钮 */
    height:28px;
	width:28px;
	background:url(images/index_xia.jpg) no-repeat center;
	overflow:hidden;
	float:right;
	display:inline;
	margin:0px;
	cursor:pointer;
	margin-top:100px;
	z-index: 2;
	margin-left:10px;
    position: absolute;	
	
	
	}
.rollBox .Cont{ /* 修改内容区宽度 */
    width:750px;
    overflow:hidden;
    float:left;
	background:url();
	height:173px;
	background-repeat:repeat-x;
	background-color:none;
	
	padding-left:0px;
	
   } 
.rollBox .ScrCont{
    width:10000000px;
   }
.rollBox .Cont .pic{ /* 内容区图片文字 */
    width:0px;
    float:left;
    text-align:center;
	margin-right:0px;
   }
.rollBox .Cont .pic img{ /* 内容区图片文字边框 */
    display:block;
    margin:0 auto;
   }

.rollBox .Cont a:hover{ /* 图片下面文字样式点击链接时 */
    color:#f00;
    text-decoration:underline;
   }
.rollBox #List1,.rollBox #List2{ /* 滚动样式外层样式边距相对于最面层 */
    float:left;
	background-color:none;
   }

