    .contact1 {
        position: fixed;
        right: 20px;
        top: 300px;
        z-index: 9999999;
    }
    
    .contact_ul li {
        width: 40px;
        position: relative;
        cursor: pointer;
        height: 40px;
        border: 1px solid #e7eaf2;
        background: #fff;
        margin: 10px 0;
        box-shadow: 0 0px 6px 0 rgba(76, 86, 114, .12);
        border-radius: 4px;
    }
    
    .contact_ul li:hover {
        background: #4d96fc;
        border: 1px solid #4d96fc;
    }
    
    .contact_ul li a {
        display: block;
        width: 40px;
        height: 40px;
    }
    
    .contact_ul li a {
        display: block;
    }
    
    .contact_ul li.icon_contact0 a {
        background: url(../img/icon_contact0.png) center no-repeat;
        background-size: 20px;
    }
    
    .contact_ul li.icon_contact1 a {
        background: url(../img/icon_contact1.png) center no-repeat;
    }
    
    .contact_ul li.icon_contact2 a {
        background: url(../img/icon_contact2.png) center no-repeat;
    }
    
    .contact_ul li.icon_contact3 a {
        background: url(../img/icon_contact3.png) center no-repeat;
    }
    
    .contact_ul li.icon_contact4 a {
        background: url(../img/icon_contact4.png) center no-repeat;
    }
    
    .contact_ul li.icon_contact4 {
        display: none;
    }
    
    .contact_ul li.icon_contact0:hover a {
        background: url(../img/icon_contact0hover.png) center no-repeat;
        background-size: 20px;
    }
    
    .contact_ul li.icon_contact1:hover a {
        background: url(../img/icon_contact1hover.png) center no-repeat;
    }
    
    .contact_ul li.icon_contact2:hover a {
        background: url(../img/icon_contact2hover.png) center no-repeat;
    }
    
    .contact_ul li.icon_contact3:hover a {
        background: url(../img/icon_contact3hover.png) center no-repeat;
    }
    
    .contact_ul li.icon_contact4:hover a {
        background: url(../img/icon_contact4hover.png) center no-repeat;
    }
    
    .tan_wei,
    .tan_wei1 {
        background: #000;
        position: absolute;
        z-index: -9;
        right: 120px;
        top: 0px;
        border-radius: 5px;
        background: #f6f8fb;
        border: 1px solid #e6eaf0;
        padding: 10px;
        opacity: 0;
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    }
    
    .tan_wei .p_tel {
        font-size: 18px;
        color: #9ba8c3;
        width: 162px;
        display: block;
    }
    .tan_weib {
        width: 125px;
    }
    .tan_weiFix {
        display: block;
        opacity: 1;
        right: 75px;
        transition: right 0.2s;
        top: 466px;
        position: fixed;
    }
    
    .tan_weiFix2 {
        display: block;
        opacity: 1;
        right: 75px;
        transition: right 0.2s;
        top: 415px;
        position: fixed;
    }
    
    .tan_weiFix3 {
        display: block;
        opacity: 1;
        right: 75px;
        transition: right 0.2s;
        top: 313px;
        position: fixed;
    }
    
    .tan_sanjiao {
        position: absolute;
        right: -7px;
        top: 13px;
        width: 10px;
        height: 10px;
        background: #f6f8fb;
        border-right: 1px solid #e6eaf0;
        border-top: 1px solid #e6eaf0;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45eg);
        -o-transform: rotate(45deg);
    }
    
    .tan_wei .p_tel {
        font-size: 18px;
        color: #9ba8c3;
        width: 142px;
        display: block;
    }