#onlineService-container {
    width: 66px;
    position: fixed;
    top: 180px;
    right: 20px;
    cursor: pointer;
}
/*qq部分*/
.omline_qq {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-align: center;
}
.omline_qq:hover {
    background: #2073ea;
    color: #FFFFFF;
}
.omline_qq .qq_show{
    position: absolute;
    text-align: center;
    line-height: 70px;
    background: #F19B3C;
    right: 70px;
    font-size: 16px;
    width: 140px;
    height: 70px;
    top: 0px;
    display: none;
}
.omline_qq .img1 {
    width: 30px;
    height: 30px;
    margin-top: 8px;
}
.omline_qq p{
    margin: 0px;
}
.omline_qq:hover .qq_show {
    display: block;
}
/*电话部分*/
.omline_dh {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-align: center;
}
.omline_dh:hover {
    background: #F19B3C;
    color: #FFFFFF;
}
.omline_dh .dh_show{
    position: absolute;
    text-align: center;
    line-height: 70px;
    background: #F19B3C;
    right: 70px;
    font-size: 16px;
    width: 140px;
    height: 70px;
    top: 72px;
    display: none;
}
.omline_dh .img1 {
    width: 30px;
    height: 30px;
    margin-top: 8px;
}
.omline_dh p{
    margin: 0px;
}
.omline_dh:hover .dh_show {
    display: block;
}
/*微信部分*/
.omline_wx {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-align: center;
}
.omline_wx:hover {
    background: #F19B3C;
    color: #FFFFFF;
}
.omline_wx .wx_show{
    position: absolute;
    text-align: center;
    /*line-height: 140px;*/
    background: #F19B3C;
    right: 70px;
    font-size: 16px;
    width: 140px;
    height: 140px;
    top: 144px;
    display: none;
}
.omline_wx .wx_show img{
    width: 90%;
    height: 90%;
    margin-top: 5%;
}
.omline_wx .img1 {
    width: 30px;
    height: 30px;
    margin-top: 8px;
}
.omline_wx p{
    margin: 0px;
}
.omline_wx:hover .wx_show {
    display: block;
}
/*留言部分*/
.omline_ly{
    width: 100%;
    height: 70px;
    border: 1px solid #E5E5E5;
    text-align: center;
    background: #F19B3C;
    color: #ffffff;
}
.omline_ly img {
    width: 30px;
    height: 30px;
    margin-top: 8px;
}
.omline_ly p{
    margin: 0px;
}
.omline_qq:hover {
    background: #F19B3C;
    color: #FFFFFF;
}
.omline_qq:hover img{
    color: white;
}
