.qzfwx {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    padding: 0 20px;
    padding-top: 40px;
    /* border-bottom: #333 solid 1px;    */
}

.otherxmt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.xmt_item,.xmt_item_em {
    width: 18%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
    transition: all .3s;
    padding: 5px 10px;
}

.xmt_item_em{
    height: 1px;
}

.xmt_item:hover {
    transform: scale(1.1);
}

.ewmdiv {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.xmt_item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.xmt_item span {
    font-size: 18px;
    color: #333;
    text-align: center;
}



.otherxmt {
    display: flex;
    padding: 0px 20px;
    box-sizing: border-box;
}


@media screen and (max-width: 768px) {
    .wrap {
        width: 100%;
    }


    .centerWidth {
        width: 100%;
        margin: 0 auto;
    }


    .qzfwx {
        font-size: 7vw;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        padding: 0 5vw;
        padding-top: 5vw;
        /* border-bottom: #333 solid 1px; */
    }





    .xmt_item, .xmt_item_em {
        width: 49%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 5vw;
        align-items: center;
        transition: all .3s;
        padding: 5px 0;
    }



}