/* CSS Document */
body{
	background-color: #f9f9f9;
}



/*****main_body*********************/
.main_body_bg{
    width: 100%;
    height: auto;
    background: url(../img/bg_dongshizhang.jpg) bottom center repeat-x;
    overflow: hidden;
}
.main_body{
	margin: auto;
    margin-top: 60px;
    
	width: 1200px;
}
.main_body .contents{
	margin: auto;
	width: 1200px;
	height: auto;
	min-height: 300px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 200%;
	color: #696969;
	overflow: hidden;
}
.main_body .contents .top_infos{
	width: 100%;
	height: auto;
	overflow: hidden;
	

}
.main_body .contents .top_infos p{
    text-indent: 2em;
}
.main_body .contents .top_infos .pic_show{
    float: left;
    width: 450px;
    height:auto;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.main_body .contents .top_infos .pic_show img{
    width: 450px;
    height:auto;
}
.main_body .contents .top_infos .r_con{
	float: left;
    width: 700px;
    height:auto;
    margin-left: 20px;
	padding-top: 30px;
    overflow: hidden;
}
.main_body .contents .top_infos .r_con span{
	display: block;
	font-size: 26px;
	line-height: 180%;
	padding-bottom: 40px;
}
.main_body .contents .top_infos .r_con p{
	margin-top: 20px;
	text-align: right;
	
}


.main_body .contents .conts{
	margin-top: 30px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main_body .contents .conts p{
	text-indent: 2em;
	
}



















