﻿* {
    box-sizing: border-box;
}
body {
    /*width: 100%;*/
    
    user-select: auto;
    overflow-x: hidden;
}
html, body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    font-family: tahoma,arial,'Hiragino Sans GB',Microsoft YaHei,sans-serif;
}

body {
    background: #fff;
}

.mainbody {
    padding-bottom: 24px;
    background: #fff;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ctnr {
    width: 1300px;
    margin: 0 auto;
}
.footer .ctnr {
    width:800px;
}

.clearfix:after {
    content: '\0020';
    display: block;
    clear: both;
}

.header {
    height: 90px;
    background: #fff;
}

    .header .logo {
        float: left;
        width: 130px;
        height: 72px;
        margin-top: 9px;
        margin-left:80px;
        /*background: url('/img/5Color.png') no-repeat;*/
    }

    .header .nav {
        float: right;
        width: 75%;
        height: 100%;
        max-width: 975px;
        margin-right: -35px;
        position: relative;
    }

        .header .nav .navitem {
            padding-top: 16px;
            height: 90px;
            width: 16%;
            border-top: 4px solid rgba(0,0,0,0);
            float: left;
            text-decoration: none;
            /*background: url('../img/line.png') no-repeat 90% 24px;*/
        }

            .header .nav .navitem .w {
                overflow-y: hidden;
                height: 42px;
            }

            .header .nav .navitem .top {
                position: relative;
                margin-top: -42px;
                color: #ff7800;
                -moz-transition: margin-top .2s linear;
                -o-transition: margin-top .2s linear;
                -webkit-transition: margin-top .2s linear;
                transition: margin-top .2s linear;
            }

            .header .nav .navitem .bottom {
                color: #545454;
            }

            .header .nav .navitem.noline {
                background: none;
            }

            .header .nav .navitem.active .top {
                margin-top: 0;
            }

            .header .nav .navitem.active:hover .top {
                margin-top: 0;
            }

            .header .nav .navitem:hover .top {
                margin-top: 0;
            }

        .header .nav .navindicator {
            width: 100px;
            -moz-transition: transform .2s linear;
            -o-transition: transform .2s linear;
            -webkit-transition: -webkit-transform .15s linear;
            transition: transform .2s linear;
            height: 4px;
            position: absolute;
            top: 0;
            left: 0;
            background: #ff7800;
        }

        .header .nav .main {
            font-size: 16px;
            text-align: center;
            /*padding-right: 35px;*/
        }

        .header .nav .sub {
            font-size: 12px;
            text-align: center;
            /*padding-right: 35px;*/
        }

.banner {
    width: 100%;
}

    .banner img {
        width: 100%;
    }

.mgtm {
    margin-top: -30px;
}

.breadcrumb {
    color: #545454;
    font-size: 16px;
    margin-bottom: 24px;
}

    .breadcrumb a {
        color: #545454;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

    .breadcrumb .arrow {
        margin: 0 8px;
    }

    .breadcrumb .curr {
        color: #ff7800;
    }

.leftb {
    float: left;
    width: calc(100% - 360px);
    min-height: 1000px;
    background: #fff;
    border-top: 2px solid #842ada;
    padding: 25px;
}

.rightb {
    float: right;
    width: 340px;
    margin-left: 20px;
}

.sublist {
    border-top: 2px solid #d3d3d3;
    position: relative;
    background: #fff;
}

    .sublist:before {
        content: '\0020';
        position: absolute;
        top: -2px;
        width: 50%;
        height: 2px;
        background: #842ada;
    }

    .sublist .headline {
        margin: 0;
        font-size: 28px;
        color: #842ada;
        font-weight: normal;
        padding: 15px;
    }

    .sublist ol, .sublist li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sublist ol {
        counter-reset: ordernumber;
    }

    .sublist li {
        margin: 0 9px;
        padding: 12px 0;
        border-bottom: 1px solid #e1e0e0;
    }

        .sublist li:hover .title, .sublist li:hover .detail {
            -webkit-transition: color .15s linear;
            transition: color .15s linear;
            color: #ff7800 !important;
        }

        .sublist li:last-child {
            border: none;
        }

    .sublist .num {
        float: left;
        font-size: 30px;
        line-height: 39px;
        width: 58px;
        text-align: center;
        color: #bcbcbc;
        border-right: 2px solid #e1e0e0;
    }

        .sublist .num:before {
            counter-increment: ordernumber;
            content: "0" counter(ordernumber);
        }

    .sublist .title {
        text-align: right;
        font-size: 16px;
        margin-right: 12px;
        color: #525252;
    }

    .sublist .detail {
        float: right;
        color: #c6c6c6;
        font-size: 14px;
        margin-right: 12px;
        text-decoration: none;
    }

        .sublist .detail:hover {
            text-decoration: underline;
        }

.getnews {
    margin-top: 25px;
    background: #fff;
    padding-bottom: 24px;
}

    .getnews .qrcode {
        text-align: center;
    }

        .getnews .qrcode img {
            margin: 24px 0;
        }

    .getnews .tips {
        text-align: center;
        color: #fff;
        font-size: 16px;
        color: #842ada;
    }

.pptitle {
    height: 53px;
    line-height: 53px;
    color: #fff;
    background: #842ada;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

#backtotop {
    position: fixed;
    right: 5%;
    bottom: 100px;
    width: 67px;
    height: 67px;
    z-index: 999;
    background: url('../img/up01.png') no-repeat;
    cursor: pointer;
    display: none;
}

    #backtotop:hover {
        background: url('../img/up02.png') no-repeat;
    }

