.wrap{
    background: #ffffff;
}
.banner{
    background:#333333;
    height:832px;
    position: relative;
    z-index: 1;
}
.banner img{
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.infor-box{
    width: 1200px;
    height: 290px;
    margin: -300px auto 0;
    position: relative;
    z-index: 2;
    /*padding-top: 532px;*/
}
.index_slide{
    width: 585px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 4px 0 0 4px;
}
.index_slide #img_move{
    width: 9999px;
    overflow: hidden;
    position:absolute;
    transition:all 0.5s;
}
.index_slide #img_move li{
    float:left;
    width: 585px;
    height: 300px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}
.index_slide #controls{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}
#controls li{
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
    float: left;
    cursor: pointer;
}
#controls .star {
    background:#ff4344;
}
.infor-text{
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 16px;
    color: #262626;
    height: 40px;
    line-height: 40px;
    background-color: rgba(206,206,206,0.9);
    bottom: 0;
    z-index: 5;
}
.b-right{
    width: 615px;
    height: 300px;
    border-radius: 0 4px 4px 0;
    background: #ffffff;
    overflow: hidden;
}
.b-right .title{
    height: 29px;
}
.horn{
    display: inline-block;
    width: 39px;
    height: 29px;
    line-height: 25px;
    text-align: center;
    font-size: 24px;
    color: #fefefe;
    background-color: #ff4344;
    border-radius: 0 4px 0 4px;
}
.horn:hover{
    background-color: #ef3031;
}
.news-box{
    padding: 0 25px 0 25px;
}

.news-box .news-title{
    width: 555px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 4px;
    font-size: 18px;
    color: #ff4344;
}
.new-tips{
    width: 70px;
    height: 40px;
    line-height: 40px;
    position: relative;
    background-color: #ff4344;
    border-radius: 4px 0 0 4px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}
