@charset "utf-8";
body {
    background: #000000;
    font-size: 12px;
    font-family: "\5FAE\8F6F\96C5\9ED1", Tahoma, Geneva, sans-serif;
}
.pagewrap{
    background:url("../images/bg.jpg") top center no-repeat;
}
.con{
    width:1000px;
    margin:0 auto;
}
.con .header{
    position: relative;
    width:1000px;
    height:735px;
    background: url("../images/con1-bg.jpg") top center no-repeat;
}
.con .header a{
    position: absolute;
    right:-160px;
    top:50px;
    width:153px;
    height:40px;
    background: url("../images/back.png") 0 0 no-repeat;
}
.con .con2{
    width:1000px;
    height:621px;
    background: url("../images/con2-bg.jpg") top center no-repeat;
}
/*.side-nav{*/
    /*position: fixed;*/
    /*top:20%;*/
    /*right:0;*/
    /*background: #000000;*/
    /*padding:15px 0 0 20px;*/
/*}*/
/*.side-nav .link{*/
    /*height:300px;*/
    /*padding:0 30px 0 0;*/
    /*background: url("../images/side-nav-bg.jpg") 72px 0 no-repeat;*/
/*}*/
/*.side-nav .link a{*/
    /*margin-bottom:22px;*/
    /*text-align: right;*/
    /*display: block;*/
    /*color:#ceaa83;*/
    /*font-size: 18px;*/
    /*height:30px;*/
    /*line-height: 30px;*/
/*}*/
/*.side-nav .home{*/
    /*display: block;*/
    /*font-size: 20px;*/
    /*width:94px;*/
    /*height:29px;*/
    /*line-height: 29px;*/
    /*text-align: center;*/
    /*border:#ceaa83 2px solid;*/
    /*color:#ceaa83;*/
    /*margin:5px 0 5px 0;*/
/*}*/
/*.side-nav .game a{*/
    /*display: inline-block;*/
    /*width:29px;*/
    /*height:29px;*/
/*}*/
/*.side-nav .game a.web{*/
    /*margin:0 15px 0 15px;*/
    /*background: url("../images/icon1.jpg") 0 0 no-repeat;*/
/*}*/
/*.side-nav .game a.download{*/
    /*background: url("../images/icon2.jpg") 0 0 no-repeat;*/
/*}*/