@charset "utf-8";

.r-pop {
	position: fixed;
	bottom: 50%;
	margin-bottom: -136px;
	right: 10px;
	background-color: #0054c9;
	width: 68px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	z-index: 201;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.r-pop li {
	height: 68px;
	color: #fff;
	text-align: center;
	position: relative
}

.r-pop li p {
	height: 68px;
	width: 68px;
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 10;
	line-height: 1
}

.r-pop li p i {
	display: block;
	font-size: 24px;
	margin-bottom: 5px
}

.r-pop li a {
	color: #fff;
	display: block;
	height: 68px;
	padding-top: 10px
}

.r-pop li a:hover {
	color: #fff
}

.r-pop li div {
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .3s ease;
	display: none;
	width: 150px
}

.r-pop li .pop-sys {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	border: 1px solid #eee;
	width: 150px;
	height: auto;
	padding: 10px;
	font-size: 12px;
	color: #999
}

.r-pop li .pop-sys span {
	display: inline-block;
	margin-top: 5px
}

.r-pop li .pop-sys img {
	width: 120px
}

.r-pop li:not(:last-child) {
	border-bottom: 1px solid #005ad7
}

.r-pop li:hover {
	background-color: #00306e
}

.r-pop li:hover .pop-tel {
	right: 69px;
	background-color: #00306e;
	height: 67px;
	line-height: 68px;
	font-size: 16px;
	display: block;
	z-index: 2
}

.r-pop li:hover .pop-sys {
	display: block;
	right: 69px
}
 @media only screen and (max-width: 980px) {
.r-pop {display: none;}
}