.btbt ul li {
	float: left;
	width: 15%;
	margin-left: 0;
	margin-right: 3%;
}

.btbt ul li a {
	display: block;
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	height: 44px;
	text-align: center;
	line-height: 44px;
}

.btbt ul li a:hover {
	background: #ee7800;
	color: #Fff;
}


/*图片代码*/

@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a,
img {
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.wapper {
	width: 1200px;
	height:720px;
	margin: 0 auto;
}
.wapper li {
	float: left;
	width: 387px;
	height: 276px;
	background-color: #fff;
	color: #fff;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	margin-left:10px;
	margin-top: 50px;
}
.wapper li .pic {
	margin: 0 0 10px 0;
}
.title a{ display: block; height: 30px; line-height: 30px;}

.wapper li .title {
	margin: 0 10px 2px
}
.wapper li:hover title{color: #ee7800;}
.wapper li .title a {
	color: #333;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1
}

.wapper li .desc {
	margin: 0 10px 10px;
	height: 18px;
	font-size: 12px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
	color: #b0b0b0
}
.wapper li .price {
	margin: 0 10px 14px;
	color: #ff6700;
}
.wapper li {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.wapper li:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-webkit-box-shadow: 0px 5px 15px #e5e5e5;
	-moz-box-shadow: 0px 5px 15px #e5e5e5;
	box-shadow: 0px 5px 15px #e5e5e5;
}
.fenye{ width: 580px; height: 40px; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 10px;}
.fenye ul li a{display: block; font-size: 20px; line-height: 40px; text-align: center; color: #1f1f1f;
 border: 1px solid #e9e9e9;border-radius: 10px; width: 60px; padding: 5px; text-decoration: none;}
.fenye ul li{ float: left;}
.fenye ul li a:hover{ background:#ee7800; color: #fff;}
.z-x{  background:url(../picture/00.png) no-repeat center;
 width: 387px; height: 276px; z-index: 99; position: absolute;}
