@charset "utf-8";

/*CSS Document*/
	* {
		margin: 0;
		padding: 0;
		font-family: "楷体";
	}

	body {
		background-image:url(../img/bodybg.jpg);
		background-attachment: fixed;
		height: 100vh;
		background-size: cover;
		background-position: center;

	}

	a {
		font-size: 12px;
		color: #666;
		text-decoration: none;
	}

	.header {
		width: 1000px;
		height: 140px;
		margin: 0px auto;
	}

	.aa {
		width: 1000px;
		height: 36px;
		margin: 0px auto;
		background-color: rgba(133, 202, 255, 0.816);
	}

	.aa>ul>li {
		margin-left: 30px;
		margin-right: 30px;
		/* position: relative; */
		list-style: none;
		/* display: inline-block; */
		height: 40px;
		line-height: 36px;
		width: 100px;
		text-align: center;
		float: left;
	}

	.aa ul li ul {
		width: 120px;
		height: 120px;
		background-color: rgba(131, 213, 245, 0.282);
		display: none;
		position: absolute;
		list-style: none;
	}

	a {
		font-size: 18px;
		font-family: "楷体";
		text-decoration: none;
		font-weight: bold;
		color: rgb(49, 49, 49);
	}

	.aa ul li a:hover {
		border-bottom: 3px solid #009dff;
		color: rgb(79, 103, 140);
		text-decoration: none;
	}

	.aa ul li:hover ul {
		display: block;
	}


	.notice {
		width: 1000px;
		height: 30px;
		margin: 0px auto;
	}

	.notice ul {
		list-style: none;
	}

	.notice ul li {
		display: inline-block;
		color: rgba(72, 106, 151, 0.904);
		font-size: 18px;
		margin-left: 10px;
		margin-top: 1px;
	}

	#clock {
		width: 10px;
		height: 1px;
		margin-left: 10px;
		font-size: 24px;
		color: rgb(77, 111, 144);
	}

	.footer {
		width: 1000px;
		height: 80px;
		margin: 5px auto;
		margin-top: 20px;
		background-color: rgba(133, 202, 255, 0.816);
	}

	.footer p {
		color: #565640;
		font-size: 20px;
		margin-top: 3px;
		text-align: center;
	}