@charset "utf-8";
/* CSS Document */
body{
	font-family:"宋体";
	font-size:12px;
	background-image:url(../images/bannerbg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
ul,ol,h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;
}
ul,ol{
	list-style:none;
}
.hr5{
	clear:both;
	width:100%;
	height:5px;
}
.hr10{
	clear:both;
	width:100%;
	height:10px;
}
.hr15{
	clear:both;
	width:100%;
	height:15px;
}
.hr20{
	clear:both;
	width:100%;
	height:20px;
}
.hr25{
	clear:both;
	width:100%;
	height:25px;
}
.content{
	width:1000px;
	margin:0px auto;
}

.header{
	width:100%;
	height:110px;
		
}
.weblogo{
	width:550px;
	height:110px;
	float:left;
}
.weblogo img{
	margin:18px 0px 0px 0px;
}
.headertxt{
	width:430px;
	height:110px;
	float:right;
}
.headertxt ul{
	width:180px;
	margin-top:40px;
	text-align:center;
	float:left;
}
.headertxt ul li {
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	width:75px;
	background-image:url(../images/headersplit.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin:5px;
}
.headertxt ul li a{
	font-family:"新宋体";
	color:#6F6F6F;
	text-decoration:none;
}
.headertxt ul li a:hover{
	text-decoration:underline;
}
.tq{
	width:230px;
	height:60px;
	float:right;
	margin-top:40px;
}

.nav{
	width:99%;
	height:35px;
	margin-top:8px;
	padding-left:8px;}
.nav ul li{
	display:block;
	float:left;
	text-align:center;
	width:80px;
	height:35px;
	line-height:35px;
	font-family:"微软雅黑";
	font-size:15px;
	margin:0px 4px;
	letter-spacing:1px;
	position:relative;
}
.nav ol{
	display:none;
	position:absolute;
	z-index:500;
	width:158px;
	background-color:#48B2E2;
	margin:0px;
	padding:0px;
	list-style:none;
	top:35px;
	left:0px;
}
.nav ul li:hover ol{
	display:block;	
}
.nav ol li{
	line-height:32px;
	height:32px;
	margin:0px;
	text-align:left;
	text-indent:20px;
	padding:0px;
	border-top:#FFF 1px solid;
	width:100%;
}
.nav ol li:hover{
	background-color:#2770CF;	
}
.nav ol li a{
	display:block;
	text-decoration:none;
	width:100%;	
}
.nav ol li a:hover{text-decoration:none;}
.nav ol li:first-child{
	border:0px;
}
.nav ol li:last-child{
	
}
.nav ol li a{
	font-size:12px;
}
.nav ul li a {
	color:#FFF;
	text-decoration:none;
}
.nav ul li a:hover{
	text-decoration:underline;
} 

.gobox{
	width:100%;
	height:32px;
	background-image:url(../images/gobg.jpg);
	background-repeat:no-repeat;
	margin-top:3px;
}
.goboxtxt{
	width:680px;
	height:30px;
	line-height:30px;
	float:left;
	background-image:url(../images/lb.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:30px;
	overflow:hidden;
	font-family:"微软雅黑";
	font-size:12px;
	letter-spacing:1px;
}
.goboxtxt a{
	color:#777777;
	text-decoration:none;
}

.goboxfindbox{
	width:280px;
	height:30px;
	float:right;
	padding-top:3px;
	text-align:center;
}
.inputtxt{
	width:188px;
	height:18px;
	line-height:18px;
	border:1px solid #B8B8B8;	
	padding-left:5px;
}
.findbtn{
	border:0px;
	background-image:url(../images/findbtn.png);
	width:50px;
	height:20px;
	margin:0px;
	font-family:"宋体";
	font-size:12px;
	color:#FFF;
	
}
.adbox{
	width:100%;
	height:150px;
	overflow:hidden;
}
.adbox{
	width:100%;
	height:150px;
}

.pageleftnav{
	width:222px;
	float:left;
}
.pageleftnav_item{
	width:220px;
	border:1px solid #4DA5E9;
	margin-bottom:10px;
}
.pageleftnav_item h1{
	width:100%;
	height:33px;
	line-height:30px;
	background-image:url(../images/leftboxbg.gif);
	font-family:"宋体";
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	text-indent:25px;
	letter-spacing:1px;
}
.pageleftnav_item ol {
	margin:5px;
}
.pageleftnav_item ol li {
	margin-top:10px;
	line-height:28px;
	text-align:center;
	background-image:url(../images/ollibg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	letter-spacing:2px;
}
.pageleftnav_item ol li a {
	font-family:"宋体";
	font-size:12px;
	font-weight:bold;
	color:#676767;
	text-decoration:none;
}
.pageleftnav_item ol a:hover{
	color:#00F;
	text-decoration:underline;
}


.pageleftnav_item ul {
	margin:5px;
}
.pageleftnav_item ul li{
	line-height:24px;
	font-family:"宋体";
	font-size:12px;
	background-image:url(../images/lidotbg.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:5px;
}
.pageleftnav_item ul li a{
	color:#676767;
	text-decoration:none;
}
.pageleftnav_item ul li a:hover{
	text-decoration:underline;
}
.pagerightcontent{
	width:765px;
	float:right;
}
.pagerightcontent img{
	max-width:750px;
}
.pagerightcontent_nav{
	width:100%;
	height:33px;
	border:1px solid #D5D5D5;
	border-radius:5px;
	background-image:url(../images/pagerightnavbg.jpg);
	font-family:"宋体";
	font-size:12px;
}
.pagerightcontent_nav a{
	font-family:"宋体";
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding-right:8px;
	background-image:url(../images/hoveico2.gif);
	background-repeat:no-repeat;
	background-position:right center;
	margin:0px 10px 0px 5px;
	
	
}
.pagerightcontent_nav a:hover{
	color:#00F;
	text-decoration:underline;
}
.pagerightcontent_nav .homeico{
	margin:2px 10px 0px 15px;
	float:left;
}
.pagerightcontent_nav span{
	line-height:33px;
}
.articlelist{
	width:100%;
	height:555px;
	overflow:hidden;
}
.articlelist ul {
	margin:8px 5px 0px 10px;
}
.articlelist ul li {
	background-image:url(../images/libg.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:12px;
	line-height:25px;
	height:25px;
	color:#4B4B4B;
	border-bottom:1px dashed #CCCCCC;
}
.articlelist ul li a{
	color:#4B4B4B;
	letter-spacing:1px;
	text-decoration:none;
}
.articlelist ul li b{
	font-weight:normal;
	float:right;
	margin-right:15px;
}
.pagebox{
	width:100%;
	height:40px;
	margin-top:15px;
	line-height:40px;
	color:#4B4B4B;
	text-align:center;
}
.pagebox i{
	font-style:normal;
}
.pagebox a{ color:#4B4B4B; text-decoration:none;
	padding:5px 10px;
	border:1px solid #4b4b4b;
	margin-left:10px;

}
#gotopage{
	height:25px;
	padding:2px 5px;
	text-align:center;
	margin-left:20px;
}
.footer{
	width:100%;
	border-top:4px solid #ADADAD;
	height:120px;
	color:#777777;
	font-family:"宋体";
	font-size:12px;
	letter-spacing:1px;
	text-align:center;
}
.footer ul{
	clear:both;
	margin:10px auto;
	width:1000px;
}
.footer li{
	display:inline-block;
	float:left;
	height:20px;
	line-height:20px;
	background-image:url(../images/linksbg.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
	margin-right:20px;
	margin-bottom:10px;
}
.footer a{
	color:#777777;
	text-decoration:none;
}
.footer a:hover{
	color:#00F;
	
}
.footer p{
	clear:both;
	margin:8px;
}

.articlecontent{
	width:99%;
	margin:0px auto;
	font-family:"宋体";
	font-size:14px;
	color:#676767;
	line-height:24px;
	text-indent:2em;
	letter-spacing:1px;
}
.articlecontent p{
	margin:7px 0px;
}
/*
.articlecontent img{
	max-height:750px;
}
*/
.articlehead{
	border-bottom:1px dashed #999;	
	width:95%;
	text-align:center;
	margin:20px auto 15px auto;
}
.articlehead h1{
	line-height:35px;
	font-size:18px;
}
.articlehead h3{
	font-size:14px;
	font-weight:normal;
	padding:5px;
}
.articlehead h3 span{
	margin-left:20px;
}
.distable{
	background-color:#333;
}
.distable th,.distable td{
	background-color:#FFF;
	text-indent:0px;
	padding:0px 5px;	
}