@charset "utf-8";
/* CSS Document */

/* 中间部分开始 */
#content{
	width:1200px;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:20px;
	overflow:hidden;
	}
	
#left{
	width:268px;
	float:left;
	margin-top:12px;
	padding:15px 0;
	background:#FFF;
	}
	
/* 左边导航条部分开始 */
.menu_list{width:240px;margin:0 auto;}
.menu_head{height:47px;line-height:47px;padding-left:38px;font-size:16px;color:#525252;cursor:pointer;border:1px solid #e1e1e1;position:relative;margin:0px;font-weight:bold;background:#f1f1f1 url(../images/pro_left.png) center right no-repeat;}
.menu_list .current{background:#f1f1f1 url(../images/pro_down.png) center right no-repeat;}
.menu_body{line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:1px solid #e1e1e1;}
.menu_body a{display:block;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;}
/* 左边导航条部分结束 */	


#right{
	width:920px;
	float:right;
	margin-top:12px;
	background:#fff;
	min-height: 500px;
	}
#right1{
	width:1200px;
	float:right;
	margin-top:12px;
	background:#fff;
	min-height: 500px;
	}
#right h1,#right1 h1 {
	line-height:55px;
	height:55px;
	padding-left:20px;
	font-size: 16px;
	font-weight:100;
}
#right h1 a,#right1 h1 a{
	font-size: 16px;
	font-weight:100;
}
#cont {padding-top: 5px;}
#cont h1 {text-align: center;font-size: 14px;line-height:20px;height:20px;padding-top: 12px; color:#000;}
#cont h2 {text-align: center;padding: 10px 0;}
#cont p {padding: 0 15px; text-indent:2em; line-height:20px;}


#fy{
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	}

/* 中间部分结束 */