
.slide{
    width: 50px;
    height: 147px;
    position: fixed;
    top: 80%;
    margin-top: -140px;
    background: #22CD98;
    right: 0;
    /*border-radius: 5px 0 0 5px;*/
    z-index: 999;
}
.slide ul{
    list-style: none;
}
.slide .icon li{
    width: 49px;
    height: 50px;
    /*background: url(../images/icon.png) no-repeat;*/
}
.slide .icon .up{
    background-position:-330px -120px ;
}
.slide .icon li.qq{
    background-position:-385px -73px ;
}
.slide .icon li.tel{
    background-position:-385px -160px ;
}
.slide .icon li.wx{
    background-position:-385px -120px ;
}
.slide .icon li.down{
    background-position:-330px -160px ;
}
.slide .info{
    top: 50%;
    height: 147px;
    position: absolute;
    right: 100%;
    background: #22CD98;
    width: 0;
    overflow: hidden;
    margin-top: -73.5px;
    transition:0.5s;
    border-radius:4px 0 0 4px ;
}
.slide .info.hover{
    width: 180px;

}
.slide .info li{
    width: 145px;
    color: #CCCCCC;
    text-align: center;
}

.slide .info .tel{
    width: 160px;
    color: #CCCCCC;
}

.slide .info li p{
    color: #EEEEEE;
    width: 200%;
    font-size: 1.1em;
    line-height: 2em;
    padding: 10px;
    text-align: left;
}
.slide .info li.qq p a:hover{
    color: #FFFFFF;
    border: none;
    background: #22CD98;
}
.slide .info li div.img{
    height: 100%;
    background: #DEFFF9;
    margin: 15px 15px 15px 35px;
}
.slide .info li div.img img {
    width: 120px;
    height: 120px;
}
/*控制菜单的按钮*/
.index_cy{
    width: 30px;
    height: 30px;
    background: url(../images/index_cy.png);
    position: fixed;
    right: 0;
    top: 70%;
    margin-top: 140px;
    background-position: 62px 0;
    cursor: pointer;
}
.index_cy2{
    width: 30px;
    height: 30px;
    background: url(../images/index_cy.png);
    position: fixed;
    right: 0;
    top: 70%;
    margin-top: 140px;
    background-position: 30px 0;
    cursor: pointer;
}

/*自适应 当屏小于1050时隐藏*/
@media screen and (max-width: 1050px) {
    .slide{
        display: none;
    }
    #btn{
        display: none;
    }

}