@charset "utf-8";
/* CSS Document */
body,div,ul,li,h1,h2,h3,h4,h5,h6,img,a,p,span { margin:0; padding:0}
ul { list-style:none}
a { text-decoration:none}
img { border:none}
html,body { height:100%; font-family:"微软雅黑", "宋体"; overflow:hidden}
.cover { height:100%; background:url(cover.jpg) no-repeat center top}
	.nav { width:832px; margin:0 auto; padding-top:614px}
	.nav li { float:left; width:67px; height:121px; margin:0 19px 0 20px; padding:48px 51px 0; line-height:34px; font-size:32px; color:#fff; background:url(cover-btn0.png) no-repeat; cursor:pointer; transition:all ease .5s}
	.nav li:hover { color:#bf3502; background:url(cover-btn1.png) no-repeat}
.cont { display:none; position:relative; height:100%; background:url(bg.jpg) no-repeat center top}
	.back { position:absolute; top:230px; left:50%; margin-left:-580px; width:100px; line-height:30px; text-align:center; font-size:12px; color:#FC0; cursor:pointer}
	.menu { position:absolute; top:293px; left:50%; margin-left:-538px; width:270px; height:300px; text-align:right; }
	.menu li { height:74px; padding-right:39px; line-height:74px; font-size:32px; color:#fff; border-bottom:1px solid #fff; cursor:pointer}
	.menu li:hover,.menu li.hover { color:#d91200; background:#fad447}
	.main { position:absolute; left:50%; margin-left:-130px; width:778px; height:100%; overflow-x:hidden; overflow-y:scroll}
		.prize { display:inline-block; margin:32px auto 20px 0; line-height:44px; font-size:28px; color:#000; border-bottom:3px solid #fa1d17}
			.word,.img { clear:both; width:780px; margin-right:-20px; overflow:hidden}
				.word li { float:left; width:208px; height:118px; margin:0 20px 20px 0; padding:40px 15px 0; line-height:30px; font-size:18px; color:#131616; background:#fffff2; border:1px solid #dadada}
				.word li a { color:#131616;}
				.img li { float:left; width:240px; height:170px; margin:0 20px 20px 0; text-align:center; font-size:14px; line-height:16px; color:#000; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
				.img li a { color:#000;}
				.img li img { display:block; width:240px; height:135px; margin-bottom:10px;}
#loading { position:fixed; z-index:10000; top:0; bottom:0; left:0; right:0; width:100%; height:100%; background:url(loading.gif) no-repeat center #bf3502;}