i {
    display: inline-block;
    vertical-align: middle;
}
body{ background-color:#f5f5f5}
.gr-product-list li {
 float: left;

}
.gr-product-list li {
    margin-bottom: 10px;
}
.gr-product-list li .pic {
    padding:2%;
    height: 90%;
}
 
 
.gr-product-list li .pic {
    border:8px solid #ffffff;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.gr-product-list li .tit {
    position: relative; padding-right:22px;
 padding-left:22px;
    border-top: none; line-height:44px; 
  height:50px;
    background: #124abb;
    color: #e6ecf9;

}
 
.gr-product-list li .tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 102%;
    width: 100%;
    height: 81px;
    background: #2b75ca;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gr-product-list li .tit .icon-plus {
    position: relative; float:right;
    line-height: 10px;
    font-size: 40px;
	line-height: 45px;
    font-family: serif;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gr-product-list li:hover .tit .icon-plus {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gr-product-list li .tit .tit-cont {
    overflow: hidden;
    position: relative;
}

.gr-product-list li .tit .tit-cont h5 {
line-height: 15px;
    padding-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-product-list li .tit .tit-cont p {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gr-product-list li .pic {
    overflow: hidden; 
}
.gr-product-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; 
}

.gr-product-list li:hover .pic img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}