#toolbar {
    width: 60px;
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -170px;
    z-index: 1000000;
}
#toolbar ul {
}
#toolbar li {
    width: 60px;
    height: 60px;
    float: left;
    margin: 4px 0px;
    position: relative;
    list-style-type: none;
}
#toolbar li .t_item {
    width: 60px;
    height: 60px;
    background: #555555;
    text-align: center;
    line-height: 60px;
    display: block;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
#toolbar li a.t_item:hover, #toolbar li a.cur {
    /*background: #ff7010;*/
    background: #00b2ce;
}
.tool_qq {
    position: absolute;
    left: -140px;
    top: -100px;
    width: 148px;
    padding: 0 10px 0 0;
    display: none;
}
#qq_top {
    width: 100%;
    height: 85px;
    background: url(../images/skin/qq_top.png) no-repeat center;
}
.tool_qq_con {
    width: 100%;
    padding: 5px 0;
    float: left;
    background: #f9fbfb;
    text-align: center;
}
.tool_qq_con div {
    margin: 8px auto;
}
.tool_qq_con div a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.tool_qq_con div a:hover {
    /*color: #ff7010;*/
    color:  #00b2ce;
}
.tool_qq_con div a img {
    margin-right: 10px;
}
.tool_tel {
    width: 100%;
    margin-top: 15px !important;
}
.tool_tel h3 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #040404;
}
.tool_tel h4 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    /*color: #ff7010;*/
    color:  #00b2ce;
    font-family: arial;
}
.tool_weixin2 {
    width: 100%;
    padding: 10px;
    background: #fff;
}
.tool_weixin2 img {
    width: 100%;
    height: auto;
}
.tool_weixin {
    position: absolute;
    top: 0px;
    width: 120px;
    left: -130px;
    padding: 0 10px 0 0;
    display: none;
}
.t_wx_con {
    width: 120px;
    background: #f9fbfb;/* border:1px solid #f9fbfb; */
    padding: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.t_wx_con img {
    width: 100px;
    height: 100px;
}
.t1 i {
    width: 60px;
    height: 60px;
    background: url(http://www.fqgfq.com/skin/images/u1.png) no-repeat center center;
    display: block;
}
.t2 i {
    width: 60px;
    height: 60px;
    background: url(../images/skin/online.png) no-repeat center center;
    display: block;
}
.t3 i {
    width: 60px;
    height: 60px;
    background: url(http://www.fqgfq.com/skin/images/u3.png) no-repeat center center;
    display: block;
}
.t4 i {
    width: 60px;
    height: 60px;
    background: url(../images/skin/wechat.png) no-repeat center center;
    display: block;
}
.t5 i {
    width: 60px;
    height: 60px;
    background: url(../images/skin/top.png) no-repeat center center;
    display: block;
}
