body,
html {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

.index {
	min-width: 1200px;
	background: #fff;
	width: 100%;
}

.index_center {
	width: 1200px;
	margin: 0 auto;
}

.overflow {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	margin-left: 600px;
}

.index_menu {
	width: 1200px;
	height: 54px;
	margin: 0 auto;
	padding: 7px 0 0 3px;
}

.index_menu ul {
	overflow: hidden;
	list-style: none;
}

.index_menu ul li {   
	float: left;
	width: 90px;
	height: 30px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	line-height: 34px;
	margin: -10px 0 0 15px;
	color: #333333;
}                        /*除首页之外的头部菜单设置*/                

.index_menu ul li:hover {   
	color: #5081ff;
}                            /*除首页之外的头部菜单鼠标悬垂*/ 
.index_menu ul li.selected {    
	color: #5081ff;
}                           /*除首页之外的头部菜单选中*/ 