body{
	background: url(../images/bg.jpg) no-repeat center top;
	background-attachment: fixed;
}
.container{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
.wrapper{
	width: 1000px;
	min-height: 800px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 100px;
	overflow: hidden;
}
.logo{
	margin-top: 30px;
}
.nav{
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #fff;
	overflow: hidden;
	font: 12px/70px "微软雅黑";
}
.nav a{
	float: left;
	color: #fff;
	text-decoration: none;
	display: block;
	margin-right: 5px;
}
.nav p{
	float: left;
}
.main{
	width: 100%;
	float: left;
}
.main .main-top{
	width: 1000px;
	height: 50px;
	line-height: 50px;
	color: #b046ca;
	background: #5a0370;
	font: 16px/50px "微软雅黑";
}
.main .main-top p{
	padding-left: 20px;
}
.main .main-con{
	color: #fff;
	background: #380046;
	padding: 40px 20px 20px 20px;
	font: 14px/20px "微软雅黑";
}
.main .main-con p{
	margin-top: 10px;
	padding-left: 200px;
	overflow: hidden;
}
.main .main-con img{
	display: block;
}