﻿.container{font-family: "微软雅黑";text-align: center;}
/*轮播图*/
.container .banner{width:100%;height: 370px;margin: 0 auto;position: relative;}
.container .banner .banner_list{width: 100%;height: 370px; position: relative;}
.container .banner .list_ul li{width:100%; height: 370px;display: none;}
.container .banner .banner_list .banner1{background: url(../images/banner.jpg) no-repeat center top;display: block;}
.container .banner .list_btns{width:100px;height: 15px;bottom: 14px;left: 50%;margin-left: -50px;position: absolute;}
.container .banner .list_btns li{width:15px;height: 14px;text-indent: -9999px;margin-left: 8px; background: url(../images/sprite1.png) -43px -33px no-repeat; cursor:pointer;display: inline-block;float: left;}
.container .banner .list_btns li.on{width: 47px;background-position: -58px -33px;}

/*游戏大厅下载*/
.container .client_msg{width:960px;height: 300px;position: absolute;left: 50%;margin-left: -510px;top: 200px;}
.container .client_msg .download_box{float: right;width:300px;color: white;text-align: center;margin-top: 30px;}
.container .client_msg .download_box .title h1{font-size: 38px;}
.container .client_msg .download_box  p{font-size: 16px;padding-top: 15px;padding-bottom: 15px;}
.container .client_msg .download_box .download{margin-top: 16px;}
.container .download a{width: 276px;height: 79px;display: block;background: url(../images/btn_download1.png) no-repeat 0px 10px;}
.container .download a:hover{background-position: -276px 10px;}
/*游戏列表*/
.container .content{width: 936px;height: 360px; margin: 0 auto;border:1px solid #EEE;margin-top: 20px;text-align: center;}
.container .gametype{overflow: hidden;}
.container .gametype li{width: 156px;height: 42px;line-height: 40px;text-align: center; background-color: #EEE;color:#B6B6B6;font-size: 16px;  float: left;cursor:pointer;}
.container .gametype li.on{height: 49px; background: url(../images/bac_2.png) no-repeat;color:white;}
.container .gametype li:hover:not(.on){background-color: rgb(204, 204, 204);color:white;}
.container .list_game{width:980px;height: 272px; overflow: hidden;margin-left: -39px;}
.container .list_game ul{width:980px;height: 5000px;}
.container .list_game li{text-align: center;width: 76px;overflow: hidden;float: left; margin-left: 80px;margin-top: 22px;display: inline;}
.container .list_game li:hover span{color:#4292D8;}
.container .list_game li  img{width: 76px;height: 76px;border-radius: 10px;}
.container .list_game li  span{width: 76px;display: block; line-height: 30px;}
.container .btns_on{width:65px;height: 15px; margin:0 auto;margin-top: 20px; text-align: center;}
.container .btns_on li{width:12px;height: 15px;text-indent: -9999px; background: url(../images/sprite1.png) -702px -26px no-repeat; cursor:pointer;display: inline-block;float: left;margin-left: 5px;}
.container .btns_on li.on{background-position: -714px -26px;}
.container  .game_banner{width: 938px;height: 307px; overflow: hidden; display: none;}

.container  .game_banner.on{display: block;}
