.page_Banner{ width:100%; margin:0 auto; text-align:left; min-width:1190px; max-width:1920px; height:499px; overflow:hidden;}
.main_image {width:100%; height:499px; overflow:hidden; margin:0 auto; position:relative}
.main_image ul {width:9999px; height:499px; overflow:hidden; position:absolute; top:0; left:0}
.main_image li {float:left; width:100%; height:499px;}
.main_image li span {display:block; width:100%; height:499px}
.main_image li a {display:block; width:100%; height:499px}

div.flicking_con {width:1002px; margin:0 auto; position:relative;}
div.flicking_con .flicking_inner {position:absolute; top:482px; left:291px; z-index:999; width:429px; height:4px; text-align:center;} /* 121126 */
div.flicking_con a {float:left; width:140px; height:4px; margin:0; padding:0; background:url('../ZERO/img/btn_off.jpg') bottom no-repeat; display:block; text-indent:-1000px; margin-right:3px;}
div.flicking_con a.on {background:url('../ZERO/img/btn_on.jpg') bottom no-repeat; }

#btn_prev,#btn_next{z-index:11111;position:absolute;width:56px!important;height:83px!important;top:179px; display:block;}
#btn_prev{ background:url(../ZERO/img/honor_left.png) no-repeat; left:9%}
#btn_next{ background:url(../ZERO/img/honor_right.png) no-repeat; right:9%}

#animate_banner {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}