#hd {border-bottom: 0 solid #DDDDDD;background: #FFFFFF;}
#week_nav {position: relative;top: 0;z-index: 15;width: 100%;min-width: 1180px;height: 60px;overflow: visible; padding: 0;background: #FFF;margin: 0 auto;}
#hd #week_nav .wk_navwp { width: 1180px;padding: 0;margin: 0 auto;}
.wk_lonav {overflow: hidden;float: left;width: 1100px;height: 60px;}
.wk_logo {float: left;width: 230px;height: 55px;margin-top: 4px;overflow: hidden;}
#hd h2 {height: 55px;float: left;}
a {color: #333;text-decoration: none;}
.wk_inav {display: block;float: right;width: 860px;height: 60px;overflow: hidden;}
.nav {float: right;height: 60px;overflow: hidden;}
.nav li {float: left;padding: 0 16px 0 23px; height: 60px;overflow: hidden;line-height: 60px;background: url(../images/ico2.png) no-repeat left center;}
.nav li a {font-size: 16px;color: #666; text-decoration: none; transition: color 0.3s linear 0s;  line-height: 60px;height: 60px;padding: 10px 0; overflow: hidden;}

.indexAnimate{animation:indexanimate 2s;animation-iteration-count:1}   
@keyframes indexanimate{
	0%{transform: translate3d(3000px, 0, 0);}
}

.indexAnimate2{animation:indexanimate2 4s infinite;}
@keyframes indexanimate2{
	50%{transform: translate3d(3000px, 0, 0);}
}