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;
	display:flex;
    flex-wrap: wrap;
    background: #fff;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    margin:50px auto;
}
#content .item{
    width:199px;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
#content .item img{
    margin:0 auto;
    max-width:100%;
}