@charset "utf-8";
/*-----------------初始化---------------------*/
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
a{text-decoration:none;}
/*-a:link, a:visited{color:#fff}-*/
.clear:after{content:'\20';display:block;height:0;clear:both;visibility:hidden;}
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;bottom:20px;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:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(rightbar.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(rightbar.png) no-repeat 0 -57px;}
.yb_bar .yb_phone a{color:#fff;font-size:14px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(rightbar.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(rightbar.png) no-repeat 0 -169px;}
.hd_qr{padding:0;margin-left:26px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}



/* 关闭按钮样式 */
.yb_close {
    float:left;
	display:block;
    position: absolute;
    top: 12px;
    right: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    z-index: 999;
    user-select: none;
}

.yb_close:hover {

    color: #fff;
    transform: rotate(90deg);
	font-weight: bold;
	}