*{
	margin: 0;
	padding: 0;
}
html{color:#000;font-family: "微软雅黑";}  
html,body{
	width: 100%;
} 

ul,li,ol,dl{
	list-style: none;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:active{
	color: #000
	text-decoration: none;
}

p{
	cursor: default;
}

.topa{
	width: 3rem;
	overflow: hidden;
	position: fixed;
	bottom: 2rem;
	right: 1rem;
	z-index: 999;
	display: none;
}

.topa img{
	width: 2.5rem;
}

.chat{
	width: 190px;
	/*overflow: hidden;*/
	position: fixed;
	right: 30px;
	bottom: 100px;
	z-index: 999;
}

.chat .top{
	width: 100%;
	height: 118px;
	background: url(../images/qq.png)no-repeat center;
	background-size: 100% 100%;
}

.chat .top img{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.chat .hh{
	width: 125px;
	height: 30px;
	background-color: #e6e6e6;
	text-align: center;
	border-radius: 15px;
	font-size: 14px;
	line-height: 25px;
	margin: 20px auto;
}


.chat .hh span{
	margin-left: 10px;
	line-height: 30px;
}

.chat .to{
	cursor: pointer;
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}
.chat .to .ss{
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	color: whitesmoke;
	margin: 0 auto;
	background-color: #fe761c;
	display: none;
}


.menu{
	display: none;
	width: 100%;
	background-color: white;
	position: absolute;
	top: 3rem;
	left: 0;
	overflow: hidden;
	padding-bottom: 0.5rem;
	z-index: 9999;
	border-top: 1px solid #c1c1c1;
}

.menu ul{
	width: 90%;
	overflow: hidden;
	margin-left: 5%;
}

.menu ul li{
	width: 100%;
	line-height: 2.5rem;
	overflow: hidden;
	border-bottom: 1px solid #7C7C7C;
}

.menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.9rem;
}

.menu ul li span{
	float: right;
}

.menu ul li .web{
	width: 90%;
	float: right;
	overflow: hidden;
	display: none;
}

.menu ul li .web div{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	border-top: 1px solid #dddddd;
}