.news-list {
    margin-bottom: 96px;
}

    .news-list li {
        font-size: 18px;
        padding-left: 18px;
        position: relative;
        margin: 12px 0 24px;
    }

        .news-list li a {
            color: #666;
        }

            .news-list li a:hover {
                color: #842ada;
            }

        .news-list li:before {
            content: '\0020';
            position: absolute;
            height: 4px;
            width: 4px;
            background: #d2a0fc;
            top: 50%;
            margin-top: -2px;
            left: 0;
        }

        .news-list li .time {
            float: right;
            color: #bcbcbc;
        }

.pagination {
    margin: 0 auto;
    text-align: center;
}

    .pagination span {
        display: inline-block;
        background: #842ada;
        color: #eeebeb;
        line-height: 36px;
        min-width: 36px;
        text-align: center;
        font-size: 16px;
        margin: 0 4px;
    }

    .pagination a {
        font-size: 16px;
        display: inline-block;
        color: #842ada;
        background: #eeebeb;
        line-height: 36px;
        min-width: 36px;
        text-align: center;
        margin: 0 4px;
    }

        .pagination a.prev, .pagination a.next {
            padding: 0 24px;
        }

        .pagination a:hover {
            text-decoration: none;
            background: #842ada;
            color: #eeebeb;
        }

.article-title {
    margin: 0;
    font-size: 28px;
    color: #842ada;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: center;
}

.article-info {
    text-align: center;
    color: #666;
    font-size: 14px;
}

    .article-info .source {
        margin-left: 16px;
    }

.article-content {
    font-size: 16px;
    color: #666;
    margin: 40px 0;
    min-height: 500px;
}

.bottomlist {
    border-top: 2px solid #d3d3d3;
    position: relative;
    background: #fff;
}

    .bottomlist:before {
        content: '\0020';
        position: absolute;
        top: -2px;
        width: 170px;
        height: 2px;
        background: #842ada;
    }

    .bottomlist .headline {
        margin: 0;
        font-size: 18px;
        color: #842ada;
        font-weight: normal;
        padding: 15px 0;
    }

.rellist {
    margin-bottom: 48px;
    width: 90%;
}

    .rellist li {
        font-size: 14px;
        position: relative;
        margin: 12px 0 24px;
    }

        .rellist li a {
            color: #666;
        }

            .rellist li a:hover {
                color: #842ada;
            }

        .rellist li .time {
            float: right;
            color: #bcbcbc;
        }

