.container {
    margin-top: 93px!important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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-slide img {
    width: 100%;
}

.swiper-button-prev {
    left: 3%!important;
}

.swiper-button-next {
    right: 3%!important;
}

.container .title-box {
    margin-top: 40px;
    margin-bottom: 20px;
}

.newsGame {
    width: 1256px;
    overflow: hidden;
    margin: 0 auto;
}

.newsGame ul {
    overflow: hidden;
}

.newsGame ul li {
    float: left;
    margin-right: 8px;
    position: relative;
}

.newsGame ul li div {
    margin-bottom: 4px;
    position: relative;
}

.newsGame ul li img {
    display: block;
}

.newsGame ul li .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 18px 0;
    width: 100%;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.newsGame ul li div:last-child {
    margin-bottom: 0;
}

.newsGame ul li:last-child {
    margin-right: 0;
}

.join-us {
    /* background: url(../images/home/join.jpg) center center no-repeat; */
    height: 258px;
}

.title:before,
.title:after {
    content: '';
    width: 49px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background: #d4d4d4;
}

.title:before {
    left: 463px;
}

.title:after {
    right: 463px;
}

.title-eng {
    font-size: 40px;
    color: #4fb1be;
    text-align: center;
}