@charset "utf-8";
/* CSS Document */
.best{
	position: relative;
    float: left;
}
.best-seller{
	float:left;
	width:170px;
	height:260px;
	background:rgba(224,111,62,1);
	margin-right: 5px;
}
.best-seller img{
	width:170px;
	height:260px;
	background:rgba(224,111,62,1);
}
.vendor_slide_cc{position:relative; height:260px; width:1023px; border:#ddd solid 1px; overflow:hidden;background-color: #fff;}

.vendor_slide_con{position: relative; width:880px; height:260px;overflow:hidden; margin-left: 75px; }

.vendor_slide_con ul{width:9999px; position:absolute;}

.vendor_slide_con ul li{ width:161px; height:220px; float:left; text-align:center;margin:20px 8px;}
.vendor_slide_con a{text-decoration:none;display:inline-block;width:160px; height:220px;}
.vendor_slide_con a img{ 
	width:160px; height:160px;
	padding:4px 5px;
	display:inline-block;
	margin-top:10px;
	-webkit-transition: -webkit-transform .3s; 
     transition: -webkit-transform .3s; 
    -moz-transition: transform .3s,-moz-transform .3s;
     transition: transform .3s; 
     transition: transform .3s,-webkit-transform .3s,-moz-transform .3s;
}
.vendor_slide_con ul li:after{
	content:'';
	display:inline-block;
	width:1px;
	height:156px;
	background-color:#454445;
    opacity:0.1;
    position:relative;
    bottom:180px;
    right:-92px;
}
.vendor_slide_con ul li:first-child a img{
	border-left:none !important;
}
.vendor_slide_con li:hover img{ 
	-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
	}

.vendor_slide_con h3{ width:150px;color:#464445;font-weight:bold; text-align:center; line-height:20px;font-size:14px;font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;margin-left:10px;}


.vendor_slide_con li:hover h3{color:#E06F3E;}

.bbtn{ display:block; width:60px; height:60px;}
.aleft{ background:url(../image/arrow_left2.png) no-repeat;background-size: 100% 100%; position:absolute;left:15px; top:100px; display:block;}
.aleft:hover {background:url(../image/arrow2_left2.png) no-repeat;background-size:100% 100%; }

.aright{background:url(../image/arrow_right2.png) no-repeat; background-size:100% 100%; position:absolute; right:15px; top:100px; display:block;}
.aright:hover {background:url(../image/arrow2_right2.png) no-repeat;background-size: 100% 100%; }
