ul, li {
    list-style: none;
}

.block-float1 * {
    box-sizing: inherit;
    -moz-box-sizing: inherit; /* Firefox */
    -webkit-box-sizing: inherit; /* Safari */
}

.block-float1 {
    width: 90px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-family: "微软雅黑";
    color: #696969;
    z-index: 99999;
    background: url("../images/index6_03.jpg") no-repeat top center;
}

    .block-float1 > ul > li > img {
        display: block;
        cursor: pointer;
        text-align: center;
        margin: 0 auto;
    }

    .block-float1 > ul > li {
        width: 90px;
        height: 90px;
        margin-bottom: 1px;
        position: relative;
        text-align: center;
        color: #fff;
        font-size: 15px;
        padding-top: 16px;
        line-height: 33px;
        cursor: pointer;
    }

        .block-float1 > ul > li:nth-child(1) {
            background: #6ca9e1;
        }

        .block-float1 > ul > li:nth-child(2) {
            background: #f8ac01;
        }

        .block-float1 > ul > li:nth-child(3) {
            background: #73c649;
        }

        .block-float1 > ul > li:nth-child(4) {
            padding-top: 0;
            height: 55px;
            line-height: 24px;
            background: #f8ac01;
        }

.float-erweima {
    width: 160px;
    height: 160px;
    position: absolute;
    right: 92px;
    top: 0;
    display: none;
}

    .float-erweima > img {
        width: 160px;
        height: 160px;
        display: block;
    }

    .float-erweima b {
        display: block;
        width: 0;
        height: 0;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent white;
        border-width: 8px;
        position: absolute;
        right: -16px;
        top: 10px;
    }

.phone {
    width: 160px;
    border: 1px solid #eaeaea;
    position: absolute;
    right: 95px;
    bottom: 0;
    display: none;
}

    .phone .qq {
        padding: 5px 10px;
        background-color: #fff;
        border-bottom: 1px solid #EAEAEA;
    }

        .phone .qq .block-btn {
            display: block;
            background-color: #eff4f6;
            font-size: 12px;
            color: #646464;
            text-decoration: none;
            height: 25px;
            line-height: 25px;
            margin: 5px 0;
            border: 1px solid #c8d1d6;
            text-align: center;
        }

            .phone .qq .block-btn > img {
                margin-right: 10px;
                position: relative;
                top: 2px;
            }

            .phone .qq .block-btn:hover {
                background-color: #c8d1d6;
            }

    .phone .tt {
        background-color: #f7f7f7;
        border: 1px solid #fff;
        font-size: 12px;
        padding: 5px;
        line-height: 30px;
        height: 160px;
    }


    .phone .arrow {
        display: block;
        width: 11px;
        height: 17px;
        background: url(../images/arrow.png) no-repeat center center;
        position: absolute;
        right: -10px;
        bottom: 10px;
    }

.block-phone-num {
    overflow: hidden;
    font-family: arial;
    font-size: 18px;
    position: absolute;
    right: 90px;
    top: 0;
    width: 190px;
    display: none;
    height: 100%;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 10px;
    color: #fff;
    background: url(../images/icon-phone.png) no-repeat 20px center #78c344;
    cursor: pointer;
    padding: 25px 0;
}
