@charset "utf-8";
/* CSS Document */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

#prod{
	background-color: transparent;
    position: relative;
    width: 100%;
    color: #fff;
    height: 350px;
    min-width: 1000px;
    overflow: hidden;
	background-image:url(../images/two.jpg);
	}
.container{
	width:1000px;
	background-color: #FFF;
	margin: 0 auto;
	overflow:hidden;
	}
.location{
	width:1000px;
	font-size:14px;
	color:#333333;
	margin:30px 0px;
	}
.location a{
	color:#333333;
	}
/*左边*/	
.prod_left{
	float:left;
	width:200px;
	margin-right:40px;
	}
.prod_menu{
	width:200px;
	}
.prod_menu .nav ul {
	clear: both;
	display: block;

}
.prod_menu .nav ul li {
	font-size: 14px;
	height:50px;
	border-bottom:#cccccc solid 1px;
	line-height:50px;
	width:200px;
}
.prod_menu .nav ul li a {
	display: block;
	float: left;
	color: #333333;
	text-decoration:none;
}
.prod_menu .nav ul .cur a, .prod_menu .nav ul li a:hover {
	background-color:#999;
	text-decoration: none;
	width:200px;
	color:#FFF;
}	
#prod_select{
	background-color:#999;
	text-decoration: none;
	width:200px;
	color:#FFF;
}	
/*右边*/		
.prod_right{
	float:right;
	width:760px;
	}
.prod_right h1{
	color:#333333;
	width:760px;
	line-height:50px;
	margin:0px;
	}
#prod_piece{
	float:left;
	width:760px;
	margin-top:10px;
	}
#piece{
	float:left;
	width:223px;
	height:223px;
	margin-right:45px;
	margin-bottom:45px;
	}
