/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:985px;
	margin:0 auto;
	font-size:12px;	
	font-family:"宋体";	
	color:#626262;
}
h1,h2,h3{	
	font-weight:500;	
}
table{
	border-collapse:collapse;	
}
table td{
	padding:0;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#626262;
	text-decoration:none;	
}
a:hover{
	color:#13659f;	
}
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:985px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

/*header 开始*/
.header{
	width:945px;
	padding:0 20px;
	margin:0 auto;
	height:34px;
	line-height:34px;
	border-bottom:1px solid #b2b1b7;	
	background:#f7f7f7;
}
/*header 结束*/
.header_banner{
	margin:0 auto;
	width:985px;
	height:99px;
	overflow:hidden;	
}

/*nav 导航开始*/
.nav{
	width:983px;
	height:40px;
	margin:0 auto;
	background:url("../images/nav_bg.png") repeat-x left top;	
	font-size:14px;
	padding-left:2px;
}
.nav a{
	float:left;
	color:#fff;
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 15px;
	margin-right:1px;
	min-width:33px;
	_width:63px;
	text-align:center;
	background:url("../images/nav_a.gif") no-repeat right top;
	margin-left:-2px;
}
.nav a:hover,.nav a.hover{
	background:#1664c9;	
	border-right:1px solid #0f55c4;
	margin-right:0;
}
/*nav 导航结束*/

/*classify 分类开始*/
.classify{
	height:310px;
	width:981px;
	margin:6px auto;
	border:2px solid #4085ea;	
	background:#fff;
}
.classify .handle{
	width:159px;
	height:310px;
	float:left;
	background:#4085ea;
	font-size:17px;
	color:#fff;
	margin-right:17px;
}
.classify .handle span{
	display:inline-block;
	width:132px;
	height:47px;
	line-height:47px;
	padding-left:27px;	
	cursor:pointer;
	background:url("../images/classify_handle.png") no-repeat 140px center;
}
.classify .handle .hover{
	color:#565656;
	background:#fff url("../images/classify_handleh.png") no-repeat 140px center;	
}
.classify .con{
	display:none;
	width:780px;
	padding-top:23px;
	float:left;	
}
.classify .show{
	display:block;	
}
.classify .cin{
	height:24px;
	clear:both;
	margin-bottom:25px;	
}
.classify .cim{
	float:left;	
}
.classify .cim span{
	float:left;
	display:inline-block;
	height:22px;
	width:44px;
	text-align:center;
	background:#dedcdd;
	color:#565656;
	border:1px solid #d1cfd0;
	line-height:22px;	
}
.classify .cim .text{
	height:22px;	
	+line-height:22px;
	line-height:22px\9;
	color:#565656;
	border:1px solid #d1cfd0;
	padding-left:4px;
	width:51px;
	float:left;	
	border-left:0;
}
.classify .cim .long{
	width:145px;	
}
.classify .cim em{
	display:inline-block;
	height:22px;
	line-height:22px;
	padding:0 4px;
	border:1px solid #d1cfd0;
	border-left:0;
	float:left;
}
.classify .cim i{
	font-style:normal;
	float:left;
	line-height:24px;
	padding-left:5px;	
}
.classify .ul_ra li{
	height:44px;
	line-height:44px;
	border-bottom:1px solid #e2dedd;	
}
.classify .ul_ra .end{
	border:0;
}
.classify .ul_ra span{
	float:left;	
	margin-right:10px;
}
.classify .ul_ra label{
	float:left;	
	margin-right:40px;
}
.classify .ul_ra .ra{
	position:relative;
	top:2px;
	margin-left:3px;	
}
/*classify 分类结束*/

/*head_search 顶部搜索*/
.head_search{
	width:985px;
	margin:0 auto;	
}
.head_search .search_area{
	height:30px;
	border:2px solid #4085ea;	
}
.head_search .search_area span{
	float:left;
	color:#fff;
	background:#4085ea;	
	display:inline-block;
	width:158px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:16px;
}
.head_search .text{
	width:745px;
	height:30px;
	border:0;
	float:left;
	padding-left:5px;
	+line-height:30px;
	line-height:30px\9;
	font-size:14px;	
}
.head_search .sub{
	width:73px;
	float:left;
	height:30px;
	background:#4085ea url("../images/search_sub.png") no-repeat center center;	
}
.hot_key{
	height:40px;
	line-height:30px;
	padding-left:180px;	
}
/*head_search 顶部搜索*/

.main{
	width:985px;
	margin:0 auto;	
}

/*m_outer 公用外框*/
.m_outer{
	position:relative;
	border:1px solid #cdcdcd;	
	background:#fff;
	margin-top:10px;
	position:relative;
	padding-top:4px;
	box-shadow:1px 1px 0 #f0f0f0;
}
.m_outer .m_tb{
	height:5px;	
	font-size:1px;
	position:absolute;	
	left:-1px;
	top:-1px;
	background:#3e86e8;
}
.m_outer .m_head{
	height:30px;
	line-height:30px;
	background:#f3f3f3;
	padding-right:17px;
	position:relative;
	clear:both;
}
.m_outer .tit{
	display:inline-block;
	width:86px;	
	height:36px;
	line-height:30px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	color:#000;
	background:url("../images/m_tit.png") no-repeat top center;
}
.m_outer .m_head .more{
	float:right;
	margin-left:5px;
	color:#000;
}
.m_outer .m_head .more:hover{
	color:#13659f;	
}
.m_outer .ul_list{
	padding:0 10px;	
	margin-top:15px;
}
.m_outer .ul_list li{
	height:24px;
	line-height:24px;
	vertical-align:top;	
	clear:both;
}
.m_outer .ul_list a{
	float:left;
	max-width:220px;
	_width:220px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;		
}
.m_outer .ul_list span{
	float:right;	
}
.m_outer .time{
	color:#3f86e9;		
}
/*m_outer 公用外框*/

/*friends 友情链接*/
.friends{
	width:983px;
	margin:10px auto 0 auto;	
	padding-bottom:15px;
}
.friends .m_head span{
	float:left;
	color:#13659f;	
	padding-left:20px;
}
.friends .m_tb{
	width:985px;	
}
.friends .text_links{
	line-height:30px;	
}
.friends .text_links a{
	float:left;
	margin:0 20px;
	color:#000;	
}
.friends .text_links a:hover{
	color:#13659f;	
}
.friends .pic_links a{
	float:left;
	margin:20px 20px 0 20px;	
}
/*friends 友情链接*/

/*footer 底部*/
.footer{
	width:985px;
	height:64px;
	padding-top:6px;
	margin:10px auto 0 auto;
	background:#979797;	
	text-align:center;
	color:#eaeaea;
	line-height:30px;
}
.footer a{
	color:#eaeaea;	
}
.footer a:hover{
	color:#fff;	
}
/*footer 底部*/

/*公用CSS 结束*/