/*  nav */
				.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
					.nav_bar{position:relative; z-index:1; }
						.nav{position:relative; width:1000px; margin:0 auto; font-size:14px;}
							.nav a{color:#333;}
							.nav .m{float:left; z-index:1;}
							.nav .sub{display:none; position:absolute; left:0; top:47px; z-index:1; width:1000px; background:rgba(0, 91, 172, 0.78)!important; filter:Alpha(opacity=78); background:#005bac\9;}
								.nav .sub li{ float:left;text-align:center; height:54px; margin-bottom:-1px;}
								.nav .sub li a{ display:block; height:54px; line-height:54px; color:#ffffff; padding:0 24px 0 10px; background:url(../pic/dian.gif) 0 -32px no-repeat; font-size:14px;position:relative;}
								.nav .sub li a:hover{color:#2e9dff; background:url(../pic/dian.gif) 0 25px no-repeat;}

/* index - banner */
	.full_banner{width:1000px; float:left; position:relative; height:297px; background:#FFF; overflow:hidden;}
		.full_banner .bd{margin:0 auto; position:relative; z-index:0; overflow:hidden;}
			.full_banner .bd ul{width:100% !important;}
				.full_banner .bd li{width:100% !important; float:left; height:297px; overflow:hidden; text-align:center;}
					.full_banner .bd li a{ display:block; height:297px;}
	.full_banner .hd{width:100%; position:absolute; z-index:1; bottom:5px; left:0; height:30px; line-height:30px; text-align:center;}
		.full_banner .hd ul{text-align:right; padding-top:5px; margin-right:30px;}
			.full_banner .hd ul li{cursor:pointer; display:inline-block; *display:inline; zoom:1; width:15px; height:16px; margin:4px; background:url(../pic/tg_flash_p.png) -30px 0; overflow:hidden; 
				line-height:9999px; 
			}
		.full_banner .hd ul .on{background-position:0px 0px;}
		
		
		.full_banner .bd li{
animation:myfirst 4s;
-moz-animation:myfirst 4s; /* Firefox */
-webkit-animation:myfirst 4s; /* Safari and Chrome */
-o-animation:myfirst 4s; /* Opera */
animation-iteration-count:infinite;
animation-fill-mode:backwards;
-webkit-animation-fill-mode:backwards;
}

@keyframes myfirst
{
from {transform:scale(1.05,1.05);
-ms-transform:scale(1.05,1.05); /* IE 9 */
-moz-transform:scale(1.05,1.05); /* Firefox */
-webkit-transform:scale(1.05,1.05); /* Safari and Chrome */
-o-transform:scale(1,1); /* Opera */}
to {transform:scale(1,1);
-ms-transform:scale(1,1); /* IE 9 */
-moz-transform:scale(1,1); /* Firefox */
-webkit-transform:scale(1,1); /* Safari and Chrome */
-o-transform:scale(1,1); /* Opera */}

}

@-moz-keyframes myfirst /* Firefox */
{
from {transform:scale(1.05,1.05);
-ms-transform:scale(1.05,1.05); /* IE 9 */
-moz-transform:scale(1.05,1.05); /* Firefox */
-webkit-transform:scale(1.05,1.05); /* Safari and Chrome */
-o-transform:scale(1,1); /* Opera */}
to {transform:scale(1,1);
-ms-transform:scale(1,1); /* IE 9 */
-moz-transform:scale(1,1); /* Firefox */
-webkit-transform:scale(1,1); /* Safari and Chrome */
-o-transform:scale(1,1); /* Opera */}

}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
from {transform:scale(1.05,1.05);
-ms-transform:scale(1.05,1.05); /* IE 9 */
-moz-transform:scale(1.05,1.05); /* Firefox */
-webkit-transform:scale(1.05,1.05); /* Safari and Chrome */
-o-transform:scale(1,1); /* Opera */}
to {transform:scale(1,1);
-ms-transform:scale(1,1); /* IE 9 */
-moz-transform:scale(1,1); /* Firefox */
-webkit-transform:scale(1,1); /* Safari and Chrome */
-o-transform:scale(1,1); /* Opera */}

}

@-o-keyframes myfirst /* Opera */
{
from {transform:scale(1.05,1.05);
-ms-transform:scale(1.05,1.05); /* IE 9 */
-moz-transform:scale(1.05,1.05); /* Firefox */
-webkit-transform:scale(1.05,1.05); /* Safari and Chrome */
-o-transform:scale(1,1); /* Opera */}
to {transform:scale(1,1);
-ms-transform:scale(1,1); /* IE 9 */
-moz-transform:scale(1,1); /* Firefox */
-webkit-transform:scale(1,1); /* Safari and Chrome */
-o-transform:scale(1,1); /* Opera */}

}



.full_banner .bd li:hover{animation:myfirst 0s;
-moz-animation:myfirst 0s; /* Firefox */
-webkit-animation:myfirst 0s; /* Safari and Chrome */
-o-animation:myfirst 0s; /* Opera */
animation-fill-mode:forwards;}