/* CSS Document */
body{
	margin: 0;
	padding: 0;
}

ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li a{
	text-decoration: none;
	color: #622f58;
	
}

p{
	width: 880px;
	text-align: center;
}

.w{
	width: 1200px;
	margin: 0 auto;
}
.yijibiaoti{
	font-size: 24px;
	color: #333;
}

.zhengwen{
	width: 880px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	text-align: justify;
	text-indent: 2em;
}

.clearfix:before,.clearfix:after{
	content: "";
	display: table;
	clear: both;
}
.head{
	position: relative;
	width:100%;
	height: 217px;
	background-image: url(../image/top1.png);
}

.logo{
	position: absolute;
	left:430px;
	top:56px;
}

.title{
	position: absolute;
	left: 550px;
	top:25px;
	font-size: 50px;
	color: #fff;
	letter-spacing: 60px;
	text-shadow: rgba(0,0,0,.5);

}

.ziyuan{
	position: absolute;
	right:50px;
	top:123px;
	font-size: 28px;
	color: #fff;
	letter-spacing: 12px;
	text-shadow: rgba(0,0,0,.5);

}


.nav{
	width: 100%;
	height: 62px;
	background-image: url(../image/nav.png);
}

.nav_1{
	width: 1200px;
    margin: 0 auto;
}
.nav ul{
	width: 1200px;
	margin: 0 auto;
	float: left;
}

.nav ul li{
	float: left;
	margin-left: 60px;
	margin-top: 18px;
}

.nav ul li a{
	font-size: 23px;
}

.nav ul li a:hover{
	color: #fbfbfb;
}

.main{
	width: 1200px;
	margin: 0 auto;
}

.main .left,.main .right{
	float: left;
}

.main .left ul li a{
	display: block;
	width: 236px;
	height: 51px;
	line-height: 51px;
	font-size: 20px;
	text-align: center;
	color: #622f58;
	background-color: #f2deee;
	margin-left: -8px;
	margin-bottom: 5px;
}

.main .left ul li a:hover{
	color: #fbfbfb;
	background-color: #b897af;
}
.main .left .gaikuo,.main .left .neirong{
	display: block;
	margin-left: -45px;
	width: 290px;
	height: 69px;
	font-size: 25px;
	line-height: 69px;
	text-align: center;
	background-image: url(../image/button.png);
    background-color:#fff;
}

.main .left .gaikuo:hover,.main .left .neirong:hover{
	color: #fbfbfb;
	background-color:#fff;
}

.main .right .right-top{
	margin-top: 25px;
	margin-left: 25px;
}

table{
	width: 880px;
	border: 1px solid #b897af;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

td{
	border: 1px solid #b897af;
	height: 50px;
	font-size: 16px;
	color: #666;
}

.table-head{
	font-weight: 900;
}


.footer{
	width: 100%;
	height: 62px;
	background-image: url(../image/footer.png);
}
