@charset "utf-8";
/*************************首页**************************/
html {
    background: #020202;
}

body {
    font: 12px "sumin", Tahoma, Arial, Helvetica, STHeiti;
    line-height: 1.2;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    transition: color 0.2s linear 0s;
    color: #ccc;
    font-family: "Microsoft YaHei";
}
.tblock{
	background: url(../images/top_bg1.jpg) no-repeat center 0;
    height: 550px;
}
.tblock .top_con{
	width: 1000px;
	height: 550px;
	margin: auto;
	position: relative;
}
.tblock1 .top_con1{
	width: 1000px;
	height: 460px;
	margin: auto;
	position: relative;
}
.tblock .g_logo{
	width: 160px;
	height: 160px;
	display: block;
	position: absolute;
	top:20px;
	left: 428px;
}
.tblock1 .g_start{
	width: 275px;
	height: 78px;
	display: block;
	position: absolute;
	top:203px;
	right: 22px;
	background: url(../images/start.png) no-repeat;
}
.tblock1 .g_start:hover{
	background: url(../images/start_h.png) no-repeat;
}
.tblock1{
	background: url(../images/top_bg2.jpg) no-repeat center 0;
    height: 460px;
}
.tblock2{
	background: url(../images/main_bg.jpg) no-repeat center 0;
    height: 1500px;
}
.main{
	width: 1000px;
	height: 1500px;
	margin: auto;
	position: relative;
}
.game,.game1,.game2,.game3,.game4,.game5,.game6,.game7{
    width: 270px;
    height: 330px;
    position: absolute;
}
.game,.game1,.game2{
	top: 111px;	
}
.game1,.game4,.game7{
	left: 365px;
}
.game2,.game5{
	right: 0;
}
.game3,.game4,.game5{
	top:501px
}
.game6,.game7{
	top:891px
}

.game_con{
	width: 250px;
	height: 210px;
    position: absolute;
    top: 10px;
    left: 10px;		
    z-index: 9;
}
.game_b{
	width: 250px;
	height: 210px;
	padding: 10px;
	z-index: 1;
}
.game_t{
	width: 250px;
	height: 210px;
    position: absolute;
    display: none;
    top: 10px;
    left: 10px;	
    background-color: rgba(0,0,0,0.5);
}
.game_t h1{
	color: yellow;
    margin: 30px 0 0 30px;
    font-size: 14px;
    font-weight: bold;
}
.game_t p{
	margin-left: 30px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 25px;
}
.game_b .text{
	position: absolute;
    width: 250px;
    height: 30px;
    top: 190px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background-color: rgba(0,0,0,0.5);
}
.time{
	color: #fff;
    line-height: 18px;
    padding-left: 10px;
    font-size: 12px;
}
.l_icon{
	background: url(../images/l_icon.png) no-repeat;
	display: block;
	width: 110px;
	height: 32px;
	position: absolute;
	bottom:15px;
	left: 15px;
}
.l_icon:hover{
	background: url(../images/l_icon_h.png) no-repeat;	
}
.s_icon{
	background: url(../images/s_icon.png) no-repeat;
	display: block;
	width: 110px;
	height: 32px;
	position: absolute;
	bottom:15px;
	left: 145px;	
}
.s_icon:hover{
	background: url(../images/s_icon_h.png) no-repeat;	
}