.jst_Jumpbox {
    width: 100%;
}
.jst_Jumpbox .jst_container{
    background: #fff;
}
.Jumpbox_container {
    width: 85%;
    float: right;
    background: #fff;
}

.jumpbox_item {
    width: 25%;
    float: left;
    height: 200px;
    margin-top: -100px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 50px 0;
    text-align: center;

}

.Jumptext {
    color: #000;
    font-size: 60px;
    font-family: "思源黑体 CN Heavy";
    line-height: 1;
    height: 60px;
    overflow: hidden;
    display: inline-block;
}

.Jumptext2 {
    color: #696969;
    font-size: 18px;
    font-family: "思源黑体 CN Normal";
}

.Jumptext div {
    float: left;
    width: 36px;
}
@media (max-width: 1200px) {
    .jst_Jumpbox{
        display: none;
    }
    .Jumpbox_container{
        width: 100%;
        float: none;
    }
    .jumpbox_item{
        width: 50%;
        height:auto;
        padding: 10px;
        margin-top: -0px;
    }
    .Jumptext {
        color: #000;
        font-size: 30px;
        font-family: "思源黑体 CN Heavy";
        line-height: 1;
        height: 30px;
        overflow: hidden;
        display: inline-block;
    }

    .Jumptext div {
        float: left;
        width: 20px;
    }

}