﻿@charset "UTF-8";

ul,li{
	padding:0;
	margin:0;
	list-style:none;
}



#bu_1 .case{
margin:0 auto; width:1125px;
}

#bu_1 .view_k {
float:left; width:225px; height:300px;
background:none;
}
	
#bu_1 .view_div {
width:200px; height:300px;
overflow:hidden;
}


#bu_1 #di1p {
width:200px; height:300px;
position:relative;
z-index:2;
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}

#bu_1 #di2p {
width:200px; height:300px;
position:relative;
top:-300px;
left:0;
z-index:1;
}




#bu_1 #di1p:hover {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
