.left-shopbox_href{
			background-color: #FFFFFF;
			background-position: center center;
			background-repeat: no-repeat;
			height: 100%;
			background-size:auto 100%;
			position: relative;
			overflow: hidden;
		}
		.left-shopbox_show{
			position: absolute;top: 50%;
			bottom: -30px;
	    left: -30px;
	    right: -30px;
	    opacity: 0.9;
	   	filter:alpha(opacity=90);
			transform:rotate(10deg);
			-ms-transform:rotate(10deg); 	/* IE 9 */
			-moz-transform:rotate(10deg); 	/* Firefox */
			-webkit-transform:rotate(10deg); /* Safari 和 Chrome */
			-o-transform:rotate(10deg); 	/* Opera */
		}
		.left-shopbox_show .left-shopbox_shownav{
			width: 200px;
			margin-left:30px;
			margin-top:20px;
			color: #FFFFFF;
			text-align: center;
			transform:rotate(-10deg);
			-ms-transform:rotate(-10deg); 	/* IE 9 */
			-moz-transform:rotate(-10deg); 	/* Firefox */
			-webkit-transform:rotate(-10deg); /* Safari 和 Chrome */
			-o-transform:rotate(-10deg); 	/* Opera */
		}
		.left-shopbox_show .left-shopbox_shownav ul li{
			display: block;width: 100px;float: left;height: 30px;line-height: 30px;
		}
		.left-shopbox_show .left-shopbox_shownav ul{
			margin-top: 10px;
		}
		.left-shopbox_show .left-shopbox_shownav ul li:hover{
			background-color: rgba(255,255,255,0.5);
		}
		.shopbox_showimg{
			height: 30px;width: 70px;background-color: #FFFFFF;margin:10px auto 10px;background-repeat: no-repeat;background-size:auto 100%;background-position: center center;
		}
		.shopbox_showimg2{
			margin-bottom:10px;height: 160px;width: 100%;background-repeat: no-repeat;background-size:100% auto;background-position: center center;
		}
		.colorff33{
			color: #FF3333;
		}
		.font_18{
			font-size: 18px;
		}
		.leftbox>div{
			overflow: hidden;
			position: relative;
		}
		.leftbox>div .ebtns{
			position: absolute;
		    top: 10px;
		    right: 20px;
		    display: none;
		    cursor: pointer;
		}
		
		.leftbox>div.leftbox_picbig{
			width: 481px;
		}
		.leftbox>div.leftbox_picsmall{
			width: 240px;
		}
		
		.leftbox>div img:hover{
			animation:myfirst 1.5s;
			-moz-animation:myfirst 1.5s; /* Firefox */
			-webkit-animation:myfirst 1.5s; /* Safari and Chrome */
			-o-animation:myfirst 1.5s; /* Opera */
			
			-webkit-transform: scale(1.1);transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);
		}
		@keyframes myfirst {  
			0% {    -webkit-transform: scale(1);transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);  }  
			100% {    -webkit-transform: scale(1.1);transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);  }
			
		}

