/*平滑的陰影特效*/
.bei-box-shadow{
    box-shadow: rgba(0,0,0,.2) 0 1px 5px 0px;
}
.bei-background-opacity{
	background-color: rgba(0,0,0,.2)
}

.bei-img-100{
	text-align:center;overflow:hidden;
}
.bei-img-100 img{margin:0 -100%;}

.img-move{
  position: relative;
  z-index: -10;
}
.img-move-zhong{
  position: absolute;
  top: 0px; left: 0px; width: 100%;height: 150%;
  z-index: -10;
}



.image-large {overflow: hidden;display: block;}
.image-large img{transition:transform 1s ease;}
.image-large:hover img{transform: scale(1.1);}


@media (max-width: 1199px) {
   .bei-img-100{
	    overflow:visible;
    }
   .bei-img-100 img{
   	    margin:0;
   	    width: 100%;
    }
   




}

