/*头部*/
.top_commo{
	width: 100%;
	height: 80px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0px 0 8px 1px rgba(0, 0, 0, 0.05);
	z-index: 11;
}
.top_logo_com{
	float: left;
	margin-top: 16px;
}
.top_tel_com{
	float: right;
	margin-top: 25px;
  font-size: 22px;
}
.top_nav{
	float: left;
}
.top_nav a{
	line-height: 80px;
	font-size: 16px;
	color: #000;
	margin-left: 38px;
}
.top_nav a:hover{
	color: #ff240b;
	font-weight: bold;
}

/*底部*/
.footer_common{
	width: 100%;
	height: 200px;
	background: #202124;
}
.middle{
	width: 1200px;
	margin: 0 auto;
}
.footer_top{
	height: 58px;
	padding-top: 30px;

}
.footer_top img{
	float: left;
	margin-left: 180px;
	border-right: 1px solid #fff;
}
.footer_top p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	float: left;
	margin-left: 15px;
}
.footer_top p b{
	margin-left: 35px;
}
.footer_bottom{
	margin-top: 20px;
	border-top: 1px solid #4c4c4c;
	padding-top: 20px;
}
.footer_bottom p{
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;
}
.footer_bottom p b{
	margin-right: 30px;

}