a:focus{outline:none;}
.header{
	width: 100%;
	font-size:14px;
	*height:60px;
	height:60px;
}
.header_top{
	width: 1170px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	color: #666;
	text-align: right;
}
.header_top>span{
	float: left;
}
.header_top i{
	margin: 0 20px;font-style:normal;
}
.header_top a{
	color: #666;
}
.header_login{
	padding-left: 20px;
	cursor: pointer;
	display:inline-block;
	margin-top:-10px;
	position:relative;
}
.header_login img{
	border: none;
	width:40px;height:40px;
	border-radius:100%;
}
/*#header_username{
	width: 150px;
}*/
.header_bottom{
	border-top: 1px solid #ddd;
	padding: 20px 0 5px;
	background:#fff;
}
.header_center{
	width: 1170px;
	height: 37px;
	margin: 0 auto;
	text-align: left;position:relative;
}
.header_logo img{
	border: none;
}
.header_nav{
	float: right;
	/*padding-top: 11px;*/
	height: 37px;
}
.header_nav li{
	margin-left: 30px;
	float: left;
	height: 34px;
}
.header_nav a{
	color: #3b3b3b;
	font-size: 16px;
	display: block;
	height: 100%;
}
.header_nav li:hover a{
	border-bottom: 2px solid #E40315;
}
.header_nav li.active a{
	border-bottom: 2px solid #E40315;
}
.header_logo{position:absolute;top:-20px;left:0;width:200px;}
.header_logo img{max-width:100%;height:auto;*width:200px;width:200px\0;*height:56px;height:56px\0;}
.header_top_right{float:right;}
.header_user_right{float:right;/*padding-top:10px;*/margin-left:15px;font-size:16px;position: relative;}
.header_user_right span{padding:0 5px;}
.header_user_right span a{color:#333;}

/*加载动画*/
.loadBox{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.4);
}
.loadBox img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	*margin-left: -7px;
	*margin-top: -7px;
}

/*下拉菜单*/
.person_menu{position:absolute;top:42px;right:0;width:180px;background:#fff;text-align:left;box-shadow:0 0px 6px rgba(0,0,0,.2);font-size:14px;color:#221919;line-height:1;z-index:99;border-radius:3px;display:none;}
.p_menu_top{line-height:40px;color:#333;font-size:14px;border-bottom:2px solid #F1F1F1;}
.p_menu_top a{display:block;color:#333;padding:0 25px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.p_menu_top a em{font-style:normal;}
.p_menu_list li{padding:0 25px;line-height:35px;font-size:14px;margin:3px 0;}
.p_menu_list li p{}
.p_menu_list li em{padding:2px 4px;background:#FF4A3C;border-radius:10px;top:0px;left:60px;font-size:12px;color:#fff;text-align: center;line-height: 1;font-style: normal;position:absolute;}
.p_menu_list li a{color:#333;display:block;position:relative;}
.p_menu_list li:hover{background:#F4F4F4;}
.quite{padding:0 25px;color:#333;font-size:14px;display:block;line-height:40px;border-top:2px solid #F1F1F1;}
/*分页*/
.pagebox{margin:20px 0;height:36px;color:#666;font-size:14px;position:relative;cursor: pointer;}
.pagebox em{font-style:normal;}
.pageleft{float:left;}
.pageleft a,.pageright a{width:80px;height:36px;line-height:36px;background:#eee;color:#999;font-size:14px;display:inline-block;text-align:center;}
.pageleft a:hover,.pageright a:hover,.pageleft a.active,.pageright a.active{background:#C69C6D;color:#fff;}
.pagefirst i,.pagelast i{width:15px;height:12px;display:inline-block;vertical-align:middle;background:url('../images/pagepic.png') no-repeat;}
.pagefirst i{margin-right:5px;}
.pagelast i{background-position:-15px 0;margin-left:5px;}
.pageprev i,.pagenext i{width:9px;height:12px;display:inline-block;vertical-align:middle;background:url('../images/pagePrev.png') no-repeat;}
.pageprev i{margin-right:5px;}
.pagenext i{margin-left:5px;background-position:-9px 0;}
.pagefirst.active i,.pagelast.active i{background:url('../images/pagepic_02.png') no-repeat;}
.pagelast.active i{background-position:-15px 0;}
.pageprev.active i,.pagenext.active i{background:url('../images/pageNext.png') no-repeat;}
.pagenext.active i{background-position:-9px 0;}
.pageleft a:hover.pagefirst i{background:url('../images/pagepic_02.png') no-repeat;}
.pageleft a:hover.pageprev i{background:url('../images/pageNext.png') no-repeat;}
.pageright a:hover.pagenext i{background:url('../images/pageNext.png') no-repeat;background-position:-9px 0;}
.pageright a:hover.pagelast i{background:url('../images/pagepic_02.png') no-repeat;background-position:-15px 0;}
.pagemid{height:36px;position:absolute;top:0;left:35%;}
.pageright{float:right;}
.pageNumInput{width:34px;height:34px;line-height:34px;text-align:center;border:1px solid #ddd;background:#f5f5f5;margin-left:3px;margin-right:3px;font-family:'微软雅黑';font-size:14px;vertical-align:middle;color:#666;}
#menu{
	display: none;
	position: absolute;
	top: 5px;
	right: 0;
}
.menu_login{
	display: none;
}
/*分享*/
#qrcode {
  width:256px;
  height:256px;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  margin:-128px 0 0 -128px;
  display: none;
}  
#qrcode_code{
	width:256px;
    height:256px;
}
#qrcode_close{
	position: absolute;
	top: -12px;
	right:-12px;
	cursor: pointer;
}
#adai_share{
	display: none;
	margin-top: 4px;
}
#adai_share img{
	width: 16px;
	height: 16px;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.header_center{
		width: 90%;
	}
	.header_nav{
		position: absolute;
		top: 40px;
		right: 0;
		background: #fff;
		width: 150px;
		display: none;
		overflow: hidden;
		height: 326px;
		text-indent: 20px;
		z-index: 10000;
	}
	.header_nav li{
		width: 100%;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #ddd;
		margin: 0;
	}
	.header_nav li.active a{
		border-bottom: none;
	}
	.header_user_right{
		display: none;
	}
	#menu{
		display: block;
	}
	.menu_login{
		display: block;
	}
}
#bdshare_weixin_qrcode_dialog{height:310px !important;}
.bd_weixin_popup .bd_weixin_popup_foot{line-height: 16px !important;}