.indexBody{
    padding-top:20px;
    width:1200px;
    margin:0 auto;
    padding-bottom:100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#banner img{
    width:100%;
}
.cardMore{
    float: right;
    margin-top: -25px;
    font-size: 15px;
    padding-right: 50px;
    color:#fff;
}
.cardShop img{
    width:200px;
    height:180px;
    margin:0 auto;
    display: block;
}
.cardShop h4{
    font-size:18px;
    padding-bottom: 10px;
}
#banner{
    padding-top:45px;
    height:auto;
    width:1200px!important;
    margin:0 auto;
}

.indexPro{
    width:100%;
}
.indexPro{
    padding-bottom:20px;
}
.indexPro li{
    display:block;
    float:left;
    width:23%;
    position: relative;
    margin:10px 1%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}
.indexPro img{
    width: 180px;
    height: 130px;
    display:block;
    margin:0 auto;
    padding:20px 0;
}
.indexPro a{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    line-height: 180px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    display: none;
    color:#fff;
    font-size:20px;
}
.indexProBg{
    width:100%;
    /* background-color: #e2e2ff; */
    
}
.cardMore{
    background:none!important;
}
#news {
    background:none!important;
}