﻿/*悬浮链接*/
.suspension {
	position:fixed;
	z-index:55;
	right:0;
	bottom:230px;
	width:70px;
	height:240px;
}
.suspension-box {
	position:relative;
	float:right;
}
.suspension .a {
	display:block;
	width:90px;
	height:90px;
	margin-bottom:4px;
	cursor:pointer;
	outline:none;
    border-radius: 22px;
}
.suspension .a.active,.suspension .a:hover {
	background:#bd1a2d;
}
.suspension .a .i {
	float:left;
	width:90px;
	height:90px;
	background-repeat:no-repeat;
}
.suspension .a .i {
	background-position:-96px 0;
}
.suspension .a-bjweibo .i {
	
	width:90px;
	height:90px;
	background:url(../images/guide_weibo_icon.jpg) no-repeat 0 0;
}
.suspension .a-bjwechat .i {
	width:90px;
	height:90px;
	background:url(../images/guide_wechat_icon.jpg) no-repeat 0 0;
}

.suspension .a-download .i {
	width:90px;
	height:90px;
	background:url(../images/guide_police_icon.jpg) no-repeat 0 0;
}

.suspension .a-.i {
	background-position:-44px 0;
}

.suspension .a-museum .i {
	width:90px;
	height:90px;
	background:url(../images/guide_logo_icon.jpg) no-repeat 0 0;
}

.suspension .a-shoudu .i {
	width:90px;
	height:90px;
	background:url(../images/guide_shoudu_icon.jpg) no-repeat 0 0;
}

.suspension .a-top .i {
	margin:12px 0 0 12px;
	width:18px;
	height:18px;
	background:url(../images/top_icon.png) no-repeat 0 0;
}

.suspension .a-top {
	background:#40404060;
	display:none;
}
.suspension .a-top:hover {
	background:#c0c1c3;
}
.suspension .d {
	display:none;
	width:128px;
	background:#fff;
	position:absolute;
	right:100px;
	min-height:90px;
	border:1px solid #E0E1E5;
	border-radius:3px;
	box-shadow:0px 2px 5px 0px rgba(161,163,175,0.11);
}

.suspension .d-bjweibo {
	top:200px;
}
.suspension .d-bjwechat {
	top:290px;
}

.suspension .d-museum {
	top:78px;
}
.suspension .d-download {
	top:100px;
}
.suspension .d .inner-box {
	padding:16px;
}
.suspension .d .inner-box img {
	width:90px;
}
.suspension .d-download {
	text-align:center;
}
.suspension .d-download .inner-box {
	padding:20px 0;
}
.suspension p {
	font-size:16px;
	color:#93959c;
	text-align:center;
}

.qrcode-img{
    margin:5px 0 0 5px;
}

.suspension .d .arrow {
	position:absolute;
	width:8px;
	height:12px;
	right:-8px;
	top:31px;
	background:url(../images/guide_box_arrow.png) no-repeat;
}








