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{
	width:100%;
	position: relative;
	background-color: #fff;
}

#news_main section#right .content .stitle{
    height:100px;
    line-height:100px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "微软雅黑";
}

#news_main section#right .content .scontent{
    width:95%;
    margin:0 auto;
    padding-bottom: 20px;
    font-size: 14px;
    line-height:2em;
    text-indent: 2em;
}




footer{
	position: relative;
	float:left;
	width:100%;
	height:184px;
	margin-top:20px;
	background:url(../images/footer_bg.png) repeat-x;
}