@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 {
	color: #555;
	font-size: 14px;
	font-family: "微软雅黑";
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: 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 {
	height: 130px;
	/* background: url(../images/top.png); */
	z-index: 99;
	position:  relative;
	box-shadow: 2px 2px 7px 1px #00000042;
}
.head {
}
.head .logo {
	float: left;
}
.logo img {
	display: block;
}
.head .nav {
	float: right;
}
.nav .tel {
	overflow: hidden;
}
.nav .tel img {
	float: right;
	display: block;
	margin-top: 15px;
	margin-right: 25px;
}
.nav .tel p {
	float: left;
	font-size: 20px;
}
.head .menu {
	overflow: hidden;
	margin-top: 9px;
}
.menu li {
	float: left;
	width: 120px;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.menu li:not(:first-child) {
	background: url(../images/nav.jpg) no-repeat 0 0;
}
.menu li:hover {
	background-color: #803b1e;
}
.menu li:hover a {
	color: #fff;
}
.menu li a {
	display: block;
	font-size: 15px;
	color: #000;
}
.banner{
}
footer {
	border-top: 1px solid #ccc;
}
footer .foot {
	line-height: 45px;
	height: 45px;
}
.foot p {
	display: inline-block;
	line-height: 40px;
	margin-left: 67px;
}
.foot span {
	line-height: 43px;
	display: block;
	float: left;
	margin-left: 200px;
}
.foot a {
	display: block;
	float: left;
	margin-left: 65px;
}
.foot a img {
	display: inline-block;
	margin-top: 12px;
}
