/* CSS Document */

.fullSlide{ width:100%;    min-width: 1220px;  position:relative;  height:768px; background:#000;  }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li {
    width: 100% !important;
    height: 768px;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}
.fullSlide .bd li a{ display:block; height:768px; }

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; background:url(touming.png) repeat-x; text-align:center;
	 _background:#000; _filter:alpha(opacity=60); 
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(tg_flash_p.png) -18px 0; overflow:hidden; 
	line-height:9999px; 
}
.fullSlide .hd ul .on{ background-position:0 0; }

@media screen and (max-width:1220px){ 
.fullSlide {
    width: 100%;
    min-width: auto;
    position: relative;
    height: 50vw;
    background: #000;
    overflow: hidden;
    margin-top: 106px;
}
.fullSlide .bd li {
    width: 100% !important;
    height: 50vw;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.fullSlide .bd li a{ display:block; height:50vw; }

}