@charset "utf-8";
/* CSS Document */
/*
*{
	margin:0;
	padding:0;
}
.btn1{width: 60px;height:25px;text-decoration: none;color:#fff;font-family: 华文行楷;display:block; position: fixed;top:75%; left:46%;font-size: 1.2em;}
.btn2{width: 60px;height:25px;text-decoration: none;color:#fff;font-family: 华文行楷;position: fixed;top:75%; left:52%;font-size: 1.2em;}

body{
	background: url("../img/index.jpg") no-repeat center fixed;
	margin:0 auto;
	font-size:20px;
	font-weight:bold;
	background-size:cover;
	position:relative;
	width:100%;

}

ul{
	height:auto;
	width:1080px;
	position: fixed;
	left:10%;
	list-style-type:none;
	margin: 38% 2%;
    text-align: center;
}
ul li{
	float:left;
	height:auto;
	width:160px;
	text-align: center;
	padding-left:20px;
}
ul li a{
	display:block;
	height:80px;
	width:100%;
	color:#fff;
	font-size: 30px;
	font-family: 华文行楷;
	text-decoration: none;
}
ul li a:hover{
	color: aqua;
}*/
*{margin:0 ;padding:0;}
body{font-size:20px;font-weight:bold;}
.back{position:absolute; left:0; height:0; width:100%; height:100%; z-index:1;}
/*.btn1{width: 60px;height:25px;text-decoration: none;color:#fff;font-family: 华文行楷;display:block; position: absolute; bottom:100px; left:46%;font-size: 1.0em; z-index:2;}
.btn2{width: 60px;height:25px;text-decoration: none;color:#fff;font-family: 华文行楷;position: absolute; bottom:100px; left:52%;font-size: 1.0em; z-index:2;}*/
.btn1{width: 60px;height:25px;text-decoration: none;color:#fff;font-family: 华文行楷;display:block; position: absolute; top:10px; right:100px; font-size: 1.0em; z-index:2;}
.btn2{width: 60px;height:25px;text-decoration: none;color:#fff;font-family: 华文行楷;position: absolute; top:10px; right:20px;; font-size: 1.0em; z-index:2;}
ul{position: absolute; left:10%; bottom:50px; width:80%; z-index:2;}
ul li{float:left; height:40px; line-height:40px; width:14.2%; text-align: center; list-style:none;}
ul li a{display:block; height:40px; width:100%; color:#fff; font-size: 1.2em; font-family: 华文行楷; text-decoration: none;
}
ul li a:hover{color: aqua;}