@charset "utf-8";
/* CSS Document
   Auother:巨鸟网络
   DateTime:2018.06.11
   Name：Technology;
*/

/*--SUP效果--*/
.slider{width:100%;max-width:1920px;margin:0 auto;position:relative; overflow:hidden;height:auto;background:#fff;}
.slider .bd{ position:relative; z-index:0;}
.slider .bd li{ height:auto; overflow:hidden;}
.slider .bd li a {display:block;width:100%;height:auto;}
.slider .bd li img{display:linline-block;vertical-align:top;width:100%;max-width:1920px;}
.slider .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
.slider .hd ul{ text-align:center;}
.slider .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:9px; height:9px; margin:0 4px; 
background:url(../dot.png) 0 -16px;overflow:hidden;  filter:alpha(opacity=70);opacity:0.7;  vertical-align:top; line-height:9999px;}
.slider .hd ul .on{ background-position:0 0;}
.slider .timer{ position:absolute; z-index:1; left:0; bottom:0; height:4px; width:0; background:#000; filter:alpha(opacity=40);opacity:0.4; font-size:0; overflow:hidden;}