﻿/*右侧浮动QQ开始*/

.float_qq {
	display: none; }
@media screen and (min-width: 770px) {
.float_qq {
	display: inline; }

@media screen and (min-width: 770px) {

.float_qq {
	position: fixed;
	bottom: 2%;
	right: 0;
	width: 50px;
	height: 203px;
	z-index: 6666;
}
.float_qq li {
	width: auto;
	height: 50px;
	z-index: 20;
}
.float_qq li.float_qq1, .float_qq li.float_qq4 .float_qq li.float_qq5 {
	position: absolute;
	left: 0;
	width: 62px;
}
.float_qq li.float_qq1 {
	top: 153px;
}
.float_qq li.float_qq2 {
	position: absolute;
	top: 0px;
	left: 0;
	width: 126px;
}
.float_qq li.float_qq3 {
	position: absolute;
	top: 102px;
	left: 0;
	width: 245px;
}
.float_qq li.float_qq4 {
	top: 51px;
}
.float_qq li.float_qq5 {
	top: 0px;
}


.float_qq4 {
	position: absolute;
	top: 51px;
	left: 0;
}
.float_qq5 {
	position: absolute;
	top: 0px;
	left: 0;
}

.float_qqa4 {
	
	
}

.float_qq li a {
	display: block;
	font-family: "Microsoft Yahei";
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #000;
	opacity: 0.8;
	border-radius: 6px;
}
.float_qq li a img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}
.float_qq li a:hover {
	background-color: #c70c1f;
	opacity: 1;
}
.float_shwx {
	position: absolute;
	top: -50px;
	left: -216px;
	background: url(../images/float_wxbd.png) no-repeat bottom right;
	width: 216px;
	height: 216px;
	padding-bottom: 9px;
	display: none;
}

.float_shwxa {
	position: absolute;
	right: 50px;
	background: url(/images/xcx.png) no-repeat bottom right;
	width: 216px;
	height: 216px;
	padding-bottom: 9px;
	display: none;
}
.float_shwx img {
	display: block;
	padding: 14px;
	background-color: #FFF;
	width: 188px;
	height: 188px;
}
}
/*右侧浮动QQ结束*/