.banner{
    background: url(../img/banner1.jpg) no-repeat center;
    height: 407px;
    margin-top: 45px;
    padding-top:313px;
    box-sizing: border-box;
    background-size: 100% 100%;
}
.banner div{
    width: 100%;
    height: 50px;
}
.banner div .ban-div{
    width: 500px;
    height: 50px;
    margin: 0 auto;
}
.ban-div a{
    float:left;
    width: 240px;
    height: 100%;
    margin-right: 20px;
    font-size: 20px;
    color: #2b2b6c;
    text-align:center;
    line-height: 50px;
    cursor: pointer;
    background-color: #ffc303;
    border-radius: 10px;
}

.ban-div a:hover {
    color: #fff;
    background-color: #ff9b05;
}

.ban-div a:last-child {
    margin-right: 0;
}

/*真题下载*/
.ysjz{
    width: 736px;
    margin: 20px auto;
}
.ysjz h2{
    font-size: 28px;
    color: #00469b;
    text-align: center;
    margin-bottom: 20px;
}
.ysjz .ys-top p{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.ysjz table{
    width: 100%;
    border-collapse: collapse;
}
.ysjz table tr td{text-align: center;font-size: 14px;border: 1px solid #dbdddc;}
.ysjz .y-tr-top td{
    background: #3e3a39;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 18px;
}
.ysjz table tr .y-td{
    cursor: pointer;
    color: #00469b;
}
.ysjz table tr td{height: 40px;}
.ysjz .y-tr-top .y-trtop-td{line-height: inherit;}
.ysjz .y-tr-top td:first-child{width: 13%;}
.ysjz table tr:nth-of-type(odd){background: #ecf5fc;}


.y-check{
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 30px;
}
.y-check .y-check-left,.y-check .y-check-right{
    width: 46%;

}
.y-check .y-check-left{float: left;}
.y-check .y-check-right{float: right;}
.y-check h4{
    width: 100%;
    height: 38px;
    background: #01459a;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    color: #fff;
}
.y-check p{
    width: 100%;
    border-right: 1px dashed #c8c8c8;
    border-left: 1px dashed #c8c8c8;
    border-bottom: 1px dashed #c8c8c8;
    padding: 13px 26px 13px 26px;
    line-height: 25px;
    text-indent: 2em;
    font-size: 14px;
    box-sizing: border-box;
}
.y-check p span{color: #00469b;}


/*预约下载*/
#yuyue{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}






























