body{	
	min-width: 1200px;
}
.banner{
	overflow: hidden;
}
.banner img{
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.daohang{
	overflow: hidden;
	height: 65px;
	background: #242424;
}
.daohang .inside{
	padding: 0px;
	position: relative;
}
.daohang ul{
	overflow: hidden;
	list-style-type: none;
}
.daohang li{
	padding: 0px 11px;
	font-size: 18px;
	float: left;
	line-height: 65px;
	height: 65px;
}
.daohang li.index{
	background: #5F5F5F;
	color: white;
}
.daohang li.enroll{
	animation:myfirst 3s linear 2s infinite alternate;
	/* Firefox: */
	-moz-animation:myfirst 3s linear 2s infinite alternate;
	/* Safari and Chrome: */
	-webkit-animation:myfirst 3s linear 2s infinite alternate;
	/* Opera: */
	-o-animation:myfirst 3s linear 2s infinite alternate;
	behavior: url(http://c.dletc.com.cn/qrs/css/PIE.htc);
}
.daohang li.kc{
	color: white;
}
.daohang li.kc:hover {
	background: #5F5F5F
}

@keyframes myfirst
{
0%   {background:#FEFF00; color: black}
50%  {background:red; color: white}
100%   {background:#FEFF00;	color: black }
}

@-moz-keyframes myfirst /* Firefox */
{
0%   {background:#FEFF00; color: black}
50%  {background:red; color: white}
100%   {background:#FEFF00;	color: black }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {background:#FEFF00; color: black}
50%  {background:red; color: white}
100%   {background:#FEFF00;	color: black }
}

@-o-keyframes myfirst /* Opera */
{
0%   {background:#FEFF00; color: black}
50%  {background:red; color: white}
100%   {background:#FEFF00;	color: black }
}

.enroll_a{
	position: absolute;
	display: block;
	width: 72px;
	height: 65px;
	left: 72px;
	top: 0px;
}