body{
	background:#f5f5f5;
}
#top_banner img{
	max-width:100%;
	display:block;
	margin:0 auto;
}


/* 当前位置 */
#map{
	height:50px;
	background:#fff;
	border-bottom:2px solid #f0242d;
}
#map .center{
	width:1200px;
	margin:0 auto;
	line-height:50px;
	color:#666;
}
#map a{
	color: #666;
    font-size: 14px;
}
#map a:hover{
	text-decoration:underline;
}
#map ol li{
	display:inline-block;
}
#map ol li.item:before{
	padding: 0 6px;
    color: #666;
    content: "/\00a0";
}

#main{
	width:1200px;
	margin:30px auto;
	overflow:hidden;
}
/* 内容content */
#content{
	max-width:1200px;
	margin:0 auto;
}
table{
	width:100%;
	background:#e4eaec;
}
table tr td{
	padding:15px;
	background:#fff;
	font-size:16px;
	line-height:24px;
}
table tr td img{
	max-width:100%;
    vertical-align: top;
}
#content .tb1{
	margin:50px 0 50px 0;
}
#content .tb2{
	margin-bottom:52px;
}