/*============ sideBar_right ===============*/
#sideBar_right{
	height:460px;
	position:fixed;
	right:10px;
	top:50%;
	margin:-230px 0 0 0;
	z-index:222;
}
#sideBar_right .red_bg1{
	width:74px;
	height:105px;
	background:url(../../images/home/xhb8_icon.png) no-repeat;
	transition:.3s all ease 0s;
	cursor:pointer;
	text-indent:-9999px;
}
#sideBar_right .red_bg1:hover{
	background:url(../../images/home/xhb8_icon.png) no-repeat;
}
#sideBar_right .bg1{
	position:relative;
	margin-bottom:2px;
	width:56px;
	height:57px;
	color:#ABDCFF;
	background:#fff;
	border:1px solid #ABDCFF;
	border-radius: 5px;
	cursor:pointer;
	transition:.3s all ease 0s;
}
#sideBar_right .bg1:hover{
	background:#84CCFF;
	color:#fff !important;
}
#sideBar_right .bg1:hover a{color:#fff }
.xhb8_ic{
	background-image:url(../../images/home/xhb8_icon.png);
	background-repeat:no-repeat;
	display:block;
	margin:0 auto;
	transition:.3s all ease 0s
}
#sideBar_right .sp_a{
	width:36px;
	height:29px;
	background-position:7px -47px;
}
#sideBar_right .bg1:hover .sp_a{
	background-position:-50px 0px;
}
#sideBar_right .sp_b{
	width:39px;
	height:31px;
	background-position:7px 0px;
}
#sideBar_right .bg1:hover .sp_b{
	background-position:-42px 2px
}
#sideBar_right .sp_c{
	width:36px;
	height:29px;
	background-position:7px -46px
}
#sideBar_right .bg1:hover .sp_c{
	background-position:-44px -47px;
}
#sideBar_right .sp_xc{
	width:36px;
	height:29px;
	background-position:6px -191px;
}
#sideBar_right .bg1:hover .sp_xc{
	background-position:-43px -192px;
}
#sideBar_right .sp_d{
	width:39px;
	height:31px;
	background-position:7px -92px;
}
#sideBar_right .bg1:hover .sp_d{
	background-position:-42px -94px;
}
#sideBar_right .sp_dw{
	width:33px;
	height:30px;
	background-position:4px -142px;
}
#sideBar_right .bg1:hover .sp_dw{
	background-position:-44px -143px
}
#sideBar_right .sp_e{
	margin-top: 3px;
	width:28px;
	height:20px;
	background-position:3 -245px
}
#sideBar_right .bg1:hover .sp_e{
	background-position:-46px -244px
}
#sideBar_right .sp_f{
	width:36px;
	height:29px;
	background-position:0 -214px;
}
#sideBar_right .bg1:hover .sp_f{
	background-position:-50px -214px;
}
#sideBar_right .bg1 a{
	height:64px;
	font-size:12px;
	color:#43B1FE;
	text-align:center;
	text-decoration:none;
	display:block
}
.side_new_a{
	font-size:12px;
	text-align:center;
	text-decoration:none;
	display:block;
	padding-top:8px;
	color:#43B1FE;
}
#sideBar_right .bg1:hover .side_new_a{
	color: #fff;
}
#sideBar_right .content{
	width:70px;
}
#sideBar_right .wx{
	display:none;
	position:absolute;
	left:-90px;
	top:0;
	padding:10px 5px;
	width:85px;
	text-align: center;
	border-radius: 5px;
	background:#fff;
	border:1px solid #5279a5;
}
#sideBar_right .wx .sm{
	font-size: 12px;
	color: #5279a5;
}
#sideBar_right .wx img{
	display:block;
	margin:0 auto;
	width:100%;
}


