﻿.yb_conct {
	position: fixed;
	z-index: 9999999;
	top:280px;
	right: -177px;
	cursor: pointer;
	transition: all .3s ease;
}


.yb_bar ul li {
	width: 230px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff; text-align:left;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar ul li a{
	color:#FFFFFF;
}


.yb_bar .yb_top {
	background: #f40600 url('img/fixCont.png') no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #f40600 url(img/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_phone1 {
	background: #f40600 url(img/fixCont.png) no-repeat 0 -169px;
}
.yb_bar .yb_phone2 {
	background: #f40600 url(img/fixCont.png) no-repeat 0 -226px;
}
.yb_bar .yb_phone3 {
	background: #f40600 url(img/fixCont.png) no-repeat 0 -283px;
}
.yb_bar .yb_phone4 {
	background: #f40600 url(img/fixCont.png) no-repeat 0 -340px;
}
.yb_bar .yb_phone5 {
	background: #f40600 url(img/fixCont.png) no-repeat 0 -397px;
}






.yb_bar .yb_QQ {
	text-indent: 0;
	background: #f40600 url(img/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #f40600 url(img/fixCont.png) no-repeat 0 -454px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}


@media screen and (max-width: 780px) {
.yb_conct {
 top:200px;
}
}