.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: 0px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 135px;
	color: #fff;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
	padding:10px;
}
.yb_bar .yb_top {
	background:#37B10C;
}
.yb_bar .yb_phone {
	background: #37B10C;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #37B10C;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #37B10C;
}

.yb_bar ul li a span{
	color:#fff;
}
.yb_top span{
	display:block;
	float:left;
	margin-right:10px;
}