@charset "utf-8";
/* CSS Document */

body {
	font-size:14px;
	margin:0;padding:0;
	font-family:微软雅黑;
}
.top_wrap {
	width:100%;
	min-width:1080px;
	background-color:#000;
	height:70px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999;
}
.top_head {
	width:1080px;
	margin:0 auto;
}
.top_head .logo {
	float:left;
	padding-top:12px;
}
.top_head .menu {
	float:left;
	margin-left:100px;
}
.top_head .menu a {
	display:block;
	float:left;
	height:70px;
	width:100px;
	line-height:70px;
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	text-align:center;
}
.top_head .menu a:hover {
	background-color:#6B4B18;
}
.banner_wrap {
	width:100%;
	min-width:1080px;
	background-color:#3C3C3C;
	margin-top:70px;
}
.banner_wrap .banner {
	text-align:center;
}
.title_link {
	width:1080px;
	margin:25px auto;
	text-align:center;
}
.title_link .title {
	font-size:24px;
	color:#000;
}
.title_link .text {
	font-size:14px;
	color:#A9A9A9;
	padding-top:15px;
}
.goods_list {
	width:1080px;
	margin:10px auto;
}
.goods_list .goods {
	float:left;
	width:320px;
	height:340px;
	margin-right:60px;
}
.goods_list .goods:nth-child(3n) {
	margin-right:0px;
}
.goods_list .goods img {
	width:320px;
	height:240px;
}
.foot_wrap {
	clear:both;
	background-color:#1A1A1A;
	width:100%;
	min-width:1080px;
	margin-top:60px;
	color:#A9A9A9;
	text-align:center;
	padding:50px 0;
}
.foot_wrap a {
	color:#595959;
	text-decoration:none;
}
.foot_wrap a:hover {
	color:#6B4B18;
}