body {
			margin: 0;
}



ul,li,ol {
			list-style:  none;
			padding: 0;
			margin: 0;
}

/* ------------------------- 以下样式必须 ------------------------- */

.block-float3 {
			width: 150px;
			border-radius: 10px;
			color: #333;
			position: fixed;
			right: 5px;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-mz-transform: translateY(-50%);
			font-size: 14px;
			z-index: 99999;
}
.block-float3 a {
			text-decoration: none;
			color: #333;
}
.block-float3 a:hover {
			color: #0054a0;
}
.block-float3 .blue-title {
			background: #6da9df;
			color: #fff;
			padding: 10px;
			position: relative;
}
.block-float3 .title-top {
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
}
.block-float3 .title-bottom {
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			font-size: 12px;
			text-align: center;
}
.block-float3 .float-content {
			padding: 10px;
			background: #ebebeb;
}
.block-float3 .float-content li {
			padding: 8px 5px 8px 35px;
			border-bottom: 1px solid #dfdfdf;
			font-size: 12px;
			position: relative;
			cursor: pointer;
}
.block-float3 .float-content li:last-child {
			border: 0;
}
.block-float3 .float-closed {
			position: absolute;
			right: 10px;
			top: 50%;
			margin-top: -10px;
			width: 20px;
			height: 20px;
			background: url(../img/closed.png) no-repeat center center;
			cursor: pointer;
}


/*Icon Defalut Style*/

/*.block-float3 .bg-qq {
			background: url(../img/icon-qq-default.png) no-repeat left center;
}*/
.block-float3 .bg-weixin {
			background: url(../img/icon-weixin-default.png) no-repeat left center;
}
.block-float3 .bg-sina {
			background: url(../img/icon-sina-default.png) no-repeat left center;
}
.block-float3 .bg-phone {
			background: url(../img/icon-phone-default.png) no-repeat left center;
}


/*Icon Hover Style*/
/*.block-float3 .bg-qq:hover {
			background: url(../img/icon-qq-hover.png) no-repeat left center;
}*/
.block-float3 .bg-weixin:hover {
			background: url(../img/icon-weixin-hover.png) no-repeat left center;
}
.block-float3 .bg-sina:hover {
			background: url(../img/icon-sina-hover.png) no-repeat left center;
}
.block-float3 .bg-phone:hover {
			background: url(../img/icon-phone-hover.png) no-repeat left center;
}


/*二维码*/

.block-float3 .float-erweima {
	
			width: 150px;
			position: absolute;
			padding: 10px;
			left: -193px;
			top: -150px;
			border: 1px solid #eaeaea;
			background: #fff;
			text-align: center;
			display: none;
}

.block-float3 .float-erweima img {
			display: block;
			width: 100%;
}
.block-float3 .float-erweima p {
			margin-bottom: 0;
			margin-top: 10px;
}
.block-float3 .float-erweima .arrow {
			position: absolute;
			right: -11px;
			bottom: 10px;
			width: 11px;
			height: 17px;
			background: url(../img/arrow.png) no-repeat center center;
}




