.nhw_toolbar{ 
	position: fixed; 
	right: 30px; 
	z-index: 99;
	display: block; 
	width: 60px; 
	top: 50%;
	margin-top: -150px;
	background: rgba(0,0,0,0.72);
}
.nhw_toolbar .position-top{
	position: absolute;
	background: url(../img/postion-top.png) no-repeat;
	width: 60px;
	height: 27px;
	display: inline-block;
	left: 0;
	top: -27px;
}
.nhw_toolbar .position-bottom{
	position: absolute;
	background: url(../img/postion-bottom.png) no-repeat;
	width: 60px;
	height: 26px;
	display: inline-block;
	left: 0;
	bottom: -26px;
}
.nhw_toolbar ul{
	margin: -11px 0 0;
}
.nhw_toolbar ul li{
	text-align: center;
	cursor: pointer;
	position: relative;
}
.nhw_toolbar ul li a{
	display: block;
}
.nhw_toolbar ul li.top-border a{
	height: 38px;
	line-height: 38px;
	border-top: 2px solid #000;
	-moz-box-shadow:0px -1px 0px #6A6D6C; 
	-webkit-box-shadow:0px -1px 0px #6A6D6C; 
	box-shadow:0px -1px 0px #6A6D6C;
}
.nhw_toolbar ul li.top-border.on a{
	color: #26a331;
}
.nhw_toolbar ul li.share-border a.share-a{
	border-top: 2px solid #000;
	-moz-box-shadow:0px -1px 0px #6A6D6C; 
	-webkit-box-shadow:0px -1px 0px #6A6D6C; 
	box-shadow:0px -1px 0px #6A6D6C;
}

.nhw_toolbar ul li .icon{
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;

}
.nhw_toolbar ul li.top{
	margin-top: 15px;
    margin-bottom: -20px;
}
.nhw_toolbar ul li .icon_01{
	background: url(../img/right-search.png) no-repeat;
}
.nhw_toolbar ul li.on .icon_01{
	background: url(../img/right-search-cur.png) no-repeat;
	background-size: 100%;
}
.nhw_toolbar ul li .icon_02{
	background: url(../img/right-qq.png) no-repeat;
}
.nhw_toolbar ul li .icon_03{
	background: url(../img/right-top.png) no-repeat;
}
.nhw_toolbar ul li span{
	display: block;
	color: #fff;
}
.nhw_toolbar ul li .share-icon{
	background: url(../img/share.png) no-repeat;
	width: 23px;
	height: 23px;
	margin: 5px auto 0;
}
.nhw_toolbar ul li .search-box{
	position: absolute;
	left: -311px;
	top: 4px;
	background: rgba(0,0,0,0.76);
	padding: 6px;
	width: 300px;
	height: 28px;
	z-index: 9999;
}
.nhw_toolbar ul li .layer.hide{
	display: none;
}
.nhw_toolbar ul li .input-sch{
	background: #fff;
	border: 0;
	height: 26px;
	padding-left: 10px;
	width: 290px;
	border-radius: 0;
}
.nhw_toolbar ul li .search-year,.nhw_toolbar ul li .search-phone{
	position: absolute;
	left: -282px;
	top: -60px;
	background: rgba(0,0,0,0.76);
	padding: 6px;
	width: 270px;
	height: 212px;
	z-index: 9999;
	display: none;
}
.nhw_toolbar ul li .search-phone{
	top: -80px;
	left: -242px;
	width: 230px;
	height: 180px;
}
.nhw_toolbar ul li .search-phone p{
	text-align: left;
	font-size: 14px;
	color: #000;
}
.nhw_toolbar ul li .search-share{
	padding: 10px 15px;
	position: absolute;
	left: -280px;
	width: 250px;
	top: 0;
	background: rgba(0,0,0,0.6);
}
.nhw_toolbar ul li .search-share.hide{
	display: none;
}
.nhw_toolbar ul li .search-share ul{
	overflow: hidden;
	margin: 0;
}
.nhw_toolbar ul li .search-share ul li{
	float: left;
	margin-right: 10px;
}
.nhw_toolbar ul li .search-share ul li:last-child{
	margin-right: 0;
}
.nhw_toolbar ul li .search-share ul li a{
	border: 0;
	box-shadow: none;
}
.nhw_toolbar ul li.share-border.on span{
	color: #26a331;
}
.nhw_toolbar ul li .search-phone .layer-box{
	width: 210px;
	height: 160px;
}
.nhw_toolbar ul li .layer-box{
	background: #fff;
	width: 250px;
	height: 190px;
	position: relative;
	padding: 10px;
}
.nhw_toolbar ul li .search-year .layer-title{
	background: url(../img/card-title.png) no-repeat;
	width: 237px;
	height: 25px;
	margin: 0 auto 12px;
}
.nhw_toolbar ul li .search-phone .layer-title{
	background: url(../img/service-title.png) no-repeat;
	width: 200px;
	height: 25px;
	margin: 0 auto 12px;
}
.nhw_toolbar ul li .layer-box p{
	margin-bottom: 12px;
}
.nhw_toolbar ul li .layer-box span{
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 14px;
}
.nhw_toolbar ul li .layer-box .layer-input{
	width: 170px;
	border: 1px solid #c7c7c7;
	padding-left: 10px;
	height: 25px;
}
.nhw_toolbar ul li .layer-box .search-btn{
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #4fbe54;
	color: #fff!important;
	font-size: 14px;
	border: 0;
	margin: 0 auto;
	box-shadow: none;
}
.nhw_toolbar ul li .layer-close{
	position: absolute;
	background: url(../img/layer-close.png) no-repeat;
	width: 13px;
	height: 13px;
	right: 5px;
	top: 5px;
}
/*.social-share .social-share-icon{
	width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
	font-size: 24px!important;
}
.social-share .icon-wechat .wechat-qrcode.bottom{
	top: -208px!important;
    left: -117px!important;
}*/