.hp:hover a,.pro_col li:hover a{border: 1px solid #002167;}
.hp:hover a,.pro_col li:hover a{
	animation-name: big;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
	animation-fill-mode: forwards;
	}
@keyframes big {from{background-size: 100% 100%;}to{background-size: 120% 120%;}}