		/* 悬浮导航 */
		.icon-wrap{
			position: fixed;
			z-index: 999;
			top: 45%;
			right: 0;	
		}
		/* end 悬浮导航 */
		
		/* 悬浮列表 */
		.icon-list{
			width: 60px;
			text-align: center;
			position: absolute;
			right: 25px;
			border: 1px #E1E2E6 solid;
			background: #FFFFFF;
		}
		/* end 悬浮列表 */
		
		/* 悬浮图标列表 */
		.icon-wrap a, .icon-list-tel, .icon-list-wx{
			display: block;
			height: 20px;
			margin-bottom: 10px;
			padding:10px;
		}
		/* end 悬浮图标列表 */
		
		/* 电话图标 */
		.icon-list-tel{
			background:url(/images/Index/icon.png);
		}
		/* end 电话图标 */
		
		/* 微信号图标 */
		.icon-list-wx{
			background:url(/images/Index/icon.png) 0 -84px ;
		}
		/* end 微信图标 */
		
		/* 微博图标 */
		.icon-list-wb{
			background: url(/images/Index/icon.png) 0 -40px ;
		}
		/* end 微博图标 */
		
		/* 天猫图标 */
		.icon-list-tm{
			background: url(/images/Index/icon.png) 0 -126px;
		}
		/*end 天猫图标 */
		
		/* 回顶图标 */
		.icon-list-zd{
			background: url(/images/Index/icon.png) 0 -168px;
		}
		/* end 回顶图标 */
		
		.i-wx-h, .i-tel-h, .i-tmall-h, .i-weibo-h{
			display: none;
		}
		
		.icon-list-zd{
			color: rgb(0,0,0);
			text-decoration-line: none;
		}
		
		/* 电话微信图标悬浮 */
		.icon-list-wx:hover .i-wx-h,.icon-list-tel:hover .i-tel-h, .icon-list-tm:hover .i-tmall-h, .icon-list-wb:hover .i-weibo-h{
			display: block;
			position: absolute;
			width: 300px;
			height: 135px;
			top: 0;
			right: 60px;
			padding: 10px;
			border-radius: 20px;
			border: 1px #E1E2E6 solid;
			background: #FFFFFF;
		}
		/* end 电话微信图标悬浮 */
				
		/* 天猫店铺、微博图标悬浮 */
		.icon-list-tm:hover .i-tmall-h, .icon-list-wb:hover .i-weibo-h{
			width: 165px;
			height:152px;
			top: 78px;
		}
		/* end 天猫店铺、微博图标悬浮 */		

		
		.icon-list-wx:hover .i-w-box1,.i-w-box2{
			width: 150px;
			height: 150px;
			float: left;
		}
		
		.i-wx-h img, .i-tmall-h img, .i-weibo-h img,{
			width: 120px;
		}
		
		.i-tmall-h img{
			margin-bottom: 10px;
		}
		
		.i-wx-h p, .i-tel-h p, .i-tmall-h p, .i-weibo-h p{
			margin: 0;
			font-size: 13px;
		}
		
		.i-tmall-h p, .i-weibo-h p{
			margin-bottom:4px;
			color: rgb(0,0,0);
			font-size: 13px;
		}
		

		
		/* 电话图标悬浮 */
		.icon-list-tel:hover .i-tel-h{
			float: left;
			height: 74px;
			text-align: center;
			line-height: 70px;
		}
		/* end 电话图标悬浮 */
		
		.i-tel-h img{
			vertical-align:middle;
		}
		
		.i-tel-h p{
			display: inline-block;
			vertical-align:middle;
			font-size: 22px;
		}
		
		.top-menu a{
			display: inline-block;
			width: 95px;
			text-align: center;
			font-size: 18px;
			padding: 10px;
			margin: 0 20px;
			color: black
		}
		.top-menu a:hover{
			background: black;
			color:white;
			
		}
			
