﻿@charset "utf-8";
/*图片列表*/
*{zoom:1}
.fullSlide{ position:relative;margin:0 auto; /*height:439px;*/}
.fullSlide .bd{ position:relative; z-index:0;}
.fullSlide .bd li img{ width:100%; vertical-align:top;} 

.fullSlide .hd{left: 40%;
    text-align: center;
    top:90%;
    position: absolute;
    z-index: 1;
    /* margin-top: -30px; */
	width:290px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
.fullSlide .hd ul{ text-align:center;  padding-top:-1px;}
.fullSlide .hd ul li{ cursor:pointer; opacity:0.5; display:inline-block; *display:inline; zoom:1; width:18px; height:18px; margin:0px; background:url(../images/dots.png) -18px 0; overflow:hidden; font-size:0;}
.fullSlide .hd ul .on{ background-position:0 -18px; opacity:1;}

.fullSlide .prev{width:75px; height:64px; position:absolute; left:1010px; top:45%; display:block; background:url(../images/pre.png) center center no-repeat; }
.fullSlide .next{width:75px; height:64px; position:absolute; right:10px; top:45%; display:block; background:url(../images/next.png) center center no-repeat;}
.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=100);opacity:1;}


