body,
a,
ul,
li,
img,
p{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
}

/*------------------------------------------------------*/


.fixed_content{
	right: 10px;
}

.fixed_head{
	width: 100px;
	padding: 0 9px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	background-color: #fff;
}

.fixed_head_info{
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.fixed_head_tx{
	width: 80px;
	height: 80px;
	margin-left: -40px;
	position: absolute;
	top: -40px;
	left: 50%;
	z-index: 1;
}

.fixed_head_tx img{
	width: 100%;
	height: 100%;
}

.fixed_head_tel{
	padding-top: 48px;
	text-align: center;
}

.fixed_head_tel p{
	height: 18px;
	text-indent: 2em;
	font-size: 12px;
	color: #808080;
	background: url(../image/icon_tel.png) no-repeat center left;
}

.fixed_head_tel strong{
	padding-top: 6px;
	font-size: 14px;
	color: #333;
	display: block;
}

.fixed_head_qq{
	padding: 7px 0;
	border-bottom: 1px solid #e6e6e6;
}

.fixed_head_qq ul li{
	padding: 7px 0;
}

.fixed_head_qq ul li a{
	padding-top: 52px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background: url(../image/fixed_head_qq.png) no-repeat center top;
	display: block;
}

.fixed_head_qrcode{
	padding: 14px 0;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}

.fixed_head_qrcode img{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	display: block;
}

.fixed_head_qrcode span{
	margin-top: 8px;
	font-size: 14px;
	color: #333;
	display: block;
}

.fixed_head_link{
	padding: 7px 0;
}

.fixed_head_link ul li{
	margin: 3px 0;
	padding: 6px 0;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 3px;
}

.fixed_head_link ul li a{
	font-size: 12px;
	color: #333;
	display: block;
}

.fixed_head_link ul li:hover{
	background-color: #1ec981;
}

.fixed_head_link ul li:hover a{
	color: #fff;
}

.fixed_returntop{
	display: none;
}

.fixed_returntop a{
	width: 40px;
	height: 60px;
	margin: 0 auto;
	background: url(../image/fixed_returntop.png) no-repeat center top;
	display: block;
}







