.games_top{
    max-width: 1920px;
    height: 1091px;
    overflow: hidden;
    background: url('../image/games_banner.png') no-repeat;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
}
.game-swiper{
    width: 1200px;
    height: 600px;
    overflow: hidden;
    margin: 45px auto 0;
}
.swiper-slide{
    width: 1000px;
}
.swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background: #C4C4C4;
    border-radius: 2px;
}
.swiper-pagination-bullet-active{
    background: #FF8500;
}
.game-featrue-box{
    max-width: 1920px;
    background: url('../image/featrue_bg.png') no-repeat;
    background-size: 100% 100%;
}
.game-featrue{
    width: 1200px;
    overflow: hidden;
    margin: 27px auto;
}
.game-featrue-title{
    margin-top: 130px;
}
.game-featrue-item{
    width: 388px;
    float: left;
    margin-left: 18px;
}
.game-featrue-item:first-child{
    margin-left: 0;
}
.game-featrue-item p{
    font-family: 'DIN-Bold';
    font-size: 30px;
    color: #fff;
    margin-top: 50px;
}
.game-featrue-item i{
    display: block;
    width: 30px;
    height: 2px;
    background: #FF8A00;
    border-radius: 1px;
    margin-top: 17px;
}
.game-featrue-item span{
    display: block;
    width: 358px;
    color: #fff;
    margin-top: 28px;
    line-height: 1.8;
}