/* demos */
.owl-carousel li{ color:#071070; text-align:center; font-size:14px;width:290px; background:#FFF;height:400px;box-shadow: 0 5px 10px rgba(0,0,0,0.15);}
.article{ height:410px; background:none;}
.article p{font-size:21px; padding-top:31px;}
.article a{display: table-cell;vertical-align:middle; *display:block;*font-size:175px;*font-family:Arial;width:290px;height:281px;line-height:281px;  overflow:hidden;}


.article a img{
	max-width:290px;   /* 宽度 */ 
	max-height:281px; /* 高度 */ 
	vertical-align:middle;
	-ms-interpolation-mode: bicubic; overflow:hidden;
	}


.owl-carousel .article a img{-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
.owl-carousel .article a:hover img{-webkit-transform:scale(1.20);-moz-transform:scale(1.20);-o-transform:scale(1.20);transform:scale(1.20);-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}

