body {
    overflow: auto;
    position: relative;
}
header {
    display: inline-block;
    background: url(../image/nav-index-comfun.jpg) center center no-repeat;
    width: 100%;
    height: 136px;
    background-size:100% 100%;
    line-height: 136px;
}
.header-nav-wapper {
    text-align: center;
}
nav {
    display: inline-block;
    font-size: 20px;
    color: #919191;
    cursor: pointer;
}
nav:first-child {
    margin-right: 80px;
    margin-left: 441px;
}
nav:hover {
    color: #c52336;
}
.banner1 {
    background: url(../image/banner1-index-comfun.jpg) center center no-repeat;
    width: 100%;
    height: 873px;
    background-size:100% 100%;
}
.banner2 {
    display: inline-block;
    width: 100%;
    height: 873px;
    cursor: pointer;
}
.games-wapper {
    width: 100%;
    height: 480px;
    text-align: center;
}
.games-title {
    width: 60%;
    margin: 0 auto;
}
.games-wapper .title {
    color: #000000;
    font-size: 36px;
    padding: 20px 0;
}
.games-wapper .intro {
    color: #919191;
    font-size: 24px;
    padding: 20px 0;
}
.games-wapper .games {
    padding: 20px 0;
}
.games-wapper .games li {
    display: inline-block;
    width: 33.3%;
    float: left;
    cursor: pointer;
}
.games li .name {
    margin-top: 10px;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 25px;
    color: #919191;
}
.banner2 {
    width: 100%;
    height: 852px;
    cursor: pointer;
}
.background {
    background: url(../image/comfun-background.jpg) center center no-repeat;
    width: 100%;
    height: 918px;
    background-size:100% 100%;
}
.aboutus {
    background: url(../image/aboutus.jpg) center center no-repeat;
    width: 100%;
    height: 102px;
    line-height: 102px;
    background-size:100% 100%;
    text-align: center;
}
.aboutus .title {
    font-size: 46px;
    letter-spacing: 1px;
    color: #25252b;
    font-family: "Microsoft Ya Hei";
}

.swiper-container {
    width: 100%;
    height: 873px;
}
.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 {
    margin-bottom: 20px;
}