body{
	background:#f7f7f7;
}
#topImg{
	min-height:100px;
}
#topImg img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
#topImg .bottom-line{
	height:4px;
	background:#94bfff;
}

/* 导行nav-min */
#nav-min{
	width:100%;
	min-height:55px;
	background:#fff;
	border-bottom:2px solid #eee;
}
#nav-min ul{
	text-align:center;
}
#nav-min ul li{
	display:inline-block;
	height:55px;
}
#nav-min ul li a{
	display:block;
	color:#37474f;
	line-height:55px;
	font-size:16px;
	padding:0px 12px;
	text-align:center;
}
#nav-min ul li a:hover{
	color:#94bfff;
	border-bottom:2px solid #94bfff;
}
#nav-min ul li a.active{
	color:#333;
	height:55px;
	border-bottom:2px solid #94bfff;
}


#main{
	max-width:80%;
	min-width:1024px;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
	
}
#main{
	max-width:80%;
	min-width:1024px;
	margin:0 auto;
}
#main .table_text{
	width:100%;
	background:#e4eaec;
}
#main .table_text tr td{
	padding:15px;
	background:#fff;
	font-size:16px;
	line-height:24px;
}
#main .table_text tr td img{
	max-width:100%;
    vertical-align: top;
}
#main .table_text{
	margin:20px 0 20px 0;
}