?* CSS Document */

ul, li {

	padding: 0px;

	margin: 0px;

	list-style: none;

}

* {

	margin: 0;

	padding: 0;

}

img {

	border: 0;

}

p {

	margin: 0;

	padding: 0;

}

html {

	overflow-x: hidden;

}

.clear {

	clear: both;

}

.float {

	float: left

}

.banner {

	width: 100%;

	height: 430px;

	position: relative;
	
	z-index:100;
	
	margin:0 auto;

}

.banner #bannerback {

	width: 100%;

	height: 430px;

	position: absolute;

	left: 0px;

	top: 0px;

	overflow: hidden;

}

.banner #bannerback a {

	width: 100%;

	height: 430px;

	position: absolute;

	left: 0px;

	top: 0px;

	opacity: 0;

	filter: alpha(opacity=0);

	background-repeat: no-repeat;

	background-position: 50% 0px;

}

.banner .banner_main {

	width: 100%;

	height: 426px;

	margin: 0 auto;

	position: relative;

}

/*左侧所有商品列?/

.suoyouliebiao {

	width: 239px;

	position: absolute;

	left: 0px;

	top: 0px;

	border-left: 1px solid #E6E6E6;

	border-bottom: 1px solid #E6E6E6;

	z-index: 200;

	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);

}

#lunbonum {

	height: 14px;

	line-height: 23px;

	position: absolute;

	right:5px;

	bottom:10px;

	z-index: 5;

}

#lunbonum li {

	width: 16px;

	height: 16px;

	float: left;

	margin-right: 9px;

	background: #cccccc;

	cursor: pointer;

}

#lunbonum .lunboone {

	background: #1a498d;

	cursor: pointer;

}

/*banner结束*/ 