* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none
}

.clear {
    clear: both
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.width {
    width: 1200px;
    margin: 0 auto
}

.top {
    position: fixed;
    width: 100%;
    height: 65px;
    top: 0;
    left: 0;
    background: #121212;
    z-index: 99
}

.top .nav {
    width: 1200px;
    margin: 0 auto
}

.top .nav ul {
    float: right;
    padding-right: 70px
}

.top .nav ul li {
    display: inline-block;
    margin-left: 105px;
    line-height: 65px;
}

.top .nav ul li a {
    color: #bfbebe;
    font-weight: bold;
}

.top .nav ul li a:hover,
.top .nav ul li a.active {
    color: #fff;
    padding-bottom: 17px;
    border-bottom: 3px #aa5913 solid
}

.logo {
    float: left;
    background: url(../images/logo.png) no-repeat;
    width: 64px;
    height: 44px;
    margin-top: 10px;
}

.solgin {
    background: url(../images/slogin.png) no-repeat;
    margin: 0 auto 0;
    width: 602px;
    height: 414px
}

.gray {
    background: #252525;
}

.copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #252525;
    z-index: 22;
    font-size: 16px;
    color: #f6f7f9;
    text-align: center;
    line-height: 50px
}

.copyright p {
    width: 1200px;
    margin: 0 auto;
}

.copyright a {
    color: #f6f7f9;
    margin-right:10px;
}

.about_bg {
    background: #eeeeee url(../images/about.bg.jpg) no-repeat center 50px;
    padding-top: 340px;
}

.about_us {
    width: 950px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px 80px 150px;
    text-indent: 2em;
    min-height: 300px;
}

.about_us p {
    font-size: 16px;
    color: #a8a8a8;
    line-height: 28px;
    margin-top: 20px;
}

.pb-carouselWarp {
    position: relative;
    width: 100%;
    height: 980px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center
}

.pb-carouselWarp .pb-carousel {
    position: relative;
    height: 100%;
}

.pb-carouselWarp .pb-carousel li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pb-carouselWarp .pb-carousel li.pic_01 {
    background: url(../images/bg.jpg) no-repeat center top;
}

.pb-carouselWarp .pb-carousel li.pic_02 {
    background: url(../images/bg_02.jpg) no-repeat center top;
}

.pb-carouselWarp .pb-carousel li.pic_03 {
    background: url(../images/bg_03.jpg) no-repeat center top;
}

.pb-carouselWarp .pb-carousel li.pic_04 {
    background: url(../images/bg_04.jpg) no-repeat center top;
}

.pb-carouselWarp .pb-carousel .pb-this {
    display: block;
    left: 0;
}

.pb-carouselWarp .pb-carousel-ind {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px
}

.pb-carouselWarp .pb-carousel-ind li {
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.pb-carouselWarp .pb-carousel-ind .pb-this {
    background-color: #f8790c;
}

.pb-carouselWarp .pb-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}

.pb-carouselWarp .pb-arrow-prev {
    left: 20px;
    background: #000000 url(../img/arrow-left.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow-next {
    right: 20px;
    background: #000000 url(../img/arrow-right.png) no-repeat center;
}

.pb-carouselWarp[type='updown'] .pb-carousel-ind {
    position: absolute;
    width: 15px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 20px;
    transform: translateY(-50%);
}

.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
    float: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    margin: 5px 0;
}

.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
    background-color: #000;
}

.pb-carouselWarp[type='updown'] .pb-arrow {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.pb-carouselWarp[type='updown'] .pb-arrow-prev {
    top: 20px;
    background: #000000 url(../img/arrow-top.png) no-repeat center;
}

.pb-carouselWarp[type='updown'] .pb-arrow-next {
    top: auto;
    bottom: 20px;
    background: #000000 url(../img/arrow-bottom.png) no-repeat center;
}

.contact {
    width: 800px;
    margin: 0 auto;
    padding-top: 130px;
}

.contact img {
    margin-bottom: 30px;
}

.contact p {
    margin-bottom: 10px
}

.game_bg {
    /* background: url(../images/game_bg.jpg) no-repeat center 40px; */
    background: url(../images/game_bg.jpg) no-repeat center top/cover;
    box-sizing: border-box;
    min-height: 100vh;
}

.game {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-top:200px;
}

.game .left {
    float: left;
    width: 280px;
    min-height: 470px;
    background: #080f21
}

.game .left span {
    display: block;
    margin: 50px auto 0;
    width: 160px;
    height: 160px;
    border-radius: 14px;
}
.game .left span.qx{
    /* background: url(../images/yszz.png) no-repeat center cover; */
}
.game .left span.game1{
    /* background: url(../images/game1/icon.jpg) no-repeat center center/contain; */
}
.game .left span.on{
  border:1px solid #aa5913;
  box-shadow:0 2px 12px 0 #aa5913 ;
}

.game .right {
    float: left;
    width: 780px;
    min-height: 400px;
    background: #fff;
    padding: 50px 70px 70px 70px;
}
.game .right>div{
  display: none;
}
.game .right>div.on{
  display: block;
}
.game .game1 p.enter{
    text-indent: 0;
}
.game .right .qx .pic {
    width: 362px;
    /* height: 230px; */
    margin: 0 auto 20px;
    /* background: url(../index/index/images/3.jpg) no-repeat; */
}
.game .right .game1 .pic-box{
    display: flex;
    justify-content: space-evenly;
    margin-bottom:20px;
    gap:10px;
}
.game .right .game1 .pic {
    width: 255px;
    height: 440px;
    border-radius: 4px;
}
.game .right .game1 .pic:first-child{
  background: url(../images/game1/post1.webp) no-repeat center center / contain;
}
.game .right .game1 .pic:nth-child(2){
  background: url(../images/game1/post2.webp?v=2) no-repeat center center / contain;
}
.game .right .game1 .pic:last-child{
  background: url(../images/game1/post3.webp) no-repeat center center / contain;
}
.game .right a{
    background: #aa5913;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 46px;
    border-radius: 100px;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-indent:0;
}
.text-center{
  text-align: center;
}

.game .right p {
    margin-bottom: 20px;
    line-height: 28px;
    text-indent: 2em;
}

.advertise {
    position: relative;
    background: url(../images/jion_bg.jpg) no-repeat center 60px;
    padding-top: 400px;
}

.advertise .header h3,
.advertise .header em {
    float: left;
    height: 42px;
    background: #dadbdc;
    color: #333;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
}

.advertise .header h3 {
    width: 167px;
    font-weight: 100;
    border-right: 1px #fff solid;
}

.advertise .header em {
    display: block;
    width: 1008px;
    font-style: normal
}

.advertise .item {
    clear: both;
}

.advertise .item .title {
    width: 167px;
    height: 107px;
    float: left;
    font-size: 18px;
    color: #8a8a8a;
    line-height: 108px;
    background: #f0f1f4;
    border-bottom: 1px #e8eaed solid;
    text-align: center
}

.advertise .item .min-height {
    height: 53px;
    line-height: 53px
}

.advertise .item ul {
    width: 1033px;
    float: left
}

.advertise .item ul li {
    width: 167px;
    height: 53px;
    font-size: 16px;
    color: #8a8a8a;
    border-right: 1px #e8eaed solid;
    border-bottom: 1px #e8eaed solid;
    float: left;
    height: 53px;
    line-height: 53px;
    text-align: center
}
.on{
  display: block;
}
.text-bold{
  font-weight: bold;
}