/* 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;
}

.erjibiaoti{
	font-size: 16px;
    color: #666;
	font-weight: 600;
	text-align: left;
}
.zhengwen{
	width: 880px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	text-align: justify;
	text-indent: 2em;
}

.xulie{
	width: 880px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	text-align: justify;
}

.clearfix:before,.clearfix:after{
	content: "";
	display: table;
	clear: both;
}




.ziyuan{
	position: absolute;
	right:50px;
	top:123px;
	font-size: 28px;
	color: #fff;
	letter-spacing: 12px;
	text-shadow: rgba(0,0,0,.5);

}



.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: #fef6fc;
	margin-left: -8px;
	margin-bottom: 5px;
	transition: transform 1.2s ease;
}

.main .left ul li a:hover{
	color: #fbfbfb;

	background-color: #adc3c8;
	transform: scale(1.1);
}
.main .left .gaikuo,.main .left .neirong{
	display: block;
	
	margin-left: -8px;
	width: 236px;
	height: 69px;
	font-size: 25px;
	line-height: 69px;
	text-align: center;
	background: linear-gradient(to right,rgb(159, 217, 242),rgb(231, 244, 251),rgb(189, 228, 245),rgb(234, 245, 251));
    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;
}

span{
	text-align: left;
}

.table-head{
	font-weight: 900;
}

.fangfaimg{
	vertical-align: middle;
}

.footer{
	width: 100%;
	height: 62px;
	background-image: url(../image/footer.png);
}




.right-top img{
	width: 350px;
	margin-top: 10px;
}
.right-top table{
	margin-bottom: 8px;
}



.nav{
	width: 100%;	
	background: linear-gradient(to right,rgb(159, 217, 242),rgb(231, 244, 251),rgb(189, 228, 245),rgb(234, 245, 251));
	border-radius: 6px;
	padding-top: 30px;
	padding-bottom: 30px;


}

.nav_1{
	width: 1200px;
	margin: 0 auto;
	
}
.nav ul{
	width: 1240px;
	margin-left: -40px;
	float: left;
	margin-top: -13px;
	
}

.nav ul li{
	float: left;
	margin-left: 48px;
	
	
	
}

.nav ul li a{
	font-size: 23px;
	
	display: block;
	transition: transform 1.5s ease;
}

.nav ul li a:hover{
	transform: scale(1.3);
	background-color: white;
	padding: 2px 8px;
	border-radius: 6px;
}

.footer{
	width: 100%;
	height: 62px;
	text-align: center;
	font-size: 22px;
	margin-top: 5px;
	padding-top: 8px;
	border-radius: 10px;
	background: linear-gradient(to right,rgb(159, 217, 242),rgb(231, 244, 251),rgb(189, 228, 245),rgb(234, 245, 251));
}

