* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	border: none;
}
img {
	border: none
}
table, tr, td {
	font-weight: normal
}
ul, li {
	list-style: none;
}
i {
	font-style: normal
}
body {
	font-family: 'Microsoft YaHei', 'Heiti SC';
	background: #fff;
	font-size: 14px;
	color: #1a1a1a;
}
.container {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
	max-width: 1920px;
	margin: 0 auto;
}
.header {
	display: block;
	width: 1100px;
	height: 140px;
	margin: 0 auto;
}
.logo {
	float: left;
	margin-top:35px;
}
.tel {
	float: right;
	display: table;
	margin-top: 50px;
	font-size:20px;
}
.nav {
	width: 100%;
	height: 80px;
	background:#0f47a1
}
#menu ul {
	width: 1100px;
	height: 80px;
	list-style: none;
	margin: 0 auto;
}
#menu ul li {
	width: 157px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: auto;
	float: left;
	color: #fff;
	cursor: pointer;
	font-size: 18px;

	
}
#menu ul li a {
	display:block;
	width: 157px;
	height: 80px;
	color: #fff;
}
#menu ul li a:hover{
	display:block;
	width: 157px;
	height: 80px;
	background:#fff;
	color: #006dd3;
	text-decoration: none;
	overflow:hidden
}

.footer {
	width: 100%;
	height: auto;
	display:table;
	
	
}



.copy {
	width: 100%;
	height: 80px;
	line-height: 30px;
	text-align: center;
padding-top:30px;
	color: #ffffff;
	background:#113b80
}
.copy a {
	color: #ffffff