body{
    background: #101825;
}
/*左下角轮播图*/
.slider{
    width: 460px;
    height: 324px;
}
.slider-panel, .slider-nav {
    position: absolute;
    z-index: 8;
}
.slider-panel {
    position: absolute;
}
.slider-panel img {
    border: none;
}
.slider-extra {
    position: absolute;
    top: 370px;
    left: 180px;
    width:200px;
    height:40px
}
.slider-nav {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.slider-nav li {
    width: 32px;
    height: 10px;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
}
.slider-nav .slider-item-selected {
    background: #ffaa24;
}

.slider-next {
    left: 100%;
    margin-left: -28px;
}
.slider img{
    width:460px;
    height:324px
}
/*******end*******/

/*index2*/

/*******首页中间轮播图*******/
.content_banner{
    height:385px;
    width:100%;
    position: relative;
}
.img_content{
    height:315px;
    width:974px;
    position: absolute;
    top:30px;
    left:3%;
    overflow: hidden;
}
.img_content img{
    width: 974px;
    height: 315px;
}
.slider-extra2{
    /*width:420px;*/
    width:520px;
    height:20px;
    position: absolute;
    bottom:10px ;
    left:30%;
    text-align: center;
}
.slider-nav2 li {
    width: 70px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
}
.slider-nav2 .slider-item-selected2 {
    background: #ffaa24;
}
.menu_title2 {
    width: 150px;
    height: 34px;
    background: url(../images/index4/menu_bg.png) no-repeat;
    margin: 5px 0 0 10px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    color: #ffd824;
}
.menu_ul2 {
    width: 100%;
    height: 360px;
    margin: 0 auto;
}
.menu_ul2 li {
    width: 60px;
    height: 60px;
    margin: 40px 20px 0 20px;
    float: left;
}
.hot_game2 {
    width: 320px;
    height: auto;
    margin: 20px auto 26px;
}
.menu_ul2 li a img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.menu_ul2 li a p {
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #c8c8c8;
    overflow: hidden;
}
.box_right2{
    background: url(../images/index4/bg_middle.png) repeat-y;
    width: 340px;
    height: 818px;
    float: left;
}
/*******end*******/
