body {
	margin: 0px;
}

.head {
	width: 100%;
	height: 110px;
	background-image: url(top.png);
	background-repeat: repeat-x;
	background-position: bottom;border-bottom: solid 1px #eee;
}

.warp {
	width: 1300px;
	margin: 0 auto;
}

.main {
	width: 100%;
	height: 800px;
	background-image: url(main.png);
	background-repeat: no-repeat;
	background-position: center center
}

.foot {
	background-color: #f9f9f9;
	padding: 40px;
	line-height: 30px;
	color: #666;
}
.left{position: absolute;width: 500px;text-align: justify;margin: 50px;overflow: hidden; padding-top: 30px;}
.left p{text-indent: 2em;line-height: 26px;font-size: 16px;}
.right{position: absolute;width: 300px;text-align: justify;right:5px;margin-top: 180px;}
.nav {
	position: absolute;
	width: 300px;
	text-align: justify;
	right:380px;
	
}

.nav a {
	color: #000;
	text-decoration: none;line-height: 110px;
	margin: 0px 30px;
}

.nav a:hover,.nav a.isactive{color:#DF1125;border-bottom: solid 2px #DF1125;}