/* 店铺简介 */
.box {
	width: 1170px;
	height: 420px;
	position: relative;
	margin: 50px auto 0;
}
/* 移除列表样式 */
ul {
    list-style: none;
}

.box img {
	transition: all 0.5s linear; /* 0.5秒平滑过渡 */
	border-radius: 10px;
}

.box ul {
	position: relative;
	width: 1170px;
	height: 420px;
	left:200px;
}

.box ul li {
	width: 440px;
	height: 420px;
	position: absolute;
	top: 50%;
	transition: all 0.5s linear;
}

.box ul .show0,
.box ul .show4 {
	width: 104px;
	height: 252px;
	top: 50%;
	margin-top: -126px;
	z-index: 77;
}

.box ul .show0 {
	left: 0px;
}

.box ul .show4 {
	left: 266px;
}

.show0 img,
.show4 img {
	width: 504px;
	height: 252px;
}

.box ul .show1,
.box ul .show3 {
	width: 362px;
	height: 336px;
	top: 50%;
	margin-top: -168px;
	z-index: 88;
}

/*盒子距离*/
.box ul .show1 {
	left: 82.5px;
}

.box ul .show3 {
	left: 325.5px;
}

.show1 img,
.show3 img {
	width: 362px;
	height: 336px;
}

.box ul .show2 {
	width: 440px;
	height: 420px;
	left: 165px;
	top: 0%;
	z-index: 99;
}

.show2 img {
	width: 440px;
	height: 420px;
}

/*按钮位置*/
.butL,
.butR {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	z-index: 999;
	cursor: pointer;
}

.butL {
	left: 195px;
}

.butR {
	right: 195px;
}
