.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 10px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background:#365bab url(yb_top.png) no-repeat;
}

.yb_bar .yb_phone {
	background:#365bab url(dianhua.png) no-repeat;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background:#365bab url(kefu.png) no-repeat;
}

.yb_bar .wei_xin {
	text-indent: 0;
	background:#365bab url(weixin.png) no-repeat;
	color: white;
}

.yb_bar .bao_jia {
	text-indent: 0;
	background:#365bab url(baojia.png) no-repeat;
	color: white;
}

.yb_bar .bao_jia a,
.yb_bar .wei_xin a {
	color: white;
	text-indent: 54px;
	position: absolute;
}

.yb_bar .yb_ercode {
	/*height:200px;*/

	background:#365bab url(fixCont.png) no-repeat 0 -169px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

#nb_icon_inner_wrap{
	display: none !important;
	width: 0px !important;
	height: 0px !important;
}

@media screen and (max-width: 768px) {
	.yb_conct {
		display: none !important;
		width: 0px !important;
		height: 0px !important;
	}
}


