﻿@charset "utf-8";

/* 页底滚动条 */
.web_b_mq{
	position:fixed;
	right:50%;
	bottom:0;
	margin-right:-500px;
	width:1100px;
	height:50px;
	background:url(http://www.zdwang.com/skin/images/web_b_hot.png) 0 -150px repeat-x;
	border-left:#E54141 solid 8px;
	line-height:50px;
	font-size:16px;
	font-family:"Microsoft yahei";
	color:#fff;
	z-index:200;
}
.web_b_mq_cont .item{ background:url(http://www.zdwang.com/skin/images/web_b_hot.png) 0 0 no-repeat;}
.web_b_mq_cont .item,.web_b_mq_cont .item ul li{ width:1100px; height:50px; overflow:hidden; line-height:50px;}
.web_b_mq_cont .item ul li p{ display:inline-block; float:left; width:98px; font-weight:bold;}
.web_b_mq_cont .item a{ color:#f00; margin:0 15px 0 0;}
.web_b_mq_cont .item a:hover{ text-decoration:underline;}
#web_b_mq span:hover{ color:#ff0;}
.web_b_weixin{ width:100px; height:115px; position:absolute; left:-110px; bottom:0;}

.web_b_ctrl{
	position:fixed;
	left:50%;
	bottom:0;
	margin-left:500px;
	width:100px;
	height:50px;
	background:url(http://www.zdwang.com/skin/images/web_b_hot.png) 0 -50px no-repeat;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
}
#web_b_mq_close,#web_b_mq_open{ display:block; width:75px; height:50px; padding-right:25px;}
#web_b_mq_close{ background:url(http://www.zdwang.com/skin/images/web_b_hot.png) 0 -100px no-repeat;}
#web_b_mq_open{ display:none;}
