
.jst_about{
    width: 100%;

}
.about_left_img{
    width: 60%;
    float: left;
    background: #fff;
}
.jst_about .jst_container{
    background: #fff;
    padding-top: 170px;
    background: #fff;
}
.about_right{
    width: 40%;
    float: right;
    padding-right: 11%;
    background: #fff;

}

.jst_titlebox{
    color: #333333;
}
.title_1{
    font-family: "思源黑体 CN Light";
    font-size: 36px;

}
.title_2{
    width: 2px ;
    height: 40px;
    background: #333333;
    margin: 0 8px;
    margin-top: 20px;
}
.title_3{
    font-family: "思源黑体 CN Heavy";
    font-size: 72px;
    line-height: 1;
    color: #333333;
    margin-top: 30px;
}
.title_4{
    font-size: 30px;
    margin-top: 20px;
}
.title_5{
    font-size: 18px;
    margin-top: 50px;
}

.jst_about_text{
    width: 100%;
    font-size: 14px;
    font-family: "思源黑体 CN Normal";
    line-height: 28px;
    float: right;
    margin-top:60px ;
    text-align: left;
}
.about_bottom{
    width: 50.5%;
    float: right;
    height: 200px;
    background: #fff;
}
.leftbtn{
    float: left;
    height: 100%;
    width: 30%;
}
.rightimg{
    float: left;
    height:100%;
    width: 70% ;
}

@media (max-width: 1700px) {
    .jst_about .jst_container {
        background: #fff;
        padding-top: 100px;
        background: #fff;
    }
    .about_right{
        width: 40%;
        float: right;
        padding-right: 2%;
        background: #fff;

    }
    .title_1{
        font-family: "思源黑体 CN Light";
        font-size: 36px;

    }
    .title_2{
        width: 2px ;
        height: 40px;
        background: #333333;
        margin: 0 8px;
        margin-top: 10px;
    }
    .title_3{
        font-family: "思源黑体 CN Heavy";
        font-size: 72px;
        line-height: 1;
        color: #333333;
        margin-top: 20px;
    }
    .title_4{
        font-size: 30px;
        margin-top: 10px;
    }
    .title_5{
        font-size: 18px;
        margin-top: 40px;
    }
}
@media (max-width: 1400px) {
    .jst_about .jst_container {
        background: #fff;
        padding-top: 70px;
        background: #fff;
    }
    .about_right{
        width: 40%;
        float: right;
        padding-right: 1%;
        background: #fff;

    }
    .title_1{
        font-family: "思源黑体 CN Light";
        font-size: 26px;

    }
    .title_2{
        width: 2px ;
        height: 40px;
        background: #333333;
        margin: 0 8px;
        margin-top: 5px;
    }
    .title_3{
        font-family: "思源黑体 CN Heavy";
        font-size: 62px;
        line-height: 1;
        color: #333333;
        margin-top: 10px;
    }
    .title_4{
        font-size: 20px;
        margin-top: 5px;
    }
    .title_5{
        font-size: 16px;
        margin-top: 20px;
    }
    .jst_about_text{
        width: 100%;
        font-size: 14px;
        font-family: "思源黑体 CN Normal";
        line-height: 22px;
        float: right;
        margin-top:30px ;
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .jst_about .jst_container {
        background: #fff;
        padding-top: 20px;
        background: #fff;
    }
    .about_bottom{
        display: none;
    }
    .about_right{
        width: 100%;

    }
    .about_right .jst_titlebox{
        text-align: left;

    }
    .about_left_img{
        width: 100%;
    }
    .title_3{
        font-size: 36px;

    }
    .title_5{
        margin-top: 0;
    }
    .title_3{
       text-align: center;
        margin-top: 40px;
    }
    .title_3 br{
     display: none;
    }
    .title_4{
        text-align: center;
    }
    .title_5{
        text-align: center;

    }

}