/* CSS Document */
#content,#header,#main,#nav,#banner,#footer{
	width:928px;
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#fff;
}
#footer{
    height:30px;
    line-height:30px;
	background:url(../images/line.jpg) repeat-x top;
	text-align:center;
	clear:both;
}
#header{
    background:url(../images/logo.jpg) no-repeat 5px 15px;
	height:70px;
	text-align:right;
	overflow:hidden;
}
#banner{
	width:928px;
	height:188px;
	overflow:hidden;
}
#main{
	margin-bottom:30px;
	overflow:hidden;
}
#nav{
	background:url(../images/nav_bg.jpg) repeat-x;
	height:35px;
	overflow:hidden;
	margin:8px auto 15px auto;	
}
#nav li{
	float:left;
	display:block;
	margin:0 auto;
	width:105px;
	text-align:center;
	font-size:12px;
	background:url(../images/nav_li.jpg) no-repeat right;
}
#nav li a{
	text-align:center;
	display:block;
	line-height:35px;
	font-weight:bold;
	color:#000;
	font-size:12px;
}
#nav li a:hover{
	background:url(../images/nav_over.jpg) repeat-x;
	text-decoration:none;
	color:#fff;
}
#left{
	float:left;
	width:183px;
	overflow:hidden;
}
#left_t{
	width:183px;
	height:33px;
	overflow:hidden;
	background:url(../images/left_t.jpg) no-repeat;
}
#left_c{
	border:2px solid #dddddd;
	width:179px;
	overflow:hidden;
	border-top:none;
	padding:5px auto 10px auto;
}
#left_c .li a{
	font-size:12px;
	padding-left:5px;
	width:169px;
}
.li{
	background:url(../images/li.jpg) no-repeat;
	width:174px;
	height:25px;
	overflow:hidden;
	margin:2px auto;
	text-align:left;
	line-height:25px;
	font-size:12px;
}
.li a:hover,.li1{
	background:#838383;
	display:block;
	width:174px;
	height:25px;
	overflow:hidden;
	margin:2px auto;
	text-align:left;
	line-height:25px;
	text-decoration:none;
	font-size:12px;
	color:#fff;
}
.li1{
	padding-left:5px;
	width:169px;
}
#left_c .li1 a{
	color:#fff;
	font-size:12px;
}
#left_c .li1 a:hover{
	text-decoration:none;
	color:#fff;
	line-height:25px;
}
#left_c .li2{
	background:#cfcfcf;
	width:174px;
	margin:auto;
}
#left_c .li2 div{
	padding:0 12px;
}
#right{
	float:right;
	width:730px;
	overflow:hidden;
}
#p{
	background:url(../images/p_bg.jpg) repeat-x;
	overflow:hidden;
	height:29px;
	line-height:29px;
}
#p_left{
	background:url(../images/p_left.jpg) no-repeat;
	height:29px;
	width:13px;
	overflow:hidden;
	float:left;
}
#p_c{
	width:705px;
	float:left;
	line-height:29px;
	font-family:Verdana, Geneva, sans-serif;
}
#p_c1{
	width:903px;
	float:left;
	line-height:29px;
	font-family:Verdana, Geneva, sans-serif;
}
#p_c a{
	color:#6c0000;
}
#p_right{
	float:left;
	background:url(../images/p_r.jpg) no-repeat;
	height:29px;
	width:12px;
	overflow:hidden;
}
.table{
	border:1px solid #c0c0c0;
	margin-top:10px;
}
.td{
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	width:235px;
	height:175px;
	padding:2px;
}
.td1{
	border-bottom:1px solid #c0c0c0;
	width:235px;
	height:175px;
	padding:2px;
}
.name{
	background:url(../images/page1.jpg) repeat-x bottom;
	min-height:35px;
	_height:35px;
	text-align:center;
	width:237px;
	padding-top:15px;
}
.name1{
	line-height:20px;
	height:20px;
	text-align:center;
	overflow: hidden;
white-space: nowrap; 
text-overflow: ellipsis; 
}
.page{
	background:#e9e9e9;
	height:25px;
	line-height:25px;
	text-align:center;
	margin:5px 2px 2px 2px;
}
.lan{
	width:187px;
	height:72px;
	overflow:hidden;
}
#c{
	padding:10px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.search{
	float:right;
	color:#5b5b5b;
}
.s_input{
	height:18px;
	line-height:18px;
	border:1px solid #999999;
	width:135px;
	float:right;
	margin:0px 8px;
}
.s_go{
	width:63px;
	height:22px;
	border:none;
	background:url(../images/search.jpg) no-repeat;
	float:right;
	color:#000;
	cursor:pointer;
}
#title{
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#4f4f4f;
	margin:20px 0;
}
	










/*  图片切换  */
.container{
	width:928px;/*图片宽度 Bugs Bunny*/
	height:188px;/*图片高度 Bugs Bunny*/
	border:0px solid #eee;
	position:relative;
}
#idPicText{
	background:#eee;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	width:282px;
	white-space:nowrap;
	overflow:hidden;
	font-size:12px;
}
#idPicText a{
	text-decoration:none;
	color:#333;
	display:block;
}
#idPicList img{
	cursor:pointer;
	width:65px;
	height:50px;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	border:0;
	margin:10px;
}
#idPicList img.on{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#idNum{ position:absolute; right:5px; bottom:0px;}
#idNum li{
	float: left;
	list-style:none;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #707070;
	background-color: #060a0b;
}
#idNum li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	border: 0;
	background-color: #ce0609;
	font-weight: bold;
}
/*  图片切换  */



#Tab1{
width:920px;
margin:0px;
padding:0;
margin:0 auto;
background:url(../images/normal.jpg) repeat-x top;
}

#Tab2{
width:920px;
margin:0px;
padding:0px;
margin:0 auto;
}

.Menubox {
width:100%;
height:27px;
line-height:27px;
}
.Menubox ul{
margin:0px;
}
.Menubox li{
    float:left;
    display:block;
    cursor:pointer;
    background:url(../images/normal.jpg) repeat-x top;
	border:1px solid #bababa;
	width:181px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#454545;
	font-size:12px;
	margin-right:1px;
}
.Menubox li.hover{
    color:#454545;
    background:url(../images/over.jpg) repeat-x top;
	display:block
}

.Contentbox{
clear:both;
margin-top:0px;
border:1px solid #bababa;
min-height:370px;
_height:370px;
overflow-x:hidden;
text-align:center;
padding:8px;
}