.w1200, .w980 {
    margin: 0 auto;
    position: relative
}

body {
    font-size: 14px;
    color: #39393f;
    background-color: #ededed;
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 84px
}

.w1200 {
    width: 1200px
}

.w980 {
    width: 980px
}

.nav-bar {
    width: 100%;
    height: 84px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(255,255,255,.8)
}

    .nav-bar .logo {
        float: left;
        margin: 26px 0 0
    }

    .nav-bar .bar-list {
        float: right
    }

        .nav-bar .bar-list li {
            float: left
        }

            .nav-bar .bar-list li a {
                width: 180px;
                font-size: 18px;
                color: #333;
                display: block;
                text-align: center;
                line-height: 84px;
                position: relative;
                font-weight: 700
            }

                .nav-bar .bar-list li a span {
                    display: inline-block;
                    line-height: 76px
                }

                .nav-bar .bar-list li a.on, .nav-bar .bar-list li a:hover {
                    color: #b0050e
                }

                    .nav-bar .bar-list li a.on span, .nav-bar .bar-list li a:hover span {
                        border-bottom: solid 4px #b0050e;
                        box-sizing: border-box
                    }

.footer {
    background: #000;
    height: 96px;
    padding: 32px 0;
    box-sizing: border-box;
    text-align: center
}

    .footer .clearfix {
        display: inline-block
    }

.footer-logo {
    float: left;
    padding: 0 15px;
    border-right: solid 1px #fff;
    line-height: 32px
}

    .footer-logo img {
        vertical-align: middle;
        position: relative;
        top: -2px
    }

.footer-right {
    padding: 0 40px;
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
    color: #949494
}

.index-lunbo {
    overflow: hidden
}

    .index-lunbo .swiper-container {
        width: 1920px;
        height: 678px;
        left: 50%;
        margin-left: -960px
    }

        .index-lunbo .swiper-container .swiper-pagination {
            bottom: 15px
        }

            .index-lunbo .swiper-container .swiper-pagination span {
                width: 20px;
                height: 20px;
                opacity: 1;
                background: #696969;
                margin: 0 10px
            }

                .index-lunbo .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
                    background-color: #fff
                }

    .index-lunbo .swiper-button-next, .index-lunbo .swiper-button-prev {
        width: 102px;
        height: 184px;
        margin-top: -130px
    }

    .index-lunbo .swiper-button-prev {
        background: url(../images/left.png) no-repeat
    }

    .index-lunbo .swiper-button-next {
        background: url(../images/right.png) no-repeat
    }

.index-content {
    padding: 60px 0
}

    .index-content .title {
        font-size: 40px;
        font-weight: 700;
        color: #b0050e;
        text-align: center;
        line-height: 60px
    }

    .index-content .desc {
        font-size: 18px;
        text-align: center;
        line-height: 32px
    }

    .index-content .index-list {
        margin-top: 30px;
        border-radius: 8px;
        overflow: hidden
    }

        .index-content .index-list ul li {
            width: 400px;
            height: 238px;
            background: url(../images/index-item-w.png) no-repeat;
            float: left;
            padding: 20px 30px;
            box-sizing: border-box;
            overflow: hidden;
            position: relative
        }

            .index-content .index-list ul li .txt1 {
                font-size: 32px;
                line-height: 54px
            }

            .index-content .index-list ul li .txt2 {
                font-size: 16px;
                line-height: 26px
            }

                .index-content .index-list ul li .txt2 span {
                    float: right
                }

            .index-content .index-list ul li .kf {
                text-align: right;
                position: absolute;
                bottom: 20px;
                right: 30px
            }

                .index-content .index-list ul li .kf span {
                    padding-right: 65px;
                    background: url(../images/kf.png) right top no-repeat;
                    line-height: 50px;
                    font-size: 16px;
                    color: rgba(255,255,255,.7);
                    display: inline-block
                }

            .index-content .index-list ul li:nth-child(2n) {
                background: url(../images/index-item-b.png) no-repeat
            }

                .index-content .index-list ul li:nth-child(2n) .txt1 {
                    color: #fff
                }

                .index-content .index-list ul li:nth-child(2n) .txt2 {
                    color: rgba(255,255,255,.7)
                }

            .index-content .index-list ul li:nth-child(1):before {
                content: "";
                width: 134px;
                height: 97px;
                background: url(../images/logo_icon.png) no-repeat;
                position: absolute;
                bottom: 0;
                right: 30px
            }

.about-container, .contact-container, .game-container, .public-container {
    background: #fff
}

    .about-container .header, .contact-container .header, .game-container .header, .public-container .header {
        height: 362px;
        background: url(../images/about_header.jpg) center top no-repeat
    }

.about-content, .contact-content, .game-content, .public-content {
    padding: 50px 0
}

