/* 增加 --------------------------------------------*/
.context{
    z-index:15;
    position: inherit;
    margin-top: 20.3%;
}
/* 增加 --------------------------------------------*/
.context img {
    width: 71.38%;
    display: block;
    margin: 0 auto 20px;
}

.context span {
    width: 100%;
    display: block;
    letter-spacing: 2px;
    font-size: 30px;
    color: #c0b473;
    text-align: center;
}

.tabs {
    width: 100%;
    margin-top: 7.9%;
    text-align: center;
    overflow: hidden;
}

.tabs a {
    display: inline-block;
    vertical-align: middle;
    width: 155px;
    height: 35px;
    margin-left: 30px;
    font-weight: normal;
    border-radius: 35px;
    border: 1px solid #fff;
    line-height: 33px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: "黑体";
}

.tabs a:first-child {
    margin-left: 0;
}

.tabs a:hover {
    background-color: #c0b473;
    border-color: #c0b473;
}

.tabs a.on {
    background-color: #c0b473;
    border-color: #c0b473;
}


@media (max-width: 992px) {

    .con {
        width: 100%;
        padding: 0 15px;
        overflow: hidden;
    }

    .context {
        margin-top: 25%;
    }

    .context img {
        width: 100%;
        margin-bottom: 10px;
    }

    .context span {
        font-size: 12px;
    }

    .tabs {
        margin-top: 17%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tabs a {
        width: 125px;
        margin-left: 0;
        margin-bottom: 8.5%;
        font-size: 15px;
    }

    .tabs a:nth-child(2) {
        margin-bottom: 17%;
    }

    .sjfoot {
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        bottom: 30px;
        font-family: "微软雅黑";
    }

    .sjfoot p {
        width: 100%;
        font-size: 12px;
        text-align: center;
        color: #fff;
    }

}