/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:994px;
	margin:0 auto;
	font-size:12px;	
	color:#555;
	font-family:"宋体";	
}
h1,h2,h3{
	font-family:"Microsoft Yahei";
	font-weight:500;	
}
img{
	border:none;	
}
a{
	color:#555;
	text-decoration:none;	
}
a:hover{
	color:#f60;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.container{
	width:994px;
	margin-left:auto;
	margin-right:auto;
	/*text-align:center;*/
}

/*公用CSS 开始*/

/*header 开始*/
.header{
	height:86px;
	background:#f1f1f1;	
}
.header .top_collect{
	float:right;
	width:157px;
	height:21px;
	line-height:19px;
	background:url("../images/top_collect.png") no-repeat left top;
	margin:30px 20px 0 0;	
	text-align:center;
}
.header .top_collect a{
	color:#fff;
	padding:0 10px;	
}
/*header 结束*/

/*nav 开始*/
.nav{
	height:54px;
	background:url("../images/nav_bg.png") repeat-x left top;	
	position:relative;
	z-index:1000;
}
.nav_in{
	width:970px;
	height:54px;
	margin:0 auto;
	background:url("../images/nav_in_bg.png") left top;	
	padding-left:2px;
}
.nav_in .nav_par{
	float:left;
	position:relative;	
	z-index:1000;
}
.nav_in .a_par{
	display:inline-block;
	width:121px;
	height:54px;
	background:url("../images/nav_a.png");	
	float:left;
	text-align:center;
	cursor:pointer;
}
.nav_in .a_par:hover,.nav_in .hover{
	background:url("../images/nav_a_h.png");		
}
.nav_in  .a_par span{
	display:inline-block;	
	width:121px;
	font-size:14px;
	height:16px;
	line-height:16px;
	font-family:"Microsoft Yahei";
	color:#29166f;
	margin-top:12px;
	margin-bottom:4px;
}
.nav_in  .a_par em{
	display:inline-block;	
	width:121px;
	font-size:9px;
	font-family:"Arial";	
	color:#8a80a7;
}
.nav_in .nav_child{
	display:none;
	position:absolute;
	z-index:1000;
	left:0;
	top:48px;	
	width:200px;
	padding-top:6px;
	background:url("../images/child_nav_bg.png") no-repeat 55px top;	
}
.nav_in .child_in{
	clear:both;	
	background:#56498f;	
	border-radius:5px;
	padding:5px 0;
}
.nav_in .nav_child a{
	display:inline-block;
	height:25px;
	line-height:25px;
	width:85px;
	float:left;
	padding-left:15px;	
	color:#fff;
}
.nav_in .nav_child a:hover{
	text-decoration:underline;	
}
/*nav 结束*/

.banner{
	height:206px;
	background:url("../images/banner.jpg") no-repeat top center;	
}

/*mar_public 开始*/
.mar_public{
	width:927px;
	height:32px;
	line-height:32px;
	overflow:hidden;
	position:relative;	
	padding-left:44px;
	margin:0 auto;
	background:url("../images/mar_public.png") no-repeat left center;
}
.mar_public ul{
	width:900px;
	float:left;
	height:32px;
	overflow:hidden;
	position:relative;	
}
.mar_public li a{
	margin-right:30px;	
}
.mar_public .btns{
	width:20px;
	height:32px;
	float:right;	
	cursor:pointer;
}
.mar_public .btns .c_btn{
	width:5px;
	height:32px;	
}
.mar_public .btns .pre{
	float:left;
	background:url("../images/mar_pre.png") no-repeat left center;	
}
.mar_public .btns .next{
	float:right;
	background:url("../images/mar_next.png") no-repeat left center;	
}
/*mar_public 结束*/

.main{
	background:url("../images/main_bg.png") repeat-x left top;	
}

/*aside 开始*/
.aside{
	width:220px;
	float:left;	
}
.aside h2{
	height:44px;
	line-height:44px;
	font-size:18px;
	color:#53409b;
	border-bottom:2px solid #5b4aa0;	
	margin-bottom:12px;
}
.aside li{
	height:26px;
	margin-bottom:9px;	
}
.aside li a{
	display:inline-block;
	width:172px;
	padding-left:48px;
	height:26px;
	line-height:26px;
	font-size:14px;
	font-family:"Microsoft Yahei";
	color:#000;	
	background:url("../images/aside_li.png") no-repeat;
}
.aside li a:hover,.aside li a.hover{
	color:#29166f;
	background:url("../images/aside_li_h.png") no-repeat;		
}
/*aside 结束*/

/*section 开始*/
.section{
	width:750px;
	min-height:600px;
	_height:600px;
	padding-bottom:20px;
	float:right;	
	color:#575757;
	line-height:2;
}
.section .pos{
	height:44px;
	line-height:44px;
	border-bottom:1px solid #bebebe;	
	margin-bottom:13px;
}
.section .pos p{
	float:right;
	padding-left:11px;
	height:44px;
	line-height:44px;
	background:url("../images/pos_bg.png") no-repeat left center;	
}
/*section 结束*/

/*footer 开始*/
.footer{
	height:61px;
	margin-top:17px;
	border-top:1px solid #dcdcdc;	
	background:url("../images/footer_bg.png") repeat-x left top;
	padding-top:8px;
	color:#8d8d8d;
}
.footer p{
	padding-top:8px;	
}
.footer .rt{
	text-align:right;	
}
/*footer 结束*/

.page{
	height:24px;
	margin:30px 0;
	text-align:center;	
}
.page a,.page span{
	display:inline-block;
	height:22px;	
	line-height:22px;
	border:1px solid #ccc;
	padding: 0 8px;
	cursor:pointer;
}
.page span,.page a:hover{
	background:#041b67;	
	border-color:#041b67;
	color:#fff;
}

/*公用CSS 结束*/

/*about.html*/
.about p{
	line-height:180%;
	text-indent:2em;		
}
/*about.html*/

/*news.html*/
.news .pic_new{
	height:134px;
	padding-bottom:31px;
	border-bottom:1px solid #e5e5e5;	
	margin-bottom:16px;
}
.news .pic_new .pic{
	width:189px;
	height:124px;
	background:url("../images/pic_news.png") no-repeat;	
	float:left;
	padding:10px 0 0 10px;
}
.news .pic_new .info{
	width:536px;
	height:134px;
	float:right;	
	position:relative;
}
.news .pic_new h2{
	height:45px;
	line-height:45px;
	font-size:16px;
	border-bottom:1px solid #e5e5e5;	
	margin-bottom:5px;
}
.news .pic_new p{
	line-height:160%;
	text-indent:2em;	
}
.news .pic_new .info span{
	position:absolute;
	right:0;
	bottom:0;	
}
.news li{
	height:33px;
	line-height:33px;	
	padding:0 10px 0 30px;
	background:#efefef url("../images/news_li.png") no-repeat 13px center;	
}
.news .db{
	background-color:#fff;	
}
.news li span{
	float:right;	
}
.news li a{
	display:inline-block;
	width:500px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
/*news.html*/

/*pic.html*/
.pic dl{
	width:211px;
	height:180px;
	overflow:hidden;
	float:left;
	_display:inline;
	margin:0 20px 0 19px;	
	text-align:center;
}
.pic dt{
	width:205px;
	height:140px;
	padding:2px;
	border:1px solid #e9e7e8;		
}
.pic dd{
	height:36px;
	line-height:36px;	
}
/*pic.html*/