* {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
}

em,
strong,
b,
h2,
h3 {
	font-style: normal;
	font-weight: normal;
}

ul,
li {
	list-style: none;
}

fieldset,
form,
label,
input,
button {
	outline: none;
	border: none;
}

img {
	vertical-align: middle;
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1
}



.fl {
	float: left;
}

.fr {
	float: right;
}

.mb-20 {
	margin-bottom: 20px;
}

body {
	width: 100%;
	min-width: 1200px;
	background: url(../image/bg2.png) no-repeat center bottom;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}


.header {
	height: 125px;
	background-color: #E1C9A3;
}

.header .w {
	position: relative;
}

.header .w .logo1 {
	position: absolute;
	top: 12px;
	left: -15px;
	width: 158px;
	height: 158px;
	background: url(404.png) no-repeat;
}

.header .w .logo2 {
	display: inline-block;
	width: 560px;
	height: 67px;
	line-height: 114px;
	margin-left: 144px;
	margin-top: 34px;
	background: url(404.png) no-repeat;

}

.header .w .welcome {
	float: right;
	margin-top: 58px;
	margin-right: 13px;
	color: #682A03;
}

.nav {
	height: 62px;
	line-height: 62px;
	    background: #e1c9a3;
	    margin-bottom:39px;
}

.nav .w ul {
	margin-left: 130px;
}

.nav ul li {
	float: left;
	position: relative;
	margin-right: 48px;
}

.nav ul li>a {
	font-size: 20px;
	color: #682A03;
}



.nav dl {
	position: absolute;
	left: -11px;
	top: 64px;
	padding: 7px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 99;
}

.nav dl {
	width: 130px;
	display: none;
}

.nav li:hover dl {
	display: block;
}

.nav dl>dd {
	line-height: 52px;
}

.nav dl a {
	display: inline-block;
	width: 130px;
	height: 52px;
	line-height: 52px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #333;
	font-size: 17px;
	text-align: center;
	background-color: #fff;
}

.nav dl a:hover {
	background-color: #eee;
	color: #FF7200;
}






.banner {
	width: 100%;
	height: 556px;
	margin: 0 auto;
	
	
	
}

.banner img {
	width: 100%;
	height: 100%;
}









.footer {
	height: 166px;
	padding-top: 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}

.footer p {
	line-height: 26px;
	text-align: center;
	color: #555;
}