.tips {
    background: transparent;
    width: 66px;
    height: 220px;
    color: #666;
    font-size: 12px;
    text-align: center;
    position: fixed;
    top: 406px;
    right: 1%;
    z-index: 9999;
}
.tips li {
    margin-bottom: 2px;
    padding: 20px 0 10px;
    background: #fff;
    position: relative;
}
.tips li:hover {
    background: #db4532;
    cursor: pointer;
    color: #fff;
}
.tips li p{
	width: 100%;
	height: 25px;
}
.tips .icon-qq{
	background: url(../images/QQ.png) no-repeat center;
}
.tips li:hover  .icon-qq{
	background: url(../images/QQw.png) no-repeat center;
}
.tips .icon-wx{
	background: url(../images/gz.png) no-repeat center;
}
.tips li:hover  .icon-wx{
	background: url(../images/gzw.png) no-repeat center;
}

.tips .icon-tel{
	background: url(../images/jszc.png) no-repeat center;
}
.tips li:hover  .icon-tel{
	background: url(../images/jszc_hover.png) no-repeat center;
}
.tips .icon-old{
	background: url(../images/old.png) no-repeat center;
}
.tips  li:hover .icon-old{
	background: url(../images/oldw.png) no-repeat center;
}
.tips .icon-top{
	background: url(../images/top.png) no-repeat center;
}
.tips  li:hover .icon-top{
	background: url(../images/topw.png) no-repeat center;
}
.tips .qqimg {
    display: none;
    width: 128px;
    height: 68px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 67px;
    padding-top: 12px;
    border: 1px solid #f6f6f6;
    border-right: none;
}
.tips .mmtel {
    display: none;
    width: 128px;
    height: 112px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 67px;
    padding-top: 12px;
    border: 1px solid #f6f6f6;
    border-right: none;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}
.tips .wximg {
	display: none;
    width: 128px;
    height: 152px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 67px;
    padding-top: 12px;
    border: 1px solid #f6f6f6;
    border-right: none;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}
.tips .qq:hover .qqimg{
	display: block;
}
.tips .wx:hover .wximg{
	display: block;
}
.tips .tel:hover .mmtel{
	display: block;
}