@charset "utf-8";

/* 动画样式 */
.fullSlide{
    width:1920px;
    position:relative;
    height:579px;
    left:50%;
    margin-left:-960px;
    z-index:10;
    background:#fff;
}

.fullSlide .hd{
    height:15px;
    overflow:hidden;
    position:absolute;
    right: 50%;
    bottom: 20px;
    z-index:1;
}
.fullSlide .hd ul{ overflow:hidden; zoom:1; float:left;  }
.fullSlide .hd ul li{
    float:left;
    margin-right:2px;
    width:40px;
    height:5px;
    border-radius: 2px;
    line-height:14px;
    background:#787878;
    cursor:pointer;
}
.fullSlide .hd ul li.on{ background:#3792f6; }

.fullSlide .bd{
    margin:0 auto;position:relative;overflow:hidden;}
.fullSlide .bd li{
    height:460px;
    overflow:hidden;text-align:center;}
.fullSlide .bd li a{
    display:block;
    height:579px;
}
.fullSlide .prev,
.fullSlide .next{position:absolute;z-index:1;display:block;width:70px;height:57px;bottom:0;right:500px;background:url(../images/icons.png) no-repeat 0 0;
    cursor:pointer;overflow:hidden;}
.fullSlide .next{bottom:0;right:430px;background-position:0 -57px;}
.fullSlide .prev:hover{background-position:-70px 0}
.fullSlide .next:hover{background-position:-70px -57px}

