body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;/*--for opera--*/
   background-color: #67AFEA;
	}
	
	#layout{
	position: absolute;/*--绝对定位--*/
	top: 50%;
	left: 50%;
	margin-top: -250px;/*--div高度的一半--*/
	margin-left: -350px;/*--div宽度的一半--*/
	width: 697px;	
	height: 577px;
	text-align:center;


	}

	pre{
	padding: 15px;
	}


.banner{
	width:697px;
	height:349px;
	background:url(index.jpg) #67AFEA no-repeat;
	margin:0 auto;
}

.menu ul{
	list-style:none;
	text-align:center;
	padding:0px 0px 0px 159px;
}


.menu li img{
	border:0px;
}

.menu li {
	float:left;
	
}

.chinabtn a{
  background:url(china.jpg) #67AFEA no-repeat;
  	width:170px;
	height:48px;
	display:block;
	text-indent:-99999px;


}
.chinabtn a:hover{
  background:url(china_a.jpg) #67AFEA no-repeat;
}

.englishbtn a{
	background:url(english.jpg) #67AFEA no-repeat;
	width:170px;
	height:48px;
	display:block;
	text-indent:-99999px;

}

.englishbtn a:hover{
	background:url(english_a.jpg) #67AFEA no-repeat;
}

.footer{
	margin-top:100px;
	width:697px;
	height:48px;
	background:url(index_footer.jpg) #67AFEA no-repeat;
}

.wzbh{
	width:697px;
	height:48px;
	text-align:center;
	line-height:48px;
	font-size:12px;
	color:#000;
}
