@charset "utf-8";
.daoh {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    color: #999999;
}
.baner {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background-color: #1858dd;
}
.jqr-jieshao {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-indent: 32px;
}
.jqr-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
}
.jqr-box {
    width: 580px;
    height: 355px;
    background-color: #f4f4f4;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.jqr-box img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.jqr-box p {
    width: 100%;
    height: 58px;
    background-color: rgba(0,0,0,0.5);
    font-size: 16px;
    color: #FFFFFF;
    line-height: 58px;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
}
.jqr-box a {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
}











































