/*共用CSS*/
*{margin:0px;padding:0px;}
body { font: 12px/1.5 'Microsoft Yahei', 'Simsun'; color: #666666; background: #fff }
img { border: 0; display: block }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
a { outline: none; }
a:link, a:visited { text-decoration: none; color: #666 }
a:hover { text-decoration: none; }
.f_l{float:left;}
.f_r{float:right;}
.l_box{width:670px;}
.r_box{width:300px;}
/*头部样式*/
header{
	width:1000px;
	margin:20px auto;
	background:url(../images/top_s.jpg) no-repeat 0 0;
	overflow:hidden;
	clear:both;
	
	}
.top_x{width:1000px;
       height:49px;
	   text-align:center;
	   background:url(../images/top_x.jpg) no-repeat 0 0;
	   overflow:hidden;
	   clear:both;
}
.top_x a { display: inline-block; font-size: 16px; font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif; padding: 14px 20px; }
.top_x a:hover{background:#D17316;}
#topnav {
	width:60%;
	background:#48AE15;
	height:46px;
	line-height:46px; 
	text-align:center;
	border-radius:46px; 
}
#topnav a { display: inline-block; font-size: 18px; font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif; padding: 0 20px; }
#topnav a:hover { background: #fff; color: #000; }
#topnav a { color: #FFF }
#topnav_current { background: #F3FF41; }/* 高亮选中颜色 */
a#topnav_current { color: #000 }
article{
	width:1000px;
	margin:20px auto;
}
/*右侧选项卡*/
.tab{
	width:100%;
	margin:30px 0 20px 0;
	overflow:hidden;
}
.tab-top{
	height:32px;
	border-bottom:solid 1px #EAEAEA;
	font-size:14px;
}
#tb li a{
	float:left;
	height:32px;
	cursor:pointer;
	line-height:32px;
	list-style-type:none;
	padding:0 15px;
}
#tb li.cur a { color: #fff; background: #f77825; }
.bd { display: none }
.bd-news ul { padding: 10px 0 0 10px; background: url(../images/ph2.png) no-repeat 10px 29px; }
.bd-news ul li { border-bottom: solid 1px #EAEAEA; line-height: 30px; height: 30px; overflow: hidden; font-size: 14px; padding: 10px 0 0 30px; }
.bd-news ul li a { display: block; }
.bd-news ul li a:hover { color: #000; }
.bd-news ul li:hover { border-bottom: #000 1px solid; }/* 鼠标放上去的效果 */
/*标签云*/
.cloud{
	width:100%;
	clear:both;
	overflow:hidden;
}
.cloud h3{
	line-height:40px;
	color:#38485A;
	font-size:18px;
	border-bottom:1px solid #E6E6E6;
	height:40px;
}
.cloud ul{
	margin:20px 0;
}
.cloud ul li { line-height: 24px; height: 24px; display: block; background: #999; float: left; padding: 3px 11px; margin: 10px 10px 0 0; border-radius: 8px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.cloud ul li a { color: #FFF }
.cloud ul li:nth-child(8n-7) { background: #8A9B0F }
.cloud ul li:nth-child(8n-6) { background: #EB6841 }
.cloud ul li:nth-child(8n-5) { background: #3FB8AF }
.cloud ul li:nth-child(8n-4) { background: #FE4365 }
.cloud ul li:nth-child(8n-3) { background: #FC9D9A }
.cloud ul li:nth-child(8n-2) { background: #EDC951 }
.cloud ul li:nth-child(8n-1) { background: #C8C8A9 }
.cloud ul li:nth-child(8n) { background: #83AF9B }
.cloud ul li:first-child { background: #036564 }
.cloud ul li:last-child { background: #3299BB }
.cloud ul li:hover { border-radius: 0; text-shadow: #000 1px 1px 1px }