﻿.listProduct {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}

.listProduct li {
    width: 30%;display: inline-block;
    margin: 20px 1%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    border: 1px solid #f1f1f1;
    transition: all 0.5s;
}

.listProduct li:hover {
    box-shadow: 0 0 10px #ccc;
    margin:10px 1% 30px 1%;
}

.listProduct li div {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.listProduct li div img {
    width: 100%;
    height: 200px;
}

.listProduct li h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}

.listProduct li h3 {
    width: 100%;
}

.listProduct li h3 span {
    display: block;
    width: 40%;
    height: 30px;
    line-height: 30px;
    background: #c69644;
    color: #fff;
    margin: 5px auto;
    font-size: 12px;
    text-align: center;
}


/*信息*/
.productShowContent {
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 24px;
    font-size: 15px;
}

.productShowContent img {
    max-width: 100%;
    border-radius: 5px;
}

#info_gray {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0;
    background: #f5f5f5;
}

.info_gray_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px 0;
    text-align: center;
}

.info_word {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px 0;
}

.info_word .left {
    width: 20%;
    float: left;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    padding-left: 20%;
}

.info_word .left span {
    border-bottom: 3px solid #f8b551;
    padding-bottom: 5px;
}

.info_word .middle {
    width: 10%;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.info_word .middle .info_word .right {
    width: 50%;
    float: left;
    line-height: 30px;
}

.info_word .right span {
    font-size: 12px;
}

.info_twolist {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.info_twolist span {
    font-size: 18px;
}


@media(max-width:720px) {
    .listProduct li {
        width: 96%;
    }
    .listProduct li div img {
        height: auto;
    }


    .info_word .left {
        width: 80%;
        padding-left: 10%;
        text-align: center;
    }
    
    
    .info_word .middle {
        width: 80%;
        padding-left: 10%;
    }
    
    .info_word .right {
        width: 80%;
        padding-left: 10%;
    }
    
    .info_word .right span {
        font-size: 12px;
    }
    
    .info_twolist {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        line-height: 30px;
    }
    

}