.about-left, .contact-left, .game-left, .public-left {
    width: 272px;
    min-height: 980px;
    border-right: solid 1px #bdbdbd;
    box-sizing: border-box;
    float: left
}

    .about-left .title span, .contact-left .title span, .game-left .title span, .public-left .title span {
        min-width: 200px;
        line-height: 60px;
        color: #b0050e;
        font-size: 24px;
        border-bottom: solid 1px #b0050e;
        display: inline-block
    }

    .about-left .tab, .contact-left .tab, .game-left .tab, .public-left .tab {
        padding: 20px 30px
    }

        .about-left .tab a, .contact-left .tab a, .game-left .tab a, .public-left .tab a {
            font-size: 18px;
            color: #606060;
            display: block;
            line-height: 50px;
            font-weight: 700;
            position: relative
        }

            .about-left .tab a.on, .contact-left .tab a.on, .game-left .tab a.on, .public-left .tab a.on {
                color: #b0050e
            }

                .about-left .tab a.on:after, .contact-left .tab a.on:after, .game-left .tab a.on:after, .public-left .tab a.on:after {
                    content: "";
                    display: block;
                    width: 7px;
                    height: 11px;
                    background: url(../images/sjx.png) no-repeat;
                    position: absolute;
                    left: -15px;
                    top: 50%;
                    margin-top: -5px
                }

