@charset "gb2312";
/* CSS Document */
body{background:#000 url(../images/top_08/bg.jpg) no-repeat center top; }
.top_08{height:1000px;}
.top_08 .tWrap{position:relative;width:1280px;height:1000px;margin:0 auto;}
.top_08 .tWrap ul{position:relative;width:1280px;height:63px;}
.top_08 .tWrap ul li{position:absolute;top:0;width:185px;height:63px;background:url(../images/top_08/li_bg.png) no-repeat;}
.top_08 .tWrap .addXg li{
	transform-style:preserve-3d;
	animation-name:zoomInUp;
	transform-origin:50% 50%;}
.top_08 .tWrap ul li:hover{
	transform-style:preserve-3d;
	animation-name:shake;
	transform-origin:50% 50%;
	animation-delay:0s;}
.top_08 .tWrap ul li div{position:absolute;left:0px;top:11px;width:185px;height:41px;overflow:hidden;}
.top_08 .tWrap ul li div a{position:absolute;left:0px;top:0px;width:100%;height:82px;transition:.5s;}
.top_08 .tWrap ul li div:hover a{top:-41px;animation-delay:0s;}
.top_08 .tWrap ul .li1{left:93px;}
.top_08 .tWrap ul .li2{left:306px;}
.top_08 .tWrap ul .li3{left:786px;}
.top_08 .tWrap ul .li4{left:999px;}
.top_08 .ybcz{position:absolute;left:506px;top:744px;width:268px;height:248px;background:url(../images/top_08/yb_bg.png) no-repeat;
			transform-style:preserve-3d;
			animation-name:jellyInUp;
			transform-origin:50% 50%;}
.top_08 .ybcz:hover{background:url(../images/top_08/yb_bgH.png) no-repeat;}
.top_08 .ybcz .byW{position:absolute;left:0px;top:90px;width:268px;height:158px;}
.top_08 .ybcz .byW a span{position:absolute;left:0;top:0;width:268px;height:158px;z-index:3;}
.top_08 .ybcz .byW a span:after{
	content:url(../images/top_08/yb.png);
	position:absolute;
	left:0;top:0;
	display:none;
	}
.top_08 .ybcz .byW a:hover img {
    animation: 1.6s linear 0s normal none infinite running icoBig;
}
.top_08 .ybcz .byW a:hover span:after {display:block;
    animation: 1.6s linear 0s normal none infinite running icoBig2;
    opacity: 0.5;
}