* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}
/* 浮窗 */
.fuc{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}
.QQ{
	width: 80px;
	height: 80px;
	background-color: #FFF;
	border-radius: 8px;
	-moz-box-shadow:1px 1px 6px rgba(153,153,153,0.18); 
	-webkit-box-shadow:1px 1px 6px rgba(153,153,153,0.18); 
	box-shadow:1px 1px 6px rgba(153,153,153,0.18); 
	text-align: center;
	font-size: 14px;
	color: #999999;
	padding-top: 10px;
	cursor: pointer;
	position: fixed;
	bottom: 230px;
	right: 10px;
	z-index: 999;
}
#header{
	box-shadow: 3.99px 3.01px 7.52px 0.3px rgba(51,51,51,0.13);
	position: relative;
	z-index: 1;
}
.header {
	width: 1200px;
	height: 70px;
	background: #ffffff;
	/* box-shadow: 3.99px 3.01px 7.52px 0.3px rgba(51, 51, 51, 0.13); */
	justify-content: space-between;
	margin: 0 auto;
}

.hedimg {
	width: 167px;
	height: 38px;
}
.lanmu,.dianhua,.header{
	display: flex;
	align-items: center;
}
.lanmu{
	padding-left: 210px;
}
.lanmu>.active{
	font-size: 16px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
	font-weight: 700;
	color: #2468f2;
}
.index_tit_txt{
	margin-left: 50px;
}
.index_tit_txt{
	font-size: 16px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
}
.tophone{
	width: 30px;
	height: 30px
}
.numphone{
	font-size: 18px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #333333;
	margin-left: 16px;
}