@charset "utf-8";
*{
box-sizing:border-box;
}
body{
    background: url(../images/zwgk/bodybg.png) no-repeat top center;
    background-size: 100%;
}
.container{
    width:1200px;
}
.gbheader{
    padding-bottom: 51px;
    width: 100%;
    /* background: url(../images/zwgk/gbheaderbg.png) no-repeat center/cover; */
}
.topbar{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: #fff;
}
.topbar .syfjt{
    float: left;
}
.topbar .syfjt a{
    margin-right: 10px;
    color: #333;
}
.topbar .syfjt a:hover{
    color: #C10012;
}
.topbar .date{
    float: right;
    color: #333;
}
.gblogo{
    /* margin-top: 5px; */
    padding-top: 15px;
}
.gblogo > a img{
    width:336px;
}
.gblogo .logo{
    float: unset;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.main{
    padding: 0 6px;
    height: 1225px;
    background: url(../images/zwgk/maibg.png) no-repeat top center;
}
.main .left{
    float: left;
}
.main .left .top{
    position: relative;
    padding: 40px 45px 30px 60px;
    width: 369px;
    border-bottom: 1px solid #1883d6;
}
.main .left .top span{
    float: left;
    font-size: 44px;
    font-weight: bold;
    color: #1883d6;
}
.main .left .top div{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33px;
    height: 0;
    border:20px solid #1883d6;
    border-top: none;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
.main .left .top span.txtright{
    float: right;
}
.searchbox{
    margin-top: 5px;
}
.gbssbox .gbss{
    height: 36px;
    background: url(../images/zwgk/gbss.png) no-repeat;
}
.gbssbox .search,.qcssbox .search{
    margin-top: 35px;
    padding-left: 44px;
}
.gbssbox .search input,.qcssbox .search input{
    width: 230px;
}
.btn{
    margin-top: 20px;
    padding-left: 108px;
}
.btn span{
    float: left;
    width: 106px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    background: #A2A2A2;
    border-radius: 5px;
    cursor: pointer;
}
.btn span + span{
    margin-left: 20px;
}
.qcssbox{
    margin-top: 30px;
}
.qcssbox .qcss{
    padding-left: 40px;
    height: 23px;
    line-height: 23px;
    font-size: 20px;
    color: #0063c0;
    letter-spacing: 5px;
    background: url(../images/zwgk/qcss.png) no-repeat 15px 0;
}

.search .nf{
    margin-bottom: 15px;
    font-size: 0;
}
.search .nf span{
    font-size: 16px;
}
.search .nf select{
    padding-left: 15px;
    width: 230px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.search .qh{
    margin-bottom: 15px;
    font-size: 0;
    width: 100%;

}
.search .qh span{
    font-size: 16px;
}

.search .qh select{
    padding-left: 15px;
    width: 230px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.gbinfo{
    margin-top: 45px;
    padding-left: 44px;
}
.gbinfo p{
    height: 43px;
    line-height: 43px;
}
.gbinfo p span{
    font-weight: bold;
    display: inline-block;
    width: 90px;
    text-align: justify;
    text-align-last: justify;
}
.main .right{
    float: right;
    padding-top: 6px;
    margin-right: 34px;
    width: 680px;
}
.rightTop{
    position: relative;
    padding-bottom: 50px;
    width: 100%;
}
.rightTop .prev{
    float: left;
    padding: 25px 11px;
    width: 42px;
    height: 134px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    background: url(../images/zwgk/prev.png) no-repeat;
}

.rightTop .next{
    float: left;
    padding: 25px 11px;
    width: 42px;
    height: 134px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    background: url(../images/zwgk/prev.png) no-repeat;
    margin-left: 20px;
    display: none;
}

.rightTop .titleInfo{
    float: left;
    margin-left: 20px;
    margin-top: 30px;
    width: 430px;
    font-size: 22px;
    text-align: center;
    color: #1883d6;
}
.rightTop .titleInfo p + p{
    margin-top: 15px;
    font-size: 28px;
}
.rightTop .download{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    font-size: 14px;
    
}
.rightTop .download img{
    /* margin-right: 20px; */
    margin-right: 30px;
}
.rightTop .download a{
    color: #FF2626;
}
.wjbox {
    margin-top: 15px;
}
.wjbox .wjlx{
    position: relative;
    padding-left: 5px;
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #1883d6;
    border-bottom: 1px dashed #1883d6;
}
.wjbox .wjlx:after{
    display: block;
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background: #1883d6;
}
.wjbox ul{
    margin-top: 10px;
}
.wjbox li{
    padding-left: 30px;
    height: 42px;
    line-height: 42px;
    background: url(../images/zwgk/listicon.png) no-repeat 10px center;
}
.wjbox li a{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.wjbox li a:hover{
    color: #C10012;;
}
.ewmbox{
    margin: 40px auto 0;
    width: 99px;
    height: 99px;
    text-align: center;
}
.ewmbox01{
    position: absolute;
    right: 20px;
    bottom: 100px;
}
p.sys{
    margin: 13px auto;
    width: 100px;
    color: #999;
    text-align: center;
    font-size: 14px;
}
p.sys01{
    position: absolute;
    right: 20px;
    bottom: 37px;
}
#canvas{
    width: 100%;
    height: 100%;
}
.gbbottom{
    padding: 30px;
    margin: 20px auto;
    width: 1200px;
    background: #fff;
    border-radius: 20px;
}
.gbbottom .gjgb {
    float: left;
    width: 275px;
}
.gbbottom .gjgb a{
    display: block;
    margin-top:15px;
    width: 100%;
/*     height: 56px; */
}
.gbbottom .gjgb a + a{
    margin-top: 20px;
}
.gbbottom .gjgb a img{
    width: 100%;
    height: 100%;
}
.gbbottom .dyxz{
    float: right;
    width: 780px;
}
.gbbottom .dyxz .title{
    /* padding-bottom: 15px; */
    font-size: 20px;
    color: #1883d6;
    font-weight:bold;
    /* border-bottom: 1px dashed #AE1213; */
    background:url(../images/zwgk/line.png) no-repeat;
    background-position:90px 17px;
}
.gbbottom .dyxz p{
    float:left;
    padding: 10px 20px;
    margin:20px 1% 0;
    width:48%;
    background:#F4F4F4;
    border-radius:5px;
}
.gbbottom .dyxz p img{
    margin-right:15px;
    width:25px;
}
.gbbottom .dyxz p span{
    font-weight:bold;
}

.padding{
    height: 30px;
}
.footer{
    background: #fff;
}
.footer_left{
    color: #000;
}
.footer_left p a{
    color: #000;
}

@media (max-width:1500px) {
    .main,
    .container{
        width: 1200px;
    }
}


@media screen and (max-width:1200px) {
    .main, .container{
        width:100%;
    }
    .gblogo > a{
        display: block;
        width: 336px;
        margin: 0 auto;
    }
    .gblogo .logo{
        width: 96%;
        margin: 40px auto 0;
    }
    .main{
        height: auto;
        padding-bottom: 30px;
        background: #fff;
    }
    .main .left{
        float: unset;
        width: 100%;
    }
    .main .left .top{
        padding: 30px;
        width: 100%;
    }
    .main .left .top span{
        font-size: 30px;
    }
    .gbinfo{
        display: none;
    }
    .main .right{
        float: unset;
        width: 100%;
        padding-top: 15px;
        margin-right: 0;
    }
    .rightTop .prev{
        width: 36px;
        padding: 25px 7px;
    }
    .rightTop .titleInfo{
        margin-left: 2%;
        width: 77%;
        margin-top: 0;
        font-size: 18px;
    }
    .rightTop{
        padding-bottom: 25px;
    }
    .rightTop .titleInfo p + p{
        font-size: 22px;
    }
    .wjbox .wjlx{
        width: 100%;
        font-size: 18px;
    }
    .wjbox .wjlx:after{
        right: 0;
    }
    .ewmbox{
        display: none;
    }
    p.sys{
        display: none;
    }
    .gbbottom{
        width: 100%;
        padding: 10px;
        border-radius: 5px;
    }
    .gbbottom .gjgb{
        float: unset;
        margin: 0 auto;
    }
    .gbbottom .dyxz{
        float: unset;
        margin-top: 20px;
        width: 100%;
    }
    .gbbottom .dyxz p{
        float: unset;
        width: 100%;
    }
.rightTop .next{
    float:right;
    margin-left: 0;
}
.rightTop .download{
    /* right:50%; */
    /* margin-right:-55px; */
    position: inherit;
    text-align: center;
    /* margin-top:14px; */
    padding-top: 14px;
    float: left;
    width: 100%;
}
    .rightTop .download img{
        margin-right:0px;
        
    }
}