.hpic .htxt>p{
    font-size: 26px;
    line-height: 1.5;
    margin-top: 25px;
    width:53%;
}
.products{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.products dt{
    font-size: 32px;
    background: url("../img/cirico.png") no-repeat left center;
    background-size: contain;
    font-weight: bold;
    padding: 2px 0 2px 20px;
    margin-bottom: 25px;
    letter-spacing: 6px;
}
.products dd{
    background-image: linear-gradient(to bottom , #f2f3f7, #fcfbfe);
    width: 22%;
    text-align: center;
    float: left;    min-height: 310px;
    vertical-align: top;
    padding-top: 40px;
    margin-bottom: 30px;
    margin-right: 4%;
}
.products dd:nth-child(4n+1){
    margin-right: 0;
}
.products dd>div{
    display: flex;
    height: 180px;
justify-content: center;    align-items: center;
}
.products img{
    width: 180px;
    max-height: 100%;
    /*
    -webkit-box-reflect: below 5px -webkit-linear-gradient(transparent, transparent 50%, rgba(255, 255, 255, .3));
    */
}
.products dd p{
    margin-top: 30px;
    font-weight: normal;
    font-size:20px;
}
@media screen and (max-width: 750px) {
    .products {
        padding:0 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .products dt{width: 100%}
    .products dd{
        width: 48%;
        margin-right: 0;
        padding-top: 10px;
        min-height: 250px;
margin-bottom: 15px;
    }
    .products img{
        width: 90%;
    }
    .products dd p{
        margin-top: 15px;}
    .honor{

    }
}
