@charset 'utf-8';
body,h1,h2,h3,h4,h5,h6,p,li,ol,ul,th,td,dd,dl,div,i,span{
	margin:0;
	padding:0;
}
body{
	background-color:#fff;
	font:12px/1.5 "Microsoft Yahei",Adobe 黑体 Std;
	color:#555;
}
.wrap{
	overflow-x:hidden;
	min-width:1200px;
}
a{text-decoration:none;color:#000;}
li{list-style:none;}
.clearfix:after{
	content:'';
	display:block;
	clear:both;
}
.fl{float:left;}
.fr{float:right;}
.m-w{
	width:1200px;
	margin:auto;
}
.consult{
	position:fixed;
	width:100px;
	height:251px;
	right:0;
	top:50%;
	margin-top:-125.5px;
	background-color:#fff;
	border:1px solid #ccc;
	box-shadow: 0px 0px 15px #888888;
	border-radius:5px;
}
.consult .c-top{
	width:100px;
	height:125px;
	border-bottom:1px solid #0794cc;
}
.consult .c-bottom{
	width:100px;
	height:125px;
	cursor:pointer;
}
.consult img{
	margin:30px 0 10px 30px;
}
.consult p{
	text-align:center;
	color:#555;
	font-size:15px;
}
#alert{
	position: fixed;
	top:0;
	display:none;
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
#info{
	position: absolute;
	left:50%;
	top: 30%;
	margin-left: -250px;
	width: 500px;
	height: 200px;
	background: #eee;
	border-radius: 5px;
}
#info p{
	height: 20%;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	color: #fff;
	text-indent: 20px;
	font-size: 20px;
}
#info div{
	height: 80%;
	text-align: center;
	font-size: 30px;
}
#info p::before, #info div::before{
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
}