.about-right, .contact-right, .game-right, .public-right {
    padding-left: 50px;
    overflow: hidden
}

    .about-right .cont-item .title span, .contact-right .cont-item .title span, .game-right .cont-item .title span, .public-right .cont-item .title span {
        color: #333;
        line-height: 60px;
        font-size: 24px;
        border-bottom: solid 1px #333;
        display: inline-block
    }

    .about-right .cont-item .desc, .contact-right .cont-item .desc, .game-right .cont-item .desc, .public-right .cont-item .desc {
        font-size: 18px;
        color: #515151;
        margin-top: 30px;
        line-height: 50px
    }

    .about-right .item1 .title {
        color: #333;
        line-height: 60px;
        font-size: 24px;
        display: inline-block
    }

    .about-right .item1 .content {
        width: 878px;
        height: 612px;
        margin-top: 40px;
        background: url(../images/about_item1.png) no-repeat;
        padding: 60px 80px;
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
        align-items: center
    }

        .about-right .item1 .content p {
            margin: 30px 0;
            font-size: 18px;
            color: #fff;
            line-height: 46px
        }

    .about-right .item2 {
        position: relative;
        margin-top: 150px
    }

        .about-right .item2 .icon {
            font-size: 50px;
            font-weight: 700;
            width: 100%;
            position: absolute;
            top: -150px;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center
        }

            .about-right .item2 .icon span {
                display: block;
                font-size: 24px;
                font-weight: 400
            }

        .about-right .item2 .title {
            width: 240px;
            height: 60px;
            border-radius: 8px;
            text-align: center;
            line-height: 56px;
            border: 2px solid #333;
            margin: 0 auto;
            box-sizing: border-box;
            font-size: 24px;
            font-weight: 700;
            color: #333
        }

        .about-right .item2 ul {
            padding-top: 50px
        }

            .about-right .item2 ul li {
                font-size: 16px;
                line-height: 30px;
                padding: 20px 0
            }

                .about-right .item2 ul li p {
                    margin-bottom: 10px
                }

                .about-right .item2 ul li .frist {
                    font-size: 20px;
                    line-height: 28px;
                    position: relative
                }

                    .about-right .item2 ul li .frist .label {
                        width: 90px;
                        height: 28px;
                        text-align: center;
                        color: #fff;
                        font-size: 18px
                    }

                    .about-right .item2 ul li .frist:after {
                        visibility: hidden;
                        display: block;
                        font-size: 0;
                        content: " ";
                        clear: both;
                        height: 0
                    }

                    .about-right .item2 ul li .frist:before {
                        width: 19px;
                        height: 19px;
                        content: '';
                        display: block;
                        background: url(../images/point.png) center center no-repeat #fff;
                        position: absolute
                    }

                .about-right .item2 ul li:nth-child(2n-1) {
                    padding-right: 479px;
                    text-align: right
                }

                    .about-right .item2 ul li:nth-child(2n-1) .frist .label {
                        float: right;
                        background: url(../images/label1.png) no-repeat;
                        margin-left: 10px
                    }

                    .about-right .item2 ul li:nth-child(2n-1) .frist:before {
                        right: -50px;
                        top: 5px
                    }

                .about-right .item2 ul li:nth-child(2n) {
                    padding-left: 480px;
                    text-align: left
                }

                    .about-right .item2 ul li:nth-child(2n) .frist .label {
                        float: left;
                        background: url(../images/label2.png) no-repeat;
                        margin-right: 10px
                    }

                    .about-right .item2 ul li:nth-child(2n) .frist:before {
                        left: -50px;
                        top: 5px
                    }

        .about-right .item2:before {
            width: 0;
            height: 100%;
            content: "";
            position: absolute;
            left: 50%;
            border-right: solid 1px #333;
            top: 60px
        }

    .about-right .item3 .desc {
        font-size: 18px;
        color: #525252;
        margin-top: 40px;
        line-height: 40px
    }

    .about-right .item3 .about-list {
        padding-top: 100px
    }

        .about-right .item3 .about-list ul li {
            width: 234px;
            height: 114px;
            overflow: hidden;
            margin-right: 88px;
            margin-bottom: 20px;
            float: left
        }

            .about-right .item3 .about-list ul li:nth-child(3n) {
                margin-right: 0
            }

    .contact-right .item1 .contact-box1 {
        width: 878px;
        height: 266px;
        box-sizing: border-box;
        margin-top: 40px;
        border: 1px solid silver
    }

        .contact-right .item1 .contact-box1 .box-item {
            float: left;
            width: 50%;
            padding: 40px 20px;
            box-sizing: border-box;
            text-align: center
        }

            .contact-right .item1 .contact-box1 .box-item .txt1 {
                font-size: 32px;
                color: #b0050e;
                font-weight: 700
            }

            .contact-right .item1 .contact-box1 .box-item .txt2 {
                width: 375px;
                box-sizing: border-box;
                padding: 20px;
                border-radius: 8px;
                background: #ededed;
                color: #6e6e6e;
                line-height: 30px;
                font-size: 18px;
                display: inline-block;
                margin-top: 30px
            }

    .contact-right .item1 .map-w {
        padding: 30px 0
    }

    .contact-right .item2 .desc {
        font-size: 18px;
        color: #515151;
        margin-top: 40px
    }

    .contact-right .item2 .contact-box2 {
        height: 440px;
        border: 1px solid #bdbdbd;
        margin-top: 50px
    }

        .contact-right .item2 .contact-box2 .box-left {
            width: 232px;
            height: 440px;
            text-align: center;
            background: url(../images/email.png) center center no-repeat #f7f7f7;
            float: left
        }

        .contact-right .item2 .contact-box2 .box-right {
            padding: 30px 50px;
            box-sizing: border-box;
            overflow: hidden
        }

            .contact-right .item2 .contact-box2 .box-right .txt1 {
                font-size: 18px;
                color: #b0050e;
                font-weight: 700;
                line-height: 50px
            }

            .contact-right .item2 .contact-box2 .box-right .txt2 {
                font-size: 16px;
                line-height: 30px;
                margin-top: 20px
            }

            .contact-right .item2 .contact-box2 .box-right .txt3 {
                font-size: 18px;
                font-weight: 700;
                margin-top: 50px
            }

            .contact-right .item2 .contact-box2 .box-right .btns {
                padding: 50px 0
            }

                .contact-right .item2 .contact-box2 .box-right .btns a {
                    width: 200px;
                    height: 44px;
                    background-color: #3d3d3d;
                    text-align: center;
                    display: block;
                    margin-right: 30px;
                    float: left;
                    color: #fff;
                    line-height: 44px;
                    font-size: 16px;
                    font-weight: 700
                }

    .game-right .pic {
        margin-top: 50px
    }

    .game-right .link {
        padding: 10px 0;
        text-align: right
    }

        .game-right .link a {
            margin-left: 5px
        }

    .public-right .table {
        width: 880px
    }

        .public-right .table table {
            margin-top: 40px;
            width: 100%;
            font-size: 16px;
            border-top: solid 1px #cbcbcc;
            border-bottom: solid 1px #cbcbcc
        }

            .public-right .table table tr {
                border-bottom: solid 1px #cbcbcc;
                height: 52px
            }

            .public-right .table table th {
                background-color: #f6f6f6
            }

            .public-right .table table td, .public-right .table table th {
                text-align: center
            }

    .public-right .video-list {
        margin-top: 20px
    }

        .public-right .video-list ul li {
            width: 228px;
            position: relative;
            float: left;
            margin-right: 66px;
            margin-bottom: 30px;
            line-height: 50px;
            font-size: 16px;
            font-weight: 700;
            text-align: center
        }

            .public-right .video-list ul li .pic {
                height: 132px;
                overflow: hidden
            }

                .public-right .video-list ul li .pic img {
                    display: block;
                    width: 100%
                }

            .public-right .video-list ul li .play {
                width: 64px;
                height: 64px;
                background: url(../images/video_icon.png) no-repeat;
                position: absolute;
                top: 34px;
                left: 50%;
                margin-left: -32px
            }

            .public-right .video-list ul li:nth-child(3n) {
                margin-right: 0
            }

    .public-right .picture {
        margin-top: 50px
    }
