#bodybj{
    background-color: #f5f8fa;
}
.our-whyus-item{
    border: 0; background-color: #f5f8fa;
}
.our-whyus-item:hover{
	border:0px;
}
.f1{
    position: relative; z-index: 1; font-size: 14px; line-height: 18px; color: #14191e; max-width: 160px; overflow: hidden;
}
.listCon .freePrice {
    color: #339966;
}
.listCon{
    width: 100%;height: 51px;background-color: #fff;padding: 16px 10px 0 10px; text-align:left;
}
.listCon small {
    font-size: 16px; color: #ee1207; line-height: 18px;
}
.fr { 
    float: right !important;
}
.index-row{
    padding: 10px;
}
.mask {
    text-align:center;
    overflow:hidden;
    position:relative;
}
.mask:before {
    content:"";
    width:0;
    height:100%;
    background:#000;
    padding:14px 18px;
    position:absolute;
    top:0;
    left:50%;
    opacity:0;
    transition:all 500ms cubic-bezier(0.47,0,0.745,0.715) 0s;
}
.mask:hover:before {
    width:100%;
    left:0;
    opacity:0.8;
}
.mask img {
    width:100%;
    height:auto;
}
.mask .box-content {
    width:100%;
    padding:10px 18px;
    color:#fff;
    position:absolute;
    top:2%;
    left:0;
}

.mask .box-post {
    font-size:14px;
    text-transform:capitalize;

    opacity:0;
    transition:all 0.5s ease 0s;
}
.mask .box-post img{
width: 45%;
}
.mask:hover .title,.mask:hover .box-post {
    opacity:1;
    transition-delay:0.7s;
}
.mask .icon {
    padding:0;
    margin:0;
    list-style:none;
    margin-top:5px;
}
.mask .icon li {
    display:inline-block;
}
.mask .icon li a {
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:50%;
    background:#f74e55;
    font-size:20px;
    font-weight:700;
    color:#fff;
    margin-right:5px;
    opacity:0;
    transform:translateY(50px);
    transition:all 0.5s ease 0s;
}
.mask:hover .icon li a {
    opacity:1;
    transform:translateY(0px);
    transition-delay:0.5s;
}
.mask:hover .icon li:last-child a {
    transition-delay:0.8s;
}
}