.bm {
    overflow: hidden;
}

.bm {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 40px;
}

.ched {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: #f2f2f2 solid 1px;
    position: relative;


}

.ched p {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 18px;
}

.ched .xian {
    height: 3px;
    width: 50px;
    background-color: #ff671f;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -25px;

}

.zs {
    font-size: 12px;
    color: #666666;
    margin-top: 40px;
    width: 100%;
    text-align: center;
    line-height: 25px;
}

.ryright {
    width: 80%;
    margin: 0 auto;
    /* float: right; */
    padding-bottom: 120px;
}

.ryright li {
    overflow: hidden;
    /* margin-left: 10%; */
    /* margin-top: 2%; */
    text-align: center;
    width: 33.3%;
}

.ryright img {
    width: 177px;
}

.topbox {
    width: 100%;
    background-color: white;

    overflow: hidden;

}

.topbox_ul1 {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-top: 30px;
    margin-bottom: 50px;
}

.topbox_d1 {
    overflow: hidden;
}

.topbox_p1 {
    margin-top: 20px;
    font-size: 14px;
    text-align: center
}



.topbox .topbox_p1 {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.img-aoqi {
    -webkit-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.img-aoqi:hover {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.cerz {
    margin-top: 10px;
    width: 100%;
    background-color: white;
    /* min-height: 805px; */
    padding-bottom: 30px;
}

.cerz_ul1 {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    /*flex-direction: column;
 align-items: center;
 */
}

.cerz_ul1 li {
    /* margin-left:5%; */
    margin-top: 2%;
}

.cerzp1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #2197e1;
    text-align: center;
    border-bottom: 1px dashed #e6e6e6;
    box-sizing: content-box;
    margin-bottom: 40px;
    font-weight: bold;
}

.ryright .cerz .cerz_p1 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
}

.ryright .topbox .cerz_p1 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
}

.jcbg {
    margin-top: 10px;
    width: 100%;
    background-color: white;
    height: 500px;

}

.jcbg .cerz_p1 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
}

.jcbg2 {
    margin-top: 10px;
    width: 100%;
    background-color: white;
    height: 1050px;

}

.jcbg2_ul1 {
    display: flex;
    flex-wrap: wrap;

}

.jcbg2 li {
    width: 20%;
    height: 20%;
    margin-top: 2%;
    margin-left: 10%;
}

.jcbg2 .cerz_p1 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
}

.syzl {
    margin-top: 10px;
    width: 100%;
    background-color: white;
    height: 510px;
}

.syzl_ul1 {
    display: flex;
    flex-wrap: wrap;
}

.syzl_ul1 li {
    width: 20%;
    height: 20%;

    margin-left: 10%;
}

.syzl .cerz_p1 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
}
.image-list .cover{
    position: relative;
    width: 200px;
    /* height: 230px; */
    display: inline-block;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
}
.image-list .cover img{
    width: 100% !important;
    /* position: absolute; */

}

/* #imageContainer img{
    width: 650px;
} */

@media screen and (max-width: 700px) {
    .bm {
        padding: 1.5rem 0.2rem 0.5rem;
    }

    .ched {
        width: 100%;
        padding-bottom: 0.3rem;
    }

    .ched p {
        font-size: 0.32rem;
        line-height: 0.32rem;
    }

    .zs {
        font-size: 0.24rem;
        margin-top: 0.4rem;
        line-height: 0.4rem;

    }

    .ryright {
        width: 100%;
        margin: 0 auto;
        /* float: right; */
        padding-bottom: 0.2rem;
    }

    .topbox li ,.cerz_ul1 li{
        margin-left: 0%;
        margin-top: 2%;
        width: 33.3%;
        font-size: 0;
        text-align:center;
    }
    .image-list .cover {
        position: relative;
        width: 80% ;
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 10px;
        background-color: #fff;
        cursor: pointer;
    }
    .cover img{
        width: 100% !important;
    }

    .topbox .topbox_p1 {
        font-size: 0.24rem;
        line-height: 0.3rem;
        margin-top: 0;
        margin-left: 0px;
        text-align: center;
    }
    .topbox_ul1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 1rem;
        margin-bottom: 0.2rem;
    }
    .cerzp1 {
        width: 100%;
        height: 0.8rem;
        line-height: 0.8rem;
        padding-bottom: 0px;
        font-size: 0.32rem;
        color: #2197e1;
        text-align: center;
        border-bottom: 1px dashed #e6e6e6;
        box-sizing: content-box;
        margin-bottom: 0.4rem;
        font-weight: bold;
    }
}