@charset "utf-8";
/*公共部分一般网站都有，无需调用，直接调用漂浮样式即可*/

/*公共部分开始*/
*{margin:0px; padding:0px;}
body{font-size:12px;}
ul, li {list-style:none;}
a{ text-decoration:none;}
/*公共部分技术*/

/*客服部分style开始*/
.yb_conct{ position:fixed; z-index:9999999; top:100px; right:-104px; cursor:pointer; transition:all .3s ease;}
.yb_bar ul li{ opacity:0.9; width:140px; height:40px; font:13px/40px 'Microsoft YaHei'; color:#fff; text-indent:40px; margin-bottom:1px; border-radius:3px; transition:all .5s ease; overflow:hidden;}
.yb_bar ul li:hover{ opacity:1;}
.yb_bar .yb_top{ background:#ff4a00 url(/images/fixCont_01.jpg) no-repeat 0px 5px;}
.yb_bar .yb_phone{ background: #ff4a00 url(/images/fixCont_02.jpg) no-repeat  0px 5px;}
.yb_bar .yb_QQ{ text-indent:0; background: #ff4a00 url(/images/fixCont_03.jpg) no-repeat  0px 3px;}
.yb_bar .yb_ercode{ background: #ff4a00 url(/images/fixCont_04.jpg) no-repeat 4px 4px;}
.hd_qr{ margin:0 29px 25px 29px;}
.yb_QQ a{ display:block; text-indent:40px; width:100%; height:100%; color:#fff;}
/*客服部分style结束*/
