/************add banner*****/
#pst_adcmsblock {
    text-align: left;
    clear: both;
    padding-top: 20px;
    display: block;
}
ul.pst-adcmsblock-inner {
    margin: 0;
	display: inline-block;
    vertical-align: top;
    position: relative;
	    overflow: hidden;
}
#pst_adcmsblock .pst-adcmsblock-inner:before{


}
@keyframes shine {
	100% {
		left: 125%;
	}
}

#pst_adcmsblock:hover .pst-adcmsblock-inner:before{
	-webkit-animation: shine 3s;
	animation: shine 3s;
}

#pst_adcmsblock .pst-cat-img img {
    height: auto;
    max-width: 100%;
	    overflow: hidden;
		transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#pst_adcmsblock .pst-cat-img img:hover {
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	}
@media (max-width: 991px) {
	#pst_adcmsblock {
    text-align: center;
	padding:0;
	}
}
/*************end **********/