body{
	background: url(../images/bg2.png) repeat-x;
	background-color:#f4f3ef;
}

#slideshow2{
	width:1000px;
	height:195px;
	margin:10px auto;
	background:url(../images/product_banner.png) no-repeat;
}

#product_main{
	position: relative;
	width:1000px;
	margin:10px auto;

}

#product_main section#main{
	position:relative;
	float:left;
	width:998px;
	border:1px solid #dfdfdf;
	border-top: none;
}

#product_main section#main .title{
	position: relative;	
	width:998px;
}

#product_main section#main .title span.p{
	margin-left:100px;
	color:#333;
}

#product_main section#main .content{
	position: relative;
	background-color: #fff;
	padding:20px 0px 20px;
}

#product_main section#main .content h4{	
	width:940px;
	height:30px;
	line-height: 30px;color:#333;
	font-size:14px;
	font-weight: bold;
	margin-left:20px;
	font-family: "微软雅黑";
	border:1px solid #b2d7fd;
	margin-bottom: 20px;
	padding-left:20px;
	background-color:#def1ff;
}

#product_main section#main .content h4 a{
	color:#999;
}

#product_main section#main .content h4 a.selected{
	color:#333;
}

#product_main section#main .content .hardware_list{
	padding-left:20px;
}

#product_main section#main .content .hardware_list .type{
    text-align: right;
    padding-right:30px;
}

#product_main section#main .content .hardware_list .type select{
   	background: transparent;
   	width: 180px;   
   	padding: 5px;
   	border: 1px solid #ccc;   
   	height: 30px;
   	-webkit-appearance: none; /*for chrome*/
   	font-size: 14px;
}

#product_main section#main .content .hardware_list .list{
	margin-top: 20px;
	margin-left:30px;
}

#product_main section#main .content .hardware_list .list .hardware_box{
	position:relative;
	display: inline-block;
	width:200px;
	height:180px;
	margin-right:18px;
}

#product_main section#main .content .hardware_list .list .last{
	margin-right: 0px;
}

#product_main section#main .content .hardware_list .list .hardware_box p{
	position: absolute;
	bottom: 0px;
	left:0px;
	width:100%;
	display: block;
	height:40px;
	line-height: 40px;
	text-align: center;
	margin:0px;
	padding:0px;
	text-indent: 0em;
}


#product_main section#main .content .software_list{
	margin-left:20px;
	position: relative;
	background-color:#fff;	
}



#product_main section#main .content .software_list .last{
	margin-right: 0px;
}

#product_main section#main .content .software_list .software_box{
	position: relative;
	width:960px;
	height:178px;
	border:1px solid #dfdfdf;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

#product_main section#main .content .software_list .software_box:hover{
	-webkit-box-shadow:0 0 10px #3399ff;  
  	-moz-box-shadow:0 0 10px #3399ff;  
  	box-shadow:0 0 10px #3399ff; 
  	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=120,strength=2); 
}

#product_main section#main .content .software_list .software_box img{
	width:240px;
	height:144px;
	border:1px solid #ddd;
	padding:5px;
	background-color:#fff;
	margin-left:10px;
	margin-top:10px;
    float:left;
}

#product_main section#main .content .software_list .software_box .c{
	position: absolute;	
	overflow: hidden;
	text-align: center;
	bottom: 0px;
	left:0px;
	line-height: 28px;
}

#product_main section#main .content .software_list .software_box span.t{
	position: absolute;	
	height: 24px;
	line-height: 24px;
	top:10px;
	left:280px;
	font-family: "微软雅黑";
	color:#333;
	font-size:16px;
	font-weight: bold;
	overflow: hidden;
}

#product_main section#main .content .software_list .software_box span.c{
	position: absolute;
	width:660px;
	top:36px;
	left:280px;
	line-height: 2em;
	text-indent: 2em;
	text-align: left;
	color:#666;
}

#product_main section#main .content .software_list .software_box a.detail{
	display: block;
	position: absolute;
	bottom: 10px;
	right:10px;
	background-color: #ff0000;
	text-align: center;
	width:100px;
	height:24px;
	line-height: 24px;
	color:#fff;
}

#product_main section#main .content .software_list .software_box a.detail:hover{
	background-color:#990000;
}

footer{
	position: relative;
	float:left;
	width:100%;
	height:184px;
	margin-top:20px;
	background:url(../images/footer_bg.png) repeat-x;
}