* {
	margin: 0;
	padding: 0;
}

body {
	width:100%;
	height:auto;
	background: url(../images/body.png) no-repeat center fixed;
	background-size: cover;
	margin:0 auto;
	font-family: 微软雅黑, Calibri, Arial, Tahoma, sans-serif;
}

.clear {
	clear: both;
}

#top_nav {
	width: 100%;
	height: 68px;
	background: #F2DAB6;
}

#center_nav {
	list-style: none;
	width: 1200px;
	height: 56px;
	margin: 0 auto;
}

.logo {
	padding-top: 5px;
	float: left;
	margin-right: 341px;
}

#nav {
	float: left;
}

#nav_btn {
	list-style: none;
	width: 650px;
	height: 57px;
}

#nav_btn li {
	width: 132px;
	float: left;
	margin-right: 22px;
	margin-top: 6px;
	position: relative;
}

#nav_btn li:nth-child(4) {
	margin-right: 0;
}

#nav_btn a {
	text-decoration: none;
	display: block;
	color: #97783A;
	line-height: 57px;
	text-align: center;
	font-size: 22px;
	padding: 0 auto;
}


.nav_kuan1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.nav_kuan2 {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.nav_kuan3 {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.nav_kuan4 {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.nav_line1 {
	width: 80px;
	height: auto;
	position: absolute;
	top: 30px;
	left: 35px;
	display: none;
}

.nav_line2 {
	width: 120px;
	height: auto;
	position: absolute;
	top: 35px;
	left: 10px;
	display: none;
}

#nav_2 {
	list-style: none;
	position: absolute;
	display: none;
	z-index: 999;
}

#nav_2 li {
	margin-top: 10px;
	border-radius: 10px;
	background: #F2DAB6;
}




#copyright {
	width: 100%;
	height: 315px;
	margin-top: 50px;
	padding-top: 10px;
	background: #F5CF95;
}

#foot {
	width: 1200px;
	height: 278px;
	margin: 20px auto;
}

#foot_left {
	width: 460px;
	height: 278px;
	float: left;
	margin-right: 330px;
}

#f_left {
	width: 500px;
	height: 157px;
	float: left;
}

#f_left .sp1 {
	margin-top: 0;
	color: #BF5E0A;
	font-size: 20px;
	padding-left: 5px;
	border-left: 5px solid #E66B00;
	font-weight: bold;
}

.foot_line {
	margin-top: 10px;
}

#foot_btn {
	list-style: none;
	float: left;
	margin-right: 100px;
}

#foot_btn li {
	margin-top: 28px;
}

#foot_btn span {
	margin-top: 0;
	color: #7A3F0B;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 25px;
}

#foot_btn a {
	text-decoration: none;
	color: #7A3F0B;
}

#foot_btn a:hover {
	color: #DE6B07;
}

#f_left .p1 {
	width: 100px;
	color: #666;
	margin-top: 20px;
}

#f_left .p1:hover {
	cursor: pointer;
	color: #999;
}

#f_left .p2 {
	margin-top: 30px;
}

#foot_wx {
	float: left;
	margin-top: -25px;
}

.wx {
	width: 100px;
	height: 100px;
	margin: 25px 12px 10px 0;
}

.sp2 {
	color: #7A3F0B;
	margin-left: 10px;
}

#foot_right {
	width: 400px;
	height: 278px;
	float: left;
	overflow: hidden;
	transition: all 0.5s;
}
#foot_right:hover{
	cursor: pointer;
	transform: scale(1.09);
}

.f_tp {
	width: 400px;
	height: 278px;
}
