@charset "utf-8";
/* 页面加载 */
#pageLoader { position:fixed; top:0; left:0; right:0; bottom:0; background:#f4f4f4; z-index:99999; }
#pageLoader #status { position:fixed; left:50%; top:50%; width:200px; height:200px; margin:-100px 0 0 -100px; background:url(../images/loading.gif) no-repeat center center; }

/* 切换背景 */
.fullSlide,.fullSlide .bd { position:absolute; left:0; top:0; width:100%; height:100%; min-width:1000px; z-index:1 }
.fullSlide .hd { position:absolute; top:320px; left:25px; width:18px; z-index:2; }
.fullSlide .hd ul { width:18px; }
.fullSlide .hd ul li { width:18px; height:18px; margin-bottom:10px; background:url(../images/ico_09.png) no-repeat; line-height:999em; overflow:hidden; cursor:pointer; vertical-align:top; }
.fullSlide .hd ul .on { background:url(../images/ico_10.png) no-repeat; }
.fullSlide .bd ul li a { display:block; }
.fullSlide .bd,.fullSlide .bd ul,.fullSlide .bd ul li,.fullSlide .bd ul li a { height:100% !important; width:100% !important; }