.jobtype {
    width: 100%;
    background: #fff;
    position: relative;
}

    .jobtype:before {
        content: '\0020';
        position: absolute;
        left: 169px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #f6f5f5;
        z-index: 10;
    }

    .jobtype:after {
        content: '\0020';
        display: block;
        clear: both;
    }

    .jobtype li {
        float: left;
        width: 170px;
        line-height: 139px;
        padding-left: 32px;
        font-size: 18px;
        border-bottom: 2px solid #f6f5f5;
        cursor: pointer;
    }

        .jobtype li i {
            vertical-align: middle;
            position: relative;
            top: -0.1em;
            margin-right: 16px;
        }

        .jobtype li.active, .jobtype li:hover {
            color: #842ada;
        }

            .jobtype li.active .icon-ch, .jobtype li:hover .icon-ch {
                background-image: url(../img/sprite.png);
                background-position: -120px 0;
                width: 40px;
                height: 40px;
            }

            .jobtype li.active .icon-ui, .jobtype li:hover .icon-ui {
                background-image: url(../img/sprite.png);
                background-position: -120px -40px;
                width: 40px;
                height: 40px;
            }

            .jobtype li.active .icon-yh, .jobtype li:hover .icon-yh {
                background-image: url(../img/sprite.png);
                background-position: -40px -82px;
                width: 40px;
                height: 40px;
            }

            .jobtype li.active .icon-cx, .jobtype li:hover .icon-cx {
                background-image: url(../img/sprite.png);
                background-position: -80px -41px;
                width: 40px;
                height: 40px;
            }

            .jobtype li.active .icon-cs, .jobtype li:hover .icon-cs {
                background-image: url(../img/sprite.png);
                background-position: -80px 0;
                width: 40px;
                height: 41px;
            }

            .jobtype li.active .icon-yy, .jobtype li:hover .icon-yy {
                background-image: url(../img/sprite.png);
                background-position: 0 0;
                width: 40px;
                height: 41px;
            }

.icon-ch {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -80px -82px;
    width: 40px;
    height: 40px;
}

.icon-ui {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -120px -82px;
    width: 40px;
    height: 40px;
}

.icon-yh {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: 0 -82px;
    width: 40px;
    height: 40px;
}

.icon-cx {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -40px -41px;
    width: 40px;
    height: 40px;
}

.icon-cs {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -40px 0;
    width: 40px;
    height: 41px;
}

.icon-yy {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: 0 -41px;
    width: 40px;
    height: 41px;
}

.jobhead {
    font-size: 28px;
    color: #842ada;
    position: relative;
    padding-left: 34px;
    line-height: 36px;
    font-weight: normal;
}

    .jobhead:before {
        content: '\0020';
        position: absolute;
        left: 0;
        height: 36px;
        width: 14px;
        background: #842ada;
    }

.job-info {
    font-size: 22px;
    color: #838383;
    line-height: 2;
}

    .job-info .date {
        font-size: 18px;
    }

.job-content {
    border-top: 1px solid #d6d6d6;
    margin-top: 36px;
    padding: 36px 0;
    line-height: 2;
    font-size: 16px;
    color: #838383;
}

.iwant {
    width: 214px;
    line-height: 62px;
    background: #842ada;
    color: #fff;
    font-size: 18px;
    margin: 120px auto 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background .15s linear;
    transition: background .15s linear;
}

    .iwant:hover {
        background: #7723c8;
    }

.icon-tag {
    display: inline-block;
    background: url('../img/biaoqian.png') no-repeat;
    width: 23px;
    height: 26px;
    vertical-align: middle;
    margin-right: 6px;
}

.banner {
    background: black;
    width: 100%;
    height: 440px;
    position: relative;
}

    .banner .decorate {
        position: absolute;
        width: 100%;
        bottom: -1px;
        left: 0;
        z-index: 1;
    }

        .banner .decorate .left, .banner .decorate .right {
            content: '\0020';
            height: 23px;
            width: 800px;
            background: #fff;
            display: block;
            position: relative;
        }

        .banner .decorate .left {
            float: left;
        }

            .banner .decorate .left:after {
                content: '\0020';
                position: absolute;
                left: 799px;
                top: 0;
                height: 23px;
                width: 20px;
                background: url('../img/b01.png') no-repeat -20px 0;
            }

        .banner .decorate .right {
            float: right;
        }

            .banner .decorate .right:after {
                content: '\0020';
                position: absolute;
                right: 799px;
                top: 0;
                height: 23px;
                width: 20px;
                background: url('../img/b01.png') no-repeat 0 0;
            }

.fl {
    float: left;
}

.fr {
    float: right;
}

.col1 {
    width: 204px;
    margin: 64px 0 0;
}

