.ysqgk-header{
    width: 100%;
    height: 282px;
    background: url(../images/zw/ysqgkheader.png) no-repeat top center;
}
.ysqgk-header .container{
    position: relative;
    height: 100%;
}
.ysqgk-header .container p{
    font-size: 52px;
    color: #fff;
    height: 100%;
    line-height: 282px;
}
.ysqgk-header .container .logo_img{
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -600px;
    width: 350px;
    height: 58px;
    line-height: normal;
} 
.ysqgk-header .container .bkhm{
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 155px;
    height: 42px;
    text-align: center;
    background: #6A7A94;
}
.ysqgk-header .container .bkhm span{
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.ysqgk-header .container .bkhm a{
    font-size: 18px;
    color: #fff;
    line-height: 42px;
}

.page-ysqgkbox{
    margin: 30px auto;
}
.page-ysqgk{
    padding: 20px;
    background-color: #fff;
}

.ysqxzbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 999;
}
.ysqxzbox .ysqxz{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -405px;
    margin-top: -305px;
    width: 810px;
    height: 610px;
    border-radius: 10px;
    background: #fff;
}
.ysqxzbox .ysqxz .xztitle{
    width: 100%;
    height: 57px;
    color: #fff;
    font-size: 27px;
    line-height: 57px;
    text-align: center;
    background: #395785;
    border-radius: 10px;
}
.ysqxzbox .ysqxz .close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.ysqxzbox .ysqxz .xzcontent{
    overflow-y: scroll;
    margin: 25px auto;
    width: 762px;
    height: 448px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #ccc;
}
.ysqxzbox .ysqxz .readed{
    margin: 0 auto;
    width: 128px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    background: #395785;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 1520px){
    .ysqxzbox .ysqxz{
        margin-top: -230px;
        margin-left: -355px;
        width: 710px;
        height: 460px;
    }
    .ysqxzbox .ysqxz .xztitle{
        height: 46px;
        line-height: 46px;
        font-size: 23px;
    }
    .ysqxzbox .ysqxz .xzcontent{
        
        width: 680px;
        height: 300px;
    }
    .ysqxzbox .ysqxz .close{
        top: 5px;
    }
}
@media (max-width: 1220px){
    .ysqxzbox{
        display: none;
    }
}
@media (max-width:768px){
    .ysqgk-header .container .bkhm{
        bottom: 50px;
        left: 50%;
        margin-left: -77.5px;
    }
    .ysqgk-header .container p{
        font-size:28px;
        text-align: center;
        line-height: 200px;
    }
    .page-ysqgkbox{
        margin-top:10px;
    }
    .theme-dqwz div:last-child{
        display:block;
        float:none !important;
        margin:20px 0 !important;
    }
   
}