* {
	margin: 0;

}


/* side */
.side {
	position: fixed;
	width: 54px;
	height: 324px;
	right: 5px;
	top: 150px;
	z-index: 100;
	box-shadow: 0px 0px 14px #EEE;
}

.side-ul {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	display: block;
	width: 100%;
	height: 100%;
}

.side-ul li {
	width: 54px;
	height: 54px;
	border: 1px solid #f2f2f2;
	cursor: pointer;
}

#sidetel {
	background: url('../img/tel.png') no-repeat center center;
	background-color: #FFF;
}

#sidetel:hover {
	background: url('../img/tel_press.png') no-repeat center center;
	background-color: #FF6600;
	border: 1px solid #FF6600;
}

#sideqq {
	background: url('../img/QQ.png') no-repeat center center;
	background-color: #FFF;
}

#sideqq:hover {
	background: url('../img/QQ_press.png') no-repeat center center;
	background-color: #FF6600;
	border: 1px solid #FF6600;
}

#sidemail {
	background: url('../img/mailbox.png') no-repeat center center;
	background-color: #FFF;
}

#sidemail:hover {
	background: url('../img/mailbox_press.png') no-repeat center center;
	background-color: #FF6600;
	border: 1px solid #FF6600;
}

#sideweixin {
	background: url('../img/scanning.png') no-repeat center center;
	background-color: #FFF;
}

#sideweixin:hover {
	background: url('../img/scanning_press.png') no-repeat center center;
	background-color: #FF6600;
	border: 1px solid #FF6600;
}

#sideaddress {
	background: url('../img/address.png') no-repeat center center;
	background-color: #FFF;
	border-bottom: 1px solid #F2F2F2;
}

#sideaddress:hover {
	background: url('../img/address_press.png') no-repeat center center;
	background-color: #FF6600;
	border: 1px solid #FF6600;
}

#sidetop {
	background: url('../img/TOP.png') no-repeat center center;
	background-color: #FFF;
}

#sidetop a {
	display: block;
	width: 54px;
	height: 54px;
	outline: none;
}

#sidetel .sidebox {
	position: absolute;
	width: 0px;
	height: 54px;
	top: 0px;
	right: 54px;
	opacity: 0;
	filter: Alpha(opacity = 0);
	overflow: hidden;
	border: 1px solid #F2F2F2;
	border-right: none;
	color: #FF6600;
	text-align: center;
	line-height: 54px;
	background-color: #F8E9DF;
}

#sidemail .sidebox {
	position: absolute;
	width: 0px;
	height: 58px;
	top: 110px;
	right: 54px;
	opacity: 0;
	filter: Alpha(opacity = 0);
	overflow: hidden;
	border: 1px solid #F2F2F2;
	border-right: none;
	color: #FF6600;
	text-align: center;
	line-height: 54px;
	background-color: #F8E9DF;
}

#sideaddress .sidebox {
	position: absolute;
	width: 0px;
	height: 44px;
	top: 223px;
	right: 54px;
	opacity: 0;
	filter: Alpha(opacity = 0);
	overflow: hidden;
	border: 1px solid #F2F2F2;
	border-right: none;
	color: #FF6600;
	text-align: center;
	background-color: #F8E9DF;
	padding-top: 13px;
}

#sideaddress .sidebox span {
	line-height: 25px;
}

#sideweixin .sidebox {
	position: absolute;
	width: 0px;
	height: 108px;
	top: 115px;
	right: 54px;
	opacity: 0;
	filter: Alpha(opacity = 0);
	overflow: hidden;
	border: 1px solid #F2F2F2;
	border-right: none;
	background-color: #F8E9DF;
}

#sideqq .sidebox {
	position: absolute;
	width: 0px;
	height: 280px;
	top: 54px;
	right: 54px;
	opacity: 0;
	filter: Alpha(opacity = 0);
	overflow: hidden;
	border: 1px solid #F2F2F2;
	border-right: none;
	text-align: center;
	background-color: #F8E9DF;
}

#sideqq .sidebox a {
	display: block;
	width: 130px;
	height: 31px;
	line-height: 30px;
	text-align: center;
	color: #FF6600;
	border-bottom: 1px dashed #F2F2F2;
	margin-left: 4px;
	text-decoration: none;
}

#sideqq .sidebox a:last-child {
	border-bottom: 0px;
}

.side-ul li:hover em {
	display: block;
	width: 0px;
	height: 0px;
	border-width: 6px;
	position: relative;
	left: -1px;
	top: 20px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #FFF;
}