.col2 {
    margin: 64px 0 0;
    width: 428px;
    min-height: 224px;
    margin-left:30px;
    /*border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    padding: 0 24px;*/
}

.col3 {
    margin: 64px 0 0;
    width: 700px;
    padding: 0 0 0 24px;
    position: relative;
}

    .col3 .qrcode {
        position: absolute;
        bottom: 6px;
        right: 0;
        font-size: 14px;
        color: #8931d3;
        width: 104px;
        text-align: center;
    }

        .col3 .qrcode img {
            width: 104px;
            height: 104px;
            margin-bottom: 8px;
        }

.btitle {
    font-size: 22px;
    font-weight: normal;
    color: #8931d3;
    margin: -6px 0 12px 0;
}

    .btitle .more {
        float: right;
        font-size: 14px;
        margin-top: 8px;
        color: #666;
        text-decoration: none;
    }

        .btitle .more:before {
            content: '+';
            font-weight: bold;
            margin-right: 8px;
            text-decoration: none;
        }

        .btitle .more:hover {
            color: #ac5ded;
        }

.video {
    width: 173px;
    height: 129px;
    background: url('../img/videobg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

    .video .play {
        width: 51px;
        height: 51px;
        background: url('../img/playPic.png') no-repeat;
        position: absolute;
        top: 40px;
        left: 64px;
    }

.download {
    margin-top: 16px;
    width: 172px;
    height: 38px;
}

.mlist {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    margin-top: 28px;
}

    .mlist li {
        position: relative;
        padding-left: 28px;
        line-height: 2;
    }

        .mlist li:before {
            content: '\0020';
            width: 5px;
            height: 5px;
            background: #d79dff;
            position: absolute;
            left: 5px;
            top: 12px;
        }

        .mlist li:after {
            display: block;
            content: '\0020';
            clear: both;
        }

    .mlist .text {
        color: #666;
        max-width: 224px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        float: left;
    }

        .mlist .text:hover {
            color: #ac5ded;
            cursor: pointer;
        }

    .mlist .datetime {
        float: right;
        color: #cdcdcd;
    }

.subtext {
    color: #f90;
    font-size: 16px;
    width: 211px;
    margin-bottom: -6px;
}

.footer {
    /*margin-top: 36px;*/
    height: 120px;
    background:#5f5c5c; /*#3f3f3f;*/
    color: #a8a8a8;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
}

    .footer .btlogo {
        width: 157px;
        height: 66px;
        background: url('../img/bottomlogo.png') no-repeat;
        float: left;
        margin-top: -8px;
        margin-right: 128px;
    }

    .footer .copyright {
        margin-top: 28px;
        text-align:center;
        width:640px;float:left;
    }
.gsbs {
    float:left;margin-top:20px;
}
    .footer a {
        color: #a8a8a8;
    }

.jssorb05 {
    position: absolute;
}

    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background: #fff no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb05 .av {
        background: #ff7800;
    }

.wn {
    color: #ca8cff;
    font-size: 14px;
}


.pcpic{width:655px;height:450px;position:relative;top:10px;clear:both;}
.pcpic li a{width:320px;height:200px;display:block;cursor:pointer;}
.pcpic #pcg1{background:url(../img/noPic.png) center;background-repeat:no-repeat;}
.pcpic #pcg2{background:url(../img/noPic.png) center;background-repeat:no-repeat;}
.pcpic #pcg3{background:url(../img/noPic.png) center;}
.pcpic #pcg4{background:url(../img/noPic.png) center;}
    .pcpic li {
        background-repeat:no-repeat; float:left;
    }
.pcpic #pcg1,.pcpic #pcg3{margin-right:15px}
.pcpic #pcg1,.pcpic #pcg2,.mbpic #mbg1{margin-bottom:20px}
.pcpic #pcg1:hover,.pcpic #pcg2:hover,.pcpic #pcg3:hover,.pcpic #pcg4:hover,.mbpic #mbg1:hover,.mbpic #mbg2:hover{-moz-box-shadow:2px 2px 10px #666;-webkit-box-shadow:2px 2px 10px #666;box-shadow:2px 2px 10px #666;}

/*newPage*/
.blank20{height: 28px;min-height: 28px;}

/*公司动态-start*/
.container {
width: 1200px;margin-right: auto;
margin-left: auto;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
float: left;
}

.titlelist {
padding-left: 5px;
/* background: url(/Public/Home/images/newsplus.png) no-repeat right; */
}

.titlelist>li {
line-height: 32px;
font-size: 14px;
list-style: none;
padding-left: 0px;
/* list-style: square inside url('/Public/Home/images/aboutus/lista.png'); */
border-bottom: 1px solid #e4e4e4;
line-height: 30px;
height: 38px;
padding-top: 0px;
}

input, select, textarea, label, li, ul, button, a:active {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

 ul {
margin-top: 0;
margin-bottom: 10px;
}

 a:hover{
text-decoration:none;
}
ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}

.titlelist>li>a {
font-size: 20px;
color: #c13234;
font-weight: 600;
}
a {
color: #337ab7;
text-decoration: none;
}
a {
background-color: transparent;
}

.title .rightsp {
float: right;
}


.inews {
padding-top: 10px;
/* padding-right: 10px; */
padding-left: 5px;
}

.inews>li {
/* padding-left: 10px; */
width: 100%;
/* line-height: 25px; */
font-size: 16px;
/* list-style: none; */
list-style: square inside url('/img/lista.png');
/* border-bottom: 1px solid #e4e4e4; */
line-height: 18px;
height: 35px;
padding-top: 0px;
}

.inews>li>a {
color: #333333;
width: 100%;
/* line-height: 32px; */
}
a {
color: #337ab7;
text-decoration: none;
}
a {
background-color: transparent;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
user agent stylesheeta:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;
cursor: auto;
}

.inews > li > a:hover {
    color:grey;
}

.inews>li>a>span {
float: right;
color: #c9c9c9;
}
.inews>li>a>span {
float: right;
color: #c9c9c9;
padding-right: 10px;
}

/*公司动态--end*/

.blank23 {
height: 23px;
min-height: 23px;
clear:both;
}
/*精品游戏--start*/

.bg1 {
background-color: #ededed;
}

.fluid {
min-height: 300px;
padding-top: 30px;
padding-bottom: 30px;
}

.subject {
font-size: 24px;
color: #c12122;
padding-bottom: 10px;
padding-top: 37px;
height: 70px;
margin-top: -4px;
}

.subject .stitle {
color: #c12122;
border-top: solid 3px #c12122;
height: 42px;
padding-top: 15px;
}
.subject>a {
text-decoration: none;
}

.subject .rspan {
float: right;
color: #000;
font-size: 14px;
}

.subject .rspan>i {
font-size: 9px;
color: #c12122;
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


.col-lg-12 {
width: 100%;
}

.glyphicon-plus:before {
content: "\002b";
}




.game {
padding-left: 0px;
padding-right: 0px;
width: 1100px;
}

.gamebox {
position: relative;
display: inline-block;
margin-top: 20px;
background-color: #fff;
width: 350px; /*修改*/
 -webkit-box-shadow: 6px 9px 11px #444; 
 -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.1); 
border-color: #444;
border: 1px;
padding-bottom: 10px; /*修改*/
}

.jbd {
font-size: 14px;
line-height: 42px;
display: inline-block;
width: 100%;
}

.gbturn {
cursor: pointer;
width: 350px !important; /*修改*/
height: 238px !important; /*修改*/
position: absolute;
overflow: hidden;
/* margin-top: -208px; */
}

.gamebox .btns {
position: relative;
}

.gamebox .tp {
margin-top: 190px;
}

.gamebox .title {
font-size: 26px;
color: #323232;
padding-left: 5px;
line-height: 28px;
height: 23px;
padding-top: 37px;
}
.container .co10 {
width: 99%;
display: inline-block;
}

.gamebox .sp {
position: relative;
padding-top: 2px;
font-size: 15px;
color: #8c8c8c;
padding-left: 12px;
line-height: 25px;
height: 25px;
}


.gamecenter {
position: relative;
display: inline;
padding-right: 15px;
padding-left: 15px;
}


.gamebox:hover{-moz-box-shadow:2px 2px 10px #666;-webkit-box-shadow:2px 2px 10px #666;box-shadow:2px 2px 10px #666;}
img {
    border:0;
}
/*精品游戏--end*/

