/*#service {
	margin-top: 200px;
	position: fixed;
	_position: absolute;
	right: 0;
	top: 50%;
	width: 56px;
	height: 400px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index: 999999;
}

#service a {
	display: block;
	width: 56px;
	height: 100px;
	text-indent: -9999px;
	background: url(../Images/service.png) no-repeat;
	cursor: pointer;
	margin-bottom: 1px
}

#service a.mscBtn {
	height: 50px;
	background: #fff url(../Images/musicBtn.gif) no-repeat
}

#service a.goTop {
	height: 50px;
	width: 56px;
	background-position: 0 bottom
}

#service a.goTop:hover {
	background-position: -56px bottom
}

#service a.pause {
	background-position: 0 bottom
}

#service .srvLog {
}

#service .srvLog:hover {
	background-position: -56px 0
}

#service .srvCns {
	background-position: 0 -100px
}

#service .srvCns:hover {
	background-position: -56px -100px
}

#service .srvDj {
	background-position: 0 -200px
}

#service .srvDj:hover {
	background-position: -56px -200px
}
*/
/*
右侧联系我们*/
@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
/* side */
.h-side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}
.h-side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.h-side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.h-side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.h-side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.h-side ul li img{float:left;}