.swiper-slide{
    position: relative;
    display: block;
}
.banner{
    height: 53.8vw;
    width: 100%;
    border-bottom: 3px solid #000000;
}
.banner .swiper-slide{
    background-position: center;
    background-size: 1920px 800px;
    background-repeat: no-repeat;
}
.swiper-container {
    width: 100%;
    height: 710px;
}
.slide1{
    display: block;
    float: left;
    margin-top: -100px;
    margin-left: 33px;
}
.slide2{
    margin-top: -35px;
    margin-left: 18px;
    display: block;
    float: left;
}
.swiper-pagination-bullet-active{
    background: #DDDEE3;
}
.swiper-pagination-bullet{
    background: #828693;
}
.swiper-button-prev,.swiper-button-next{
    width: 26px;
    height: 47px;
    margin-top: 5px;
    transition: 0.6s all;
    -ms-transition: 0.6s all;
    -o-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -webkit-transition: 0.6s all;
    opacity: 0.7;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    opacity: 1;
}
.swiper-button-prev{
    background: url(/static/img/jl.png) no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -622px;
}
.swiper-button-next{
    background: url(/static/img/jr.png) no-repeat;
    background-size: contain;
    right: 50%;
    margin-right: -578px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 41px;
    left: 68px;
}
.banner_btnbox{
    position: absolute;
    right: 92px;
    top: 212px;
}
.ban_title{
    color: #DDDEE3;
    font-size: 54px;
    font-weight: bold;
    font-family: arial;
    line-height: 85px;
}
.ban_btn{
    width: 185px;
    height: 42px;
    border-radius: 5px;
    background: #f8521e;
    margin-top: 50px;
    margin-left: 295px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    box-shadow: 2px 7px 17px 3px #000000;
}
.b2 .ban_btn{
    margin-top: 38px;
    margin-left: 287px;
}
.lit_title{
    font-size: 22px;
    color: #DDDEE3;
    font-style: italic;
    margin-top: 22px;
    margin-left: 280px;
}
.b2 .ban_title{
    text-align: right;
    margin-top: 15px;
    line-height: 50px;
}
.b2{
    top: 237px;
    right: 102px;
}
.b2 .lit_title{
    margin-left: 236px;
}
.introduction{
    font-size: 14px;
    color: #6c707b;
    line-height: 36px;
    width: 252px;
    margin-left: 222px;
    margin-top: 20px;
    font-family: "微软雅黑";
}
/*news*/
.news{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}
.newshead{
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
}
.newshead_l{
    color: #F8521E;
    font-size: 30px;
    font-weight: bold;
    font-family: arial;
    line-height: 32px;
}
.newshead_r{
    line-height: 18px;
    color: #DDDEE3;
    font-size: 18px;
    font-family: "微软雅黑";
    float: right;
}
.newscontent{
    height: 156px;
    width: 1000px;
    border-radius: 5px;
    background: #25272d;
    margin: 0 auto;
    padding: 20px 0px;
}
.newscontent ul li{
    float: left;
    width: 450px;
    margin: 12px 25px 12px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #828693;
}
.newscontent ul li a{
    color: #828693;
    transition: 0.6s color;
    -ms-transition: 0.6s color;
    -o-transition: 0.6s color;
    -moz-transition: 0.6s color;
    -webkit-transition: 0.6s color;
}
.newscontent ul li:hover a{
    color: #DDDEE3;
}
.newscontent ul li img{
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-right: 20px;
}
.newscontent ul li a p{
    display: inline-block;
    width: 340px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.newscontent ul li span{
    float: right;
}
.hotgames{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 46px;
}
.hotgametitle{
    height: 58px;
    color: #F8521E;
    font-size: 58px;
    line-height: 58px;
    font-family: "微软雅黑";
}
.hotgamesmalltitle{
    height: 23px;
    color: #F8521E;
    font-size: 23px;
    line-height: 23px;
    font-family: arial;
    margin-bottom: 8px;
    margin-left: 8px;
    font-weight: bold;
}
.hotgamescontent{
    width: 1010px;
    height: 300px;
}
.games{
    height: 100%;
    width: 196px;
    float: left;
    margin-left: 9px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 1px 3px 11px 5px #000000;
    position: relative;
}
.g1{
    background-image: url(/static/img/g1.jpg);
}
.g2{
    background-image: url(/static/img/g2.jpg);
}
.g3{
    background-image: url(/static/img/g3.jpg);
}
.g4{
    background-image: url(/static/img/g4.jpg);
}
.gameweb{
    right: 20px;
    bottom: -50px;
    transition: 0.6s opacity;
    -ms-transition: 0.6s opacity;
    -o-transition: 0.6s opacity;
    -moz-transition: 0.6s opacity;
    -webkit-transition: 0.6s opacity;
    display: block;
    width: 184px;
    height: 42px;
    border-radius: 5px;
    position: absolute;
    background: #f8521e;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    opacity: 0;
}
.activegame .gameweb{
    bottom: 28px;
    opacity: 1;
}
.enname,.enlit{
    font-family: "微软雅黑";
    font-size: 26px;
    color: #dddee3;
    position: absolute;
    top: 20px;
    left: 15px;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.enname{
    opacity: 0;
}
.activegame .enname, .activegame .chname{
    opacity: 1;
}
.activegame .enlit{
    opacity: 0;
}
.chname{
    font-family: "微软雅黑";
    font-size: 22px;
    color: #dddee3;
    position: absolute;
    top: 60px;
    left: 15px;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.introduc{
    opacity: 0;
    color: #DDDEE3;
    font-family: "微软雅黑";
    font-size: 16px;
    position: absolute;
    left: 15px;
    transition: 0.4s opacity;
    -ms-transition: 0.4s opacity;
    -o-transition: 0.4s opacity;
    -moz-transition: 0.4s opacity;
    -webkit-transition: 0.4s opacity;
    bottom: 29px;
}
.activegame .introduc{
    opacity: 1;
}
.games .rightweb{
    right: 186px;
}
.newgamebox{
    width: 100%;
    height: 782px;
}
.bottomline{
    position: relative;
    width: 100%;
    height: 3px;
    background: #24262c;
    margin: 0 auto;
    margin-top: 45px;
}
.line0,.line1,.line2,.line3{
    height: 4px;
    width: 254px;
    opacity: 1;
    position: absolute;
    bottom: 0px;
    left: 50%;
    background: #f8521e;
    transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
}
.line0{
    margin-left: -438px;
}
.line1{
    margin-left: -232px;
}
.line2{
    margin-left: -26px;
}
.line3{
    margin-left: 178px;
}
/*job*/
.jobbox{
    width: 100%;
    height: 460px;
    background-color: #25272d;
    background-image: url(/static/img/hjobsbg.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 460px;
    background-position: center;
}
.jobs{
    width: 1000px;
    margin: 0 auto;
    height: 460px;
    position: relative;
}
.role{
    color: #DDDEE3;
    font-size: 36px;
    font-weight: bold;
    font-family: arial;
    position: absolute;
    left: 0px;
    top: 105px;
}
.jobtitle{
    font-size: 58px;
    color: #F8521E;
    font-family: "微软雅黑";
    position: absolute;
    left: 0px;
    top: 136px;
}
.join{
    font-weight: bold;
    font-family: arial;
    font-size: 24px;
    color: #F8521E;
    position: absolute;
    left: 4px;
    top: 111px;
}
.chjoin{
    font-family: "微软雅黑";
    font-size: 14px;
    color: #828693;
    position: absolute;
    right: 0px;
    top: 252px;
}
.jobsbtn{
    width: 185px;
    height: 42px;
    border-radius: 5px;
    background: #f8521e;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    position: absolute;
    top: 244px;
    left: 0px;
    box-shadow: 2px 7px 17px 3px #000000;
}
/*story*/
.storybox{
    width: 100%;
    height: 500px;
    background-color: #17181b;
    background-image: url(/static/img/hstorybg.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 500px;
    background-position: center;
}
.hstory{
    width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 500px;
}
.storytitle{
    position: absolute;
    top: 6vw;
    left: 0px;
    font-size: 58px;
    font-family: "微软雅黑";
    color: #dddee3;
}
.see{
    position: absolute;
    left: 8px;
    top: 121px;
    font-size: 1vw;
    font-family: arial;
    font-weight: bold;
    color: #DDDEE3;
}
.we{
    font-family: "微软雅黑";
    font-size: 15px;
    color: #a0a0a0;
    position: absolute;
    top: 13vw;
    left: 2vw;
}
.storybtn{
    width: 185px;
    height: 42px;
    border-radius: 5px;
    background: #f8521e;
    font-family: "微软雅黑";
    box-shadow: 2px 7px 17px 3px #000000;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 348px;
}
.storyvideobox{
    position: absolute;
    width: 494px;
    height: 250px;
    border-radius: 5px;
    right: 0px;
    top: 124px;
    overflow: hidden;
    /*cursor: pointer;*/

}
.videoposition{
    height: 100%;
    width: 100%;
    position: relative;
}
.storyvideobox video{
    border-radius: 5px;
    object-fit:fill;
}
.storyvideobox img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.storyvideobox .play{
    display: none;
}

.group_1 {
    position: absolute;
    align-items: center;
    align-content: center;
    width: 100%;
    background: url(../image/image1.jpg)
    100% no-repeat;
    aspect-ratio: 1200/628
}

.logo {
    color: rgb(248, 82, 30);
    font-size: 1.2vw;
    margin: 0.65vw 0 0 0;
    position: absolute;
    font-weight: 600;
}