@charset "utf-8";
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:50%;margin-top:-100px;right:-127px;transition:all .5s ease;}
.yb_bar ul li{width:115px;height:54px; padding:0 10px 0 55px; line-height:54px; font-size:17px; font-weight:bold; color:#eee; margin-bottom:1px;border-radius:4px 0 0 3px;overflow:hidden; position: relative;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.yb_bar ul li:hover{
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.yb_bar ul li a{color:#b28f67; cursor:pointer;}
.yb_bar .yb_dealer{background:url(../images/2018/fixCont.png) no-repeat 0 0; right:0;}
.yb_bar .yb_dealer:hover{right:100px;}
.yb_bar .yb_phone{background:url(../images/2018/fixCont.png) no-repeat 0 -57px; right:0;}
.yb_bar .yb_phone:hover{right:127px}
.yb_bar .yb_testdirve{background:url(../images/2018/fixCont.png) no-repeat 0 -114px; right:0;}
.yb_bar .yb_testdirve:hover{right:85px;}
.yb_bar .yb_ercode{background:url(../images/2018/fixCont.png) no-repeat 0 -228px; right:0;}
.yb_bar .yb_ercode:hover{right:127px; height:200px;}
.yb_bar .yb_top{background:url(../images/2018/fixCont.png) no-repeat 0 -171px; cursor:pointer;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_bar .yb_phone img{width: 100%; display: block; overflow: hidden;}
.yb_bar .yb_ercode span{display:block; background:url(../images/2018/yb_ercode_bg.png) repeat; width: 100%; padding-top:10px; position: absolute; left:0; top:54px; text-align: center; border-top:1px solid #555;}