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;
}

#news_main{
	position: relative;
	width:1000px;
	margin:10px auto;

}

#news_main section#right{
	position:relative;
	float:right;
	width:998px;
	border:1px solid #dfdfdf;
	border-top: none;
}

#news_main section#right .title{
	position: relative;	

	width:998px;
}

#news_main section#right .title span.p{
	margin-left:100px;
	color:#333;
}

#news_main section#right .content{
    float:left;
	width:100%;
	position: relative;
	background-color: #fff;
}

#news_main section#right .content .product_container{
	position: relative;
    float:left;
	width:95%;
	margin:0 auto;
    margin-left:20px;
	padding:20px 0;
}


#news_main section#right .content .product_container .picture{
	position: relative;
    float:left;
	display: inline-block;
	width:500px;
	height:460px;
	background-color:#fff;
}

#news_main section#right .content .product_container .picture .pic1{
	position: absolute;
	top:350px;
	left:0px;
	cursor:pointer;
}

#news_main section#right .content .product_container .picture .pic2{
	position: absolute;
	top:350px;
	left:170px;
	cursor:pointer;
}

#news_main section#right .content .product_container .picture .pic3{
	position: absolute;
	top:350px;
	left:340px;
	cursor:pointer;
}

#news_main section#right .content .product_container .picture .sub_pic:hover{
	-webkit-box-shadow:0 0 4px #3399ff;  
  	-moz-box-shadow:0 0 4px #3399ff;  
  	box-shadow:0 0 4px #3399ff; 
  	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=120,strength=1); 
}

#news_main section#right .content .product_container .picture img{
	padding:5px;
	border:1px solid #dfdfdf;
	background-color: #fff;
}

#news_main section#right .content .product_container .desc{
	position: relative;
	float:right;
	display: inline-block;
	margin-top:0px;
	width:430px;
	height:auto;
}

#news_main section#right .content .product_container .desc p{font-size:14px;line-height: 30px;}

#news_main section#right .content .product_container .desc p.bold{
	font-weight: bold;
	font-family: "微软雅黑";
	margin-top:10px;
}

#news_main section#right .content .product_container .desc h4{
	height:40px;
	font-size:18px;
	font-weight: bold;
	font-family: "微软雅黑";
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

#news_main section#right .content .product_detail{
	clear:both;
    float:left;
    width:960px;
	margin-left:20px;

}

#news_main section#right .content .product_detail h5{
	height:50px;
	line-height: 50px;
	font-size:16px;
	font-family: "微软雅黑";
	text-align: center;
	border-bottom:1px solid #ddd;
	margin-bottom: 20px;
}

#news_main section#right .content .product_detail .detail{
	font-size:12px;
	line-height: 1.5em;
	text-indent: 2em;
	padding:0px 0px 20px;
}

#news_main section#right .content .product_detail .detail table{
    text-indent: 0em;
    /*display: block;*/
    margin:0 auto;
}




footer{
	position: relative;
	float:left;
	width:100%;
	height:184px;
	margin-top:20px;
	background:url(../images/footer_bg.png) repeat-x;
}