
html, body {
    position: relative;
    /*height: 100%;*/
}
body {
    /*background: #fff;*/
    background: #F6F7FB;
    font-family: -apple-system,BlinkMacSystemFont,"PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.header{
    height: 116px;
}
.header-container{
    height: 100%;
}
.header .logo{
    line-height: 10;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 1px;
    height: 1px;
    text-align: center;
    line-height: 1px;
    font-size: 12px;
    color: #000;
    margin: 0 50px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet img{
    width: 90px;
    height: 110px;
    display: inline-block;
    box-sizing: border-box;
    opacity: 0.4;
    background: transparent;
    background-size: cover;
    background-position: center;
}
.swiper-pagination-bullet-active img{
    opacity: 1;
}
/*.swiper-pagination-bullet-active {*/
    /*color: #fff;*/
    /*background: #007aff;*/
/*}*/

.nav{
    position: absolute;
    right: 0;
    bottom: 26px;
}

.nav ul li {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    display: inline-block;
    width: 110px;
    text-align: center;
}
.nav ul li:hover a{
    color: #F18C1B;
}
.nav ul li.on a{
    color: #F18C1B;
}
.nav h2{
    font-size: 16px;
}
.nav h6{
    font-size: 12px;
}
.nav ul li.last-nav{
    text-align: right;
    width: 65px;
    padding-left: 40px;
    padding-right: 0;
}
.nav ul li.last-nav h6{
    text-align: center;
}
.news ul {
    padding-left: 10px;
    line-height: 30px;
}
.news ul li {
    font-size: 18px;
    /*color: #a0a0a0;*/
}
.news ul li span {
    margin-right: 10px;
}
.index-team{
    padding-top: 62px;
}
.font36{
    font-size:36px;
}
.blod{
    font-weight: 600;
}
.title{
    line-height: 86px;
}
.index-news{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 40px 31px;
    position: relative;
    background: #fff url(/static/index/images/news.png) left top no-repeat;
    /*-webkit-box-shadow: rgba(125,122,114,.16) 0 0 11px 11px;*/
    /*box-shadow: rgba(125,122,114,.16) 0 0 11px 11px;*/
    z-index: 9;
}
.index-news .news-item {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;

}

.index-news .list-item-icon::before{
    margin-top: 5.5px;
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width:10px;
    height:10px;
    background-color:#ff9200;
    border-radius:5px; /* 图形的半径 */
}
.index-news .news-item .news-title {
    line-height: 31px;
}
.hight325{
    max-height: 325px
}
.hight420{
     max-height: 420px;
 }
.gray1 {
    color: rgba(51,51,51,.5);
}
.font12 {
    font-size: 12px;
}
.games-title{
    text-align: center;
    width: 100%;
    position: relative;
    background:rgba(190,190,190,0.8);
    top: -50px;
    height: 50px;
    line-height: 50px;
    transition: opacity 2s;
    opacity: 0;
}
.img-hover:hover .games-title{
    opacity: 1;
    transition-duration: 0s;
}
.games-title span{
    font-size: 18px;
    color: #fff;
}

.active-title{
    text-align: center;
    width: 100%;
    position: relative;
    background:rgba(190,190,190,0.8);
    top: -50px;
    height: 50px;
    line-height: 50px;
}
.active-title span{
    font-size: 18px;
    color: #fff;
}
.footer{
    padding-top: 20px;
    margin-top: 20px;
    /*background-color: #f1f3f4;*/
    background-color: #ffffff;
    width: 100%;
}
.footer .footer-container{
    position: relative;
    /*width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
}
.news img ,#games img,.index-team img{
    width: 100%;
}

.news-list{
    padding: 15px 0;
    height: 100%;
}
.news-list ul li{
    width: 100%;
    margin: auto;
    padding: 15px 0;
    float: left;
}
.news-list .news-item{

    height: 100%;
    width: 100%;
}
.news-list .news-item img{
    float: left;
    margin-right: 15px;
    max-width:300px;
}
.news-list .news-item .news-title{
    float: left;
    height: 100px;
}
.news-list .news-item .news-title p{
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}
.news-list .news-item .news-title span{
    font-size: 12px;
}


#join-nav , .join-nav {
    position: fixed;
    top: 50%;
    left: 20px;
    margin-top: -140px;
    display: inline-block;
    vertical-align: middle;
    z-index: 999;
}

#join-nav a, .join-nav a{
    display: block;
    position: relative;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border-left: 2px solid transparent;
}
#join-nav  a:hover, .join-nav a:hover{
    border-left: 2px solid #FDA939;
}
#join-nav  a p ,.join-nav a p{
    position: relative;
    z-index: 3;
}
#join-nav  a.active , .join-nav a.active{
    background-color: #FDA939;
    color: #fff;
}
#join-main {
    max-width: 1200px;
    margin: 30px auto;
}

#join-main div.mainPage {
    min-height: 300px;
    background-color: #efefef;
    margin: 20px auto;
}

#join-main div.mainPage:nth-child(2n) {
    background-color: #fafafa;
}
.hr_lb3 {
    padding: 30px;
    line-height: 36px;
}

.webinner-con ul li p {
    color: #3b3b3b;
    font-size: 14px;
}
.font18 {
    font-size: 16px;
    color: #333;
}
.a_but {
    background: none repeat scroll 0 0 #FDA939;
    color: #fff;
    font-size: 16px;
    padding: 14px 44px;
}
.a_but:hover {
    color: #fff;
    background: #0e334b;
}
.site-fix{
    margin-bottom: 20px;
    font-size: 16px;
}

.site-title{
   margin: 15px;
}
.site-title span{
    margin-top: 20px;
    font: 12px/1 Arial,Sim sun;
    color: #888;

}
.site-text p{
    text-indent: 2em;
    font: 18px/32px Microsoft Yahei;
    color: #404040;
    margin: 32px 0 0;
    line-height:22px;
}
.site-text img{
    width:100%;
}

@media screen and (max-width: 768px){
    body {
        font-size: 12px;
    }
    .logo img{
        height: 40px;
    }
    .nav {
        display: none;
    }
    .burger{
        display: block;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 30px;
    }
    .swiper-pagination-bullet img {
        width: 50px;
        height:50px
    }
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 35px;
    }
    .footer-container {
        width: 100%;
    }
    #join-nav{display: none;}
    .join-nav-main{display: block;}
    .news-top{
        display: none;
    }
    .footer .mb-footer{
        padding: 15px;
    }
    .footer .mb{
        text-align: center;
    }
}

@media screen and (min-width: 768px){
    body {
        font-size: 12px;
    }
    .logo img{
        height: 40px;
    }
    .nav {
        display: none;
    }

    .burger{
        display: block;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 30px;
    }
    .swiper-pagination-bullet img {
        width: 50px;
        height: 50px
    }
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 35px;
    }
    .footer-container {
        width: 100%;
    }
    #join-nav{display: none;}
    .join-nav-main{display: block;}
    .news-top{
        display: none;
    }

    .footer .mb-footer{
        padding: 15px;
    }
    .footer .mb{
        text-align: center;
    }
}
@media screen and (min-width: 992px){
    .nav {
        display: none;
    }
    .logo img{
        height: 100%;
    }
    .burger{
        display: block;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 40px;
    }
    .swiper-pagination-bullet img {
        width: 70px;
        height: 70px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 110px;
    }
    .index-news{
        top: -62px;
    }
    .footer-container {
        width: 992px;
    }

    #join-nav{display: none;}
    .join-nav-main{display: block;}
    .news-top{
        display: block;
        width: 100px;
        position: relative;
        top: -30px;
        z-index: 999;
    }


    .footer .mb-footer{
        padding: 0;
    }
    .footer .mb{
        text-align: left;
    }
}
@media screen and (min-width: 1200px){

    .nav{
        display: block;
    }
    .logo img{
        height: 100%;
    }
    .burger, .mobile-nav{
        display: none;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 50px;
    }
    .swiper-pagination-bullet img {
        width: 90px;
        height: 90px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 140px;
    }
    .index-news{
        top: -62px;
    }
    .footer-container {
        width: 1200px;
    }
    #join-nav{display: block;}
    .join-nav-main{display: none;}
    .news-top{
        width: 100px;
        display: block;
        position: relative;
        top: -30px;
        z-index: 999;
    }

    .footer .mb-footer{
        padding: 0;
    }
    .footer .mb{
        text-align:left;
    }

}