html
{
	/*overflow-y: scroll;*/
}
body
{
	margin: 0px auto;
	text-align: center; /*background:url(./images/body_bg.jpg) repeat-x top center; */
	/*background-color: #F6F6F6;*/
	font-family: "Î¢ÈíÑÅºÚ" , "ËÎÌå" , "Open Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
	font-size: 14px; /*color:#333;*/
	color: #535353;
}

.head_title
{
	background-color: #f6f6f6;
	width: 100%;
	height: 80px;
	color: #245ba4;
	line-height: 80px;
	text-align: center;
	font-family: 'Î¢ÈíÑÅºÚ';
	font-size: 28px;
}

.nav_bg
{
	background-color: #2860ab;
	clear: both;
	width: 100%;
	height: 42px;
	text-align: center;
}
.nav_bg ul
{
	text-align: center;
	width: 960px;
	height: 42px;
	margin: 0px auto;
}
.nav_bg li
{
	float: left;
	width: auto;
	list-style-type: none;
}
.nav_menu
{
	cursor: pointer;
	font-family: "Î¢ÈíÑÅºÚ";
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}
.nav_menu:hover
{
	display: block;
	background-color: #FFFFFF;
	color: #245ba4;
	border-top: solid 1px #245ba4;
	text-decoration: none;
}
.nav_menu_cur
{
	display: block;
	cursor: pointer;
	font-family: "Î¢ÈíÑÅºÚ";
	width: auto;
	height: 42px;
	line-height: 42px;
	background-color: #FFFFFF;
	color: #245ba4;
	padding: 0px 10px 0px 10px;
	border-top: solid 1px #245ba4;
	text-decoration: none;
}
