.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: 50px;
    margin-right: 20px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    background-color: #007cba;
    border-radius: 5px;
}

.ban-div a:last-child {
    margin-right: 0;
}

.ban-div a:hover {
    background-color: #006091;
}

/*真题下载*/
.ysjz {
    width: 736px;
    margin: 20px auto;
}

.ysjz h2 {
    font-size: 28px;
    color: #c01920;
    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: #d81416;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 18px;
}

.ysjz table tr td {
    height: 40px;
}

.ysjz table tr .y-td {
    color: #d81416;
    cursor: pointer;
}

.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: #fdf3f4;
}

.ysjz h3 {
    text-align: center;
    font-size: 24px;
    margin-top: 18px;
    margin-bottom: 18px;
    color: #c01920;
}

.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: #D81416;
    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: #D81416;
}



/*预约下载*/
#yuyue {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}