.triangle_right{
    width: 0;
    height: 0;
    border-width: 8px 0 8px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #ff4344;
    position: absolute;
    top: 11px;
    left: 68px;
    z-index: 2;
}
.s-title{
    line-height:normal;
    padding-bottom: 23px;
}
.news-list{
    padding: 13px 42px 0 31px;
}
.news-list li{
    height: 33px;
    line-height: 33px;
}
.news-list a{
    display: block;
    color: #666666;
}
.news-list a:hover{
    color: #ff4344;
}
.data{
    color: #b2b2b2;
}
.dot{
    display: inline-block;
    height: 2px;
    width: 2px;
    border-radius: 50%;
    background:#666666;
    margin-right: 10px;
    position: relative;
    top:-3px;
}
.news-text{
    display: inline-block;
    width: 498px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.detail{
    width: 78px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    bottom: 63px;
    left: 42px;
    border-radius: 4px;
    border: solid 1px #ff4344;
    color: #ff4344;
}
.content{
    width: 1200px;
    margin: 57px auto;
}
.tab-btn{
    width: 1210px;
    overflow: hidden;
}
.tab-btn li{
    width: 296px;
    height: 99px;
    line-height: 90px;
    padding-left: 18px;
    margin-right: 5px;
    font-size: 20px;
    color: #262626;
    cursor: pointer;
    position: relative;
    background:url(../img/tab_bg.png) 0 0 no-repeat;
}
.tab-text{
    width: 80px;
    position: relative;
}
.tab-btn li:hover{
    opacity: 0.9;
}
.text-line{
    display: block;
    position: relative;
    bottom: 32px;
    width: 19px;
    height: 1px;
    background:#e94745;
    float: left;
}
@-webkit-keyframes ad_width {
    0%{
        width: 19px
    }
    5%{
        width: 38px;
    }
    10%{
        width: 58px;
    }
    15%{
        width: 78px;
    }
    30%{
        float: right;
        width: 17px;
    }
    35%{
        float: right;
        width: 18px;
    }
    40%{
        float: right;
        width: 19px;
    }
    50%{
        float: right;
        width:28px;
    }
    60%{
        float: right;
        width: 58px;
    }
    70%{
        float: right;
        width: 78px;
    }
    80%{
        float: left;
        width: 68px;
    }
    85%{
        float: left;
        width: 48px;
    }
    90%{
        float: left;
        width: 28px;
    }
    100% {
        float: left;
        width: 19px;
    }
}
@-moz-keyframes ad_width {
    0%{
        width: 19px
    }
    5%{
        width: 38px;
    }
    10%{
        width: 58px;
    }
    15%{
        width: 78px;
    }
    30%{
        float: right;
        width: 17px;
    }
    35%{
        float: right;
        width: 18px;
    }
    40%{
        float: right;
        width: 19px;
    }
    50%{
        float: right;
        width:28px;
    }
    60%{
        float: right;
        width: 58px;
    }
    70%{
        float: right;
        width: 78px;
    }
    80%{
        float: left;
        width: 68px;
    }
    85%{
        float: left;
        width: 48px;
    }
    90%{
        float: left;
        width: 28px;
    }
    100% {
        float: left;
        width: 19px;
    }
}
@-o-keyframes ad_width {
    0%{
        width: 19px
    }
    5%{
        width: 38px;
    }
    10%{
        width: 58px;
    }
    15%{
        width: 78px;
    }
    30%{
        float: right;
        width: 17px;
    }
    35%{
        float: right;
        width: 18px;
    }
    40%{
        float: right;
        width: 19px;
    }
    50%{
        float: right;
        width:28px;
    }
    60%{
        float: right;
        width: 58px;
    }
    70%{
        float: right;
        width: 78px;
    }
    80%{
        float: left;
        width: 68px;
    }
    85%{
        float: left;
        width: 48px;
    }
    90%{
        float: left;
        width: 28px;
    }
    100% {
        float: left;
        width: 19px;
    }
}
@-ms-keyframes ad_width {
    0%{
        width: 19px
    }
    15%{
        width: 38px;
    }
    30%{
        width: 58px;
    }
    45%{
        width: 78px;
    }
    60%{
        float: right;
        width: 17px;
    }
    75%{
        float: right;
        width: 18px;
    }
    100%{
        float: right;
        width: 19px;
    }
}

@keyframes ad_width {
    0%{
        width: 19px
    }
    5%{
        width: 38px;
    }
    10%{
        width: 58px;
    }
    15%{
        float: left;
        width: 78px;
    }
    30%{
        float: right;
        width: 17px;
    }
    35%{
        float: right;
        width: 18px;
    }
    40%{
        float: right;
        width: 19px;
    }
    50%{
        float: right;
        width:28px;
    }
    60%{
        float: right;
        width: 58px;
    }
    70%{
        float: right;
        width: 78px;
    }
    80%{
        float: left;
        width: 68px;
    }
    85%{
        float: left;
        width: 48px;
    }
    90%{
        float: left;
        width: 28px;
    }
    100% {
        float: left;
        width: 19px;
    }
}
.tab-btn li:hover .text-line{
    animation: ad_width 1s linear forwards;
    /*-webkit-animation: ad_width 1s linear forwards;*/
    /*-moz-animation: ad_width 1s linear forwards;*/
    /*-o-animation: ad_width 1s linear forwards;*/
    /*-ms-animation: ad_width 1s linear forwards;*/
}
.tab-btn li.board-games{
    background-position: -304px -107px;
}
.tab-btn li.board-games.active{
    background-position: 0 -105px;
}
.tab-btn li.on-line{
    background-position: -307px -325px;
}
.tab-btn li.on-line.active{
    background-position: 0 -323px;
}
.tab-btn li.board-plat{
    background-position: -304px 0;
}
.tab-btn li.board-plat.active{
    background-position: 0 0;
}
.tab-btn li.brand{
    background-position: -303px -219px;
}
.tab-btn li.brand.active{
 background-position: 0 -215px;
}
.tab-btn li.active{
    color: #ffffff;
}
.tab-btn li.active .text-line{
    background:#ffffff;
}
.game-list{
    margin-top: 20px;
    padding-bottom: 0;
    display: none;
}
.more{
    width: 70px;
    height: 14px;
    display: block;
    margin: 15px auto;
    color: #b2b2b2;
}
.more:hover{
    color: #ff4344;
}