@charset "utf-8";
/* CSS Document */
/**幻灯片**/
#i_banner{ width:100%; height:100%; margin:0 auto; position:fixed;}
/* flexslider */
.flexslider{position:relative;height:100%;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1; height:100%;}
.slides li{height:100%;}
.flex-control-nav{position:absolute;bottom:44px;z-index:999;width:100%;text-align:center; padding:0; margin:0;}
.flex-control-nav li{display:inline-block;width:15px;height:15px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:15px;height:15px; text-indent:500px;line-height:40px;overflow:hidden;background: url(../img/bai.png) left 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background: url(../img/lan.png) no-repeat;}
.flex-direction-nav{ position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:78px;height:78px;overflow:hidden;cursor:pointer;position:absolute;}

.flex-direction-nav li a.flex-prev{display:none; left:56px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{ display:none; right:56px;background:url(../images/next.png) center center no-repeat;}
