.sidebar{
	       margin-right: 0;
	       width: 60px;
	       position: fixed;
	       right: 10px;
	       bottom:5%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.sidebar .qq_online {
    margin-top: -76px;
    background-image: url(../images/sidebar.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 60px;
    width: 60px;
    border: 1px solid #d6d6d6;
    border-bottom: 0;
    background-color: #FAFAFA!important;
}
.sidebar .qq_online:hover {
	background-color: #F6F6F6!important;
}
.sidebar .qq_online .qq_list {
    position: absolute;
    width: 190px;
    left: -211px;
    top: -76px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: left;
    padding: 10px 10px;
    display: none;
    border: 1px solid #D6D6D6;
    border-right:0;
    background-color:#FFF;
    border-radius: 5px 0 0 5px;
    box-shadow: #DDD -1px 1px 4px;
}
.sidebar .qq_online .qq_list p{
	color: #999;
	font-size:16px;
	line-height:28px;
	text-decoration: none;
	padding-bottom: 2px;
	margin: 0;
	margin-left: 10px;
}
.sidebar .qq_online .qq_list p a{
	color: #333;
	font-size:16px;
	line-height:28px;
	text-decoration: none;
	padding-bottom: 2px;
}
.sidebar .qq_online .qq_list p a:hover{
	color: red;
}

.sidebar .qq_online:hover .qq_list{display:inline !important;}
.sidebar .tel{    
	background-image: url(../images/sidebar.png);
    background-repeat: no-repeat;
    background-position: center -58px;
    display: block;
    height: 60px;
    width: 60px;
    border: 1px solid #d6d6d6;
    border-bottom: 0;
    background-color: #FAFAFA!important;
}
.sidebar .tel:hover {
	background-color: #F6F6F6!important;
}
.sidebar .tel .tel_list {
    position: absolute;
    width: 190px;
    left: -212px;
    top: -35px;
    color: #000;
    text-align: center;
    padding: 10px 10px;
    display: none;
    border: 1px solid #D6D6D6;
    border-right:0;
    background-color:#FFF;
    border-radius: 5px 0 0 5px;
    box-shadow: #DDD -1px 1px 4px;
}
.sidebar .tel .tel_list p{
	color: #333;
	font-size:16px;
	line-height:28px;
	margin: 0;
}
.sidebar .tel:hover .tel_list{display:inline !important;}
.sidebar .qrcode {
    background-image: url(../images/sidebar.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height:60px;
    width: 60px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    border: 1px solid #d6d6d6;
    background-color: #FAFAFA!important;
}
.sidebar .qrcode:hover {
	background-color: #F6F6F6!important;
}
.sidebar .qrcode:hover .code_list{display:block;}
.sidebar .qrcode .code_list {
    position: absolute;
    width: 300px;
    left: -322px;
    top: -19px;
    color: #000;
    text-align: center;
    padding:10px;
    display: none;
    border: 1px solid #D6D6D6;
    border-right:0;
    background-color:#FFF;
    border-radius: 5px 0 0 5px;
    box-shadow: #DDD -1px 1px 4px;
}
.sidebar .qrcode .code_list p{
	float: left;
	width: 150px;
	margin: 0;
}
.sidebar .qrcode .code_list img{
	float: left;
	width:150px;
}
.sidebar .qrcode .code_list p span{
	float: left;
	width:150px;
	font-size:16px;
	font-weight: bold;
}
.sidebar .btn_top {
    background-image: url(../images/gotop.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    border: 1px solid #d6d6d6;
    border-top: 0;
    background-color: #FAFAFA!important;
}
.sidebar .btn_top:hover {
	background-color: #F6F6F6!important;
}

.tel_ico{
	background: url("../images/tel_ico.png") no-repeat scroll 0 -2px;
    width: 20px;
    height: 28px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.qq_ico{
	background: url("../images/qq_ico.png") no-repeat scroll 0 2px;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2px;
}