@charset "utf-8";

/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 400px;
	right: -110px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 160px;
	height: 43px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #2250a9 url(../images/fixCont.jpg) no-repeat 0 -5px;line-height:42px;height:42px;
}
.yb_bar .yb_wangwang {
	background: #2250a9 url(../images/fixCont.jpg) no-repeat 0 -59px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #2250a9 url(../images/fixCont.jpg) no-repeat 0 -118px;
}

.yb_bar .yb_WeiBo {
	text-indent: 0;
	background: #2250a9 url(../images/fixCont.jpg) no-repeat 0 -174px;
}

.yb_bar .yb_WeiXin {
	background: #2250a9 url(../images/fixCont.jpg) no-repeat 0 -230px;line-height:42px;height:42px;
}
.yb_bar .yb_WeiXin span{text-indent: 54px;width:160px; height:42px; display:block;}
.hd_qr {
	padding: 5px 15px 0px 18px; float:left
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff; line-height:42px;
}