/*@charset "utf-8";*/
/*客服代码css 金思绪*/
.cus_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.cus_bar ul li{width:180px;height:53px;font:16px;line-height:53px;color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.cus_bar .cus_top{ background:#ff4a00 url(../images/cus_top.png) no-repeat 0 0;}
.cus_bar .cus_phone{background:#ff4a00 url(../images/cus_tel.png) no-repeat 0 0px;}
.cus_bar .cus_phone a{ color:#FFFFFF; }
.cus_bar .cus_qq{text-indent:0;background:#ff4a00 url(../images/cus_qq.png) no-repeat 0 0px;}
.cus_bar .cus_ercode{background:#ff4a00 url(../images/cus_wx.png) no-repeat 0 0px;}
.cus_bar .cus_qrcode{background:#ff4a00 url(../images/cus_qr.png) no-repeat 0 0px;}
.cus_qr{padding:0 29px 25px 29px;}
.cus_qq a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
@media screen and (min-width: 1420px) {/* 执行1200px版的css*/   
}
@media screen and (min-width: 1220px) and (max-width: 1419px) { /*执行1000px版的css*/  
}
@media screen and (min-width: 750px) and (max-width: 1219px) { /*执行750px版的css*/  
}
@media screen and (max-width: 749px) { /*执行100%宽度版的css*/  
.cus_conct{ display:none;}
}