﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f2f2f2;
	font-family: "微软雅黑";

}
/*cyy 20150918 修改*/
.MenuBg
{
	background-color:rgb(255,255,255);
	height:100px;
}

.topMenu
{
	width:1004px;
	margin:0px auto;
}

/*cyy 20150918 修改*/
.Logo
{
	background-image:url(../../images/index/logo.png);
	width:234px;
	height:100px;
	float:left;
}

.MenuList
{
	float:right;
}

.MenuUl
{
	list-style:none;
	margin:0px;
	padding:0px;
}

/*cyy 20150918 修改*/
.MenuUl li
{
	width: 105px;
	height:100px;
	text-align:center;
	float:left;
	list-style:none;
	font-size:15px;
	color:#000;
	background-position:right;
}

/*cyy 20150918 修改*/
.MenuUl li a
{
	text-decoration:none;
	color:#000;
	display: block;
	height: 44px;
	padding:56px 20px 0 23px;
}
.MenuUl li a:hover
{
	color:#ff8c03;
}
#MenuSelect
{
	background:#fdb800;
}
#MenuSelect a
{
	color:#FFF;
	text-decoration:none;
}