.dw_flex{
	position: fixed;
	z-index: 9999;
	right: 0%;
	top: 120px;

}
.dw_flex_QQ{
	width: 40px;
	height: 40px;
	background: url(../images/connecticon.png) no-repeat;
}
.dw_flex_QQ a{
	display: block;
	width: 40px;
	height: 40px;
}
.dw_flex_QQ:hover{
	background-position: -251px 0;
}

.dw_flex_WANGWANG{
    margin-top: 2px;
	width: 40px;
	height: 40px;
	background: url(../images/connecticon.png) no-repeat;
	background-position: 0 -42px;
	position: relative;
}
.dw_flex_WANGWANG a{
	display: block;
	width: 40px;
	height: 40px;
}
.dw_flex_WANGWANG:hover{
	background-position: -251px -42px;
	display: inline-block;
}

.dw_flex_TEL{
	margin-top: 2px;
	width: 40px;
	height: 40px;
	background: url(../images/connecticon.png) no-repeat;
	background-position: 0 -84px;
	position: relative;
}
.dw_flex_TEL .dw_flex_TEL_act{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	width: 183px;
	height: 40px;
	background: url(../images/connecticon.png) no-repeat;
	background-position: -108px -84px;
	display: none;
	text-align: center;
	font-size: 18px;
	line-height: 40px;text-indent: 40px;
	color: rgba(255,255,255,0);
}
.dw_flex_TEL:hover .dw_flex_TEL_act{
	display: inline-block;
}
.dw_flex_MA{
	margin-top: 2px;
	width: 40px;
	height: 40px;
	background: url(../images/connecticon.png) no-repeat;
	background-position: 0 -126px;
	position: relative;
}
.dw_flex_MA .dw_flex_MA_act{
	position: absolute;display: none;
	top: 0;
	right: 0;
	z-index: 999;
	width: 210px;
	height: 170px;
	background: url(../images/connecticon.png) no-repeat;
	background-position: -111px -136px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	opacity: 0;

}
.dw_flex_MA:hover .dw_flex_MA_act{
	display: inline-block;
	opacity: 1;
}
.dw_flex_TOP{
	position: relative;
	z-index: 999999;
	margin-top: 2px;
	width: 40px;
	height: 40px;
	background: url(../images/connecticon.png) no-repeat;
	background-position: 0 -168px;
}
.dw_flex_TOP a{
	display: block;
	width: 40px;
	height: 40px;
}
.dw_flex_TOP:hover{
	background-position: -241px -309px;
}