/*
*******************
**=body
*******************
*/
body {
	font-family: "黑体", "Microsoft heiti", Arial, Helvetica, sans-serif,Times New Roman;
	font-size: 16px;

  /*height: 2220px;*/

	background: url("../img/zongzi_bg.jpg") no-repeat top center #7f7f7f;
}

a {
	text-decoration: none;
}

.container {
	width: 100%;
	height: 100%;
	margin:0 auto;
}

.header {
	position: relative;

	height: 86px;
	margin: 0 auto;
	padding-top: 545px;
}

.logo {
	position: absolute;
	width: 342px;
	height: 143px;
	top:18px;
	left: 8%;
	z-index: 100;
	background-image: url("../img/wy_15y_logo.png");
}

.nav {
	width: 100%;
	height: 50px;
	position: relative;
	margin: 0 auto;
}

.nav ul {
	width: 626px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	padding-left: 18px;
}

.nav a {
	width: 202px;
	height: 37px;
	float: left;
	line-height: 37px;
	margin-top: 6px;
	margin-right: 1px;
	text-decoration: none;
	color: #890d1c;
	font-size: 20px;
}

.nav .ta {
	color: #fec08d;
}

.main {

	height: 1310px;
	margin:0 auto;
	padding-top: 40px;
	background: url("../img/main_bg.jpg") no-repeat top center #e7d7b3;
}

.content {
	width: 1024px;
	height: 1224px;
	margin:0 auto;
	background-color: #fff;
	border: 1px solid #b0a17a;
}



.title {
	width: 1024px;
	height:91px;
	color: #500b13;
	font-size: 30px;
	text-align: center;
	line-height: 91px;
	margin-bottom: 0px;
	background: url("../img/tit_bg.jpg") no-repeat;
}

.cp p {
	padding: 42px 64px;
	color: #500b13;
	font-style: 14px;
	
	font-family:"宋体", "Microsoft songti", Arial, Helvetica, sans-serif,Times New Roman; 
}

.cp img {
	width:87%;
	margin-left:64px;
}

.footer {

	height: 110px; 
	background: url("../img/footer_bg.jpg") repeat-x;
	margin: 0 auto;
    padding-top: 20px;
}

.footer a {
	color: #b0afaf;
	text-decoration: none;
}

.footer p {
	font-style: 13px;
	font-family:"宋体", "Microsoft songti", Arial, Helvetica, sans-serif,Times New Roman; 
    text-align: center;
    margin: 10px auto;
    color: #b0afaf;
}