@charset "utf-8";
body, head, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: "微软雅黑";
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
	border-collapse: collapse;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
 *zoom:1;
}
.clear {
	clear: both;
}
.w {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
header {
}
header .logo {
	height: 100px;
	padding: 10px 0;
}
.logo {
	float: left;
}
.logo img {
}
.tel {
	float: right;
	width: 280px;
}
.tel span {
	color: #494949;
	font-size: 60px;
	display: block;
	float: left;
	margin-top: 30px;
	margin-right: 12px;
}
.tel .p1 {
	font-size: 15px;
	margin-top: 36px;
}
.tel .p2 {
	font-size: 24px;
	letter-spacing: -1px;
	color: #0a82df;
}
nav {
	background: #0a82df;
	height: 50px;
}
nav ul {
}
nav li {
	float: left;
	font-size: 18px;
	line-height: 50px;
	width: 14.25%;
	text-align: center;
}
nav li:not(:last-child) {
	background: url(../images/nav.png) no-repeat right center;
}
nav li:hover {
	background: #0b78cd;
}
nav li a {
	color: #fff;
	display: block;
}
footer {
	background: rgba(51, 51, 51, 1);
	margin-top: 20px;
	padding-bottom: 10px;
}
footer .foot {
	padding: 30px 0 20px;
}
.foot .contact {
	text-align: center;
}
.foot .contact span {
	margin: 10px 8px;
	color: #bcbcbc;/* font-size: 15px; */
}
footer .jszc {
	border-top: 1px solid #cccccc87;
	padding: 10px 0;
}
.jszc span {
	line-height: 30px;
	display: block;
	float: left;
	/* font-size: 15px; */
	color: #fff;
	margin-left: 280px;
}
.jszc a {
	display: block;
	float: left;
	margin-left: 40px;
}
.jszc a img {
	display: inline-block;
	margin-top: 5px;
}
