@charset "utf-8";
/* 动画样式 */
.fullSlide{width:1440px;position:relative;height:550px;left:50%;margin-left:-720px;z-index:10;background:#fff;}
.fullSlide .bd{margin:0 auto;position:relative;overflow:hidden;}
.fullSlide .bd li{height:550px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:550px;}
.fullSlide .hd{width:100%;position:absolute;bottom:20px;right:-10px;height:11px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1; width:13px;height:13px;margin:0 5px;background:#333;overflow:hidden;line-height:35px;font-size:0px;text-indent:9999px;border-radius:50%;}
.fullSlide .hd ul .on{background:#cdad66;}