
.head
{
	width: 100%;
	height: 76px;
	background: url(../images/topbg.gif) repeat-x;
}
.top
{
	width: 1100px;
	height: 76px;
	margin: 0px auto;
}
.logo
{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.bar
{
	float: left;
	width: 530px;
	height: 76px;
	margin-left: 60px;
}
.bar ul
{
	list-style: none;
	padding: 0px;
	margin: 0px auto;
}
.bar ul li
{
	float: left;
	border: none;
	text-align: center;
}
.bar ul li a
{
	display: block;
	width: 90px;
	height: 76px;
	line-height: 76px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-family: "Source Han Sans CN", sans-serif !important;
}
.bar ul li a:hover
{
	text-decoration: none;
	color: #323a45;
}
.bar ul li a.home
{
	width: 70px;
	/*background-color: #323a45;*/
}
.bar ul li a:hover.home
{
	color: #fff;
}
.login
{
	float: right;
	width: 154px;
	margin-top: 20px;
	margin-right: 5px;
}
.login a
{
	float: left;
	display: block;
	width: 45px;
	height: 31px;
	color: #47abea;
	font-size: 16px;
	padding-left: 30px;
	padding-top: 5px;
}
.login a:hover
{
	color: #fff;
}
.login a.dl
{
	background: url(../images/dlbt.png)no-repeat;
}
.login a.zc
{
	background: url(../images/zcbt.png)no-repeat;
}
