a{
	text-decoration: none;
}
.header{
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.head_con{
	width: 1120px;
	height: 50px;
	margin:0 auto;
}
.logo img{
	margin-top: 8px;
}
.nav{
	color: #373737;
	font-size: 16px;
}
.nav ul li{
	float: left;

	line-height: 50px;
	list-style: none;
	display: block;
	width: 106px;
	text-align: center;
	color:#373737;
}

.nav ul li a{
	font-size: 16px;
	color: #373737;
	display:block;
}
.nav ul li.curmenu a{
	background: #eaf2f9;
	border-bottom:3px solid #61a8eb;
	color:#61a8eb;
	line-height: 47px;
}
.lore{
	width: 65px;
	margin-top: 19px;
	font-size: 12px;
	line-height: 13px;
}
.login{
	width: 32px;
	text-align: left;
	border-right: 1px solid #9c9c9c;
	height: 13px;
}
.login a{
	color: #2ca5f9;
}
.register{
	width: 32px;
	text-align: right;
	height: 13px;
}
.register a{
	color: #9c9c9c;
}
.footer{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #2c2c2c;
	margin-top: 70px;
}
.footer p{
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 47px;
	height: 47px;
	border: none;
	text-indent: 100%;
	background: url(../images/up-arrow.png) no-repeat 8.8px 12px #24d6c5;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	text-indent: -9999em;
}
.ht_50{height:50px;}
.w_100{width:100%;}
.w_1120{width:1120px;margin:0 auto;}
.bg_gray{background: #f3f7f9;}
.curlist{border-bottom: 2px solid #4975e5}
.curlist a{color:#4975e5 !important;}
.page_info{text-align:left;margin-top:10px;color: #666;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{/* height:24px; *//* line-height:24px; */text-align:left;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;padding-bottom: 20px;}
.page_list a{display:inline-block;color:#898989;background:#f8f8f8;text-align:center;padding:8px 18px;margin:0 1px;}
.page_list a:hover{color:#fff;background:#ff9001;}
.page_list a.on{color:#fff;border:1px solid #fff;background:#ff9001;}
.masonry-item{position: relative}
#shark-weixin-content{position: absolute;left:120px;top:-30px;background: #fff;border-radius:5px;box-shadow: 2px 2px 2px #ddd}