@charset "utf-8";
/* CSS Document */

/*banner*/
.fullscreen{position:relative;background:#000;margin:0 auto;}
.fullscreen .bd{position:relative;z-index:0;}
.fullscreen .bd li img{width:auto;vertical-align:top;}
/*底部小圆点*/
.fullscreen .hd{position:relative;z-index:1;margin-top:-30px;height:30px;line-height:30px; text-align:center;}
.fullSlide .hd ul{text-align:center; padding-top:5px;}
.fullscreen .hd ul li{display:inline-block;zoom:1;width:15px;height:15px;margin:5px;background-color: rgba(0, 0, 0, .8); background-color: #666\9;cursor:pointer;overflow:hidden;text-indent: -9999px;border-radius: 50%; outline:none;}
.fullscreen .hd ul .on{background-color: rgba(0, 0, 0, .3); background-color: #ccc\9;}
/*左右箭头*/
.fullscreen .arrowbtn{display:block;width:38px;height:61px;position:relative;margin:-13% 3% 0 3%;z-index:1;}
.fullscreen .prev{background:url(../images/left-barrow.png) no-repeat;float:left;}
.fullscreen .next{background:url(../images/right-barrow.png) no-repeat;float:right;}

