@charset "utf-8";
/*-----------------初始化---------------------*/

.clear:after{content:'\20';display:block;height:0;clear:both;visibility:hidden;}
/*固定的悬浮窗*/
.yb_conct{position:fixed;
	z-index:9999999;
	top:600px;
	right:0px;
	cursor:pointer;
	transition:all .3s ease;}
.yb_bar ul li{
	
	font:16px/53px 'Microsoft YaHei';
	color:#fff;
	
	margin-bottom:3px;
	border-radius:3px;transition:all .5s ease;
	overflow:hidden;}
/*.yb_bar .yb_top{background:#333 url(../images/rightbar.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#333 url(../images/rightbar.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#333 url(../images/rightbar.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#333 url(../images/rightbar.png) no-repeat 0 -169px;}*/
.hd_qr{padding:0 29px 25px 29px;}
.yb_conct li{float: none;}
.yb_QQ a{display:block;
	color:#fff;
	margin-top:5px; 
	 -webkit-margin-before: 0;
    -webkit-margin-after: 0;
     text-align:center; font-size: 12px;
      line-height: 14px;
      padding-bottom:5px;}                                           
.yb_bar .yb-li {
 	background:#333;
 	width:60px;
 	height: 70px;
 }
 .yb_bar .yb-li:hover{
 	background:#666;
 }
.yb-p{
	display: block;
	
	 -webkit-margin-before: 0;
    -webkit-margin-after: 0;
     text-align:center; font-size: 12px;
      line-height: 14px;
      padding-bottom:5px;
}

@media all and (max-width:760px){
	.yb_conct{display: none;}
	}