.float{z-index: 999; width: 200px; display:block;background:#fff;position:fixed;top:20%;right:0;border: 1px solid#ccc;padding-bottom: 30px; }
.float ul {line-height: 50px;}
.float ul li{border-bottom: 1px solid #ccc;padding:0 15px;}
.float ul li:last-child{border:none;}
.float ul li i{padding-right: 5px;}
.float_qr{margin: 0 auto;}
#floatBtn{width:50px;height:45px; background-color: #dd7400; position:fixed;top:20%;right:202px;z-index:999;}
#floatBtn a {display: block;height: 45px; color: #fff; text-align: center;line-height: 45px;}
#floatBtn a i{font-size:26px;line-height: 45px;}

.toolbar {
    width: 52px;
    position: fixed;
    right: 1%;
    top: 44%;
    z-index: 999;
}
.toolbar dd {
    width: 51px;
    height: 51px;
    margin-bottom: 1px;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-top: 4px;
    border: #ebebeb solid 1px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.toolbar dd i {
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.toolbar dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 8px 0 0 8px;
    background: url(../image/rightfixicon.png) no-repeat 0 0;
    float: none;
}
.toolbar dd.gottop {
    display: none;
}
.toolbar .slide-tel {
    display: block;
    width: 0;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #FFF;
    position: absolute;
    padding: 0 0 0 53px;
    top: -1px;
    right: -2px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 0;
}
.toolbar .pop {
    position: absolute;
    right: 90px;
    top: -65px;
    background: #07529c;
    display: none;
}
.toolbar .pop-code {
    width: 160px;
}
.toolbar .pop-code img {
    width: 120px;
    height: 120px;
    display: block;
    padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
    height: 52px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}
.toolbar .pop-code h3 b {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.toolbar .qq span {
    background-position: -35px -47px;
}
.toolbar .qq a {
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: block;
}
.toolbar .qq:hover {
    background-color: #07529c;
    border-radius: 100%;
}
.toolbar .qq:hover span {
    background-position: 0 -47px;
}
.toolbar .tel span {
    background-position: -35px 0;
}
.toolbar .tel:hover {
    background: #07529c;
}
.toolbar .tel:hover span {
    background-position: 0 0;
}
.toolbar .code span {
    background-position: -35px -95px;
}
.toolbar .code:hover {
    background-color: #07529c;
    border-radius: 100%;
}
.toolbar .code:hover span {
    background-position: 0 -95px;
}
.toolbar .foot_top span {
    background-position: -35px -142px;
}
.toolbar .foot_top:hover {
    background-color: #07529c;
    border-radius: 100%;
}
.toolbar .foot_top:hover span {
    background-position: 0 -142px;
}
.toolbar dd:hover {
}

.foot_top{
    background:#fff;
}