body{
	margin: 0px auto;
}
/*导航栏*/
nav{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	background-color: white;
	box-shadow: 0px 2px 10px darkgrey;
	 z-index:100;/*置顶层级*/
}
.headr-nav{
	width: 1000px;
	margin:0px auto;
}
nav a img{
	margin-top: 5px;
	width: 50px;
	float: left;
}
nav ul li{
	list-style-type: none;
	float: left;
	margin-left: 50px;
	line-height: 50px;
	
}
nav ul li a{
	text-decoration: none;
	color: brown;
	font-weight: bolder;
}
#shoppingcat{
	float: right;
}
/*分类和内容*/
.home_menu,.main{
	width: 1200px;
	margin: 0 auto;
}
.home_menu a{
	margin-left: 30px;
	background: #fafafa;
}
.main a{
	text-decoration: none;/*去除下划线*/
}
h4{
	color: brown;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 30px;
	clear: both;
}
h4 span{
	font-weight: normal;
}
.topbanner{/*分类广告*/
	width: 100%;
}
.box_list{
	margin-top: 10px;
	overflow:hidden ;/*清除所有浮动*/
}
.box_list li{
	width: 300px;
	list-style-type: none;
	float: left;
	padding: 10px;
	box-sizing: border-box;/*盒子模型*/
	position: relative;
}
.box_list li a img{
	width: 100%;
	
}
.box_list li h6{
	margin-top:10px;
	color: #000000;
	font-size: 20px ;
}

.box_list li p{
	color: black;
	font-family: "微软雅黑";
	font-weight: lighter;
	font-size: 13px;
	margin-top: 10px;
}
.box_list .price{
	margin-top: 10px;
}
.box_list li span{
	color: #A52A2A;
	font-family: "微软雅黑";
	font-weight: lighter;
	font-size: 16px;
	line-height: 20px;
	
}
.addcar{
	color:white;
	background-color: #643E28;
	font-size: 12px;
	line-height: 20px;
	display: block;
	width: 80px;
	text-align: center;
	float: right;	
}
/*图片圆角*/
.topbanner,.box_list li a img{
	border-radius: 10px;
	background: #fafafa;
}


/*
 * 商品左上角标签
 */
.lable img{
	width: 65px;
	height: 23px;
	float: left;
	position: absolute;
	top: 40px;
	left: 10px;
	z-index: 2;
}

/*
 * 底部
 */
footer{
	background-color: darkgoldenrod;
	width: 100%;
	height: 50px;
	color: white;
	text-align: center;
	margin-top: 70px;
}
footer a{
	text-decoration: none;
	font-weight: bold;
	color: white;
	line-height: 50px;
	margin: 0 50px;
}
/*锚链接跳转到前面，导航不遮挡标题*/
.separate{
	margin-bottom: 60px;
}

/*
 * 分类详细页面的标题
 */
.tag-banner{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.tag-banner img{
	margin-top: 50px;
	width: 100%;
}
.tag-banner h1{
	color: #643E28;
	font-size: 30px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 40px;
}

/*
 * 购物车界面
 */
.doShoppingCart{
	width: 100%;
	margin: 140px auto;
	text-align: center;
	vertical-align: middle;
}
.doShoppingCart p{
	color: #D5BFA7;
}
.doShoppingCart a{
	display: block;
	margin-top: 20px;
	text-decoration: none;
	color: #A52A2A;
}
#line{
	width: 100%;
	height: 2px;
	background-color: #D5BFA7;
	margin: 10px auto;
}
.recommend img{
	width: %;
	box-sizing: border-box;/*盒子模型*/
}


