﻿/* 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: 390px;

	position: relative;
	
	z-index:100;

}

.banner #bannerback {

	width: 100%;

	height: 390px;

	position: absolute;

	left: 0px;

	top: 0px;

	overflow: hidden;

}

.banner #bannerback a {

	width: 100%;

	height: 390px;

	position: absolute;

	left: 0px;

	top: 0px;

	opacity: 0;

	filter: alpha(opacity=0);

	background-repeat: no-repeat;

	background-position: 50% 0px;

}

.banner .banner_main {
	width: 1100px;
	height: 390px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

/*左侧所有商品列表*/

.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: 14px;

	height: 14px;

	float: left;

	margin-right: 9px;

	background: #cccccc;

	border-radius: 14px;

	cursor: pointer;

}

#lunbonum .lunboone {

	background: #d30d24;

	cursor: pointer;

}

/*banner结束*/ 
