/*header ----- */
.headerBar {
	height:30px; 
	background:#f9f9f9; 
	line-height:30px; 
	color:#8c8c8c;
}
.headIp {
	background:url(../images/headIp.png) no-repeat 0 4px;
	padding-left:30px;
}
.headerBarR a {
	margin-left:15px;
	color:#8c8c8c;
}
.header_box {
	margin:20px auto 10px;
}
.logoImg {
	width:97px;
	height:80px;
	overflow:hidden;
}
.erwmBox {
	min-width:380px;
	position:relative;
	height:100px;
}
.erwm_img_bd {
	width:85px;
	height:85px; 
	overflow:hidden;
	position:absolute;
	right:15px;
	top:-10px;
}
.erwm_img_bd a {
	display:block;
	width:85px; 
	margin-bottom:4px; 
	height:85px;
}
.erwm_img_bd img {
	display:block;
	width:85px;
	height:85px;
}
.erwm_img_trg {
	position:absolute;
	top:-5px;
	right:0px;
	width:8px;
}
.erwm_img_trg a {
	display:block;
	width:8px;
	height:8px;
	background:#e5e5e5;
	border-radius:50%;
	margin-bottom:5px;
}
.erwm_img_trg a.on {
	background:#e60000;
}
.erwm_img_font {
	position:absolute;
	bottom:0;
	width:85px;
	right:15px;
	text-align:center;
	color:#999;
	font-size:12px;
}
.searchBox {
	width:460px;
	height:28px;
	border:1px solid #ee4b4b;
	margin-top:25px;
}
.searchInput {
	border:0;
	background:#fff;
	padding: 4px 12px;
	display:block;
	float:left;
	width:305px;
	outline:none;
}
.searchBtn {
	background:url(../images/searchBtn.png) no-repeat;
	display:block;
	border:0;
	width:17px; 
	height:18px;
	float:right;
	margin:6px 5px 0 0;
}
.CRselectValue{
	position:relative; 
	text-decoration:none; 
	display:block; 
	width:85px; 
	height:28px; 
	line-height:28px; 
	padding-left:15px; 
	background:url(../images/selectBg.png) no-repeat; 
	overflow:hidden;
}
.CRselectBoxOptions{
	position:absolute; 
	width:98px; 
	border:1px solid #918d8e; 
	background:#FFF; 
	z-index:10;
}
.CRselectBoxItem{
	width:98px; 
	height:20px; 
	line-height:20px; 
	overflow:hidden;
}
.CRselectBoxItem a{
	display:block; 
	width:83px; 
	padding-left:15px;  
	text-decoration:none;
}
.CRselectBoxItem .selected{
	display:block; 
	width:83px; 
	height:20px; 
	line-height:20px; 
	background:#316ac5; 
	color:#FFF; 
	text-decoration:none;
}
.navBox {
	background:#ee4b4b;
	height:40px;
	line-height:40px;
}
.navBox a {
	padding:0 35px;
	color:#fff;
	font-size:16px;
	display:block;
	float:left;
	margin-right:35px;
}
.navBox a:hover,
.navBox a.on {
	background:#d73c3c;
	text-decoration:none;
}
/*footer ----*/
.footer {
	background:#f5f5f5;
	padding:45px 0;
	color:#393939;
}
.footDl {
	width:160px;
	float:left;
	margin-left:20px;
}
.footDl dt {
	font-size:20px;
}
.footDl dd {
	line-height:40px;
	font-size:14px;
}
.wbIco,
.dhIco,
.yjIco {
	background:url(../images/footIco.png) no-repeat;
	padding-left:35px;
}
.wbIco {
	background-position:0 10px;
}
.dhIco {
	background-position:0 -40px;
}
.yjIco {
	background-position:0 -90px;
}
.footEwm {
	width:250px;
}
.footEwm h3 {
	font-size:24px;
	font-weight:normal;
	margin-bottom:15px;
}
.footLink {
	width:800px;
	margin:50px auto 0;
	text-align:center;
	font-size:14px;
	line-height:28px;
	position:relative;
	min-height:6em;
}
.footLogo {
	position:absolute;
	left:20px;
	top:0;
}
.footLink p a {
	margin:0 3px;
}
/*crumb ---- */
.crumb {
	margin:15px 0;
	height:24px;
	border-left:4px solid #ee4b4b;
	padding-left:12px;
	line-height:24px;
	font-size:14px;
}
.firstLink {
	font-size:18px;
	margin-right:20px;
}

.crumbSep {
	margin:0 5px;
}
/*to_top ---*/
a.top_stick,
a.top_stick:active, 
a.top_stick:visited {background:url(../images/to-top-button.jpg) no-repeat;
	background-size:100% 100%;
	display:block;
	height:43px;
	width:43px;
}
a.top_stick:hover{
	background:url(../images/to-top-button_H.jpg) no-repeat;
	background-size:100% 100%;
	display:block;
	height:43px;
	width:43px;
}
/*page ---- */
.page {
	text-align:center;
	font-size:14px;
	width:220px;
	margin:0 auto 15px;
}
.pageNum,
.ellipsis {
	color:#a6a6a6;
	margin:0 3px;
}
.current {
	background:#a6a6a6;
	color:#fff;
	width:26px;
	height:26px;
	display:inline-block;
	line-height:26px;
	font-size:18px;
}
.prevPage,
.nextPage {
	background:url(../images/pageIco.png) no-repeat;
	width:14px;
	height:26px;
	display:block;
}
.prevPage {
	background-position:0 0;
	float:left;
}
.nextPage {
	background-position:-16px 0;
	float:right;
}
 



