
body{
       font-family: 'microsoft Yahei';
       width: 100%;
       min-width: 1200px;
	   margin: 0 auto;
}

a{
	color: #666;
	font-size: 15px;
	text-decoration:none;
}

a:hover{
	color: #cb4a2a;
}

span{
	color: #666;
	font-size: 15px;
}

.space_10{
	width: 100%;
	height: 10px;
}

.space_25{
	width: 100%;
	height: 25px;
}

.space_50{
	width: 100%;
	height: 50px;
}
/* 主体 */
.main{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f9f9f9;
}

/* 头部 */
.top{
	width: 100%;
	height: 200px;
	/* background: url("top.png") no-repeat top center; */
}

.main-nr{
	width: 80%;
	margin: 0 auto;
}

.nr-site{
	widows: 100%;
	height: auto;
}

.nr-site a{
	color: #666;
	font-size: 15px;
	text-decoration:none;
}

.nr-site a:hover{
	color: #cb4a2a;
}

.nr-jg{
	widows: 100%;
	height: 505px;
	background-color: #fff;
}

.jg-tite{
	widows: 100%;
	height: auto;
}

.jg-tite h3{
	padding: 20px 0 0 28px;
}

.jg-hr{
	width: 100%;
	height: 15px;
	background: url("jg-hr.png") no-repeat top center;
}

.jg-table{
	width: 100%;
	height:auto;
	font-size: 17px;
}

.jg-table table{
	margin: 0 auto;
	border-right:1px solid #d5e5f7;border-bottom:1px solid #d5e5f7
}

.table-tite{
	background-color: #f1f7ff;
	color:#1d3ba8;
	width: 208px;
	text-align: center;
	height: 50px;
	font-weight: bold;
}

table tr td:nth-child(2n){
	width: 370px;
	padding-left: 10px;
}

table td{border-left:1px solid #d5e5f7;border-top:1px solid #d5e5f7}
 
/* 底部 */

.bot{	
	width: 100%;
	height: 100px;
	/* background: url("bot.png") no-repeat top center; */
}


