/* CSS Document */
#content,#header,#main,#nav,#banner,#footer{
	width:1003px;
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#c9d3dd;
}
#body{
	background:#01a6e6 url(../images/i-bg.jpg) repeat-x top;
}
#content{
	width:1003px;
	overflow-x:hidden;
}
#footer{
    height:40px;
    line-height:40px;
	background:url(../images/f_bg.jpg) no-repeat;
	text-align:center;
	clear:both;
	overflow:hidden;
	margin-top:15px;
}
#header{
    background:url(../images/logo.jpg) no-repeat left;
	height:115px;
	text-align:center;
	overflow:hidden;
}
#banner{
	width:1003px;
	height:328px;
	overflow:hidden;
	border-top:2px solid #003f7c;
	border-bottom:2px solid #003f7c;
	padding:2px 0px;
}
#top{
	height:52px;
	overflow:hidden;
	background:url(../images/bg.jpg) repeat-x;
	margin-left:238px
}
#nav{
	height:54px;
	text-align:center;
	background:url(../images/nav.jpg) no-repeat bottom right;
}
#nav li{
	float:right;
	display:block;
}
#main{
    background:#c9d3dd url(../images/bg.jpg) repeat-x top;
	overflow:hidden;
	padding-top:15px;
}
#left{
	width:192px;
	display:inline;
	float:left;
	overflow:hidden;
	margin-left:10px;
}
#right{
	float:left;
	margin-left:20px;
	width:767px;
	overflow:hidden
}
#left_t{
	background:url(../images/left_t.jpg) no-repeat;
	width:192px;
	height:42px;
	overflow:hidden;
}
#left_c{
	background:url(../images/left_bg.jpg) repeat-y;
}
#left_b{
	background:url(../images/left_b.jpg) no-repeat;
	width:192px;
	height:6px;
	overflow:hidden;
}
#left_c ul{
	_height:180px;
	min-height:180px;
}
#left_c li{
	background:url(../images/line.jpg) no-repeat bottom;
	line-height:30px;
	height:30px;
	width:192px;
}
#left_c li a{
	background:url(../images/icon.jpg) no-repeat 20px center;
	padding-left:40px;
	width:170px;
	color:#fff;
	line-height:30px;
}
#p{
	background:url(../images/p_bg.jpg) repeat-x bottom;
	height:30px;
	line-height:30px;
}
#p_left{
	background:url(../images/p_icon.jpg) no-repeat left 2px;
	margin-left:6px;
	padding-left:12px;
	font-family:Verdana, Geneva, sans-serif;
}
#right_c{
	paddin:10px;
	text-align:justify;
	text-justify:inter-ideograph;
	
}
.s_input{
	border:1px solid #ccc;
	height:18px;
	line-height:18px;
	width:120px;
	margin:0 10px;
}
.s_go{
	width:46px;
	height:21px;
	border:none;
	background:url(../images/go.jpg) no-repeat;
	margin-top:1px;
	
}
.one{
	background:url(../images/top.jpg) no-repeat;
	width:114px;
	height:24px;
	line-height:24px;
	float:right;
	margin:14px 10px 0 0;
	text-align:center;
}







/*  图片切换  */
.container{
	width:1003px;/*图片宽度 Bugs Bunny*/
	height:328px;/*图片高度 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:25px; 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;
}
/*  图片切换  */