.product {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
    margin-bottom: 2%;
}

.index {
    width: 81%;
    margin: 0 auto;
}

.pro-nav {
    width: 100%;
    height: auto;
    display: inline-block;
}

    .pro-nav li {
        width: 16%;
        float: left;
        text-align: center;
    }

.pro-boxs {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.xqy {
}

    .xqy h3 {
        font-size: 28px;
        line-height: 42px;
        color: #0054a7;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .xqy p {
        font-size: 14px;
        line-height: 28px;
    }

    .xqy img {
        width: 100%;
    }
@media screen and (max-width: 1024px) {
    .xqy img {
        width: 100% !important;
    }
}