@charset "utf-8";
html, body, div, h1, h2, h3, h4, h5, h6, p,img,ol, ul, li,dl,dd,dt{
	margin:0;
	padding:0;
}
html{
	/*overflow-x: hidden;*/
}
body{
	font-size: 12px;
	background: #fff;
	color: #565656;
	font-family: "Microsoft Yahei";
	line-height: 24px;
}
ul,li{
	list-style: none;
}
a{
	outline: none;
	text-decoration: none;
}
em,i{
	font-style: normal;
}
img{
	border: none;
}

/************************************首页************************************/
.index{
	position: relative;
	width: 100%;
	height: 1000px;
}
.flash{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.logo{
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -500px;
	z-index: 3;
	width: 150px;
	height: 65px;
	text-indent: -999px;
	overflow: hidden;
	background:url(../images/logo.png) no-repeat;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	overflow: hidden;
}
.top-link{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 170px;
	z-index: 3;
	height: 36px;
}
.top-link a{
	float: left;
	width: 104px;
	height: 36px;
	line-height: 36px;
	margin-left: 3px;
	font-size: 18px;
	text-align: center;
	color: #d86400;
    background: #ffd022;
	border-radius: 15px;
}
.share{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 494px;
	z-index: 3;
	width: 104px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background: #c43140;
    border-radius: 15px;
}
.share .sina{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.wrap{
	position: relative;
	width: 100%;
	min-width: 1000px;
	min-height: 1000px;
	background: #f8ffff url(../images/bg.jpg) center top no-repeat;
}
/************************************导航菜单************************************/
.nav-wrap{
	position: absolute;
	top: 988px;
	left: 50%;
	margin-left: -505px;
	width: 1100px;
	height: 67px;
}
.nav{
	float: left;
	width: 880px;
	height: 67px;
}
.nav a,.back{
	float: left;
	width: 220px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	font-size: 35px;
	color: #ffeeb5;
	text-shadow: 1px 2px 2px #820b0c;
	background: #e52a2c url(../images/line.png) right center no-repeat;
}
.nav a.curr,.nav a:hover,.back:hover{
	background: #ff4d2b url(../images/line.png) right center no-repeat;
}

.main{
	margin: 0 auto;
	width: 1000px;
	padding: 1100px 0 0;
}
.activity{
	overflow: hidden;
}
.activity dl{
	display: none;
	margin-bottom: 150px;
	overflow: hidden;
}
.activity dl h2{
	height: 150px;
	line-height: 100px;
	padding: 20px 0 0;
	font-size: 80px;
	color: #fbde9a;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 2px 2px #1c0101;
}
.activity dl p{
	text-indent: 2em;
	line-height: 60px;
	font-size: 32px;
	color: #ffe1ac;
}
.activity dl h3{
	height: 150px;
	line-height: 150px;
	font-size: 32px;
	color: #ffe1ac;
	font-weight: normal;
}
.activity dl .list{
	padding: 0 0 30px;
	overflow: hidden;
}
.activity dl .list img{
	float: left;
	margin: 0 60px 0 100px;
}
.activity dl .item img{
	display: block;
	margin: 80px auto 0;
}
.start-game{
	position: absolute;
    top: 403px;
    left: 50%;
    margin-left: -105px;
    width: 225px;
    height: 67px;
    text-indent: -999px;
    overflow: hidden;
}