.g-wrap{
    margin-top: 30px;
}
.g-pic-box{
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 28px 25px 10px;
}
.g-pic-box ul{
    width:1200px;
}
.g-pic-box ul li{
    float:left;
    width: 175px;
    margin-bottom:10px;
    margin-right: 20px;
}
.g-pic-box ul li a{
    display:block;
}
.g-pic-img{
    width: 100%;
    height: 120px;
    overflow:hidden;
    border-radius:15px;
}
.g-pic-img img{
    width:100%;
    height:100%;
}
.g-pic-tit{
    width:100%;
    height:28px;
    line-height:28px;
    text-align:center;
    overflow:hidden;
    margin-top:5px;
}
.g-game-box{
    background: #ffffff;
    border-radius: 15px;
    height: 170px;
    overflow: hidden;
    margin-bottom: 30px;
}
.g-game-l{
    float: left;
    width: 64px;
}
.g-game-l div{
    font-size: 16px;
    font-weight: bold;
    padding:19px 15px;
    color: #379be9;
    cursor: pointer;
}
.g-game-l div.g-game-active,.g-game-l div:hover{
    background:#379be9;
    color: #fff;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}
.g-game-r{
    float: left;
}
.g-game-r ul {
    width: 1132px;
    overflow: hidden;
}
.g-game-r ul li{
    width: 90px;
    float: left;
    margin: 24px 16px 5px 35px;
}
.g-game-r ul li a{
    display: block;
}
.g-game-r ul li a.g-game-img{
    width: 90px;
    height: 90px;
    border-radius: 15px;
    overflow: hidden;
}
.g-game-r ul li a.g-game-img img{
    width: 100%;
    height: 100%;
}
.g-game-r ul li a.g-game-tit{
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
}
.g-con-box{
    height: 582px;
    overflow: hidden;
    margin-bottom: 30px;
}
.g-con-l{
    width: 230px;
    float: left;
    padding: 28px 25px 0;
    background: #fff;
    border-radius: 15px;
}
.g-tit{
    font-size: 20px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 24px;
}
.g-con-l ul li{
    margin-bottom: 28px;
}
.g-rank-img{
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    border-radius: 15px;
    position: relative;
}
.g-con-l ul li .g-rank-img em{
    display: none;
}
.g-con-l ul li:nth-of-type(1) .g-rank-img em{
    width: 35px;
    height: 18px;
    background: url(../img/g-rank-1.png) no-repeat 0 0;
    color: #fff;
    position: absolute;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-indent: 10px;
    z-index: 9;
}
.g-con-l ul li:nth-of-type(2) .g-rank-img em{
    width: 35px;
    height: 18px;
    background: url(../img/g-rank-2.png) no-repeat 0 0;
    color: #fff;
    position: absolute;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-indent: 10px;
    z-index: 9;
}
.g-con-l ul li:nth-of-type(3) .g-rank-img em{
    width: 35px;
    height: 18px;
    background: url(../img/g-rank-3.png) no-repeat 0 0;
    color: #fff;
    position: absolute;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-indent: 10px;
    z-index: 9;
}

.g-rank-img img{
    width: 100%;
    height: 100%;
}
.g-rank-r {
    width: 148px;
    float: left;
}
.g-rank-tit{
    display: block;
    width: 100%;
    height: 26px;
    line-height: 28px;
    overflow: hidden;
}
.g-rank-r div{
    margin: 3px 0;
}
.g-rank-r div i{
    margin: 0 2px;
}
.g-rank-r p,.g-rank-r div{
    font-size: 12px;
    color: #999999;
}
.g-con-c{
    width: 445px;
    padding: 28px 25px;
    background: #fff;
    float: left;
    border-radius: 15px;
    margin: 0 25px;
}
.g-con-tit{
    float: left;
    width: 146px;
    height: 26px;
    background: url(../img/jrgx-tit.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.jrgx-right{
    width: 180px;
    height: 26px;
    float: right;
    background: #f6f7f9;
    color: #666666;
}
.jrgx-right div{
    width: 60px;
    line-height: 26px;
    text-align: center;
    float: left;
    font-size: 14px;
    cursor: pointer;
}
.jrgx-active{
    background: #379be9;
    color: #fff;
}
.jrgx_tab_classify{
    display: inline-block;
    vertical-align: top;
    color: #aaaaaa;
    line-height: 24px;
    font-size: 15px;
    width: 88px;
}
.jrgx_tab_classify a{
    color: #aaaaaa;
    line-height: 20px;
    font-size: 15px;
    /* display: inline-block; */
    max-width: 100px;
    overflow: hidden;
    padding: 0 2px;
}
.jrgx_tab_img{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    margin-right: 11px;
    border-radius: 5px;
}
.jrgx_tab_img img{
    width: 100%;
    height: 100%;
}
.jrgx_tab_tit{
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-size: 16px;
    width: 200px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
.jrgx_tab_time{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    float: right;
}
.g-tab-box ul li{
    margin-top: 26px;
}
.g-tab-box ul li:hover .jrgx_tab_tit{
    color: #379be9;
}
.g-con-r{
    width: 325px;
    padding: 28px 25px 0; 
    background: #fff;
    border-radius: 15px;
    float: right;
    overflow: hidden;
}
.g-con-r ul{
    width: 350px;
}
.g-con-r ul li{
    width: 155px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    float: left;
    margin-right: 15px;
}
.g-con-r ul li:nth-of-type(1){
    width: 325px;
    height: 160px;
    margin-right: 0;
}
.g-con-r ul li:nth-of-type(1) div{
    font-size: 15px;
}
.g-con-r ul li img{
    width: 100%;
    height: 100%;
}
.g-con-r ul li div{
    background: rgba(0,0,0,0.6);
    width: 94%;
    padding: 0 3%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.g-list-box,.g-zthj-box{
    background: #fff;
    padding: 0 25px;
    margin-bottom: 30px;
    overflow: hidden;
}
.g-list-tit div{
    width: 88px;
    height: 62px;
    background: url(../img/tit-bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 62px;
}
.g-list-tit div span{
    color: #379be9;
    margin-left: 6px;
}
.g-list-tit a{
    display: block;
    float: right;
    color: #aaaaaa;
    line-height: 62px;
}
.g-list-tit a em{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/more-icon.png) no-repeat 0 0;
    background-size: 100% 100%;
    vertical-align: top;
    margin-left: 4px;
    margin-top: 23px;
}

.g-model-l{
    width: 800px;
    float: left;
}
.g-model-l ul li{
    width:90px;
    float: left;
    margin-right: 43px;
    margin-bottom: 22px;
    transition: all 0.2s;
}
.g-model-img{
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 15px;
    overflow: hidden;
}
.g-model-img img{
    width: 100%;
    height: 100%;
}
.g-model-tit{
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    margin-top: 8px;
}
.g-model-r{
    width: 350px;
    float: right;
}
.g-model-r-tit{
    font-size: 18px;
    color: #111111;
    font-weight: bold;
    height: 30px;
    background: url(../img/tit-r-bg.png) no-repeat;
    text-indent: 10px;
    margin-bottom: 18px;
}
.g-model-r-tit span{
    color: #f8584d;
}

.g-model-r ul li{
    background:#eaf3fa;
    padding: 15px 20px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 22px;
}
.g-model-r-img{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    overflow: hidden;
    float: left;
    position: relative;
}
.g-model-r-img img{
    width: 100%;
    height:100%;
}
.g-model-r-right{
    float: left;
    width: 150px;
    margin: 0 0px 0 12px;
}
.g-model-r-right a{
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
.g-model-r-right p{
    color: #aaaaaa;
    font-size: 14px;
    margin-top: 22px;
}
.g-model-r-right p i{
    margin: 0 5px;
}
.g-model-r-btn{
    float: right;
    border: 1px solid #379be9;
    border-radius: 15px;
    color: #379be9;
    width:58px;
    height: 58px;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
}
.g-model-r-btn em{
    display: block;
    width: 20px;
    height: 18px;
    background: url(../img/load-icon.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin: 8px auto;
}
.g-model-r-img span{
    width: 66px;
    height: 46px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    z-index: 9;
}
.g-model-r ul li:nth-of-type(1) .g-model-r-img span{
    background: url(../img/xia-1.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.g-model-r ul li:nth-of-type(2) .g-model-r-img span{
    background: url(../img/xia-2.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.g-model-r ul li:nth-of-type(3) .g-model-r-img span{
    background: url(../img/xia-3.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.g-zt-box{
    width: 1185px;
    margin-bottom: 28px;
}
.g-zt-box li{
    float: left;
    width: 265px;
    height: 155px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 30px;
}
.g-zt-box li a img{
    width: 100%;
    height: 100%;
}

.g-zt-box li div{
    background: rgba(0,0,0,0.6);
    width: 94%;
    padding: 0 3%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.g-label-box{
    padding-bottom: 10px;
}
.g-label-box li a {
    overflow: hidden;
    transition: all 0.2s;
    background: #ddd;
    text-align: center;
    display: block;
    height: 38px;
    line-height: 38px;
    float: left;
    margin-right: 22px;
    margin-bottom: 16px;
    padding: 0 30px;
    color: #ffffff;
    border-radius: 25px;
}
.g-label-box li a:hover{
    box-shadow: 0 0 10px #ccc;
}
.g-label-box li.a1 a,.g-label-box li.a8 a{
    background: #f36e5d;
}
.g-label-box li.a2 a,.g-label-box li.a9 a{
    background: #61bba1;
}
.g-label-box li.a3 a,.g-label-box li.a10 a{
    background: #c49990;
}
.g-label-box li.a4 a,.g-label-box li.a11 a{
    background: #ff9d56;
}
.g-label-box li.a5 a,.g-label-box li.a12 a{
    background: #a37bad;
}
.g-label-box li.a6 a,.g-label-box li.a13 a{
    background: #81c347;
}
.g-label-box li.a7 a,.g-label-box li.a14 a{
    background: #6fc1ef;
}
.g-label-box li.a15 a{
    background: #ffb769;
}


@media screen and (max-width: 750px) {
    
        .g-wrap{
            margin-top:10px;
            padding: 0 10px;
        }
        .g-pic-box{
            
            padding: 10px 10px 1px;
    
            margin-bottom: 10px;
        }
        .g-pic-box ul{
            width:auto;
        }
        .g-pic-box ul li{
             width:48%;
            margin-right:4%;
            margin-bottom: 10px;
        }
        .g-pic-img{
            height:100px;
        }
        .g-pic-tit{
            font-size:14px;
        }
        .g-game-l{
            float:none;
            display: flex;
            width: auto;
            margin-bottom: 10px;
        }
        .g-game-r{
            float:none;
        }
        .g-game-box{
            height:auto;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }
        .g-game-l div{
            width:120px;
            padding: 0;
            text-align: center;
            line-height: 34px;
        }
        .g-game-r ul{
            width:auto;
        }
        .g-game-r ul li{
            width:25%;
            margin: 0 0px 5px 0;
        }
        .g-game-r ul li a.g-game-img{
            width:70px;
            height:70px;
            margin:0 auto;
        }
        .g-game-r ul li a.g-game-tit{
            width: 70px;
            margin:0px auto 0;
            font-size:15px;
        }
        .g-con-box{
            height:auto;
            margin-bottom: 0px;
        }
        .g-con-l, .g-con-c,.g-con-r{
            float:none;
            width:auto;
            padding: 10px;
            margin: 0 0 10px 0;
        }
        .g-tit{
            margin-bottom: 10px;
            font-size: 18px;
        }
        .g-con-l ul li{
            margin-bottom:10px;
            display: flex;
        }
        .g-rank-r{
            flex:1;
        }
        .g-con-tit{
            width: 112px;
            height: 20px;
            background-size: 100% 100%;
            margin-top: 4px;
        }
        .g-tab-box ul li{
            display:flex;
            margin-top: 10px;
        }
        .jrgx_tab_classify{
            font-size:12px;
            width: 78px;
        }
        .jrgx_tab_classify a{
            font-size:12px;
        }
        .jrgx_tab_right{
            flex:1;  
        }
        .jrgx_tab_tit{
            width:50%;
            font-size: 15px;
        }
        .jrgx_tab_time{
            font-size:12px;
        }
        .g-con-r ul{
            width:auto;
        }
        .g-con-r ul li:nth-of-type(1){
            width:100%;
        }
        .g-con-r ul li{
            width:48%;
            margin-right: 4%;
            margin-bottom: 10px;
        }
        .g-con-r ul li:nth-of-type(2n+1){
            margin-right:0;
        }
        .g-list-box, .g-zthj-box{
            
    border-radius: 15px;
            
    padding: 0 10px;
            
    margin-bottom: 10px;
        }
        .g-model-l{
            float:none;
            width:auto;
        }
        .g-model-l ul{
            width:auto;
        }
        .g-model-l ul li{
            width:25%;
            margin: 0;
        }
        .g-model-img{
            width: 70px;
            height: 70px;
            margin: 0 auto;
        }
        .g-list-tit a{
            font-size:14px;
            line-height: 40px;
        }
        .g-list-tit div{
            height:44px;
            line-height: 44px;
            font-size: 16px;
        }
        .g-list-tit a em{
            margin-top: 14px;
            width: 12px;
            height: 12px;
            background-size: 100% 100%;
        }
        .g-model-r{
            float:none;
            margin-top: 10px;
            width: auto;
        }
        .g-model-r-tit{
            margin-bottom:10px
        }
        .g-model-r ul li{
            display:flex;
            padding: 10px;
            margin-bottom: 10px;
        }
        .g-model-r-right{
            flex:1;
            margin: 0 8px 0 10px;
        }
        .g-model-r-img{
            width:72px;
            height:72px;
        }
        .g-model-r-right p{
            
            margin-top: 18px;
        }
        .g-model-r-btn{
            width:50px;
            height:50px;
        }
        .g-model-r-btn em{
            margin:4px auto;
        }
        .g-model-r-btn p{
            font-size:12px;
        }
        .g-zt-box{
            width:auto;
            margin-bottom: 0;
        }
        .g-zt-box li{
            width:48%;
            margin-right:4%;
            margin-bottom: 10px;
            height: 100px;
        }
        .g-zt-box li:nth-of-type(2n),.g-pic-box ul li:nth-of-type(2n){
            margin-right:0 !important;
        }
        .g-zt-box li div{
            font-size:14px;
        }
        .g-label-box li a{
            
            margin-right: 12px;
    
            margin-bottom: 10px;
    
            height: 32px;
    
            line-height: 32px;
    
            padding: 0 15px;
        }
        .g-pic-box ul li:nth-child(n+7),.g-model-l ul li:nth-child(n+13){
            display:none;
        }
    
        .g-model-tit{
            font-size:15px;
            margin: 2px auto 7px;
        }
    
    
}



.gps-index .header-box{
    width:100%;
    height:60px;
    background-color:#f8f8f9;
    box-shadow: 0px 4px 10px #ccc;
}
.gps-index .header-box div{
    width:1100px;
    margin:0 auto;
}
.gps-index .header-box a{
    display: block;
    line-height: 60px;
    color:#7c7a7a;
    font-size: 20px;
}
.gps-index .container{
    width:1100px;
    margin:20px auto 80px;
	overflow:hidden;
	zoom:1;
}
.gps-index .con-left{
    width:800px;
    padding-right: 35px;
    border-right:1px solid #d9d9d9;
    float: left;
}
.gps-index .con-left p{
    margin-bottom:20px;
    color: #797979;
    font-size:16px;
    line-height:28px;
}
.gps-index .article div{
    float: left;
}
.gps-index .article .imgboxs{
    width:235px;
    height:148px;
    margin-right: 20px;
    margin-bottom:20px;
}
.gps-index .article-right{
    width:508px;
}
.gps-index .article .imgboxs img{
    width: 100%;
    display: block;
}
.gps-index .con-right{
    width:247px;
    float: left;
    margin-left:15px;
}
te{
    cursor: pointer;
}
.gps-index .con-right h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
}
.gps-index .con-right p{
    font-size:15px;
    line-height: 26px;
    color: #333333;
}
.gps-index .con-right img{
    width:247px;
    height:165px;
    margin-top:10px;
}

.gps-index .line{
    width:96%;
    height:1px;
    background:#d9d9d9;
    margin: 20px auto;
}
.gps-index .footer-box{
    width:100%;
    border-top: 1px solid #d9d9d9;
    height:83px;
}
.gps-index .footer-box div{
    margin:0 auto;
    width:1100px;
    height:83px;
    line-height: 83px;
    text-align: center;
}
.gps-index .margins{
    margin-right:20px;
}
.gps-index .footer-box div a{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}
.gps-index .footer-box div a:hover{
    color: #666;
}
.gps-index img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

@media screen and (max-width: 750px) {
    .gps-index .header-box{
        width: auto;
        height: 40px;
        background-color:#f8f8f9;
        box-shadow: 0px 4px 10px #ccc;
        padding: 0 10px;
    }
    .gps-index .header-box div{
        width: auto;
        margin:0 auto;
    }
    .gps-index .header-box a{
        display: block;
        line-height: 40px;
        color:#7c7a7a;
        font-size: 20px;
    }
    .gps-index .container{
        width: auto;
        margin: 30px auto 20px;
        padding: 0 10px;
    }
    .gps-index .con-left{
        width: auto;
        padding-right: 0;
        border-right: none;
        float: none;
    }
    .gps-index .con-left p{
        margin-bottom:20px;
        color: #797979;
        font-size:16px;
        line-height:28px;
    }
    .gps-index .article div{
        float: none;
    }
    .gps-index .article .imgboxs{
        width:235px;
        height:148px;
        margin: 0 auto 10px !important;
    }
    .gps-index .article-right{
        width: auto;
    }
    .gps-index .article .imgboxs img{
        width: 100%;
        display: block;
        margin: 0 auto;
        height: 100%;
    }
    .gps-index .con-right{
        width: auto;
        float: none;
        margin-left: 0;
    }
    .gps-index .con-right div{
        cursor: pointer;
        text-align: center;
    }
    .gps-index .con-right h3{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 14px;
    }
    .gps-index .con-right p{
        font-size:15px;
        line-height: 26px;
        color: #333333;
    }
    .gps-index .con-right img{
        width:247px;
        height:165px;
        margin-top:10px;
    }

    .gps-index .line{
        width:96%;
        height:1px;
        background:#d9d9d9;
        margin: 20px auto;
    }
    .gps-index .footer-box{
        width:100%;
        border-top: 1px solid #d9d9d9;
        height: 43px;
    }
    .gps-index .footer-box div{
        margin:0 auto;
        width: auto;
        height: 43px;
        line-height: 43px;
        text-align: center;
    }
    .gps-index .margins{margin: 0 auto;}
    .gps-index .footer-box div a{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #333333;
    }
    .gps-index .footer-box div a:hover{
        color: #666;
    }
}